odoo-addon-sale-order-priority 15.0.1.0.1.3__py3-none-any.whl → 16.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 +18 -11
- 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/static/description/index.html +34 -24
- {odoo_addon_sale_order_priority-15.0.1.0.1.3.dist-info → odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info}/METADATA +23 -19
- {odoo_addon_sale_order_priority-15.0.1.0.1.3.dist-info → odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info}/RECORD +8 -8
- {odoo_addon_sale_order_priority-15.0.1.0.1.3.dist-info → odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info}/WHEEL +1 -1
- {odoo_addon_sale_order_priority-15.0.1.0.1.3.dist-info → odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -1,29 +1,36 @@
|
|
|
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 Order Priority
|
|
3
7
|
===================
|
|
4
8
|
|
|
5
|
-
..
|
|
9
|
+
..
|
|
10
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
7
12
|
!! changes will be overwritten. !!
|
|
8
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
+
!! source digest: sha256:d7c9511dd95ebc06d263bcd06a677c7361feae18030332b2dc2468cc13316d96
|
|
15
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
9
16
|
|
|
10
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
11
18
|
:target: https://odoo-community.org/page/development-status
|
|
12
19
|
:alt: Beta
|
|
13
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
14
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
15
22
|
:alt: License: AGPL-3
|
|
16
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
17
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
24
|
+
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority
|
|
18
25
|
:alt: OCA/sale-workflow
|
|
19
26
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
20
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
27
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_priority
|
|
21
28
|
:alt: Translate me on Weblate
|
|
22
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
23
|
-
:target: https://
|
|
24
|
-
:alt: Try me on
|
|
29
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=16.0
|
|
31
|
+
:alt: Try me on Runboat
|
|
25
32
|
|
|
26
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
33
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
27
34
|
|
|
28
35
|
This module adds the field *Priority* in sale order lines and sale orders:
|
|
29
36
|
priority of the sale order is computed as the maximum of the priorities of its
|
|
@@ -44,8 +51,8 @@ Bug Tracker
|
|
|
44
51
|
|
|
45
52
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
46
53
|
In case of trouble, please check there if your issue has already been reported.
|
|
47
|
-
If you spotted it first, help us
|
|
48
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
54
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
55
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
49
56
|
|
|
50
57
|
Do not contact contributors directly about support or help with technical issues.
|
|
51
58
|
|
|
@@ -76,6 +83,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
76
83
|
mission is to support the collaborative development of Odoo features and
|
|
77
84
|
promote its widespread use.
|
|
78
85
|
|
|
79
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
86
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority>`_ project on GitHub.
|
|
80
87
|
|
|
81
88
|
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": "16.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)",
|
|
@@ -1,20 +1,20 @@
|
|
|
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>
|
|
5
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<meta name="generator" content="Docutils
|
|
7
|
-
<title>
|
|
5
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
+
<title>README.rst</title>
|
|
8
7
|
<style type="text/css">
|
|
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
|
-
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
|
|
|
@@ -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 {
|
|
@@ -360,14 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Sale Order Priority</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-order-priority">
|
|
370
|
+
<h1>Sale Order Priority</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
374
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
+
!! source digest: sha256:d7c9511dd95ebc06d263bcd06a677c7361feae18030332b2dc2468cc13316d96
|
|
369
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
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/16.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-16-0/sale-workflow-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
371
378
|
<p>This module adds the field <em>Priority</em> in sale order lines and sale orders:
|
|
372
379
|
priority of the sale order is computed as the maximum of the priorities of its
|
|
373
380
|
lines, setting the priority in the order sets the priority of all its lines
|
|
@@ -378,49 +385,52 @@ then the stock moves and the picking inherit the procurement’s priority.</p>
|
|
|
378
385
|
<p><strong>Table of contents</strong></p>
|
|
379
386
|
<div class="contents local topic" id="contents">
|
|
380
387
|
<ul class="simple">
|
|
381
|
-
<li><a class="reference internal" href="#bug-tracker" id="
|
|
382
|
-
<li><a class="reference internal" href="#credits" id="
|
|
383
|
-
<li><a class="reference internal" href="#authors" id="
|
|
384
|
-
<li><a class="reference internal" href="#contributors" id="
|
|
385
|
-
<li><a class="reference internal" href="#maintainers" id="
|
|
388
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
|
|
389
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
|
|
390
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
|
|
391
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
|
|
392
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
|
|
386
393
|
</ul>
|
|
387
394
|
</li>
|
|
388
395
|
</ul>
|
|
389
396
|
</div>
|
|
390
397
|
<div class="section" id="bug-tracker">
|
|
391
|
-
<
|
|
398
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
|
|
392
399
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
|
|
393
400
|
In case of trouble, please check there if your issue has already been reported.
|
|
394
|
-
If you spotted it first, help us
|
|
395
|
-
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
401
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
402
|
+
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
396
403
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
397
404
|
</div>
|
|
398
405
|
<div class="section" id="credits">
|
|
399
|
-
<
|
|
406
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
|
|
400
407
|
<div class="section" id="authors">
|
|
401
|
-
<
|
|
408
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
|
|
402
409
|
<ul class="simple">
|
|
403
410
|
<li>Agile Business Group</li>
|
|
404
411
|
</ul>
|
|
405
412
|
</div>
|
|
406
413
|
<div class="section" id="contributors">
|
|
407
|
-
<
|
|
414
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
|
|
408
415
|
<ul class="simple">
|
|
409
416
|
<li>Simone Rubino <<a class="reference external" href="mailto:simone.rubino@agilebg.com">simone.rubino@agilebg.com</a>></li>
|
|
410
417
|
<li>George Daramouskas <<a class="reference external" href="mailto:gdaramouskas@therp.nl">gdaramouskas@therp.nl</a>></li>
|
|
411
418
|
</ul>
|
|
412
419
|
</div>
|
|
413
420
|
<div class="section" id="maintainers">
|
|
414
|
-
<
|
|
421
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
|
|
415
422
|
<p>This module is maintained by the OCA.</p>
|
|
416
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
423
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
424
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
425
|
+
</a>
|
|
417
426
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
418
427
|
mission is to support the collaborative development of Odoo features and
|
|
419
428
|
promote its widespread use.</p>
|
|
420
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/
|
|
429
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority">OCA/sale-workflow</a> project on GitHub.</p>
|
|
421
430
|
<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>
|
|
422
431
|
</div>
|
|
423
432
|
</div>
|
|
424
433
|
</div>
|
|
434
|
+
</div>
|
|
425
435
|
</body>
|
|
426
436
|
</html>
|
|
@@ -1,45 +1,51 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-sale_order_priority
|
|
3
|
+
Version: 16.0.1.0.0.2
|
|
4
4
|
Summary: Define priority on sale orders
|
|
5
5
|
Home-page: https://github.com/OCA/sale-workflow
|
|
6
6
|
Author: Agile Business Group, 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
|
-
Classifier: Framework :: Odoo ::
|
|
11
|
+
Classifier: Framework :: Odoo :: 16.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
Requires-Python: >=3.
|
|
15
|
-
Requires-Dist: odoo
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
15
|
+
|
|
16
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
17
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
18
|
+
:alt: Odoo Community Association
|
|
16
19
|
|
|
17
20
|
===================
|
|
18
21
|
Sale Order Priority
|
|
19
22
|
===================
|
|
20
23
|
|
|
21
|
-
..
|
|
24
|
+
..
|
|
25
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
22
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
27
|
!! changes will be overwritten. !!
|
|
24
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
+
!! source digest: sha256:d7c9511dd95ebc06d263bcd06a677c7361feae18030332b2dc2468cc13316d96
|
|
30
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
31
|
|
|
26
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
27
33
|
:target: https://odoo-community.org/page/development-status
|
|
28
34
|
:alt: Beta
|
|
29
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
35
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
30
36
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
31
37
|
:alt: License: AGPL-3
|
|
32
38
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
33
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
39
|
+
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority
|
|
34
40
|
:alt: OCA/sale-workflow
|
|
35
41
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
36
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
42
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_priority
|
|
37
43
|
:alt: Translate me on Weblate
|
|
38
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
39
|
-
:target: https://
|
|
40
|
-
:alt: Try me on
|
|
44
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
45
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=16.0
|
|
46
|
+
:alt: Try me on Runboat
|
|
41
47
|
|
|
42
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
48
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
43
49
|
|
|
44
50
|
This module adds the field *Priority* in sale order lines and sale orders:
|
|
45
51
|
priority of the sale order is computed as the maximum of the priorities of its
|
|
@@ -60,8 +66,8 @@ Bug Tracker
|
|
|
60
66
|
|
|
61
67
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
62
68
|
In case of trouble, please check there if your issue has already been reported.
|
|
63
|
-
If you spotted it first, help us
|
|
64
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%
|
|
69
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
70
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
65
71
|
|
|
66
72
|
Do not contact contributors directly about support or help with technical issues.
|
|
67
73
|
|
|
@@ -92,8 +98,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
92
98
|
mission is to support the collaborative development of Odoo features and
|
|
93
99
|
promote its widespread use.
|
|
94
100
|
|
|
95
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
101
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority>`_ project on GitHub.
|
|
96
102
|
|
|
97
103
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
98
|
-
|
|
99
|
-
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
odoo/addons/sale_order_priority/README.rst,sha256=
|
|
1
|
+
odoo/addons/sale_order_priority/README.rst,sha256=jL_62gkE3V8NyraZ0f5dB8vHXjJB3brlnWxrMnr0O-E,3458
|
|
2
2
|
odoo/addons/sale_order_priority/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
|
|
3
|
-
odoo/addons/sale_order_priority/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/sale_order_priority/__manifest__.py,sha256=eXv6IjbpxD14ivRpZ82qGGyoEvY_xqu0nmP3lsjpqew,535
|
|
4
4
|
odoo/addons/sale_order_priority/i18n/es.po,sha256=zKc4XwYqFKhepTxutGd5XlGB2PMC-F3ekhB4kgKDAh8,2107
|
|
5
5
|
odoo/addons/sale_order_priority/i18n/it.po,sha256=s8H2ZX4e9uVbokd1e8l4Ko6uMwmTh2l5v9dkrWlmGK0,2217
|
|
6
|
-
odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=
|
|
6
|
+
odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=hkw5ggyQNSN4WmYWM9iwkMEXDJILX8t0rLLekJ8RMao,1732
|
|
7
7
|
odoo/addons/sale_order_priority/models/__init__.py,sha256=-0E0m4heWCK1r6N6idKOGt3yMHF5yQHmPdlNykSMnxw,113
|
|
8
8
|
odoo/addons/sale_order_priority/models/sale.py,sha256=dcSSBC6LMaEBlL4V4Y9zoQlucAbzrMYP8VBDpGpdTv8,1500
|
|
9
9
|
odoo/addons/sale_order_priority/models/stock_picking.py,sha256=ODlgLqBr2mkA-CccnmA-aoWSC7oBy6mP0hPHBWUTXts,303
|
|
10
10
|
odoo/addons/sale_order_priority/readme/CONTRIBUTORS.rst,sha256=NdXRyFRV2I1aVeQE3whFHfbAWULb6tWq7bI_MY9K918,89
|
|
11
11
|
odoo/addons/sale_order_priority/readme/DESCRIPTION.rst,sha256=dS7-Eg85FHCYwpZzfX-7CrVZySRZpmCK9QGAI8q167I,443
|
|
12
12
|
odoo/addons/sale_order_priority/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
13
|
-
odoo/addons/sale_order_priority/static/description/index.html,sha256=
|
|
13
|
+
odoo/addons/sale_order_priority/static/description/index.html,sha256=FTWfPNsJwbhMoanrR_QXDscuo56tmS27DXn7eI9y1cE,12932
|
|
14
14
|
odoo/addons/sale_order_priority/tests/__init__.py,sha256=vcSGQurTLgEZFdQxlznMzCrHGS_jAJg0i5NbVdea65Y,106
|
|
15
15
|
odoo/addons/sale_order_priority/tests/test_sale_stock.py,sha256=qh-yBd4spl-o3zYU3Ty_aTeBjKMuLFb_o1sc8wi7wRw,2586
|
|
16
16
|
odoo/addons/sale_order_priority/views/sale.xml,sha256=aTr4Akn6YsGod4woh-kYOfHj_zRsDusyrITcpJRBCuA,1019
|
|
17
|
-
odoo_addon_sale_order_priority-
|
|
18
|
-
odoo_addon_sale_order_priority-
|
|
19
|
-
odoo_addon_sale_order_priority-
|
|
20
|
-
odoo_addon_sale_order_priority-
|
|
17
|
+
odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info/METADATA,sha256=rZKI22hHNmJelFTBTi6Kh5UpmXqwpedxDnQpkyve6Ck,3995
|
|
18
|
+
odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
19
|
+
odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
20
|
+
odoo_addon_sale_order_priority-16.0.1.0.0.2.dist-info/RECORD,,
|