[MIG] Migrate all modules from v11 to v12

This commit is contained in:
Alexis de Lattre
2019-05-28 19:09:32 +02:00
parent c024504ebb
commit 18474165eb
5 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Copyright 2019 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Product Harmonized System (menu entry)',
'version': '12.0.1.0.0',
'category': 'Reporting',
'license': 'AGPL-3',
'summary': 'Adds a menu entry for H.S. codes',
'author': 'Akretion, Odoo Community Association (OCA)',
'depends': ['product_harmonized_system', 'stock'],
'data': [
'views/hs_code_menu.xml',
],
'installable': True,
'auto_install': True,
}

View File

@@ -0,0 +1 @@
* Alexis de Lattre <alexis.delattre@akretion.com>

View File

@@ -0,0 +1 @@
This module adds a menu entry for H.S. Codes. This menu entry is available under *Inventory > Configuration > Products*.

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Akretion (http://www.akretion.com/)
@author Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<!-- Menu entry for H.S. code -->
<menuitem id="hs_code_menu" action="product_harmonized_system.hs_code_action"
parent="stock.menu_product_in_config_stock" sequence="60"/>
</odoo>