mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[MIG] Migrate all modules from v11 to v12
This commit is contained in:
committed by
Denis Roussel
parent
58e190bec1
commit
48729f5b21
@@ -9,7 +9,7 @@
|
||||
'author': 'Noviat,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
'depends': [
|
||||
'intrastat_product',
|
||||
],
|
||||
|
||||
1
intrastat_product_generic/readme/CONTRIBUTORS.rst
Normal file
1
intrastat_product_generic/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Luc De Meyer <luc.demeyer@noviat.com>
|
||||
2
intrastat_product_generic/readme/DESCRIPTION.rst
Normal file
2
intrastat_product_generic/readme/DESCRIPTION.rst
Normal 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.
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user