From a33ac736991ac5cfdddccf3365de1534dc5328eb Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 10 Oct 2023 22:42:02 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + contract_price_revision/README.rst | 13 +++++++------ .../static/description/index.html | 8 ++++---- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d21f55959..b5ef6b237 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [agreement_rebate_partner_company_group](agreement_rebate_partner_company_group/) | 15.0.1.0.0 | | Rebate agreements applied to all company group members [contract](contract/) | 15.0.1.7.1 | | Recurring - Contracts Management [contract_payment_mode](contract_payment_mode/) | 15.0.1.1.1 | | Payment mode in contracts and their invoices +[contract_price_revision](contract_price_revision/) | 15.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/) | 15.0.1.1.0 | | Contract from Sale [contract_sale_generation](contract_sale_generation/) | 15.0.1.0.3 | | Contracts Management - Recurring Sales [contract_variable_qty_timesheet](contract_variable_qty_timesheet/) | 15.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) | Add formula to invoice diff --git a/contract_price_revision/README.rst b/contract_price_revision/README.rst index 008a04f7a..d79af9cf8 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:c8a59ff02fbb6be23950f10dec81d9fac5d8dceb53a5213a9cce91789ca63230 + !! source digest: sha256:de222a92e86474bc20e85dbdae73adfb5e21bd3f96b065006dcb12b04f58b2ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -17,13 +17,13 @@ Contract Price Revision :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github - :target: https://github.com/OCA/contract/tree/13.0/contract_price_revision + :target: https://github.com/OCA/contract/tree/15.0/contract_price_revision :alt: OCA/contract .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/contract-13-0/contract-13-0-contract_price_revision + :target: https://translation.odoo-community.org/projects/contract-15-0/contract-15-0-contract_price_revision :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=13.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=15.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -63,7 +63,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -83,6 +83,7 @@ Contributors * Vicent Cubells * Carlos Dauden + * Carolina Fernandez Maintainers ~~~~~~~~~~~ @@ -105,6 +106,6 @@ Current `maintainer `__: |maintainer-carlosdauden| -This module is part of the `OCA/contract `_ project on GitHub. +This module is part of the `OCA/contract `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/contract_price_revision/static/description/index.html b/contract_price_revision/static/description/index.html index 9833bbb14..e84c03f29 100644 --- a/contract_price_revision/static/description/index.html +++ b/contract_price_revision/static/description/index.html @@ -367,9 +367,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c8a59ff02fbb6be23950f10dec81d9fac5d8dceb53a5213a9cce91789ca63230 +!! source digest: sha256:de222a92e86474bc20e85dbdae73adfb5e21bd3f96b065006dcb12b04f58b2ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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.

Table of contents

@@ -410,7 +410,7 @@ Check ‘Never Revise Price’ on line level to avoid price revisions.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -442,7 +442,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

carlosdauden

-

This module is part of the OCA/contract project on GitHub.

+

This module is part of the OCA/contract project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4fe5533e5..87b27c656 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231002.0 \ No newline at end of file +15.0.20231010.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a745fd413..32823e4e7 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ setuptools.setup( 'odoo-addon-agreement_rebate_partner_company_group>=15.0dev,<15.1dev', 'odoo-addon-contract>=15.0dev,<15.1dev', 'odoo-addon-contract_payment_mode>=15.0dev,<15.1dev', + 'odoo-addon-contract_price_revision>=15.0dev,<15.1dev', 'odoo-addon-contract_sale>=15.0dev,<15.1dev', 'odoo-addon-contract_sale_generation>=15.0dev,<15.1dev', 'odoo-addon-contract_variable_qty_timesheet>=15.0dev,<15.1dev',