diff --git a/README.md b/README.md index 3e7fa11ae..4205f9aa4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [account_avatax_repair_oca](account_avatax_repair_oca/) | 14.0.1.0.0 | | Repair Orders with automatic Tax application using Avatax [account_avatax_sale_oca](account_avatax_sale_oca/) | 14.0.2.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Sales Orders with automatic Tax application using Avatax [account_avatax_website_sale](account_avatax_website_sale/) | 14.0.2.0.0 | [![cybernexus](https://github.com/cybernexus.png?size=30px)](https://github.com/cybernexus) | Ecommerce Sales Orders require tax recalculation prior to payment. +[account_fiscal_position_autodetect_optional_vies](account_fiscal_position_autodetect_optional_vies/) | 14.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Fiscal Position Autodetect optional VIES [account_fiscal_position_partner_type](account_fiscal_position_partner_type/) | 14.0.1.0.0 | | Account Fiscal Position Partner Type [account_multi_vat](account_multi_vat/) | 14.0.1.0.1 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | Allows setting multiple VAT numbers on any partner and select the right one depending on the fiscal position and delivery address of the invoice. [account_product_fiscal_classification](account_product_fiscal_classification/) | 14.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Simplify taxes management for products diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index d5b14a1d6..e23b2aa2d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231010.0 \ No newline at end of file +14.0.20240613.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 989fee17f..05f8022b9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ 'odoo14-addon-account_avatax_repair_oca', 'odoo14-addon-account_avatax_sale_oca', 'odoo14-addon-account_avatax_website_sale', + 'odoo14-addon-account_fiscal_position_autodetect_optional_vies', 'odoo14-addon-account_fiscal_position_partner_type', 'odoo14-addon-account_multi_vat', 'odoo14-addon-account_product_fiscal_classification',