[MIG] product_harmonized_system_stock to v14

This commit is contained in:
Alexis de Lattre
2020-11-19 18:44:30 +01:00
parent fd659f18d6
commit 46e0b75aeb
4 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"license": "AGPL-3", "license": "AGPL-3",
"summary": "Base module for Intrastat reporting", "summary": "Base module for Intrastat reporting",
"author": "Akretion,Noviat,Odoo Community Association (OCA)", "author": "Akretion,Noviat,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/intrastat", "website": "https://github.com/OCA/intrastat-extrastat",
"depends": ["base_vat", "account"], "depends": ["base_vat", "account"],
"excludes": ["account_intrastat"], "excludes": ["account_intrastat"],
"data": [ "data": [

View File

@@ -1,14 +1,16 @@
# Copyright 2019 Akretion (http://www.akretion.com) # Copyright 2019-2020 Akretion France (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com> # @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
"name": "Product Harmonized System (menu entry)", "name": "Product Harmonized System (menu entry)",
"version": "13.0.1.0.0", "version": "14.0.1.0.0",
"category": "Reporting", "category": "Reporting",
"license": "AGPL-3", "license": "AGPL-3",
"summary": "Adds a menu entry for H.S. codes", "summary": "Adds a menu entry for H.S. codes",
"author": "Akretion, Odoo Community Association (OCA)", "author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/intrastat-extrastat",
"depends": ["product_harmonized_system", "stock"], "depends": ["product_harmonized_system", "stock"],
"data": ["views/hs_code_menu.xml"], "data": ["views/hs_code_menu.xml"],
"installable": True, "installable": True,

View File

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

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<!-- <!--
Copyright 2019 Akretion (http://www.akretion.com/) Copyright 2019-2020 Akretion France (http://www.akretion.com/)
@author Alexis de Lattre <alexis.delattre@akretion.com> @author Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
--> -->