diff --git a/README.md b/README.md index dd7dab0315d9..a69842fefa6f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_invoice_alternate_payer](account_invoice_alternate_payer/) | 16.0.1.0.0 | | Set a alternate payor/payee in invoices [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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 25949ffde293..279243b196c6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240227.0 \ No newline at end of file +16.0.20240228.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b83748ff5989..7d24fd9dadcf 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-account-invoicing Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_invoice_alternate_payer>=16.0dev,<16.1dev', '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',