Add intrastat_type_data and update demo data accordingly Remove version="7.0" from form views Add ondelete='restrict' on M2O pointing to intrastat.type Add graph views on intrastat.product and intrastat.service... because Odoo v8 graph views are so cool ! :)

This commit is contained in:
Alexis de Lattre
2014-07-04 00:16:37 +02:00
committed by Alexis de Lattre
parent e722bcf08d
commit 627105be9d
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ msgstr "Configuration DEB/DES"
#. module: intrastat_base
#: model:ir.ui.menu,name:intrastat_base.menu_intrastat_base_root
msgid "Intrastat reporting"
msgid "Intrastat Reporting"
msgstr "DEB et DES"
#. module: intrastat_base

View File

@@ -95,7 +95,7 @@ msgstr ""
#. module: intrastat_base
#: model:ir.ui.menu,name:intrastat_base.menu_intrastat_base_root
msgid "Intrastat reporting"
msgid "Intrastat Reporting"
msgstr ""
#. module: intrastat_base

View File

@@ -9,7 +9,7 @@
<data>
<!-- Menu entry for Intrastat -->
<menuitem id="menu_intrastat_base_root" name="Intrastat reporting" parent="account.menu_finance_legal_statement" />
<menuitem id="menu_intrastat_base_root" name="Intrastat Reporting" parent="account.menu_finance_legal_statement" />
</data>