Should now be compatible with both OCB and RS-OCB Add field import_obligation_level on res.company Add group group_detailed_intrastat_product, so that companies that only use obligation = simplified don't see all the additionnal fields. Remove transaction code corresponding to repairs in intrastat types Better on_change on intrastat types (code is mutualised with field.function) Update syntax : demo_xml/update_xml/init_xml -> data/demo

This commit is contained in:
Alexis de Lattre
2013-06-03 23:17:36 +02:00
committed by Alexis de Lattre
parent 06630f9f09
commit 91ebde5768

View File

@@ -41,15 +41,14 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base_vat'],
'init_xml': ['country_data.xml'],
'update_xml': [
'security/ir.model.access.csv',
'data': [
'country_data.xml',
'product_view.xml',
'country_view.xml',
'tax_view.xml',
'intrastat_menu.xml',
],
'demo_xml': ['intrastat_demo.xml'],
'demo': ['intrastat_demo.xml'],
'installable': True,
'active': False,
}