odoo-addon-sale-blanket-order 17.0.1.1.1.1__py3-none-any.whl → 17.0.1.1.2__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.

@@ -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
+
1
5
  ===================
2
6
  Sale Blanket Orders
3
7
  ===================
@@ -7,13 +11,13 @@ Sale Blanket Orders
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:5178e51a963c99ad1ecb6d86824f618914adc9efbf32c3208d3a872d3328c257
14
+ !! source digest: sha256:2f7ee790f62e87ee4b695f21b8be9dd38f8aa7c8fff635d088074823e91dace4
11
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
16
 
13
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
18
  :target: https://odoo-community.org/page/development-status
15
19
  :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
17
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
22
  :alt: License: AGPL-3
19
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
@@ -39,6 +43,23 @@ exhausting all the quantities of products.
39
43
  .. contents::
40
44
  :local:
41
45
 
46
+ Use Cases / Context
47
+ ===================
48
+
49
+ Others modules provide similar features. The module
50
+ (sale_order_blanket_order)[https://pypi.org/project/odoo-addon-sale-order-blanket-order]
51
+ also defines the concept of sale blanket order. The main differences
52
+ are:
53
+
54
+ - This module integrates Blanket Orders and Call-Off Orders into the
55
+ sale.blanket.order object, whereas the other module extends the
56
+ sale.order object. This means that any extensions made to the sale
57
+ order model can also apply to blanket orders.
58
+
59
+ - In the other module, you can deliver and invoice directly from the
60
+ blanket order. You can also create a separate call-off order to
61
+ partially deliver the blanket order.
62
+
42
63
  Usage
43
64
  =====
44
65
 
@@ -5,7 +5,7 @@
5
5
  "category": "Sale",
6
6
  "license": "AGPL-3",
7
7
  "author": "Acsone SA/NV, Odoo Community Association (OCA)",
8
- "version": "17.0.1.1.1",
8
+ "version": "17.0.1.1.2",
9
9
  "website": "https://github.com/OCA/sale-workflow",
10
10
  "summary": "Blanket Orders",
11
11
  "depends": ["uom", "sale_management"],
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2025-04-14 13:24+0000\n"
9
+ "PO-Revision-Date: 2025-06-11 15:25+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -113,7 +113,7 @@ msgstr "Icona tipo attività"
113
113
  #. module: sale_blanket_order
114
114
  #: model_terms:ir.ui.view,arch_db:sale_blanket_order.view_blanket_order_form
115
115
  msgid "Add a note"
116
- msgstr "Aggiungi nota"
116
+ msgstr "Aggiungi una nota"
117
117
 
118
118
  #. module: sale_blanket_order
119
119
  #: model_terms:ir.ui.view,arch_db:sale_blanket_order.view_blanket_order_form
@@ -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.
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
5
  <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6
- <title>Sale Blanket Orders</title>
6
+ <title>README.rst</title>
7
7
  <style type="text/css">
8
8
 
9
9
  /*
@@ -360,16 +360,21 @@ ul.auto-toc {
360
360
  </style>
361
361
  </head>
362
362
  <body>
363
- <div class="document" id="sale-blanket-orders">
364
- <h1 class="title">Sale Blanket Orders</h1>
363
+ <div class="document">
365
364
 
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="sale-blanket-orders">
370
+ <h1>Sale Blanket Orders</h1>
366
371
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
372
  !! This file is generated by oca-gen-addon-readme !!
368
373
  !! changes will be overwritten. !!
369
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:5178e51a963c99ad1ecb6d86824f618914adc9efbf32c3208d3a872d3328c257
375
+ !! source digest: sha256:2f7ee790f62e87ee4b695f21b8be9dd38f8aa7c8fff635d088074823e91dace4
371
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/17.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-17-0/sale-workflow-17-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&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/sale-workflow/tree/17.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-17-0/sale-workflow-17-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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
378
  <p>A blanket order is a pre-agreement to sell a certain number of
374
379
  quantities of products at a specific price. From a confirmed blanket
375
380
  order, the users can create new sale orders at such price, until the
@@ -378,19 +383,36 @@ exhausting all the quantities of products.</p>
378
383
  <p><strong>Table of contents</strong></p>
379
384
  <div class="contents local topic" id="contents">
380
385
  <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>
386
+ <li><a class="reference internal" href="#use-cases-context" id="toc-entry-1">Use Cases / Context</a></li>
387
+ <li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
388
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
389
+ <li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
390
+ <li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
391
+ <li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
392
+ <li><a class="reference internal" href="#other-credits" id="toc-entry-7">Other credits</a></li>
393
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
388
394
  </ul>
389
395
  </li>
390
396
  </ul>
391
397
  </div>
398
+ <div class="section" id="use-cases-context">
399
+ <h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
400
+ <p>Others modules provide similar features. The module
401
+ (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>]
402
+ also defines the concept of sale blanket order. The main differences
403
+ are:</p>
404
+ <ul class="simple">
405
+ <li>This module integrates Blanket Orders and Call-Off Orders into the
406
+ sale.blanket.order object, whereas the other module extends the
407
+ sale.order object. This means that any extensions made to the sale
408
+ order model can also apply to blanket orders.</li>
409
+ <li>In the other module, you can deliver and invoice directly from the
410
+ blanket order. You can also create a separate call-off order to
411
+ partially deliver the blanket order.</li>
412
+ </ul>
413
+ </div>
392
414
  <div class="section" id="usage">
393
- <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
415
+ <h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
394
416
  <p>A new menu in the Sales area is created, allowing users to create new
395
417
  blanket orders.</p>
396
418
  <p>To create a new Sale Blanket Order go to the sale menu in the Sales
@@ -438,7 +460,7 @@ factors:</p>
438
460
  <p><img alt="image6" src="https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/PO_BOLine.png" /></p>
439
461
  </div>
440
462
  <div class="section" id="bug-tracker">
441
- <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
463
+ <h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
442
464
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
443
465
  In case of trouble, please check there if your issue has already been reported.
444
466
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -446,15 +468,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
446
468
  <p>Do not contact contributors directly about support or help with technical issues.</p>
447
469
  </div>
448
470
  <div class="section" id="credits">
449
- <h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
471
+ <h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
450
472
  <div class="section" id="authors">
451
- <h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
473
+ <h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
452
474
  <ul class="simple">
453
475
  <li>Acsone SA/NV</li>
454
476
  </ul>
455
477
  </div>
456
478
  <div class="section" id="contributors">
457
- <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
479
+ <h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
458
480
  <ul>
459
481
  <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>
460
482
  </li>
@@ -482,12 +504,12 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
482
504
  </ul>
483
505
  </div>
484
506
  <div class="section" id="other-credits">
485
- <h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
507
+ <h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
486
508
  <p>The migration of this module from 15.0 to 16.0 was financially supported
487
509
  by Camptocamp</p>
488
510
  </div>
489
511
  <div class="section" id="maintainers">
490
- <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
512
+ <h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
491
513
  <p>This module is maintained by the OCA.</p>
492
514
  <a class="reference external image-reference" href="https://odoo-community.org">
493
515
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -500,5 +522,6 @@ promote its widespread use.</p>
500
522
  </div>
501
523
  </div>
502
524
  </div>
525
+ </div>
503
526
  </body>
504
527
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-sale_blanket_order
3
- Version: 17.0.1.1.1.1
3
+ Version: 17.0.1.1.2
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Summary: Blanket Orders
@@ -12,6 +12,11 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
13
  Classifier: Framework :: Odoo :: 17.0
14
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
+ Description-Content-Type: text/x-rst
16
+
17
+ .. image:: https://odoo-community.org/readme-banner-image
18
+ :target: https://odoo-community.org/get-involved?utm_source=readme
19
+ :alt: Odoo Community Association
15
20
 
16
21
  ===================
17
22
  Sale Blanket Orders
@@ -22,13 +27,13 @@ Sale Blanket Orders
22
27
  !! This file is generated by oca-gen-addon-readme !!
23
28
  !! changes will be overwritten. !!
24
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:5178e51a963c99ad1ecb6d86824f618914adc9efbf32c3208d3a872d3328c257
30
+ !! source digest: sha256:2f7ee790f62e87ee4b695f21b8be9dd38f8aa7c8fff635d088074823e91dace4
26
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
32
 
28
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
29
34
  :target: https://odoo-community.org/page/development-status
30
35
  :alt: Beta
31
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
36
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
32
37
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
38
  :alt: License: AGPL-3
34
39
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
@@ -54,6 +59,23 @@ exhausting all the quantities of products.
54
59
  .. contents::
55
60
  :local:
56
61
 
62
+ Use Cases / Context
63
+ ===================
64
+
65
+ Others modules provide similar features. The module
66
+ (sale_order_blanket_order)[https://pypi.org/project/odoo-addon-sale-order-blanket-order]
67
+ also defines the concept of sale blanket order. The main differences
68
+ are:
69
+
70
+ - This module integrates Blanket Orders and Call-Off Orders into the
71
+ sale.blanket.order object, whereas the other module extends the
72
+ sale.order object. This means that any extensions made to the sale
73
+ order model can also apply to blanket orders.
74
+
75
+ - In the other module, you can deliver and invoice directly from the
76
+ blanket order. You can also create a separate call-off order to
77
+ partially deliver the blanket order.
78
+
57
79
  Usage
58
80
  =====
59
81
 
@@ -1,19 +1,20 @@
1
- odoo/addons/sale_blanket_order/README.rst,sha256=8CUvQsI3pg1ysqc0Ct7b78jX2IG3FLgumqjkJ4gqDwI,6066
1
+ odoo/addons/sale_blanket_order/README.rst,sha256=8rg93o5iUNjxMPC34cfg504h17oqYYKa3kb3XETUp_0,6916
2
2
  odoo/addons/sale_blanket_order/__init__.py,sha256=rKfzYX9RhkkCxgh2f0PJLYN45Kw8T8-fwxw1pbjLuug,108
3
- odoo/addons/sale_blanket_order/__manifest__.py,sha256=GBDSJQjJpJ3AHJv2qeHcT9iHlurq6EHpYfLcxOM_XC8,856
3
+ odoo/addons/sale_blanket_order/__manifest__.py,sha256=NSFW54w7cgjvySBuBcmOl9HIEqxSa43OFhsQReq030A,856
4
4
  odoo/addons/sale_blanket_order/data/ir_cron.xml,sha256=B6mIBP7TGt_V0-2tb-GtXQrOXr_FY4D7B0qvvCf3qXc,837
5
5
  odoo/addons/sale_blanket_order/data/sequence.xml,sha256=xsEzImnYlOTADfACH_eBMFFjdy6nM_WqJTWJ3MN1_eM,416
6
6
  odoo/addons/sale_blanket_order/i18n/de.po,sha256=BF5MCjEKcdHUVVZY1Jk7pXh19Q2MjYKsRXUhpE8KQZw,44530
7
7
  odoo/addons/sale_blanket_order/i18n/es.po,sha256=vp4cQnmzD38mnZ7YiL65yWMeqa6RZm5HWHTwoh3iY4k,44770
8
8
  odoo/addons/sale_blanket_order/i18n/fr.po,sha256=7grGC0MkhOoK1hq0ALTFDis3MIUA619Km477gHJKjyI,44453
9
9
  odoo/addons/sale_blanket_order/i18n/fr_FR.po,sha256=bmuyuJ9eoz_Y4xPzWrW8HNK8bYpGQD3ehXWmirfhYq4,44420
10
- odoo/addons/sale_blanket_order/i18n/it.po,sha256=8bKpoaaGOINDqKH5riwqH3nPF4iWEp0KHlj7vUt-0qI,44224
10
+ odoo/addons/sale_blanket_order/i18n/it.po,sha256=mIgyX6jvqQnQYJJCOanrEwh7oNg1NWUcL6YTBo3cWNs,44228
11
11
  odoo/addons/sale_blanket_order/i18n/pt.po,sha256=Pw0XwrqoF2_3BDpSpHG1sN02Qy0zLjyiBQePpKrgKBk,39155
12
12
  odoo/addons/sale_blanket_order/i18n/sale_blanket_order.pot,sha256=hsJsWtBmoCTalboZpxK3epFgHepcw39wTQN-lA_MeGU,39080
13
13
  odoo/addons/sale_blanket_order/models/__init__.py,sha256=7adrBSDps9-KQKNJjoCBKeoWgeF21I62H9yqyQVcZGM,90
14
14
  odoo/addons/sale_blanket_order/models/blanket_orders.py,sha256=rSCT2yeOKKSyCg6q6KuQKRiqpHb5ZLXKqaQAmJ8q7qo,26842
15
15
  odoo/addons/sale_blanket_order/models/sale_config_settings.py,sha256=zYTEVPXYmCUp8p-OYyIiGdZajGl07HGNBrrIkxB1GwQ,410
16
16
  odoo/addons/sale_blanket_order/models/sale_orders.py,sha256=5Iv1Ku8fT02Sv9VDsBQE_sve__WLmJ7Aa7cqxLp1Cxo,7069
17
+ odoo/addons/sale_blanket_order/readme/CONTEXT.md,sha256=wOxt02O7J6yLZOTTC6V-f5k0IIXEmxRzAM88lJQrM4o,633
17
18
  odoo/addons/sale_blanket_order/readme/CONTRIBUTORS.md,sha256=fJugLGdf1dLnUhz5Z07BBOrKRhY6IViSzuhhZdNuLKw,529
18
19
  odoo/addons/sale_blanket_order/readme/CREDITS.md,sha256=YP3UAmtN99a01txssowJnlWMSHoFGSrDmvhW_kir-dQ,87
19
20
  odoo/addons/sale_blanket_order/readme/DESCRIPTION.md,sha256=zLsygDRJRyguTPv-AbBQ-o-qDNMcLF5WhO-W5sCQIzo,311
@@ -29,7 +30,7 @@ odoo/addons/sale_blanket_order/static/description/BO_menu.png,sha256=TWKnQPgzBgN
29
30
  odoo/addons/sale_blanket_order/static/description/PO_BOLine.png,sha256=O8dfvlVOqDcmrKrHtWw5J1gm76fOQ53YCtu9_ujb4bs,37234
30
31
  odoo/addons/sale_blanket_order/static/description/PO_from_BO.png,sha256=lmRWLs1DYkXmZfRVn_Hg2X8nEfazH2eVZ8unVlcdj-0,27671
31
32
  odoo/addons/sale_blanket_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
32
- odoo/addons/sale_blanket_order/static/description/index.html,sha256=-EhXKOrrL-CM2ZgCbdloibUZuIsyeq5JEgxBRV8oT4s,17010
33
+ odoo/addons/sale_blanket_order/static/description/index.html,sha256=O5woVvgfKAuYoYpFGNRdQbDK0w0DuZ6-8qjAvLYrF6c,18242
33
34
  odoo/addons/sale_blanket_order/tests/__init__.py,sha256=0z5WGDe8esOreObf1dM01uMp-O3GmL20PeIvqK0usXY,130
34
35
  odoo/addons/sale_blanket_order/tests/test_blanket_orders.py,sha256=xcQttiI9tD5BymsC_8IpRj4H1epa-pSNUGnUdiEVv5I,16273
35
36
  odoo/addons/sale_blanket_order/tests/test_sale_order.py,sha256=N40dy7MTXFcaOCoJ30b-UCEk0k8DwehKrE9bliTdrFg,7251
@@ -40,7 +41,7 @@ odoo/addons/sale_blanket_order/views/sale_order_views.xml,sha256=SvYFH0wPdjrSM12
40
41
  odoo/addons/sale_blanket_order/wizard/__init__.py,sha256=4P5jq1IlE7JDNFP0ly3-alAHbqdIYf6fLjQjotKrG08,99
41
42
  odoo/addons/sale_blanket_order/wizard/create_sale_orders.py,sha256=dWXhWxY0y920p0Wa8c3E9sw6rMOT2XhJkFk0UacsEgE,8061
42
43
  odoo/addons/sale_blanket_order/wizard/create_sale_orders.xml,sha256=nh0uzoJn6P_Wx0WNYgruxN5P3JDGOhMluzMGOO3uXJQ,2637
43
- odoo_addon_sale_blanket_order-17.0.1.1.1.1.dist-info/METADATA,sha256=zN5UYWe8oQGlfEQNCvogtQS9oIelWO-BAvahD-nh6Q8,6578
44
- odoo_addon_sale_blanket_order-17.0.1.1.1.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
45
- odoo_addon_sale_blanket_order-17.0.1.1.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
46
- odoo_addon_sale_blanket_order-17.0.1.1.1.1.dist-info/RECORD,,
44
+ odoo_addon_sale_blanket_order-17.0.1.1.2.dist-info/METADATA,sha256=ExFwz-VZzvH5n9SVhbmiteHn5j-FECWJJ0DFrDQT8iE,7463
45
+ odoo_addon_sale_blanket_order-17.0.1.1.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
46
+ odoo_addon_sale_blanket_order-17.0.1.1.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
47
+ odoo_addon_sale_blanket_order-17.0.1.1.2.dist-info/RECORD,,