mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-28 19:36:30 -06:00
Fix manifest, follow OCA template
This commit is contained in:
parent
a5babda776
commit
8a47769769
@ -4,10 +4,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Document Types",
|
"name": "Document Types",
|
||||||
"version": "10.0.1.0.0",
|
"version": "10.0.1.0.0",
|
||||||
"author": "MONK Software, Odoo Community Association (OCA)",
|
"development_status": "Beta",
|
||||||
"category": "Knowledge",
|
"category": "Knowledge",
|
||||||
|
"website": "https://github.com/OCA/knowledge",
|
||||||
|
"author": "MONK Software, Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"website": "https://odoo-community.org/",
|
"application": False,
|
||||||
|
"installable": True,
|
||||||
|
"auto_install": False,
|
||||||
"depends": ["document", "knowledge"],
|
"depends": ["document", "knowledge"],
|
||||||
"data": [
|
"data": [
|
||||||
'views/document_type.xml',
|
'views/document_type.xml',
|
||||||
@ -15,6 +19,4 @@
|
|||||||
'templates/web.xml',
|
'templates/web.xml',
|
||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
],
|
],
|
||||||
"installable": True,
|
|
||||||
"auto_install": False,
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user