diff --git a/README.md b/README.md index be8e8f1d0c5f..3ca64c631b9e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [account_invoice_blocking](account_invoice_blocking/) | 16.0.1.0.1 | | Set a blocking (No Follow-up) flag on invoices [account_invoice_change_currency](account_invoice_change_currency/) | 16.0.1.0.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![rolandojduartem](https://github.com/rolandojduartem.png?size=30px)](https://github.com/rolandojduartem) | Allows to change currency of Invoice by wizard [account_invoice_check_total](account_invoice_check_total/) | 16.0.1.0.0 | | Check if the verification total is equal to the bill's total +[account_invoice_crm_tag](account_invoice_crm_tag/) | 16.0.1.0.0 | | Account Invoice CRM Tag [account_invoice_currency_taxes](account_invoice_currency_taxes/) | 16.0.1.0.1 | | Taxes in company currency in invoice report [account_invoice_fiscal_position_update](account_invoice_fiscal_position_update/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Changing the fiscal position of an invoice will auto-update invoice lines [account_invoice_fixed_discount](account_invoice_fixed_discount/) | 16.0.1.0.0 | | Allows to apply fixed amount discounts in invoices. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5bc56d5993d7..672fc2b4f0e1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230922.1 \ No newline at end of file +16.0.20231014.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 7b639b700380..5e57d6d4bc05 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ 'odoo-addon-account_invoice_blocking>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_change_currency>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_check_total>=16.0dev,<16.1dev', + 'odoo-addon-account_invoice_crm_tag>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_currency_taxes>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_fiscal_position_update>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_fixed_discount>=16.0dev,<16.1dev',