Skip to content

Commit f83b31b

Browse files
committed
Merge PR #3805 into 17.0
Signed-off-by rousseldenis
2 parents b4a08a0 + 11a4759 commit f83b31b

File tree

3 files changed

+73
-34
lines changed

3 files changed

+73
-34
lines changed

sale_blanket_order/README.rst

Lines changed: 37 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,23 @@ exhausting all the quantities of products.
3939
.. contents::
4040
:local:
4141

42+
Use Cases / Context
43+
===================
44+
45+
Others modules provide similar features. The module
46+
(sale_order_blanket_order)[`https://pypi.org/project/odoo-addon-sale-order-blanket-order] <https://pypi.org/project/odoo-addon-sale-order-blanket-order]>`__
47+
also defines the concept of sale blanket order. The main differences
48+
are:
49+
50+
- This module integrates Blanket Orders and Call-Off Orders into the
51+
sale.blanket.order object, whereas the other module extends the
52+
sale.order object. This means that any extensions made to the sale
53+
order model can also apply to blanket orders.
54+
55+
- In the other module, you can deliver and invoice directly from the
56+
blanket order. You can also create a separate call-off order to
57+
partially deliver the blanket order.
58+
4259
Usage
4360
=====
4461

@@ -53,21 +70,21 @@ section:
5370
Hitting the button create will open the form view in which we can
5471
introduce the following information:
5572

56-
- Vendor
73+
- Vendor
5774

58-
- Salesperson
75+
- Salesperson
5976

60-
- Payment Terms
77+
- Payment Terms
6178

62-
- Validity date
79+
- Validity date
6380

64-
- Order lines:
81+
- Order lines:
6582

66-
- Product
67-
- Accorded price
68-
- Original, Ordered, Invoiced, Received and Remaining quantities
83+
- Product
84+
- Accorded price
85+
- Original, Ordered, Invoiced, Received and Remaining quantities
6986

70-
- Terms and Conditions of the Blanket Order
87+
- Terms and Conditions of the Blanket Order
7188

7289
|image2|
7390

@@ -97,8 +114,8 @@ PO line is associated. Upon adding a new product in a newly created Sale
97114
Order a blanket order line will be suggested depending on the following
98115
factors:
99116

100-
- Closer Validity date
101-
- Remaining quantity > Quantity introduced in the Sale Order line
117+
- Closer Validity date
118+
- Remaining quantity > Quantity introduced in the Sale Order line
102119

103120
|image6|
104121

@@ -130,22 +147,22 @@ Authors
130147
Contributors
131148
------------
132149

133-
- André Pereira <github@andreparames.com> (https://www.acsone.eu/)
150+
- André Pereira <github@andreparames.com> (https://www.acsone.eu/)
134151

135-
- Adrià Gil Sorribes <adria.gil@eficent.com> (https://www.eficent.com/)
152+
- Adrià Gil Sorribes <adria.gil@eficent.com> (https://www.eficent.com/)
136153

137-
- Jordi Ballester Alomar <jordi.ballester@eficent.com>
154+
- Jordi Ballester Alomar <jordi.ballester@eficent.com>
138155

139-
- Alex Comba <alex.comba@agilebg.com> (https://www.agilebg.com/)
156+
- Alex Comba <alex.comba@agilebg.com> (https://www.agilebg.com/)
140157

141-
- Codeforward (https://www.codeforward.nl/):
158+
- Codeforward (https://www.codeforward.nl/):
142159

143-
- Jasper Jumelet <jasper.jumelet@codeforward.nl>
144-
- Chris Bergman <chris.bergman@codeforward.nl>
160+
- Jasper Jumelet <jasper.jumelet@codeforward.nl>
161+
- Chris Bergman <chris.bergman@codeforward.nl>
145162

146-
- `Trobz <https://trobz.com>`__:
163+
- `Trobz <https://trobz.com>`__:
147164

148-
- Nguyễn Minh Chiến <chien@trobz.com>
165+
- Nguyễn Minh Chiến <chien@trobz.com>
149166

150167
Other credits
151168
-------------
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Others modules provide similar features. The module (sale_order_blanket_order)[https://pypi.org/project/odoo-addon-sale-order-blanket-order] also defines the concept of sale blanket order. The main differences are:
2+
3+
* This module integrates Blanket Orders and Call-Off Orders into the sale.blanket.order object, whereas the other module extends the sale.order object. This means that any extensions made to the sale order model can also apply to blanket orders.
4+
5+
* In the other module, you can deliver and invoice directly from the blanket order. You can also create a separate call-off order to partially deliver the blanket order.

sale_blanket_order/static/description/index.html

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -378,19 +378,36 @@ <h1 class="title">Sale Blanket Orders</h1>
378378
<p><strong>Table of contents</strong></p>
379379
<div class="contents local topic" id="contents">
380380
<ul class="simple">
381-
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
382-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
383-
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
384-
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
385-
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
386-
<li><a class="reference internal" href="#other-credits" id="toc-entry-6">Other credits</a></li>
387-
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
381+
<li><a class="reference internal" href="#use-cases-context" id="toc-entry-1">Use Cases / Context</a></li>
382+
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
383+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
384+
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
385+
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
386+
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
387+
<li><a class="reference internal" href="#other-credits" id="toc-entry-7">Other credits</a></li>
388+
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
388389
</ul>
389390
</li>
390391
</ul>
391392
</div>
393+
<div class="section" id="use-cases-context">
394+
<h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
395+
<p>Others modules provide similar features. The module
396+
(sale_order_blanket_order)[<a class="reference external" href="https://pypi.org/project/odoo-addon-sale-order-blanket-order]">https://pypi.org/project/odoo-addon-sale-order-blanket-order]</a>
397+
also defines the concept of sale blanket order. The main differences
398+
are:</p>
399+
<ul class="simple">
400+
<li>This module integrates Blanket Orders and Call-Off Orders into the
401+
sale.blanket.order object, whereas the other module extends the
402+
sale.order object. This means that any extensions made to the sale
403+
order model can also apply to blanket orders.</li>
404+
<li>In the other module, you can deliver and invoice directly from the
405+
blanket order. You can also create a separate call-off order to
406+
partially deliver the blanket order.</li>
407+
</ul>
408+
</div>
392409
<div class="section" id="usage">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
410+
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
394411
<p>A new menu in the Sales area is created, allowing users to create new
395412
blanket orders.</p>
396413
<p>To create a new Sale Blanket Order go to the sale menu in the Sales
@@ -438,23 +455,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
438455
<p><img alt="image6" src="https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/PO_BOLine.png" /></p>
439456
</div>
440457
<div class="section" id="bug-tracker">
441-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
458+
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
442459
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
443460
In case of trouble, please check there if your issue has already been reported.
444461
If you spotted it first, help us to smash it by providing a detailed and welcomed
445462
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
446463
<p>Do not contact contributors directly about support or help with technical issues.</p>
447464
</div>
448465
<div class="section" id="credits">
449-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
466+
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
450467
<div class="section" id="authors">
451-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
468+
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
452469
<ul class="simple">
453470
<li>Acsone SA/NV</li>
454471
</ul>
455472
</div>
456473
<div class="section" id="contributors">
457-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
474+
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
458475
<ul>
459476
<li><p class="first">André Pereira &lt;<a class="reference external" href="mailto:github&#64;andreparames.com">github&#64;andreparames.com</a>&gt; (<a class="reference external" href="https://www.acsone.eu/">https://www.acsone.eu/</a>)</p>
460477
</li>
@@ -482,12 +499,12 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
482499
</ul>
483500
</div>
484501
<div class="section" id="other-credits">
485-
<h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
502+
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
486503
<p>The migration of this module from 15.0 to 16.0 was financially supported
487504
by Camptocamp</p>
488505
</div>
489506
<div class="section" id="maintainers">
490-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
507+
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
491508
<p>This module is maintained by the OCA.</p>
492509
<a class="reference external image-reference" href="https://odoo-community.org">
493510
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />

0 commit comments

Comments
 (0)