Skip to content

Commit f04452b

Browse files
committed
[BOT] post-merge updates
1 parent 3704120 commit f04452b

File tree

7 files changed

+43
-33
lines changed

7 files changed

+43
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addon | version | maintainers | summary
3030
[purchase_advance_payment](purchase_advance_payment/) | 17.0.1.5.1 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Allow to add advance payments on purchase orders
3131
[purchase_all_shipments](purchase_all_shipments/) | 17.0.1.0.0 | | Purchase All Shipments
3232
[purchase_allowed_product](purchase_allowed_product/) | 17.0.1.0.0 | | This module allows to select only products that can be supplied by the vendor
33-
[purchase_blanket_order](purchase_blanket_order/) | 17.0.1.0.0 | | Purchase Blanket Orders
33+
[purchase_blanket_order](purchase_blanket_order/) | 17.0.1.0.1 | | Purchase Blanket Orders
3434
[purchase_cancel_reason](purchase_cancel_reason/) | 17.0.1.0.0 | | Purchase Cancel Reason
3535
[purchase_commercial_partner](purchase_commercial_partner/) | 17.0.1.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Add stored related field 'Commercial Supplier' on POs
3636
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 17.0.1.0.0 | | This module allows purchase default terms & conditions
@@ -63,7 +63,7 @@ addon | version | maintainers | summary
6363
[purchase_order_supplierinfo_update](purchase_order_supplierinfo_update/) | 17.0.1.0.1 | <a href='https://github.com/ernestotejeda'><img src='https://github.com/ernestotejeda.png' width='32' height='32' style='border-radius:50%;' alt='ernestotejeda'/></a> | Update product supplierinfo with the last purchase price
6464
[purchase_order_type](purchase_order_type/) | 17.0.1.0.2 | | Purchase Order Type
6565
[purchase_order_type_dashboard](purchase_order_type_dashboard/) | 17.0.1.0.0 | <a href='https://github.com/dalonsod'><img src='https://github.com/dalonsod.png' width='32' height='32' style='border-radius:50%;' alt='dalonsod'/></a> | Purchase Order Type Dashboard
66-
[purchase_order_uninvoiced_amount](purchase_order_uninvoiced_amount/) | 17.0.1.0.0 | | Purchase Order Univoiced Amount
66+
[purchase_order_uninvoiced_amount](purchase_order_uninvoiced_amount/) | 17.0.1.0.1 | | Purchase Order Univoiced Amount
6767
[purchase_order_uninvoiced_amount_line](purchase_order_uninvoiced_amount_line/) | 17.0.1.0.0 | | Purchase Order Line Uninvoiced Amount
6868
[purchase_order_weight_volume](purchase_order_weight_volume/) | 17.0.1.0.0 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Display purchase order weight and volume
6969
[purchase_partner_incoterm](purchase_partner_incoterm/) | 17.0.1.0.0 | <a href='https://github.com/TDu'><img src='https://github.com/TDu.png' width='32' height='32' style='border-radius:50%;' alt='TDu'/></a> <a href='https://github.com/bealdav'><img src='https://github.com/bealdav.png' width='32' height='32' style='border-radius:50%;' alt='bealdav'/></a> | Add a an incoterm field for supplier and use it on purchase order

purchase_blanket_order/README.rst

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=======================
26
Purchase Blanket Orders
37
=======================
@@ -7,13 +11,13 @@ Purchase Blanket Orders
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5f3e8c74ea3c30db4856116f22862b2bb6dda8755b8067f23afa582b43781057
14+
!! source digest: sha256:4e5e73a13853360aa76739f1bd4485f41522f813ccbbb7d08063c500d55333c2
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
@@ -52,19 +56,19 @@ Purchase section:
5256
Hitting the button create will open the form view in which we can
5357
introduce the following information:
5458

55-
- Vendor
59+
- Vendor
5660

57-
- Payment Terms
61+
- Payment Terms
5862

59-
- Ordering and Validity dates
63+
- Ordering and Validity dates
6064

61-
- Order lines:
65+
- Order lines:
6266

63-
- Product
64-
- Accorded price
65-
- Original, Ordered, Invoiced, Received and Remaining quantities
67+
- Product
68+
- Accorded price
69+
- Original, Ordered, Invoiced, Received and Remaining quantities
6670

67-
- Terms and Conditions of the Blanket Order
71+
- Terms and Conditions of the Blanket Order
6872

6973
|Blanket Orders form|
7074

@@ -94,8 +98,8 @@ line the PO line is associated. Upon adding a new product in a newly
9498
created Purchase Order a blanket order line will be suggested depending
9599
on the following factors:
96100

97-
- Closer Validity date
98-
- Remaining quantity > Quantity introduced in the Purchase Order line
101+
- Closer Validity date
102+
- Remaining quantity > Quantity introduced in the Purchase Order line
99103

100104
|New field added in Purchase Order Line|
101105

@@ -127,10 +131,10 @@ Authors
127131
Contributors
128132
------------
129133

130-
- Adrià Gil Sorribes <adria.gil@forgeflow.com>
131-
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
132-
- Héctor Villarreal <hector.villarreal@forgeflow.com>
133-
- Lois Rilo <lois.rilo@forgeflow.com>
134+
- Adrià Gil Sorribes <adria.gil@forgeflow.com>
135+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
136+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
137+
- Lois Rilo <lois.rilo@forgeflow.com>
134138

135139
Maintainers
136140
-----------

purchase_blanket_order/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"category": "Purchase",
66
"license": "AGPL-3",
77
"author": "ForgeFlow, Odoo Community Association (OCA)",
8-
"version": "17.0.1.0.0",
8+
"version": "17.0.1.0.1",
99
"website": "https://github.com/OCA/purchase-workflow",
1010
"summary": "Purchase Blanket Orders",
1111
"depends": [

purchase_blanket_order/static/description/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Purchase Blanket Orders</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="purchase-blanket-orders">
364-
<h1 class="title">Purchase Blanket Orders</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="purchase-blanket-orders">
370+
<h1>Purchase Blanket Orders</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5f3e8c74ea3c30db4856116f22862b2bb6dda8755b8067f23afa582b43781057
375+
!! source digest: sha256:4e5e73a13853360aa76739f1bd4485f41522f813ccbbb7d08063c500d55333c2
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/purchase-workflow/tree/17.0/purchase_blanket_order"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_blanket_order"><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/purchase-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/17.0/purchase_blanket_order"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_blanket_order"><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/purchase-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>A purchase blanket order is a pre-agreement to purchase a certain number
374379
of quantities of products at a specific price. From a confirmed blanket
375380
order, the users can create new purchase orders at such price, until the
@@ -388,7 +393,7 @@ <h1 class="title">Purchase Blanket Orders</h1>
388393
</ul>
389394
</div>
390395
<div class="section" id="usage">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
392397
<p>A new menu in the Purchase area is created, allowing users to create new
393398
blanket orders.</p>
394399
<p>To create a new Purchase Blanket Order go to the purchase menu in the
@@ -435,23 +440,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
435440
<p><img alt="New field added in Purchase Order Line" src="https://raw.githubusercontent.com/purchase_blanket_order/static/description/PO_BOLine.png" /></p>
436441
</div>
437442
<div class="section" id="bug-tracker">
438-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
443+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
439444
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
440445
In case of trouble, please check there if your issue has already been reported.
441446
If you spotted it first, help us to smash it by providing a detailed and welcomed
442447
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_blanket_order%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
443448
<p>Do not contact contributors directly about support or help with technical issues.</p>
444449
</div>
445450
<div class="section" id="credits">
446-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
451+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
447452
<div class="section" id="authors">
448-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
453+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
449454
<ul class="simple">
450455
<li>ForgeFlow</li>
451456
</ul>
452457
</div>
453458
<div class="section" id="contributors">
454-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
459+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
455460
<ul class="simple">
456461
<li>Adrià Gil Sorribes &lt;<a class="reference external" href="mailto:adria.gil&#64;forgeflow.com">adria.gil&#64;forgeflow.com</a>&gt;</li>
457462
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
@@ -460,7 +465,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
460465
</ul>
461466
</div>
462467
<div class="section" id="maintainers">
463-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
468+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
464469
<p>This module is maintained by the OCA.</p>
465470
<a class="reference external image-reference" href="https://odoo-community.org">
466471
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -473,5 +478,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
473478
</div>
474479
</div>
475480
</div>
481+
</div>
476482
</body>
477483
</html>

purchase_order_uninvoiced_amount/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Purchase Order Univoiced Amount
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:46a284be0ad33e62e070edbf39b0371e022144c404a8fd28f0f2931ec1fbae3c
14+
!! source digest: sha256:847dc18e5e57c6f683bb4537fd54c6f2a83fe736f35e9fdce83ec378930cdf4a
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

purchase_order_uninvoiced_amount/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Purchase Order Univoiced Amount",
77
"author": "Tecnativa, Odoo Community Association (OCA)",
8-
"version": "17.0.1.0.0",
8+
"version": "17.0.1.0.1",
99
"development_status": "Production/Stable",
1010
"website": "https://github.com/OCA/purchase-workflow",
1111
"category": "Purchase",

purchase_order_uninvoiced_amount/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Purchase Order Univoiced Amount</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:46a284be0ad33e62e070edbf39b0371e022144c404a8fd28f0f2931ec1fbae3c
375+
!! source digest: sha256:847dc18e5e57c6f683bb4537fd54c6f2a83fe736f35e9fdce83ec378930cdf4a
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_uninvoiced_amount"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_order_uninvoiced_amount"><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/purchase-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>Show uninvoiced amount on purchase order tree.</p>

0 commit comments

Comments
 (0)