forked from odoocr/cabys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
34 lines (33 loc) · 1013 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
'name': "Catálogo de bienes y servicios para uso tributario y Cuentas Nacionales",
'summary': "Catálogo de bienes y servicios para uso tributario y Cuentas Nacionales",
'author': '[email protected]',
'website': "https://github.com/odoocr/cabys",
'category': 'Account',
'version': '16.0.1.0.0',
'license': 'OPL-1',
'depends': [
'base',
'account',
'product',
],
'data': [
'views/cabys_producto_views.xml',
'views/cabys_views.xml',
'views/product_product_views.xml',
'views/product_template_views.xml',
'views/product_category_views.xml',
'views/res_company_views.xml',
'wizard/cabys_catalog_import_wizard.xml',
'security/ir.model.access.csv'
],
'assets': {
'web.assets_backend': [
'cabys/static/src/js/cabys_import_button.js'
],
'web.assets_qweb': [
'cabys/static/src/xml/**/*',
]
},
'installable': True,
}