From da48dd42e956ef5df2f2ee181aae0d62d7220dab Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 28 Aug 2024 18:02:07 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + contract_price_revision/README.rst | 2 +- contract_price_revision/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cc90a8b2e..694f498403 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [contract](contract/) | 17.0.1.1.0 | | Recurring - Contracts Management +[contract_price_revision](contract_price_revision/) | 17.0.1.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Easy revision of contract prices [contract_sale](contract_sale/) | 17.0.1.0.0 | | Contract from Sale [contract_sale_invoicing](contract_sale_invoicing/) | 17.0.1.0.0 | | Include sales to invoice in contract invoice creation [contract_variable_qty_timesheet](contract_variable_qty_timesheet/) | 17.0.1.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![danypr92](https://github.com/danypr92.png?size=30px)](https://github.com/danypr92) | Add formula to invoice diff --git a/contract_price_revision/README.rst b/contract_price_revision/README.rst index 60b017de7f..2007ec71c1 100644 --- a/contract_price_revision/README.rst +++ b/contract_price_revision/README.rst @@ -7,7 +7,7 @@ Contract Price Revision !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:de222a92e86474bc20e85dbdae73adfb5e21bd3f96b065006dcb12b04f58b2ff + !! source digest: sha256:494f4443d4b47ea717c59bd2b8a64c0ab358f432bb149806fed22dff7ba5d3da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract_price_revision/static/description/index.html b/contract_price_revision/static/description/index.html index 73d118ad60..af72c3e4c3 100644 --- a/contract_price_revision/static/description/index.html +++ b/contract_price_revision/static/description/index.html @@ -367,7 +367,7 @@

Contract Price Revision

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:de222a92e86474bc20e85dbdae73adfb5e21bd3f96b065006dcb12b04f58b2ff +!! source digest: sha256:494f4443d4b47ea717c59bd2b8a64c0ab358f432bb149806fed22dff7ba5d3da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to create revisions of contract line prices.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 89d993e745..77c87cd787 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-contract" -version = "17.0.20240824.1" +version = "17.0.20240828.0" dependencies = [ "odoo-addon-contract>=17.0dev,<17.1dev", + "odoo-addon-contract_price_revision>=17.0dev,<17.1dev", "odoo-addon-contract_sale>=17.0dev,<17.1dev", "odoo-addon-contract_sale_invoicing>=17.0dev,<17.1dev", "odoo-addon-contract_variable_qty_timesheet>=17.0dev,<17.1dev",