[MIG] Migrate all modules from v11 to v12

This commit is contained in:
Alexis de Lattre
2019-05-28 19:09:32 +02:00
committed by Denis Roussel
parent 58e190bec1
commit 48729f5b21
5 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
'author': 'Noviat,'
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'installable': False,
'installable': True,
'depends': [
'intrastat_product',
],

View File

@@ -0,0 +1 @@
* Luc De Meyer <luc.demeyer@noviat.com>

View File

@@ -0,0 +1,2 @@
This module adds a menu entry for a Generic Intrastat Product Declaration.
This is useful to cover countries for which there is no localization module.

View File

@@ -5,7 +5,7 @@
<field name="name">Generic Intrastat Product Declaration</field>
</record>
<record id="base.user_root" model="res.users">
<record id="base.user_admin" model="res.users">
<field eval="[(4, ref('group_intrastat_product_generic'))]" name="groups_id"/>
</record>

View File

@@ -4,7 +4,7 @@
<record id="intrastat_product_declaration_action_generic" model="ir.actions.act_window">
<field name="name">Generic Intrastat Product Declaration</field>
<field name="res_model">intrastat.product.declaration</field>
<field name="view_mode">tree,form,graph</field>
<field name="view_mode">tree,form,graph,pivot</field>
<field name="context">{'generic_intrastat_product_declaration': 1}</field>
</record>