[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-10 10:30:25 +00:00
parent 6244596cf0
commit 0293b57863
3 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1 +1 @@
15.0.20230906.0
15.0.20231110.0

View File

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