Browse Source

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
pull/79/head^2
Alexis de Lattre 11 years ago
parent
commit
4d5f89f8f3
  1. 6
      intrastat_base/__openerp__.py

6
intrastat_base/__openerp__.py

@ -41,14 +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': [
'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,
}
Loading…
Cancel
Save