Skip to content

Commit 8eef4ea

Browse files
committed
[BOT] post-merge updates
1 parent 198bd56 commit 8eef4ea

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[contract_sale_invoicing](contract_sale_invoicing/) | 17.0.1.0.0 | | Include sales to invoice in contract invoice creation
3030
[contract_update_last_date_invoiced](contract_update_last_date_invoiced/) | 17.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) | This module allows to update the last date invoiced if invoices are deleted.
3131
[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
32-
[contract_variable_quantity](contract_variable_quantity/) | 17.0.1.0.0 | | Variable quantity in contract recurrent invoicing
32+
[contract_variable_quantity](contract_variable_quantity/) | 17.0.1.0.1 | | Variable quantity in contract recurrent invoicing
3333
[product_contract](product_contract/) | 17.0.2.2.0 | [![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
3434
[subscription_oca](subscription_oca/) | 17.0.1.0.0 | | Generate recurring invoices.
3535

contract_variable_quantity/README.rst

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Variable quantity in contract recurrent invoicing
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:bf5c154ac65588fc280046147b7f3d978557cfe2cd62bd08acf47761e173da74
10+
!! source digest: sha256:8084dbe589244d53e581abe0269725d3a5bd74e25386dd08636b819dae841812
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -47,13 +47,12 @@ Configuration
4747

4848
You can use these variables to compute your formula:
4949

50-
- *env*: Environment variable for getting other models.
51-
- *context*: Current context dictionary.
52-
- *user*: Current user.
53-
- *line*: Contract recurring invoice line that triggers this
54-
formula.
55-
- *contract*: Contract whose line belongs to.
56-
- *invoice*: Invoice (header) being created.
50+
- *env*: Environment variable for getting other models.
51+
- *context*: Current context dictionary.
52+
- *user*: Current user.
53+
- *line*: Contract recurring invoice line that triggers this formula.
54+
- *contract*: Contract whose line belongs to.
55+
- *invoice*: Invoice (header) being created.
5756

5857
|image1|
5958

@@ -92,17 +91,17 @@ Authors
9291
Contributors
9392
------------
9493

95-
- `Tecnativa <https://www.tecnativa.com>`__:
94+
- `Tecnativa <https://www.tecnativa.com>`__:
9695

97-
- Pedro M. Baeza
98-
- Carlos Roca
99-
- Víctor Martínez
100-
- Carolina Fernandez
101-
- Juan José Seguí
96+
- Pedro M. Baeza
97+
- Carlos Roca
98+
- Víctor Martínez
99+
- Carolina Fernandez
100+
- Juan José Seguí
102101

103-
- Dave Lasley <dave@laslabs.com>
102+
- Dave Lasley <dave@laslabs.com>
104103

105-
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
104+
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
106105

107106
Maintainers
108107
-----------

contract_variable_quantity/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{
88
"name": "Variable quantity in contract recurrent invoicing",
9-
"version": "17.0.1.0.0",
9+
"version": "17.0.1.0.1",
1010
"category": "Contract Management",
1111
"license": "AGPL-3",
1212
"author": "Tecnativa, Odoo Community Association (OCA)",

contract_variable_quantity/static/description/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Variable quantity in contract recurrent invoicing</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:bf5c154ac65588fc280046147b7f3d978557cfe2cd62bd08acf47761e173da74
370+
!! source digest: sha256:8084dbe589244d53e581abe0269725d3a5bd74e25386dd08636b819dae841812
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/contract/tree/17.0/contract_variable_quantity"><img alt="OCA/contract" src="https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-contract_variable_quantity"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/contract&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>With this module, you will be able to define in recurring contracts some
@@ -399,8 +399,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
399399
<li><em>env</em>: Environment variable for getting other models.</li>
400400
<li><em>context</em>: Current context dictionary.</li>
401401
<li><em>user</em>: Current user.</li>
402-
<li><em>line</em>: Contract recurring invoice line that triggers this
403-
formula.</li>
402+
<li><em>line</em>: Contract recurring invoice line that triggers this formula.</li>
404403
<li><em>contract</em>: Contract whose line belongs to.</li>
405404
<li><em>invoice</em>: Invoice (header) being created.</li>
406405
</ul>

0 commit comments

Comments
 (0)