odoo-addon-sale-order-priority 15.0.1.0.1.4__py3-none-any.whl → 17.0.1.0.0.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.
- odoo/addons/sale_order_priority/README.rst +21 -18
- odoo/addons/sale_order_priority/__manifest__.py +1 -1
- odoo/addons/sale_order_priority/i18n/sale_order_priority.pot +1 -1
- odoo/addons/sale_order_priority/models/sale.py +3 -2
- odoo/addons/sale_order_priority/readme/CONTRIBUTORS.md +4 -0
- odoo/addons/sale_order_priority/readme/DESCRIPTION.md +8 -0
- odoo/addons/sale_order_priority/static/description/index.html +22 -16
- odoo/addons/sale_order_priority/views/sale.xml +1 -1
- {odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info → odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info}/METADATA +27 -27
- odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/RECORD +20 -0
- {odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info → odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/sale_order_priority/readme/CONTRIBUTORS.rst +0 -2
- odoo/addons/sale_order_priority/readme/DESCRIPTION.rst +0 -8
- odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/RECORD +0 -20
- odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/top_level.txt +0 -1
|
@@ -7,7 +7,7 @@ Sale Order Priority
|
|
|
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:c48e2ef04228de832267a35bf35cd234bd9db221d5b0bf604705828f2c910484
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,25 +17,25 @@ Sale Order Priority
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
18
|
:alt: License: AGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
20
|
+
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority
|
|
21
21
|
:alt: OCA/sale-workflow
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_priority
|
|
24
24
|
:alt: Translate me on Weblate
|
|
25
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=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
30
|
|
|
31
|
-
This module adds the field *Priority* in sale order lines and sale
|
|
32
|
-
priority of the sale order is computed as the maximum of the
|
|
33
|
-
lines, setting the priority in the order sets the
|
|
34
|
-
accordingly.
|
|
31
|
+
This module adds the field *Priority* in sale order lines and sale
|
|
32
|
+
orders: priority of the sale order is computed as the maximum of the
|
|
33
|
+
priorities of its lines, setting the priority in the order sets the
|
|
34
|
+
priority of all its lines accordingly.
|
|
35
35
|
|
|
36
|
-
When a picking is created as a result of sale order confirmation,
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
When a picking is created as a result of sale order confirmation, the
|
|
37
|
+
created procurement inherits the priority of the order, then the stock
|
|
38
|
+
moves and the picking inherit the procurement's priority.
|
|
39
39
|
|
|
40
40
|
**Table of contents**
|
|
41
41
|
|
|
@@ -48,7 +48,7 @@ Bug Tracker
|
|
|
48
48
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
49
49
|
In case of trouble, please check there if your issue has already been reported.
|
|
50
50
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
51
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
51
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
52
52
|
|
|
53
53
|
Do not contact contributors directly about support or help with technical issues.
|
|
54
54
|
|
|
@@ -56,18 +56,21 @@ Credits
|
|
|
56
56
|
=======
|
|
57
57
|
|
|
58
58
|
Authors
|
|
59
|
-
|
|
59
|
+
-------
|
|
60
60
|
|
|
61
61
|
* Agile Business Group
|
|
62
62
|
|
|
63
63
|
Contributors
|
|
64
|
-
|
|
64
|
+
------------
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
- Simone Rubino <simone.rubino@agilebg.com>
|
|
67
|
+
- George Daramouskas <gdaramouskas@therp.nl>
|
|
68
|
+
- ``360ERP <https://www.360erp.com>``:
|
|
69
|
+
|
|
70
|
+
- Andrea Stirpe
|
|
68
71
|
|
|
69
72
|
Maintainers
|
|
70
|
-
|
|
73
|
+
-----------
|
|
71
74
|
|
|
72
75
|
This module is maintained by the OCA.
|
|
73
76
|
|
|
@@ -79,6 +82,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
79
82
|
mission is to support the collaborative development of Odoo features and
|
|
80
83
|
promote its widespread use.
|
|
81
84
|
|
|
82
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
85
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority>`_ project on GitHub.
|
|
83
86
|
|
|
84
87
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"name": "Sale Order Priority",
|
|
5
5
|
"summary": "Define priority on sale orders",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "17.0.1.0.0",
|
|
7
7
|
"category": "Sale Workflow",
|
|
8
8
|
"website": "https://github.com/OCA/sale-workflow",
|
|
9
9
|
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
|
@@ -22,7 +22,6 @@ class SaleOrder(models.Model):
|
|
|
22
22
|
store=True,
|
|
23
23
|
index=True,
|
|
24
24
|
tracking=True,
|
|
25
|
-
states={"done": [("readonly", True)], "cancel": [("readonly", True)]},
|
|
26
25
|
help="Priority for this sale order. "
|
|
27
26
|
"Setting manually a value here would set it as priority "
|
|
28
27
|
"for all the order lines",
|
|
@@ -37,7 +36,9 @@ class SaleOrder(models.Model):
|
|
|
37
36
|
def _inverse_priority(self):
|
|
38
37
|
for order in self:
|
|
39
38
|
priority = order.priority
|
|
40
|
-
for line in order.order_line.filtered(
|
|
39
|
+
for line in order.order_line.filtered(
|
|
40
|
+
lambda x, pr=priority: x.priority != pr
|
|
41
|
+
):
|
|
41
42
|
line.priority = priority
|
|
42
43
|
|
|
43
44
|
def action_confirm(self):
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
This module adds the field *Priority* in sale order lines and sale
|
|
2
|
+
orders: priority of the sale order is computed as the maximum of the
|
|
3
|
+
priorities of its lines, setting the priority in the order sets the
|
|
4
|
+
priority of all its lines accordingly.
|
|
5
|
+
|
|
6
|
+
When a picking is created as a result of sale order confirmation, the
|
|
7
|
+
created procurement inherits the priority of the order, then the stock
|
|
8
|
+
moves and the picking inherit the procurement's priority.
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
@@ -9,10 +8,11 @@
|
|
|
9
8
|
|
|
10
9
|
/*
|
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
13
|
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
16
|
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
275
275
|
margin-left: 2em ;
|
|
276
276
|
margin-right: 2em }
|
|
277
277
|
|
|
278
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -301,7 +301,7 @@ span.option {
|
|
|
301
301
|
span.pre {
|
|
302
302
|
white-space: pre }
|
|
303
303
|
|
|
304
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
305
305
|
color: red }
|
|
306
306
|
|
|
307
307
|
span.section-subtitle {
|
|
@@ -367,16 +367,16 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:c48e2ef04228de832267a35bf35cd234bd9db221d5b0bf604705828f2c910484
|
|
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/
|
|
373
|
-
<p>This module adds the field <em>Priority</em> in sale order lines and sale
|
|
374
|
-
priority of the sale order is computed as the maximum of the
|
|
375
|
-
lines, setting the priority in the order sets the
|
|
376
|
-
accordingly.</p>
|
|
377
|
-
<p>When a picking is created as a result of sale order confirmation,
|
|
378
|
-
|
|
379
|
-
|
|
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_order_priority"><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_order_priority"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
|
+
<p>This module adds the field <em>Priority</em> in sale order lines and sale
|
|
374
|
+
orders: priority of the sale order is computed as the maximum of the
|
|
375
|
+
priorities of its lines, setting the priority in the order sets the
|
|
376
|
+
priority of all its lines accordingly.</p>
|
|
377
|
+
<p>When a picking is created as a result of sale order confirmation, the
|
|
378
|
+
created procurement inherits the priority of the order, then the stock
|
|
379
|
+
moves and the picking inherit the procurement’s priority.</p>
|
|
380
380
|
<p><strong>Table of contents</strong></p>
|
|
381
381
|
<div class="contents local topic" id="contents">
|
|
382
382
|
<ul class="simple">
|
|
@@ -394,7 +394,7 @@ then the stock moves and the picking inherit the procurement’s priority.</p>
|
|
|
394
394
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
|
|
395
395
|
In case of trouble, please check there if your issue has already been reported.
|
|
396
396
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
397
|
-
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
397
|
+
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
398
398
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
399
399
|
</div>
|
|
400
400
|
<div class="section" id="credits">
|
|
@@ -410,16 +410,22 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
410
410
|
<ul class="simple">
|
|
411
411
|
<li>Simone Rubino <<a class="reference external" href="mailto:simone.rubino@agilebg.com">simone.rubino@agilebg.com</a>></li>
|
|
412
412
|
<li>George Daramouskas <<a class="reference external" href="mailto:gdaramouskas@therp.nl">gdaramouskas@therp.nl</a>></li>
|
|
413
|
+
<li><tt class="docutils literal">360ERP <span class="pre"><https://www.360erp.com></span></tt>:<ul>
|
|
414
|
+
<li>Andrea Stirpe</li>
|
|
415
|
+
</ul>
|
|
416
|
+
</li>
|
|
413
417
|
</ul>
|
|
414
418
|
</div>
|
|
415
419
|
<div class="section" id="maintainers">
|
|
416
420
|
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
|
|
417
421
|
<p>This module is maintained by the OCA.</p>
|
|
418
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
422
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
423
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
424
|
+
</a>
|
|
419
425
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
420
426
|
mission is to support the collaborative development of Odoo features and
|
|
421
427
|
promote its widespread use.</p>
|
|
422
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/
|
|
428
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority">OCA/sale-workflow</a> project on GitHub.</p>
|
|
423
429
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
|
424
430
|
</div>
|
|
425
431
|
</div>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<field name="inherit_id" ref="sale.view_order_form" />
|
|
9
9
|
<field name="arch" type="xml">
|
|
10
10
|
<group name="sales_person" position="inside">
|
|
11
|
-
<field name="priority" />
|
|
11
|
+
<field name="priority" readonly="state == 'cancel' or locked" />
|
|
12
12
|
</group>
|
|
13
13
|
<xpath
|
|
14
14
|
expr="//field[@name='order_line']//form//field[@name='price_unit']"
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-sale_order_priority
|
|
3
|
+
Version: 17.0.1.0.0.2
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
6
|
Summary: Define priority on sale orders
|
|
5
7
|
Home-page: https://github.com/OCA/sale-workflow
|
|
8
|
+
License: AGPL-3
|
|
6
9
|
Author: Agile Business Group, Odoo Community Association (OCA)
|
|
7
10
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
13
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
13
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
Requires-Python: >=3.8
|
|
15
|
-
Requires-Dist: odoo <15.1dev,>=15.0a
|
|
16
15
|
|
|
17
16
|
===================
|
|
18
17
|
Sale Order Priority
|
|
@@ -23,7 +22,7 @@ Sale Order Priority
|
|
|
23
22
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
23
|
!! changes will be overwritten. !!
|
|
25
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
25
|
+
!! source digest: sha256:c48e2ef04228de832267a35bf35cd234bd9db221d5b0bf604705828f2c910484
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
27
|
|
|
29
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -33,25 +32,25 @@ Sale Order Priority
|
|
|
33
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
33
|
:alt: License: AGPL-3
|
|
35
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
36
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
35
|
+
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority
|
|
37
36
|
:alt: OCA/sale-workflow
|
|
38
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
39
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
38
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_priority
|
|
40
39
|
:alt: Translate me on Weblate
|
|
41
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
42
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=
|
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
|
|
43
42
|
:alt: Try me on Runboat
|
|
44
43
|
|
|
45
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
45
|
|
|
47
|
-
This module adds the field *Priority* in sale order lines and sale
|
|
48
|
-
priority of the sale order is computed as the maximum of the
|
|
49
|
-
lines, setting the priority in the order sets the
|
|
50
|
-
accordingly.
|
|
46
|
+
This module adds the field *Priority* in sale order lines and sale
|
|
47
|
+
orders: priority of the sale order is computed as the maximum of the
|
|
48
|
+
priorities of its lines, setting the priority in the order sets the
|
|
49
|
+
priority of all its lines accordingly.
|
|
51
50
|
|
|
52
|
-
When a picking is created as a result of sale order confirmation,
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
When a picking is created as a result of sale order confirmation, the
|
|
52
|
+
created procurement inherits the priority of the order, then the stock
|
|
53
|
+
moves and the picking inherit the procurement's priority.
|
|
55
54
|
|
|
56
55
|
**Table of contents**
|
|
57
56
|
|
|
@@ -64,7 +63,7 @@ Bug Tracker
|
|
|
64
63
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
65
64
|
In case of trouble, please check there if your issue has already been reported.
|
|
66
65
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
67
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
66
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
68
67
|
|
|
69
68
|
Do not contact contributors directly about support or help with technical issues.
|
|
70
69
|
|
|
@@ -72,18 +71,21 @@ Credits
|
|
|
72
71
|
=======
|
|
73
72
|
|
|
74
73
|
Authors
|
|
75
|
-
|
|
74
|
+
-------
|
|
76
75
|
|
|
77
76
|
* Agile Business Group
|
|
78
77
|
|
|
79
78
|
Contributors
|
|
80
|
-
|
|
79
|
+
------------
|
|
80
|
+
|
|
81
|
+
- Simone Rubino <simone.rubino@agilebg.com>
|
|
82
|
+
- George Daramouskas <gdaramouskas@therp.nl>
|
|
83
|
+
- ``360ERP <https://www.360erp.com>``:
|
|
81
84
|
|
|
82
|
-
|
|
83
|
-
* George Daramouskas <gdaramouskas@therp.nl>
|
|
85
|
+
- Andrea Stirpe
|
|
84
86
|
|
|
85
87
|
Maintainers
|
|
86
|
-
|
|
88
|
+
-----------
|
|
87
89
|
|
|
88
90
|
This module is maintained by the OCA.
|
|
89
91
|
|
|
@@ -95,8 +97,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
95
97
|
mission is to support the collaborative development of Odoo features and
|
|
96
98
|
promote its widespread use.
|
|
97
99
|
|
|
98
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
100
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority>`_ project on GitHub.
|
|
99
101
|
|
|
100
102
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
101
|
-
|
|
102
|
-
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
odoo/addons/sale_order_priority/README.rst,sha256=HZHx-wwmaHTQg2i83ArcwnczhQ_VojbJ6QV2HmDFzmU,3356
|
|
2
|
+
odoo/addons/sale_order_priority/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
|
|
3
|
+
odoo/addons/sale_order_priority/__manifest__.py,sha256=hBLS8q8sfKwpoRQ5QgbJrxK1J1ldvACOp9QLbyl9keE,535
|
|
4
|
+
odoo/addons/sale_order_priority/i18n/es.po,sha256=zKc4XwYqFKhepTxutGd5XlGB2PMC-F3ekhB4kgKDAh8,2107
|
|
5
|
+
odoo/addons/sale_order_priority/i18n/it.po,sha256=s8H2ZX4e9uVbokd1e8l4Ko6uMwmTh2l5v9dkrWlmGK0,2217
|
|
6
|
+
odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=kizuIJDtRWa-mv8vS90OMcqxQGNvT89CCWNtLOnVOB0,1732
|
|
7
|
+
odoo/addons/sale_order_priority/models/__init__.py,sha256=-0E0m4heWCK1r6N6idKOGt3yMHF5yQHmPdlNykSMnxw,113
|
|
8
|
+
odoo/addons/sale_order_priority/models/sale.py,sha256=mcSsmpLt6cExmxSj6Gceu4jbabYHRR6OTp-ZHcEHUn0,1458
|
|
9
|
+
odoo/addons/sale_order_priority/models/stock_picking.py,sha256=ODlgLqBr2mkA-CccnmA-aoWSC7oBy6mP0hPHBWUTXts,303
|
|
10
|
+
odoo/addons/sale_order_priority/readme/CONTRIBUTORS.md,sha256=OO81LEEbUoTWsaz0_RKIkrUSozypRug8Fm3pZwvW9CE,155
|
|
11
|
+
odoo/addons/sale_order_priority/readme/DESCRIPTION.md,sha256=eUBcjuYwdLQbWsw0R8d5B1zjmH80WGHWD7AHNvsaBxY,443
|
|
12
|
+
odoo/addons/sale_order_priority/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
13
|
+
odoo/addons/sale_order_priority/static/description/index.html,sha256=oOcIZDHifE8UuJlrtEDyjS5xnkrh3MTPBb0ooK8ZeHg,12855
|
|
14
|
+
odoo/addons/sale_order_priority/tests/__init__.py,sha256=vcSGQurTLgEZFdQxlznMzCrHGS_jAJg0i5NbVdea65Y,106
|
|
15
|
+
odoo/addons/sale_order_priority/tests/test_sale_stock.py,sha256=qh-yBd4spl-o3zYU3Ty_aTeBjKMuLFb_o1sc8wi7wRw,2586
|
|
16
|
+
odoo/addons/sale_order_priority/views/sale.xml,sha256=m-RBgYWaIVzNt2YacNalLQHOxU4NogTM-4VAV-a9V2M,1058
|
|
17
|
+
odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/METADATA,sha256=ps3qJ98d6MVD_c4c4Yc0GE2k_euI1ol3eae1lARiY0A,3893
|
|
18
|
+
odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
|
19
|
+
odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
20
|
+
odoo_addon_sale_order_priority-17.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
This module adds the field *Priority* in sale order lines and sale orders:
|
|
2
|
-
priority of the sale order is computed as the maximum of the priorities of its
|
|
3
|
-
lines, setting the priority in the order sets the priority of all its lines
|
|
4
|
-
accordingly.
|
|
5
|
-
|
|
6
|
-
When a picking is created as a result of sale order confirmation,
|
|
7
|
-
the created procurement inherits the priority of the order,
|
|
8
|
-
then the stock moves and the picking inherit the procurement's priority.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
odoo/addons/sale_order_priority/README.rst,sha256=aCNtPHbCIX7DhTYKU43-fXI3wRBXfCjm4R6acmfht4k,3293
|
|
2
|
-
odoo/addons/sale_order_priority/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
|
|
3
|
-
odoo/addons/sale_order_priority/__manifest__.py,sha256=RI78cFPw3t8Avz4qJEKZpKYyLxgvVwVuDjBeQPejCI0,535
|
|
4
|
-
odoo/addons/sale_order_priority/i18n/es.po,sha256=zKc4XwYqFKhepTxutGd5XlGB2PMC-F3ekhB4kgKDAh8,2107
|
|
5
|
-
odoo/addons/sale_order_priority/i18n/it.po,sha256=s8H2ZX4e9uVbokd1e8l4Ko6uMwmTh2l5v9dkrWlmGK0,2217
|
|
6
|
-
odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=22VPjeGynoaPkxuBmMR8vS20hiIWmpr7dLv4BSoh7I8,1732
|
|
7
|
-
odoo/addons/sale_order_priority/models/__init__.py,sha256=-0E0m4heWCK1r6N6idKOGt3yMHF5yQHmPdlNykSMnxw,113
|
|
8
|
-
odoo/addons/sale_order_priority/models/sale.py,sha256=dcSSBC6LMaEBlL4V4Y9zoQlucAbzrMYP8VBDpGpdTv8,1500
|
|
9
|
-
odoo/addons/sale_order_priority/models/stock_picking.py,sha256=ODlgLqBr2mkA-CccnmA-aoWSC7oBy6mP0hPHBWUTXts,303
|
|
10
|
-
odoo/addons/sale_order_priority/readme/CONTRIBUTORS.rst,sha256=NdXRyFRV2I1aVeQE3whFHfbAWULb6tWq7bI_MY9K918,89
|
|
11
|
-
odoo/addons/sale_order_priority/readme/DESCRIPTION.rst,sha256=dS7-Eg85FHCYwpZzfX-7CrVZySRZpmCK9QGAI8q167I,443
|
|
12
|
-
odoo/addons/sale_order_priority/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
13
|
-
odoo/addons/sale_order_priority/static/description/index.html,sha256=W9NIv7MeojMDKX_P6GiTD193jgwz5gO2b-fQAOGAIvw,12670
|
|
14
|
-
odoo/addons/sale_order_priority/tests/__init__.py,sha256=vcSGQurTLgEZFdQxlznMzCrHGS_jAJg0i5NbVdea65Y,106
|
|
15
|
-
odoo/addons/sale_order_priority/tests/test_sale_stock.py,sha256=qh-yBd4spl-o3zYU3Ty_aTeBjKMuLFb_o1sc8wi7wRw,2586
|
|
16
|
-
odoo/addons/sale_order_priority/views/sale.xml,sha256=aTr4Akn6YsGod4woh-kYOfHj_zRsDusyrITcpJRBCuA,1019
|
|
17
|
-
odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/METADATA,sha256=GxyqJ4XOjD2KvpSyZcFGdX1Gjp3gqoDy8x7H9-HGKs0,3850
|
|
18
|
-
odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
19
|
-
odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
20
|
-
odoo_addon_sale_order_priority-15.0.1.0.1.4.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|