diff --git a/README.md b/README.md index 976eb871bfb..682bf778090 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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_clearing](account_invoice_clearing/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Account invoice clearing wizard [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.2 | | Taxes in company currency in invoice report [account_invoice_default_code_column](account_invoice_default_code_column/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Default code product in a dedicated column on invoice reports diff --git a/account_invoice_clearing/README.rst b/account_invoice_clearing/README.rst index 9e00c59caa4..5e9ce58988d 100644 --- a/account_invoice_clearing/README.rst +++ b/account_invoice_clearing/README.rst @@ -7,7 +7,7 @@ Account Invoice Clearing !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:92e9f3c4fed7e9092315ca511cc7ec5bb4af3700968dedcaa5c9de0eff4a58cd + !! source digest: sha256:a09d8ef5e74817a985e8dd3d512e49a8a8d6316684764838590f571b89695ecd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/account_invoice_clearing/__manifest__.py b/account_invoice_clearing/__manifest__.py index 067bb2a12b3..008b7a83a40 100644 --- a/account_invoice_clearing/__manifest__.py +++ b/account_invoice_clearing/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Invoice Clearing", "summary": "Account invoice clearing wizard", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Alpha", "category": "Accounting/Accounting", "website": "https://github.com/OCA/account-invoicing", diff --git a/account_invoice_clearing/static/description/index.html b/account_invoice_clearing/static/description/index.html index cf24010a06c..f15e0941912 100644 --- a/account_invoice_clearing/static/description/index.html +++ b/account_invoice_clearing/static/description/index.html @@ -367,7 +367,7 @@
This module complements the functionality of Automatic Entries in Accounting. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5dc44873357..7f81ab2e09e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241224.0 \ No newline at end of file +16.0.20250110.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c4234468ecb..86f6982394e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,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_clearing>=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_default_code_column>=16.0dev,<16.1dev',