From 0293b57863f3c74922dd48524554896e61aa3ac5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 10 Nov 2023 10:30:25 +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 739b189..cfb72bb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [intrastat_base](intrastat_base/) | 15.0.1.0.1 | [![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/) | 15.0.1.1.0 | | Base module for Intrastat Product [intrastat_product_generic](intrastat_product_generic/) | 15.0.1.0.0 | | Generic Intrastat Product Declaration +[intrastat_product_hscodes_import](intrastat_product_hscodes_import/) | 15.0.1.0.0 | | Module used to import HS Codes for Intrastat Product [product_harmonized_system](product_harmonized_system/) | 15.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/) | 15.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/) | 15.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 c231629..12bf650 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20230906.0 \ No newline at end of file +15.0.20231110.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9fefb2b..28864ae 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ setuptools.setup( 'odoo-addon-intrastat_base>=15.0dev,<15.1dev', 'odoo-addon-intrastat_product>=15.0dev,<15.1dev', 'odoo-addon-intrastat_product_generic>=15.0dev,<15.1dev', + 'odoo-addon-intrastat_product_hscodes_import>=15.0dev,<15.1dev', 'odoo-addon-product_harmonized_system>=15.0dev,<15.1dev', 'odoo-addon-product_harmonized_system_delivery>=15.0dev,<15.1dev', 'odoo-addon-product_harmonized_system_stock>=15.0dev,<15.1dev',