odoo-addon-sale-blanket-order 15.0.1.2.0.6__py3-none-any.whl → 15.0.1.2.0.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-sale-blanket-order might be problematic. Click here for more details.
- odoo/addons/sale_blanket_order/README.rst +9 -6
- odoo/addons/sale_blanket_order/static/description/index.html +20 -18
- {odoo_addon_sale_blanket_order-15.0.1.2.0.6.dist-info → odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info}/METADATA +12 -9
- {odoo_addon_sale_blanket_order-15.0.1.2.0.6.dist-info → odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info}/RECORD +6 -6
- {odoo_addon_sale_blanket_order-15.0.1.2.0.6.dist-info → odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info}/WHEEL +1 -1
- {odoo_addon_sale_blanket_order-15.0.1.2.0.6.dist-info → odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info}/top_level.txt +0 -0
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
Sale Blanket Orders
|
|
3
3
|
===================
|
|
4
4
|
|
|
5
|
-
..
|
|
5
|
+
..
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
7
8
|
!! changes will be overwritten. !!
|
|
8
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!! source digest: sha256:f67444746947f5a6a038743beb76edd2203dbbcc38940f75f76030a265e734a8
|
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
9
12
|
|
|
10
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
11
14
|
:target: https://odoo-community.org/page/development-status
|
|
@@ -19,11 +22,11 @@ Sale Blanket Orders
|
|
|
19
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
20
23
|
:target: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_blanket_order
|
|
21
24
|
:alt: Translate me on Weblate
|
|
22
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
23
|
-
:target: https://
|
|
24
|
-
:alt: Try me on
|
|
25
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=15.0
|
|
27
|
+
:alt: Try me on Runboat
|
|
25
28
|
|
|
26
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
29
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
27
30
|
|
|
28
31
|
A blanket order is a pre-agreement to sell a certain number of quantities of
|
|
29
32
|
products at a specific price. From a confirmed blanket order, the users can
|
|
@@ -97,7 +100,7 @@ Bug Tracker
|
|
|
97
100
|
|
|
98
101
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
99
102
|
In case of trouble, please check there if your issue has already been reported.
|
|
100
|
-
If you spotted it first, help us
|
|
103
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
101
104
|
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
102
105
|
|
|
103
106
|
Do not contact contributors directly about support or help with technical issues.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<meta name="generator" content="Docutils
|
|
6
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
7
7
|
<title>Sale Blanket Orders</title>
|
|
8
8
|
<style type="text/css">
|
|
9
9
|
|
|
10
10
|
/*
|
|
11
11
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
12
|
+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
|
|
13
13
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
14
|
|
|
15
15
|
Default cascading style sheet for the HTML output of Docutils.
|
|
16
16
|
|
|
17
|
-
See
|
|
17
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
19
19
|
*/
|
|
20
20
|
|
|
@@ -366,8 +366,10 @@ ul.auto-toc {
|
|
|
366
366
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
+
!! source digest: sha256:f67444746947f5a6a038743beb76edd2203dbbcc38940f75f76030a265e734a8
|
|
369
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
370
|
-
<p><a class="reference external" 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" 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" href="https://github.com/OCA/sale-workflow/tree/15.0/sale_blanket_order"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_blanket_order"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://
|
|
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/sale-workflow/tree/15.0/sale_blanket_order"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_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/sale-workflow&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
371
373
|
<p>A blanket order is a pre-agreement to sell a certain number of quantities of
|
|
372
374
|
products at a specific price. From a confirmed blanket order, the users can
|
|
373
375
|
create new sale orders at such price, until the blanket order expires, either
|
|
@@ -375,18 +377,18 @@ due to reaching the validity date or exhausting all the quantities of products.<
|
|
|
375
377
|
<p><strong>Table of contents</strong></p>
|
|
376
378
|
<div class="contents local topic" id="contents">
|
|
377
379
|
<ul class="simple">
|
|
378
|
-
<li><a class="reference internal" href="#usage" id="
|
|
379
|
-
<li><a class="reference internal" href="#bug-tracker" id="
|
|
380
|
-
<li><a class="reference internal" href="#credits" id="
|
|
381
|
-
<li><a class="reference internal" href="#authors" id="
|
|
382
|
-
<li><a class="reference internal" href="#contributors" id="
|
|
383
|
-
<li><a class="reference internal" href="#maintainers" id="
|
|
380
|
+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
|
|
381
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
|
|
382
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
|
|
383
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
|
|
384
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
|
|
385
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
|
|
384
386
|
</ul>
|
|
385
387
|
</li>
|
|
386
388
|
</ul>
|
|
387
389
|
</div>
|
|
388
390
|
<div class="section" id="usage">
|
|
389
|
-
<h1><a class="toc-backref" href="#
|
|
391
|
+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
|
390
392
|
<p>A new menu in the Sales area is created, allowing users to create new blanket orders.</p>
|
|
391
393
|
<p>To create a new Sale Blanket Order go to the sale menu in the Sales section:</p>
|
|
392
394
|
<div class="figure">
|
|
@@ -444,23 +446,23 @@ factors:</p>
|
|
|
444
446
|
</div>
|
|
445
447
|
</div>
|
|
446
448
|
<div class="section" id="bug-tracker">
|
|
447
|
-
<h1><a class="toc-backref" href="#
|
|
449
|
+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
|
448
450
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
|
|
449
451
|
In case of trouble, please check there if your issue has already been reported.
|
|
450
|
-
If you spotted it first, help us
|
|
452
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
451
453
|
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
452
454
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
453
455
|
</div>
|
|
454
456
|
<div class="section" id="credits">
|
|
455
|
-
<h1><a class="toc-backref" href="#
|
|
457
|
+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
|
|
456
458
|
<div class="section" id="authors">
|
|
457
|
-
<h2><a class="toc-backref" href="#
|
|
459
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
|
|
458
460
|
<ul class="simple">
|
|
459
461
|
<li>Acsone SA/NV</li>
|
|
460
462
|
</ul>
|
|
461
463
|
</div>
|
|
462
464
|
<div class="section" id="contributors">
|
|
463
|
-
<h2><a class="toc-backref" href="#
|
|
465
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
|
|
464
466
|
<ul class="simple">
|
|
465
467
|
<li>André Pereira <<a class="reference external" href="mailto:github@andreparames.com">github@andreparames.com</a>> (<a class="reference external" href="https://www.acsone.eu/">https://www.acsone.eu/</a>)</li>
|
|
466
468
|
<li>Adrià Gil Sorribes <<a class="reference external" href="mailto:adria.gil@eficent.com">adria.gil@eficent.com</a>> (<a class="reference external" href="https://www.eficent.com/">https://www.eficent.com/</a>)</li>
|
|
@@ -469,7 +471,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|
|
469
471
|
</ul>
|
|
470
472
|
</div>
|
|
471
473
|
<div class="section" id="maintainers">
|
|
472
|
-
<h2><a class="toc-backref" href="#
|
|
474
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
|
473
475
|
<p>This module is maintained by the OCA.</p>
|
|
474
476
|
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
|
475
477
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-sale-blanket-order
|
|
3
|
-
Version: 15.0.1.2.0.
|
|
3
|
+
Version: 15.0.1.2.0.7
|
|
4
4
|
Summary: Blanket Orders
|
|
5
5
|
Home-page: https://github.com/OCA/sale-workflow
|
|
6
6
|
Author: Acsone SA/NV, Odoo Community Association (OCA)
|
|
@@ -12,17 +12,20 @@ Classifier: Framework :: Odoo
|
|
|
12
12
|
Classifier: Framework :: Odoo :: 15.0
|
|
13
13
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
14
|
Requires-Python: >=3.8
|
|
15
|
-
Requires-Dist: odoo-addon-web-action-conditionable
|
|
16
|
-
Requires-Dist: odoo
|
|
15
|
+
Requires-Dist: odoo-addon-web-action-conditionable <15.1dev,>=15.0dev
|
|
16
|
+
Requires-Dist: odoo <15.1dev,>=15.0a
|
|
17
17
|
|
|
18
18
|
===================
|
|
19
19
|
Sale Blanket Orders
|
|
20
20
|
===================
|
|
21
21
|
|
|
22
|
-
..
|
|
22
|
+
..
|
|
23
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
23
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
25
|
!! changes will be overwritten. !!
|
|
25
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
+
!! source digest: sha256:f67444746947f5a6a038743beb76edd2203dbbcc38940f75f76030a265e734a8
|
|
28
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
29
|
|
|
27
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
28
31
|
:target: https://odoo-community.org/page/development-status
|
|
@@ -36,11 +39,11 @@ Sale Blanket Orders
|
|
|
36
39
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
37
40
|
:target: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_blanket_order
|
|
38
41
|
:alt: Translate me on Weblate
|
|
39
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
40
|
-
:target: https://
|
|
41
|
-
:alt: Try me on
|
|
42
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
43
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=15.0
|
|
44
|
+
:alt: Try me on Runboat
|
|
42
45
|
|
|
43
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
44
47
|
|
|
45
48
|
A blanket order is a pre-agreement to sell a certain number of quantities of
|
|
46
49
|
products at a specific price. From a confirmed blanket order, the users can
|
|
@@ -114,7 +117,7 @@ Bug Tracker
|
|
|
114
117
|
|
|
115
118
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
116
119
|
In case of trouble, please check there if your issue has already been reported.
|
|
117
|
-
If you spotted it first, help us
|
|
120
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
118
121
|
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
119
122
|
|
|
120
123
|
Do not contact contributors directly about support or help with technical issues.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
odoo/addons/sale_blanket_order/README.rst,sha256=
|
|
1
|
+
odoo/addons/sale_blanket_order/README.rst,sha256=4pRnAa7YQN9jtPDsAQfn5prtYiW36CGvGGjEbRcyUBo,5856
|
|
2
2
|
odoo/addons/sale_blanket_order/__init__.py,sha256=rKfzYX9RhkkCxgh2f0PJLYN45Kw8T8-fwxw1pbjLuug,108
|
|
3
3
|
odoo/addons/sale_blanket_order/__manifest__.py,sha256=hQ5RLOwb4jMxGFI2J4_2_o2E9vl30mDSbvLiFWlvMYU,833
|
|
4
4
|
odoo/addons/sale_blanket_order/data/ir_cron.xml,sha256=B6mIBP7TGt_V0-2tb-GtXQrOXr_FY4D7B0qvvCf3qXc,837
|
|
@@ -27,7 +27,7 @@ odoo/addons/sale_blanket_order/static/description/BO_menu.png,sha256=TWKnQPgzBgN
|
|
|
27
27
|
odoo/addons/sale_blanket_order/static/description/PO_BOLine.png,sha256=O8dfvlVOqDcmrKrHtWw5J1gm76fOQ53YCtu9_ujb4bs,37234
|
|
28
28
|
odoo/addons/sale_blanket_order/static/description/PO_from_BO.png,sha256=lmRWLs1DYkXmZfRVn_Hg2X8nEfazH2eVZ8unVlcdj-0,27671
|
|
29
29
|
odoo/addons/sale_blanket_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
30
|
-
odoo/addons/sale_blanket_order/static/description/index.html,sha256=
|
|
30
|
+
odoo/addons/sale_blanket_order/static/description/index.html,sha256=5I2nCG7HhZDe__uJVvyhbi3v7ZCRBHG5GDAD7qjTTUo,16164
|
|
31
31
|
odoo/addons/sale_blanket_order/tests/__init__.py,sha256=0z5WGDe8esOreObf1dM01uMp-O3GmL20PeIvqK0usXY,130
|
|
32
32
|
odoo/addons/sale_blanket_order/tests/test_blanket_orders.py,sha256=to3I19Unnh-w2lwznbXcHnE5rHDek4_YX1-1QQRtSak,16108
|
|
33
33
|
odoo/addons/sale_blanket_order/tests/test_sale_order.py,sha256=m0zd0ghQEsjs9RoQo3mQkPraiAmNw5RStr_c_zG8jZ4,7561
|
|
@@ -37,7 +37,7 @@ odoo/addons/sale_blanket_order/views/sale_order_views.xml,sha256=e03cyJnZWy4JOho
|
|
|
37
37
|
odoo/addons/sale_blanket_order/wizard/__init__.py,sha256=4P5jq1IlE7JDNFP0ly3-alAHbqdIYf6fLjQjotKrG08,99
|
|
38
38
|
odoo/addons/sale_blanket_order/wizard/create_sale_orders.py,sha256=I0S7Ypu_UM-bNkrPSb6z2Khj8ejYAD_YALmvtpHPH6A,8194
|
|
39
39
|
odoo/addons/sale_blanket_order/wizard/create_sale_orders.xml,sha256=OtuXtwgJFXg5_ahp8l-5Mlr0nBbHov9B7oagBYb_Pos,2079
|
|
40
|
-
odoo_addon_sale_blanket_order-15.0.1.2.0.
|
|
41
|
-
odoo_addon_sale_blanket_order-15.0.1.2.0.
|
|
42
|
-
odoo_addon_sale_blanket_order-15.0.1.2.0.
|
|
43
|
-
odoo_addon_sale_blanket_order-15.0.1.2.0.
|
|
40
|
+
odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info/METADATA,sha256=2w93f_aYd0cNAXzLHOmHT35GcQxya2JXEWMi8Fuz9U4,6458
|
|
41
|
+
odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
42
|
+
odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
43
|
+
odoo_addon_sale_blanket_order-15.0.1.2.0.7.dist-info/RECORD,,
|