diff --git a/README.md b/README.md index 63ab3afdf..6a7931f40 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [contract](contract/) | 16.0.2.8.1 | | Recurring - Contracts Management [contract_invoice_start_end_dates](contract_invoice_start_end_dates/) | 16.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Contract Invoice Start End Dates [contract_payment_mode](contract_payment_mode/) | 16.0.1.0.0 | | Payment mode in contracts and their invoices +[contract_queue_job](contract_queue_job/) | 16.0.1.0.1 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) [![BurkhalterY](https://github.com/BurkhalterY.png?size=30px)](https://github.com/BurkhalterY) | This addon make contract invoicing cron plan each contract in a job instead of creating all invoices in one transaction [contract_sale](contract_sale/) | 16.0.1.2.0 | | Contract from Sale [contract_sale_generation](contract_sale_generation/) | 16.0.1.1.0 | | Contracts Management - Recurring Sales [contract_variable_quantity](contract_variable_quantity/) | 16.0.1.1.0 | | Variable quantity in contract recurrent invoicing diff --git a/contract_queue_job/README.rst b/contract_queue_job/README.rst index ad5e0f8e4..213bdcc4c 100644 --- a/contract_queue_job/README.rst +++ b/contract_queue_job/README.rst @@ -7,7 +7,7 @@ Contract Queue Job !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a5253428f2c42e1b43cd35eb91768ba2ecfeb2474c9be5e1f50f3b304e31b97a + !! source digest: sha256:6694fe97ba2c4c5343006af38811c58f4b864357bf894956bd3e4b51eae88b72 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/contract_queue_job/__manifest__.py b/contract_queue_job/__manifest__.py index 78096e704..99bc9784e 100644 --- a/contract_queue_job/__manifest__.py +++ b/contract_queue_job/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This addon make contract invoicing cron plan each contract in a job instead of creating all invoices in one transaction""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", diff --git a/contract_queue_job/static/description/index.html b/contract_queue_job/static/description/index.html index c13a6c9c7..0320bfebe 100644 --- a/contract_queue_job/static/description/index.html +++ b/contract_queue_job/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a5253428f2c42e1b43cd35eb91768ba2ecfeb2474c9be5e1f50f3b304e31b97a +!! source digest: sha256:6694fe97ba2c4c5343006af38811c58f4b864357bf894956bd3e4b51eae88b72 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

This addon make contract invoicing cron plan each contract in a job instead of creating all invoices in one transaction

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9fe3c3c82..91ae54217 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240220.0 \ No newline at end of file +16.0.20240419.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9e1a0c15a..e0a844041 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo-addon-contract>=16.0dev,<16.1dev', 'odoo-addon-contract_invoice_start_end_dates>=16.0dev,<16.1dev', 'odoo-addon-contract_payment_mode>=16.0dev,<16.1dev', + 'odoo-addon-contract_queue_job>=16.0dev,<16.1dev', 'odoo-addon-contract_sale>=16.0dev,<16.1dev', 'odoo-addon-contract_sale_generation>=16.0dev,<16.1dev', 'odoo-addon-contract_variable_quantity>=16.0dev,<16.1dev',