From fa44677e01f501f08cfbf30b8317af3ac988a944 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 11 Nov 2023 19:26:21 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec7f77..24d3c87 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [intrastat_base](intrastat_base/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Intrastat reporting [intrastat_product](intrastat_product/) | 16.0.1.4.0 | | Base module for Intrastat Product [intrastat_product_generic](intrastat_product_generic/) | 16.0.1.0.0 | | Generic Intrastat Product Declaration +[intrastat_product_hscodes_import](intrastat_product_hscodes_import/) | 16.0.1.0.0 | | Module used to import HS Codes for Intrastat Product [product_harmonized_system](product_harmonized_system/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Product Import/Export reports [product_harmonized_system_delivery](product_harmonized_system_delivery/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Hide native hs_code field provided by the delivery module [product_harmonized_system_stock](product_harmonized_system_stock/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Adds a menu entry for H.S. codes diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f8aa351..31b0d3c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230906.0 \ No newline at end of file +16.0.20231111.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index da85e6d..bf48e8f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ setuptools.setup( 'odoo-addon-intrastat_base>=16.0dev,<16.1dev', 'odoo-addon-intrastat_product>=16.0dev,<16.1dev', 'odoo-addon-intrastat_product_generic>=16.0dev,<16.1dev', + 'odoo-addon-intrastat_product_hscodes_import>=16.0dev,<16.1dev', 'odoo-addon-product_harmonized_system>=16.0dev,<16.1dev', 'odoo-addon-product_harmonized_system_delivery>=16.0dev,<16.1dev', 'odoo-addon-product_harmonized_system_stock>=16.0dev,<16.1dev',