odoo-addon-sale-blanket-order 16.0.1.0.0.6__py3-none-any.whl → 16.0.1.1.0__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 +1 -1
- odoo/addons/sale_blanket_order/__manifest__.py +1 -1
- odoo/addons/sale_blanket_order/i18n/it.po +3 -3
- odoo/addons/sale_blanket_order/static/description/index.html +8 -5
- odoo/addons/sale_blanket_order/views/sale_blanket_order_line_views.xml +10 -12
- {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info}/METADATA +3 -6
- {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info}/RECORD +9 -9
- {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info}/WHEEL +1 -1
- {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Sale Blanket Orders
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:b99cc2885e6192e60341db551eb82b1c3bbd464551ff7dbef954fb3046b0ca85
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -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": "16.0.1.
|
|
8
|
+
"version": "16.0.1.1.0",
|
|
9
9
|
"website": "https://github.com/OCA/sale-workflow",
|
|
10
10
|
"summary": "Blanket Orders",
|
|
11
11
|
"depends": ["uom", "sale_management", "web_action_conditionable"],
|
|
@@ -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: 2024-
|
|
9
|
+
"PO-Revision-Date: 2024-08-20 09:58+0000\n"
|
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
11
11
|
"Language-Team: none\n"
|
|
12
12
|
"Language: it\n"
|
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
15
|
"Content-Transfer-Encoding: \n"
|
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
|
-
"X-Generator: Weblate
|
|
17
|
+
"X-Generator: Weblate 5.6.2\n"
|
|
18
18
|
|
|
19
19
|
#. module: sale_blanket_order
|
|
20
20
|
#. odoo-python
|
|
@@ -112,7 +112,7 @@ msgstr "Icona tipo attività"
|
|
|
112
112
|
#. module: sale_blanket_order
|
|
113
113
|
#: model_terms:ir.ui.view,arch_db:sale_blanket_order.view_blanket_order_form
|
|
114
114
|
msgid "Add a note"
|
|
115
|
-
msgstr "Aggiungi nota"
|
|
115
|
+
msgstr "Aggiungi una nota"
|
|
116
116
|
|
|
117
117
|
#. module: sale_blanket_order
|
|
118
118
|
#: model_terms:ir.ui.view,arch_db:sale_blanket_order.view_blanket_order_form
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
13
13
|
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
15
16
|
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
17
18
|
customize this style sheet.
|
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
274
275
|
margin-left: 2em ;
|
|
275
276
|
margin-right: 2em }
|
|
276
277
|
|
|
277
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -300,7 +301,7 @@ span.option {
|
|
|
300
301
|
span.pre {
|
|
301
302
|
white-space: pre }
|
|
302
303
|
|
|
303
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
304
305
|
color: red }
|
|
305
306
|
|
|
306
307
|
span.section-subtitle {
|
|
@@ -366,7 +367,7 @@ ul.auto-toc {
|
|
|
366
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
368
|
!! changes will be overwritten. !!
|
|
368
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:b99cc2885e6192e60341db551eb82b1c3bbd464551ff7dbef954fb3046b0ca85
|
|
370
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
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/16.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-16-0/sale-workflow-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
373
|
<p>A blanket order is a pre-agreement to sell a certain number of quantities of
|
|
@@ -490,7 +491,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
490
491
|
<div class="section" id="maintainers">
|
|
491
492
|
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
|
492
493
|
<p>This module is maintained by the OCA.</p>
|
|
493
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
494
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
495
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
496
|
+
</a>
|
|
494
497
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
495
498
|
mission is to support the collaborative development of Odoo features and
|
|
496
499
|
promote its widespread use.</p>
|
|
@@ -44,18 +44,16 @@
|
|
|
44
44
|
</h1>
|
|
45
45
|
<group>
|
|
46
46
|
<group>
|
|
47
|
-
<
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
/>
|
|
58
|
-
</group>
|
|
47
|
+
<field name="product_id" readonly="1" />
|
|
48
|
+
<field name="price_unit" readonly="1" />
|
|
49
|
+
<field name="partner_id" readonly="1" />
|
|
50
|
+
<field name="date_schedule" readonly="1" />
|
|
51
|
+
<field
|
|
52
|
+
name="company_id"
|
|
53
|
+
groups="base.group_multi_company"
|
|
54
|
+
optional="show"
|
|
55
|
+
options="{'no_create': True}"
|
|
56
|
+
/>
|
|
59
57
|
</group>
|
|
60
58
|
<group>
|
|
61
59
|
<label for="original_uom_qty" />
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 16.0.1.
|
|
2
|
+
Name: odoo-addon-sale_blanket_order
|
|
3
|
+
Version: 16.0.1.1.0
|
|
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)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
11
|
Classifier: Framework :: Odoo :: 16.0
|
|
@@ -24,7 +23,7 @@ Sale Blanket Orders
|
|
|
24
23
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
24
|
!! changes will be overwritten. !!
|
|
26
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
-
!! source digest: sha256:
|
|
26
|
+
!! source digest: sha256:b99cc2885e6192e60341db551eb82b1c3bbd464551ff7dbef954fb3046b0ca85
|
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
28
|
|
|
30
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -163,5 +162,3 @@ promote its widespread use.
|
|
|
163
162
|
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_blanket_order>`_ project on GitHub.
|
|
164
163
|
|
|
165
164
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
166
|
-
|
|
167
|
-
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
odoo/addons/sale_blanket_order/README.rst,sha256=
|
|
1
|
+
odoo/addons/sale_blanket_order/README.rst,sha256=FpWLY3TV0tCB428RcOmXfQ30GYJFbIcNnIiCC9_7Fhk,6131
|
|
2
2
|
odoo/addons/sale_blanket_order/__init__.py,sha256=rKfzYX9RhkkCxgh2f0PJLYN45Kw8T8-fwxw1pbjLuug,108
|
|
3
|
-
odoo/addons/sale_blanket_order/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/sale_blanket_order/__manifest__.py,sha256=1_7u6N2lR0qWwHKfhiZaXwoVfBScNyUonKJQecOwjQM,884
|
|
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=LIbQiWNdgBSGR-pUQZ_nsN5m3Pvf70V6QE1sCV1_VYw,44832
|
|
7
7
|
odoo/addons/sale_blanket_order/i18n/es.po,sha256=OzrYZHeICFzmP-xm2yfKoMcelc87mDP3uoAAcyNrWN4,44989
|
|
8
8
|
odoo/addons/sale_blanket_order/i18n/fr.po,sha256=gK36yv-T-EVCLfILdx72CaPezFQn8OgZ_8RSyreX3fI,44666
|
|
9
9
|
odoo/addons/sale_blanket_order/i18n/fr_FR.po,sha256=rNoQTWpwr4kbliXyQ7yHIz6n7SYUgfs4b-MpKLBgGLI,44639
|
|
10
|
-
odoo/addons/sale_blanket_order/i18n/it.po,sha256
|
|
10
|
+
odoo/addons/sale_blanket_order/i18n/it.po,sha256=GJQ-9fbh8tKguk9O0HTohpB7RUFN61fMR9rRVTzE4HI,43732
|
|
11
11
|
odoo/addons/sale_blanket_order/i18n/pt.po,sha256=Qf5dyxVau6fy4VJD9PIzjF6a8wWS_eZ8IzdFkSdyDaA,39750
|
|
12
12
|
odoo/addons/sale_blanket_order/i18n/sale_blanket_order.pot,sha256=vPEXfzHayUfqrbP3Hpp39q7cy5XWJn851JLnPvjHjbM,38794
|
|
13
13
|
odoo/addons/sale_blanket_order/models/__init__.py,sha256=7adrBSDps9-KQKNJjoCBKeoWgeF21I62H9yqyQVcZGM,90
|
|
@@ -29,18 +29,18 @@ odoo/addons/sale_blanket_order/static/description/BO_menu.png,sha256=TWKnQPgzBgN
|
|
|
29
29
|
odoo/addons/sale_blanket_order/static/description/PO_BOLine.png,sha256=O8dfvlVOqDcmrKrHtWw5J1gm76fOQ53YCtu9_ujb4bs,37234
|
|
30
30
|
odoo/addons/sale_blanket_order/static/description/PO_from_BO.png,sha256=lmRWLs1DYkXmZfRVn_Hg2X8nEfazH2eVZ8unVlcdj-0,27671
|
|
31
31
|
odoo/addons/sale_blanket_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
32
|
-
odoo/addons/sale_blanket_order/static/description/index.html,sha256=
|
|
32
|
+
odoo/addons/sale_blanket_order/static/description/index.html,sha256=MPSLpBtU20YJZkDAhyaWTAv4XmL9IWUKKEasTbJk9MM,17135
|
|
33
33
|
odoo/addons/sale_blanket_order/tests/__init__.py,sha256=0z5WGDe8esOreObf1dM01uMp-O3GmL20PeIvqK0usXY,130
|
|
34
34
|
odoo/addons/sale_blanket_order/tests/test_blanket_orders.py,sha256=5pU4d7D1Y6JgGRs9BowsHs-Rioxvbg5mpZTHyo1SU38,16304
|
|
35
35
|
odoo/addons/sale_blanket_order/tests/test_sale_order.py,sha256=m0zd0ghQEsjs9RoQo3mQkPraiAmNw5RStr_c_zG8jZ4,7561
|
|
36
|
-
odoo/addons/sale_blanket_order/views/sale_blanket_order_line_views.xml,sha256=
|
|
36
|
+
odoo/addons/sale_blanket_order/views/sale_blanket_order_line_views.xml,sha256=rgAsvqQwj_remT9Kr06FPFL8Lo10fMf1sy6VyAC-hR4,7628
|
|
37
37
|
odoo/addons/sale_blanket_order/views/sale_blanket_order_views.xml,sha256=UqcedMakAEuwM5EZotG-H-fUrZ5AngOVBB4zcufe1Ok,18395
|
|
38
38
|
odoo/addons/sale_blanket_order/views/sale_config_settings.xml,sha256=GLW5MxOfAz0-NgnVH67K_UDMOzsAwezDmTVL9uppZ-g,1452
|
|
39
39
|
odoo/addons/sale_blanket_order/views/sale_order_views.xml,sha256=1_p8LBGIiG-WNEa4MIwB0OFfYqKbmrTS8xyv92PfgGg,1708
|
|
40
40
|
odoo/addons/sale_blanket_order/wizard/__init__.py,sha256=4P5jq1IlE7JDNFP0ly3-alAHbqdIYf6fLjQjotKrG08,99
|
|
41
41
|
odoo/addons/sale_blanket_order/wizard/create_sale_orders.py,sha256=rUyPggjar7usC4EjRGmF9SZpviHUqdH7xvzYwYeNhsg,8109
|
|
42
42
|
odoo/addons/sale_blanket_order/wizard/create_sale_orders.xml,sha256=GjPlsYRKvN45F7ZSR-j7yJCW0U9OfBi-dIhRV8YqM8M,2091
|
|
43
|
-
odoo_addon_sale_blanket_order-16.0.1.
|
|
44
|
-
odoo_addon_sale_blanket_order-16.0.1.
|
|
45
|
-
odoo_addon_sale_blanket_order-16.0.1.
|
|
46
|
-
odoo_addon_sale_blanket_order-16.0.1.
|
|
43
|
+
odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info/METADATA,sha256=xS5uC-HDl3-WIncrQNUsldAoX-jT4K0Xt_z3ws1eHcM,6712
|
|
44
|
+
odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
45
|
+
odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
46
|
+
odoo_addon_sale_blanket_order-16.0.1.1.0.dist-info/RECORD,,
|