forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
37 lines (36 loc) · 1.18 KB
/
__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
35
36
37
# Copyright 2019 Simone Rubino - Agile Business Group
# Copyright 2015 Camilli Alessandro - www.openforce.it
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "ITA - Intrastat",
'version': '12.0.1.3.0',
'category': 'Account',
'summary': 'Riclassificazione merci e servizi per dichiarazioni Intrastat',
'author': "Openforce, Link IT srl, Agile Business Group, "
"Powerp network, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_intrastat',
'license': 'AGPL-3',
'depends': [
'sale_management',
'product',
'account',
'uom',
],
'data': [
'security/ir.model.access.csv',
'data/account.intrastat.transaction.nature.csv',
'data/account.intrastat.transaction.nature.b.csv',
'data/account.intrastat.transport.csv',
'data/account.intrastat.custom.csv',
'data/report.intrastat.code.csv',
'views/intrastat.xml',
'views/product.xml',
'views/account.xml',
'views/config.xml',
],
'demo': [
'demo/product_demo.xml'
]
}