odoo-addon-sale-order-priority 18.0.1.0.0.2__py3-none-any.whl → 19.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.
@@ -11,7 +11,7 @@ Sale Order Priority
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:d04b52d0444f0c976d79a12441947afb734623f4d49b7d549e2da3415809ec0c
14
+ !! source digest: sha256:e43ac41173834880ae53be9a915b623d0a5ca5a971bb63f8cc901b592faa19ba
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -21,13 +21,13 @@ Sale Order Priority
21
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22
22
  :alt: License: AGPL-3
23
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
24
- :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority
24
+ :target: https://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority
25
25
  :alt: OCA/sale-workflow
26
26
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27
- :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_priority
27
+ :target: https://translation.odoo-community.org/projects/sale-workflow-19-0/sale-workflow-19-0-sale_order_priority
28
28
  :alt: Translate me on Weblate
29
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=18.0
30
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=19.0
31
31
  :alt: Try me on Runboat
32
32
 
33
33
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -52,7 +52,7 @@ Bug Tracker
52
52
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
53
53
  In case of trouble, please check there if your issue has already been reported.
54
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:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
55
+ `feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
56
56
 
57
57
  Do not contact contributors directly about support or help with technical issues.
58
58
 
@@ -88,6 +88,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
88
88
  mission is to support the collaborative development of Odoo features and
89
89
  promote its widespread use.
90
90
 
91
- This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority>`_ project on GitHub.
91
+ This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority>`_ project on GitHub.
92
92
 
93
93
  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": "18.0.1.0.0",
6
+ "version": "19.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)",
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 18.0\n"
7
+ "Project-Id-Version: Odoo Server 19.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -13,6 +13,20 @@ msgstr ""
13
13
  "Content-Transfer-Encoding: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
+ #. module: sale_order_priority
17
+ #: model:ir.model.fields,field_description:sale_order_priority.field_sale_order__display_name
18
+ #: model:ir.model.fields,field_description:sale_order_priority.field_sale_order_line__display_name
19
+ #: model:ir.model.fields,field_description:sale_order_priority.field_stock_move__display_name
20
+ msgid "Display Name"
21
+ msgstr ""
22
+
23
+ #. module: sale_order_priority
24
+ #: model:ir.model.fields,field_description:sale_order_priority.field_sale_order__id
25
+ #: model:ir.model.fields,field_description:sale_order_priority.field_sale_order_line__id
26
+ #: model:ir.model.fields,field_description:sale_order_priority.field_stock_move__id
27
+ msgid "ID"
28
+ msgstr ""
29
+
16
30
  #. module: sale_order_priority
17
31
  #: model:ir.model.fields.selection,name:sale_order_priority.selection__sale_order__priority__0
18
32
  #: model:ir.model.fields.selection,name:sale_order_priority.selection__sale_order_line__priority__0
@@ -6,6 +6,6 @@ class StockMove(models.Model):
6
6
 
7
7
  def _get_new_picking_values(self):
8
8
  picking_values = super()._get_new_picking_values()
9
- if self.group_id.sale_id.priority:
10
- picking_values["priority"] = self.group_id.sale_id.priority
9
+ if self.reference_ids.sale_ids.priority:
10
+ picking_values["priority"] = self.reference_ids.sale_ids.priority
11
11
  return picking_values
@@ -372,9 +372,9 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:d04b52d0444f0c976d79a12441947afb734623f4d49b7d549e2da3415809ec0c
375
+ !! source digest: sha256:e43ac41173834880ae53be9a915b623d0a5ca5a971bb63f8cc901b592faa19ba
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/18.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-18-0/sale-workflow-18-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&amp;target_branch=18.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/19.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-19-0/sale-workflow-19-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&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>This module adds the field <em>Priority</em> in sale order lines and sale
379
379
  orders: priority of the sale order is computed as the maximum of the
380
380
  priorities of its lines, setting the priority in the order sets the
@@ -399,7 +399,7 @@ moves and the picking inherit the procurement’s priority.</p>
399
399
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
400
400
  In case of trouble, please check there if your issue has already been reported.
401
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:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
402
+ <a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
403
403
  <p>Do not contact contributors directly about support or help with technical issues.</p>
404
404
  </div>
405
405
  <div class="section" id="credits">
@@ -431,7 +431,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
431
431
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
432
432
  mission is to support the collaborative development of Odoo features and
433
433
  promote its widespread use.</p>
434
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority">OCA/sale-workflow</a> project on GitHub.</p>
434
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority">OCA/sale-workflow</a> project on GitHub.</p>
435
435
  <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>
436
436
  </div>
437
437
  </div>
@@ -2,10 +2,10 @@
2
2
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
3
  from odoo.fields import Command
4
4
 
5
- from odoo.addons.sale.tests.common import TestSaleCommonBase
5
+ from odoo.addons.sale.tests.common import TestSaleCommon
6
6
 
7
7
 
8
- class TestSaleStock(TestSaleCommonBase):
8
+ class TestSaleStock(TestSaleCommon):
9
9
  @classmethod
10
10
  def setUpClass(cls):
11
11
  super().setUpClass()
@@ -17,7 +17,7 @@ class TestSaleStock(TestSaleCommonBase):
17
17
  }
18
18
  )
19
19
 
20
- cls.company_data = cls.setup_sale_configuration_for_company(cls.company)
20
+ cls.company_data = cls.collect_company_accounting_data(cls.company)
21
21
 
22
22
  cls.partner = cls.env["res.partner"].create(
23
23
  {
@@ -40,7 +40,7 @@ class TestSaleStock(TestSaleCommonBase):
40
40
  "product_id": self.company_data["product_order_cost"].id,
41
41
  "product_uom_qty": 2,
42
42
  "qty_delivered": 1,
43
- "product_uom": self.company_data[
43
+ "product_uom_id": self.company_data[
44
44
  "product_order_cost"
45
45
  ].uom_id.id,
46
46
  "price_unit": self.company_data[
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-sale_order_priority
3
- Version: 18.0.1.0.0.2
4
- Requires-Python: >=3.10
5
- Requires-Dist: odoo==18.0.*
3
+ Version: 19.0.1.0.0.2
4
+ Requires-Dist: odoo==19.0.*
6
5
  Summary: Define priority on sale orders
7
6
  Home-page: https://github.com/OCA/sale-workflow
8
7
  License: AGPL-3
@@ -10,7 +9,7 @@ Author: Agile Business Group, Odoo Community Association (OCA)
10
9
  Author-email: support@odoo-community.org
11
10
  Classifier: Programming Language :: Python
12
11
  Classifier: Framework :: Odoo
13
- Classifier: Framework :: Odoo :: 18.0
12
+ Classifier: Framework :: Odoo :: 19.0
14
13
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
14
  Description-Content-Type: text/x-rst
16
15
 
@@ -27,7 +26,7 @@ Sale Order Priority
27
26
  !! This file is generated by oca-gen-addon-readme !!
28
27
  !! changes will be overwritten. !!
29
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
- !! source digest: sha256:d04b52d0444f0c976d79a12441947afb734623f4d49b7d549e2da3415809ec0c
29
+ !! source digest: sha256:e43ac41173834880ae53be9a915b623d0a5ca5a971bb63f8cc901b592faa19ba
31
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
31
 
33
32
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -37,13 +36,13 @@ Sale Order Priority
37
36
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
38
37
  :alt: License: AGPL-3
39
38
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
40
- :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority
39
+ :target: https://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority
41
40
  :alt: OCA/sale-workflow
42
41
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
43
- :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_priority
42
+ :target: https://translation.odoo-community.org/projects/sale-workflow-19-0/sale-workflow-19-0-sale_order_priority
44
43
  :alt: Translate me on Weblate
45
44
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
46
- :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
45
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=19.0
47
46
  :alt: Try me on Runboat
48
47
 
49
48
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -68,7 +67,7 @@ Bug Tracker
68
67
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
69
68
  In case of trouble, please check there if your issue has already been reported.
70
69
  If you spotted it first, help us to smash it by providing a detailed and welcomed
71
- `feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
70
+ `feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_priority%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
72
71
 
73
72
  Do not contact contributors directly about support or help with technical issues.
74
73
 
@@ -104,6 +103,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
104
103
  mission is to support the collaborative development of Odoo features and
105
104
  promote its widespread use.
106
105
 
107
- This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority>`_ project on GitHub.
106
+ This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority>`_ project on GitHub.
108
107
 
109
108
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,21 +1,21 @@
1
- odoo/addons/sale_order_priority/README.rst,sha256=fQrZpcau8ySJ9x68DbWKJ4w4WhnZmUQD2ZaB9tEGxno,3570
1
+ odoo/addons/sale_order_priority/README.rst,sha256=-4EgwWcFaPQTAE7V7ZyZQggZiH68ZJqT-EUbUZ2gF6c,3570
2
2
  odoo/addons/sale_order_priority/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
3
- odoo/addons/sale_order_priority/__manifest__.py,sha256=pQeApHvK3nVsjqZPt8PLOK_8jfNYp8-sEMDGO3z0Vo0,535
3
+ odoo/addons/sale_order_priority/__manifest__.py,sha256=kKq4yqe9I7cHjQ7J7GTsAbjvXQgxPYLLhCfKWC9eBYg,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=Ucof5BkLDSKvY7rnSxzlz2tF_AfKERpTAbucCkipgX8,2216
6
- odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=3SOpp5Qqy5HIa1khkuCxuLVQg6QZeF98Y9btnkAMrkU,1731
6
+ odoo/addons/sale_order_priority/i18n/sale_order_priority.pot,sha256=3JoXYRHeibBRHIpLI80eexzvmUsSN4a__kUEanY7k9Y,2391
7
7
  odoo/addons/sale_order_priority/models/__init__.py,sha256=b6DIE18qSmOVw3abNyNqQ7_KKfvabk6bNM7bJWldZfg,146
8
8
  odoo/addons/sale_order_priority/models/sale_order.py,sha256=RTFX-7LiP2wmtuO0VOdmmVceB6BOcxQEQCDSTAowaEI,1157
9
9
  odoo/addons/sale_order_priority/models/sale_order_line.py,sha256=Yoo1tXxneH5GOAHIFv2R319s5DAC6M21vuYtchpRPD8,352
10
- odoo/addons/sale_order_priority/models/stock_move.py,sha256=Iq4U72fT71hEeWHSdRLP3X1ctGogx-M4eP1i8f6Myf4,329
10
+ odoo/addons/sale_order_priority/models/stock_move.py,sha256=_v6zg_7HV0w-0GyarmibHbcQn-v394eMhtMYGCGX4Hw,341
11
11
  odoo/addons/sale_order_priority/readme/CONTRIBUTORS.md,sha256=Eo28XIylkWUhGdGH0jraVxLd1tUBexmDW1_bS-VWhTw,212
12
12
  odoo/addons/sale_order_priority/readme/DESCRIPTION.md,sha256=eUBcjuYwdLQbWsw0R8d5B1zjmH80WGHWD7AHNvsaBxY,443
13
13
  odoo/addons/sale_order_priority/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
14
- odoo/addons/sale_order_priority/static/description/index.html,sha256=4wOk-fitpGSfgA5ABc7TtmIfSdxWeKd8vcZ3NEpuV8o,13225
14
+ odoo/addons/sale_order_priority/static/description/index.html,sha256=rupRvDbAFA34MwkmH24H66z1WtieFx_i-S_C9ROwYlI,13225
15
15
  odoo/addons/sale_order_priority/tests/__init__.py,sha256=vcSGQurTLgEZFdQxlznMzCrHGS_jAJg0i5NbVdea65Y,106
16
- odoo/addons/sale_order_priority/tests/test_sale_stock.py,sha256=f_Zb20oaRqrNvTFKrqv5sdMmA6hc-U6v-3USHWemoA0,2626
16
+ odoo/addons/sale_order_priority/tests/test_sale_stock.py,sha256=QxmAnzQo0JEb6Ib5TJuoMap96TImjuxJZKiAi77lF-0,2616
17
17
  odoo/addons/sale_order_priority/views/sale.xml,sha256=9FUDWN3m92TQy8niGtwoqv4_i61sdjrlGMszzr4y1M0,1059
18
- odoo_addon_sale_order_priority-18.0.1.0.0.2.dist-info/METADATA,sha256=-_huB1VYTAC3BWACWwoDL7CcKVOYcLiIaA3_1cmpiaI,4136
19
- odoo_addon_sale_order_priority-18.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
20
- odoo_addon_sale_order_priority-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
21
- odoo_addon_sale_order_priority-18.0.1.0.0.2.dist-info/RECORD,,
18
+ odoo_addon_sale_order_priority-19.0.1.0.0.2.dist-info/METADATA,sha256=prN2n-MnOn5SHkI_xirfYLicU2QQWEQzNogpy377KyA,4112
19
+ odoo_addon_sale_order_priority-19.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
20
+ odoo_addon_sale_order_priority-19.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
21
+ odoo_addon_sale_order_priority-19.0.1.0.0.2.dist-info/RECORD,,