[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-11 19:26:21 +00:00
parent cce713131f
commit fa44677e01
3 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
16.0.20230906.0
16.0.20231111.0

View File

@@ -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',