mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[MIG] product_harmonized_system_stock to v14
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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*.
|
||||||
|
|||||||
@@ -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).
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user