From f06ebb66b10e40f43c7602acff55b962234bad0a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 3 Dec 2024 14:59:36 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- contract/README.rst | 64 +++++++++++++------------- contract/__manifest__.py | 2 +- contract/static/description/index.html | 6 +-- 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index e41104ece..63e2c5cd7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[contract](contract/) | 17.0.1.1.1 | | Recurring - Contracts Management +[contract](contract/) | 17.0.1.1.2 | | Recurring - Contracts Management [contract_payment_mode](contract_payment_mode/) | 17.0.1.0.0 | | Payment mode in contracts and their invoices [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 diff --git a/contract/README.rst b/contract/README.rst index 0630d36c5..635369116 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -7,7 +7,7 @@ Recurring - Contracts Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d03061fa09dd38d53cbaf6f7ca79de5ff114d100162c7f7646d6a6f301ad3941 + !! source digest: sha256:a212fd348aaf2a7d728a431012ef54bd1b8b8fa9ee321e2a5f94309e07382c78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -57,21 +57,21 @@ Usage 2. When creating a contract, fill fields for selecting the invoicing parameters: - - a journal - - a price list (optional) + - a journal + - a price list (optional) 3. And add the lines to be invoiced with: - - the product with a description, a quantity and a price - - the recurrence parameters: interval (days, weeks, months, months - last day or years), start date, date of next invoice - (automatically computed, can be modified) and end date (optional) - - auto-price, for having a price automatically obtained from the - price list - - #START# or #END# in the description field to display the start/end - date of the invoiced period in the invoice line description - - pre-paid (invoice at period start) or post-paid (invoice at start - of next period) + - the product with a description, a quantity and a price + - the recurrence parameters: interval (days, weeks, months, months + last day or years), start date, date of next invoice (automatically + computed, can be modified) and end date (optional) + - auto-price, for having a price automatically obtained from the + price list + - #START# or #END# in the description field to display the start/end + date of the invoiced period in the invoice line description + - pre-paid (invoice at period start) or post-paid (invoice at start + of next period) 4. The "Generate Recurring Invoices from Contracts" cron runs daily to generate the invoices. If you are in debug mode, you can click on the @@ -85,7 +85,7 @@ Usage price list and lines when creating a contract. To use it, just select the template on the contract and fields will be filled automatically. -- Contracts appear in portal to following users in every contract: +- Contracts appear in portal to following users in every contract: |image| @@ -100,8 +100,8 @@ Usage Known issues / Roadmap ====================== -- Recover states and others functional fields in Contracts. -- Add recurrence flag at template level. +- Recover states and others functional fields in Contracts. +- Add recurrence flag at template level. Bug Tracker =========== @@ -125,33 +125,33 @@ Authors Contributors ------------ -- Angel Moya +- Angel Moya -- Dave Lasley +- Dave Lasley -- Miquel Raïch +- Miquel Raïch -- Souheil Bejaoui +- Souheil Bejaoui -- Thomas Binsfeld +- Thomas Binsfeld -- Guillaume Vandamme +- Guillaume Vandamme -- Raphaël Reverdy +- Raphaël Reverdy -- `Tecnativa `__: +- `Tecnativa `__: - - Pedro M. Baeza - - Carlos Dauden - - Vicent Cubells - - Rafael Blasco - - Víctor Martínez + - Pedro M. Baeza + - Carlos Dauden + - Vicent Cubells + - Rafael Blasco + - Víctor Martínez -- Iván Antón +- Iván Antón -- `APSL `__: +- `APSL `__: - - Antoni Marroig + - Antoni Marroig Maintainers ----------- diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 28b4634a3..b9c12c720 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -11,7 +11,7 @@ { "name": "Recurring - Contracts Management", - "version": "17.0.1.1.1", + "version": "17.0.1.1.2", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)", diff --git a/contract/static/description/index.html b/contract/static/description/index.html index 31daf98b9..58299d582 100644 --- a/contract/static/description/index.html +++ b/contract/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d03061fa09dd38d53cbaf6f7ca79de5ff114d100162c7f7646d6a6f301ad3941 +!! source digest: sha256:a212fd348aaf2a7d728a431012ef54bd1b8b8fa9ee321e2a5f94309e07382c78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module enables contracts management with recurring invoicing @@ -410,8 +410,8 @@ parameters:

  • And add the lines to be invoiced with:
    • the product with a description, a quantity and a price
    • the recurrence parameters: interval (days, weeks, months, months -last day or years), start date, date of next invoice -(automatically computed, can be modified) and end date (optional)
    • +last day or years), start date, date of next invoice (automatically +computed, can be modified) and end date (optional)
    • auto-price, for having a price automatically obtained from the price list
    • #START# or #END# in the description field to display the start/end