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:
0
product_harmonized_system_stock/__init__.py
Normal file
0
product_harmonized_system_stock/__init__.py
Normal file
18
product_harmonized_system_stock/__manifest__.py
Normal file
18
product_harmonized_system_stock/__manifest__.py
Normal 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,
|
||||
}
|
||||
1
product_harmonized_system_stock/readme/CONTRIBUTORS.rst
Normal file
1
product_harmonized_system_stock/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
1
product_harmonized_system_stock/readme/DESCRIPTION.rst
Normal file
1
product_harmonized_system_stock/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
This module adds a menu entry for H.S. Codes. This menu entry is available under *Inventory > Configuration > Products*.
|
||||
14
product_harmonized_system_stock/views/hs_code_menu.xml
Normal file
14
product_harmonized_system_stock/views/hs_code_menu.xml
Normal 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>
|
||||
Reference in New Issue
Block a user