From 9235b330711b4d3311ada8cfcf765b7921d0d90e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 14 Feb 2025 19:25:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- product_contract/README.rst | 30 +++++++++---------- product_contract/__manifest__.py | 2 +- .../static/description/index.html | 6 ++-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index cc89d24654..6b36de9111 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [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 [contract_variable_quantity](contract_variable_quantity/) | 17.0.1.0.0 | | Variable quantity in contract recurrent invoicing -[product_contract](product_contract/) | 17.0.2.1.2 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Recurring - Product Contract +[product_contract](product_contract/) | 17.0.2.1.3 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Recurring - Product Contract [subscription_oca](subscription_oca/) | 17.0.1.0.0 | | Generate recurring invoices. [//]: # (end addons) diff --git a/product_contract/README.rst b/product_contract/README.rst index d5570ba3d5..4598a0fc11 100644 --- a/product_contract/README.rst +++ b/product_contract/README.rst @@ -7,7 +7,7 @@ Recurring - Product Contract !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:190dd7784b51f8cd26208ba64ba257409cdaf09e9281973b7076a65d63a87cf8 + !! source digest: sha256:8371889ad93e36b9b6c7f3e04adb21ef81207146e00e85efdaae6adabf3d912b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -55,12 +55,12 @@ To use this module, you need to: Known issues / Roadmap ====================== -- There's no support right now for computing the start date for the - following recurrent types: daily, weekly and monthlylastday. -- It would be interesting to be able to configure what to display in - the line description using a configuration option, but using - \_compute_name is not valid because, if nothing is configured, it - would reset what we have in the description. +- There's no support right now for computing the start date for the + following recurrent types: daily, weekly and monthlylastday. +- It would be interesting to be able to configure what to display in the + line description using a configuration option, but using + \_compute_name is not valid because, if nothing is configured, it + would reset what we have in the description. Bug Tracker =========== @@ -84,16 +84,16 @@ Authors Contributors ------------ -- Ted Salmon -- Souheil Bejaoui -- `Tecnativa `__: +- Ted Salmon +- Souheil Bejaoui +- `Tecnativa `__: - - Ernesto Tejeda - - Pedro M. Baeza - - Carlos Roca - - Sergio Teruel + - Ernesto Tejeda + - Pedro M. Baeza + - Carlos Roca + - Sergio Teruel -- David Jaen +- David Jaen Maintainers ----------- diff --git a/product_contract/__manifest__.py b/product_contract/__manifest__.py index 2c30f1af95..60a934482e 100644 --- a/product_contract/__manifest__.py +++ b/product_contract/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Recurring - Product Contract", - "version": "17.0.2.1.2", + "version": "17.0.2.1.3", "category": "Contract Management", "license": "AGPL-3", "author": "LasLabs, " "ACSONE SA/NV, " "Odoo Community Association (OCA)", diff --git a/product_contract/static/description/index.html b/product_contract/static/description/index.html index 1afc761c89..51532a505e 100644 --- a/product_contract/static/description/index.html +++ b/product_contract/static/description/index.html @@ -367,7 +367,7 @@

Recurring - Product Contract

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:190dd7784b51f8cd26208ba64ba257409cdaf09e9281973b7076a65d63a87cf8 +!! source digest: sha256:8371889ad93e36b9b6c7f3e04adb21ef81207146e00e85efdaae6adabf3d912b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds support for products to be linked to contract @@ -405,8 +405,8 @@

Known issues / Roadmap

  • There’s no support right now for computing the start date for the following recurrent types: daily, weekly and monthlylastday.
  • -
  • It would be interesting to be able to configure what to display in -the line description using a configuration option, but using +
  • It would be interesting to be able to configure what to display in the +line description using a configuration option, but using _compute_name is not valid because, if nothing is configured, it would reset what we have in the description.