Skip to content
Snippets Groups Projects

Package module

Merged Etienne Ferriere requested to merge topic/13.0/TG-1015 into branch/13.0
Files
2
+ 4
2
@@ -26,7 +26,7 @@
"author": "XCG Consulting",
"website": "https://odoo.consulting/",
# converter: https://orus.io/xcg/odoo-modules/converter
"depends": ["converter", "mail", "web"],
"depends": ["converter"],
"data": [
"security/ir.model.access.csv",
"views/redner_template.xml",
@@ -37,5 +37,7 @@
],
"installable": True,
# These dependencies are in the "requirements" file.
"external_dependencies": {"python": ["requests_unixsocket"]},
"external_dependencies": {
"python": ["requests_unixsocket", "fastjsonschema"]
},
}
Loading