odoo-addon-purchase-order-general-discount 17.0.1.0.0.2__py3-none-any.whl → 18.0.1.0.0.3__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 @@ Purchase Order General Discount
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:46ed5d13632b0e2345efdf0f75d81ea0414172cf630d68fdb10a780c51ccd7d1
14
+ !! source digest: sha256:46d1525b685b4540f8339062122a76b6e068167500004980e603bf9e6874b1d1
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -21,13 +21,13 @@ Purchase Order General Discount
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%2Fpurchase--workflow-lightgray.png?logo=github
24
- :target: https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_general_discount
24
+ :target: https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_general_discount
25
25
  :alt: OCA/purchase-workflow
26
26
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27
- :target: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_order_general_discount
27
+ :target: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_order_general_discount
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/purchase-workflow&target_branch=17.0
30
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=18.0
31
31
  :alt: Try me on Runboat
32
32
 
33
33
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -90,7 +90,7 @@ Bug Tracker
90
90
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
91
91
  In case of trouble, please check there if your issue has already been reported.
92
92
  If you spotted it first, help us to smash it by providing a detailed and welcomed
93
- `feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
93
+ `feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
94
94
 
95
95
  Do not contact contributors directly about support or help with technical issues.
96
96
 
@@ -135,6 +135,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
135
135
  mission is to support the collaborative development of Odoo features and
136
136
  promote its widespread use.
137
137
 
138
- This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_general_discount>`_ project on GitHub.
138
+ This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_general_discount>`_ project on GitHub.
139
139
 
140
140
  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": "Purchase Order General Discount",
5
5
  "summary": "General discount per purchase order",
6
- "version": "17.0.1.0.0",
6
+ "version": "18.0.1.0.0",
7
7
  "category": "Purchases",
8
8
  "website": "https://github.com/OCA/purchase-workflow",
9
9
  "author": "Tecnativa, Odoo Community Association (OCA)",
@@ -0,0 +1,101 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * purchase_order_general_discount
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: Automatically generated\n"
10
+ "Language-Team: none\n"
11
+ "Language: pt_BR\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: \n"
15
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
16
+
17
+ #. module: purchase_order_general_discount
18
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.res_config_settings_view_form_purchase
19
+ msgid ""
20
+ "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
21
+ "specific.\" groups=\"base.group_multi_company\"/>"
22
+ msgstr ""
23
+
24
+ #. module: purchase_order_general_discount
25
+ #: model:ir.model,name:purchase_order_general_discount.model_res_company
26
+ msgid "Companies"
27
+ msgstr ""
28
+
29
+ #. module: purchase_order_general_discount
30
+ #: model:ir.model,name:purchase_order_general_discount.model_res_partner
31
+ msgid "Contact"
32
+ msgstr ""
33
+
34
+ #. module: purchase_order_general_discount
35
+ #. odoo-python
36
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
37
+ msgid "Discount"
38
+ msgstr ""
39
+
40
+ #. module: purchase_order_general_discount
41
+ #. odoo-python
42
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
43
+ msgid "Discount 2"
44
+ msgstr ""
45
+
46
+ #. module: purchase_order_general_discount
47
+ #. odoo-python
48
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
49
+ msgid "Discount 3"
50
+ msgstr ""
51
+
52
+ #. module: purchase_order_general_discount
53
+ #: model:ir.model.constraint,message:purchase_order_general_discount.constraint_purchase_order_general_discount_limit
54
+ msgid "Discount must be lower than 100%."
55
+ msgstr ""
56
+
57
+ #. module: purchase_order_general_discount
58
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_purchase_order__general_discount
59
+ msgid "Gen. Disc. (%)"
60
+ msgstr ""
61
+
62
+ #. module: purchase_order_general_discount
63
+ #: model:ir.model,name:purchase_order_general_discount.model_res_config_settings
64
+ msgid "Procurement purchase grouping settings"
65
+ msgstr ""
66
+
67
+ #. module: purchase_order_general_discount
68
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_company__purchase_general_discount_field
69
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_config_settings__purchase_general_discount_field
70
+ msgid "Purchase Discount Field"
71
+ msgstr ""
72
+
73
+ #. module: purchase_order_general_discount
74
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_partner__purchase_general_discount
75
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_users__purchase_general_discount
76
+ msgid "Purchase General Discount (%)"
77
+ msgstr ""
78
+
79
+ #. module: purchase_order_general_discount
80
+ #: model:ir.model,name:purchase_order_general_discount.model_purchase_order
81
+ msgid "Purchase Order"
82
+ msgstr ""
83
+
84
+ #. module: purchase_order_general_discount
85
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.res_config_settings_view_form_purchase
86
+ msgid ""
87
+ "Select to which purchase line field will the purchase general discount be "
88
+ "propagated."
89
+ msgstr ""
90
+
91
+ #. module: purchase_order_general_discount
92
+ #: model:ir.model.fields,help:purchase_order_general_discount.field_res_company__purchase_general_discount_field
93
+ #: model:ir.model.fields,help:purchase_order_general_discount.field_res_config_settings__purchase_general_discount_field
94
+ msgid ""
95
+ "Set the purchase line discount field in which the discounts will be applied."
96
+ msgstr ""
97
+
98
+ #. module: purchase_order_general_discount
99
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.purchase_order_form
100
+ msgid "Update general discounts"
101
+ msgstr ""
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 17.0\n"
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -33,21 +33,18 @@ msgstr ""
33
33
  #. module: purchase_order_general_discount
34
34
  #. odoo-python
35
35
  #: code:addons/purchase_order_general_discount/models/res_company.py:0
36
- #, python-format
37
36
  msgid "Discount"
38
37
  msgstr ""
39
38
 
40
39
  #. module: purchase_order_general_discount
41
40
  #. odoo-python
42
41
  #: code:addons/purchase_order_general_discount/models/res_company.py:0
43
- #, python-format
44
42
  msgid "Discount 2"
45
43
  msgstr ""
46
44
 
47
45
  #. module: purchase_order_general_discount
48
46
  #. odoo-python
49
47
  #: code:addons/purchase_order_general_discount/models/res_company.py:0
50
- #, python-format
51
48
  msgid "Discount 3"
52
49
  msgstr ""
53
50
 
@@ -36,7 +36,7 @@ class PurchaseOrder(models.Model):
36
36
  discount_field = self.company_id.purchase_general_discount_field
37
37
  return discount_field or "discount"
38
38
 
39
- @api.onchange("general_discount", "order_line")
39
+ @api.onchange("general_discount")
40
40
  def onchange_general_discount(self):
41
41
  discount_field = self._get_general_discount_field()
42
42
  self.mapped("order_line").update({discount_field: self.general_discount})
@@ -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:46ed5d13632b0e2345efdf0f75d81ea0414172cf630d68fdb10a780c51ccd7d1
375
+ !! source digest: sha256:46d1525b685b4540f8339062122a76b6e068167500004980e603bf9e6874b1d1
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/purchase-workflow/tree/17.0/purchase_order_general_discount"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_order_general_discount"><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/purchase-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/purchase-workflow/tree/18.0/purchase_order_general_discount"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_order_general_discount"><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/purchase-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>
378
378
  <p>This module allows to set a general discount in a purchase order. This
379
379
  general discount is applied to each line order.</p>
380
380
  <p>You can also set a default general discount on suppliers and configure
@@ -436,7 +436,7 @@ set one in the summary section of the order.</li>
436
436
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
437
437
  In case of trouble, please check there if your issue has already been reported.
438
438
  If you spotted it first, help us to smash it by providing a detailed and welcomed
439
- <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
439
+ <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
440
440
  <p>Do not contact contributors directly about support or help with technical issues.</p>
441
441
  </div>
442
442
  <div class="section" id="credits">
@@ -485,7 +485,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
485
485
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
486
486
  mission is to support the collaborative development of Odoo features and
487
487
  promote its widespread use.</p>
488
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_general_discount">OCA/purchase-workflow</a> project on GitHub.</p>
488
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_general_discount">OCA/purchase-workflow</a> project on GitHub.</p>
489
489
  <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>
490
490
  </div>
491
491
  </div>
@@ -2,7 +2,7 @@
2
2
  # Copyright 2022 Tecnativa - Pilar Vargas
3
3
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4
4
 
5
- from odoo.tests import Form, TransactionCase, common
5
+ from odoo.tests import Form, TransactionCase
6
6
 
7
7
 
8
8
  class TestPurchaseOrderLineInput(TransactionCase):
@@ -15,7 +15,7 @@ class TestPurchaseOrderLineInput(TransactionCase):
15
15
  cls.product = cls.env["product.product"].create(
16
16
  {"name": "test_product", "type": "service"}
17
17
  )
18
- order_form = common.Form(cls.env["purchase.order"])
18
+ order_form = Form(cls.env["purchase.order"])
19
19
  order_form.partner_id = cls.partner
20
20
  with order_form.order_line.new() as line_form:
21
21
  line_form.product_id = cls.product
@@ -2,7 +2,6 @@
2
2
  <!-- Copyright 2019 Tecnativa - David Vidal
3
3
  License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
-
6
5
  <record id="purchase_order_form" model="ir.ui.view">
7
6
  <field name="model">purchase.order</field>
8
7
  <field name="inherit_id" ref="purchase.purchase_order_form" />
@@ -21,5 +20,4 @@
21
20
  </xpath>
22
21
  </field>
23
22
  </record>
24
-
25
23
  </odoo>
@@ -31,5 +31,4 @@
31
31
  </xpath>
32
32
  </field>
33
33
  </record>
34
-
35
34
  </odoo>
@@ -11,6 +11,7 @@
11
11
  invisible="is_company == False and parent_id != False"
12
12
  name="purchase_general_discount"
13
13
  />
14
- </xpath></field>
14
+ </xpath>
15
+ </field>
15
16
  </record>
16
17
  </odoo>
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-purchase_order_general_discount
3
- Version: 17.0.1.0.0.2
3
+ Version: 18.0.1.0.0.3
4
4
  Requires-Python: >=3.10
5
- Requires-Dist: odoo>=17.0a,<17.1dev
5
+ Requires-Dist: odoo==18.0.*
6
6
  Summary: General discount per purchase order
7
7
  Home-page: https://github.com/OCA/purchase-workflow
8
8
  License: AGPL-3
@@ -10,7 +10,7 @@ Author: Tecnativa, Odoo Community Association (OCA)
10
10
  Author-email: support@odoo-community.org
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
- Classifier: Framework :: Odoo :: 17.0
13
+ Classifier: Framework :: Odoo :: 18.0
14
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
15
 
16
16
  .. image:: https://odoo-community.org/readme-banner-image
@@ -26,7 +26,7 @@ Purchase Order General Discount
26
26
  !! This file is generated by oca-gen-addon-readme !!
27
27
  !! changes will be overwritten. !!
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
- !! source digest: sha256:46ed5d13632b0e2345efdf0f75d81ea0414172cf630d68fdb10a780c51ccd7d1
29
+ !! source digest: sha256:46d1525b685b4540f8339062122a76b6e068167500004980e603bf9e6874b1d1
30
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
31
 
32
32
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -36,13 +36,13 @@ Purchase Order General Discount
36
36
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
37
37
  :alt: License: AGPL-3
38
38
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
39
- :target: https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_general_discount
39
+ :target: https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_general_discount
40
40
  :alt: OCA/purchase-workflow
41
41
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
42
- :target: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_order_general_discount
42
+ :target: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_order_general_discount
43
43
  :alt: Translate me on Weblate
44
44
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
45
- :target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=17.0
45
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=18.0
46
46
  :alt: Try me on Runboat
47
47
 
48
48
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -105,7 +105,7 @@ Bug Tracker
105
105
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
106
106
  In case of trouble, please check there if your issue has already been reported.
107
107
  If you spotted it first, help us to smash it by providing a detailed and welcomed
108
- `feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
108
+ `feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_general_discount%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
109
109
 
110
110
  Do not contact contributors directly about support or help with technical issues.
111
111
 
@@ -150,6 +150,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
150
150
  mission is to support the collaborative development of Odoo features and
151
151
  promote its widespread use.
152
152
 
153
- This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/17.0/purchase_order_general_discount>`_ project on GitHub.
153
+ This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_general_discount>`_ project on GitHub.
154
154
 
155
155
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,12 +1,13 @@
1
- odoo/addons/purchase_order_general_discount/README.rst,sha256=iPm2hyAcDTaA_FgY33ppesbLlAijoOceZkCJnNkteq0,4891
1
+ odoo/addons/purchase_order_general_discount/README.rst,sha256=oPjEZY5bzV4d2pVkfBzNmASA4UyHhNpyrlLNdc7hVQ4,4891
2
2
  odoo/addons/purchase_order_general_discount/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/purchase_order_general_discount/__manifest__.py,sha256=acCzdfnc0csyVSRJQj3sFSjIKb-_Re1wJPOCqZS9Kjg,631
3
+ odoo/addons/purchase_order_general_discount/__manifest__.py,sha256=qzD0luF7i1StCslMp4Omlm9hk2C3UnNBlMnnf-GdfSo,631
4
4
  odoo/addons/purchase_order_general_discount/i18n/es.po,sha256=XXizosLFxY2Jo7uaQsF7sJfeqxwxTFZh6hUgSeGR8BE,4715
5
5
  odoo/addons/purchase_order_general_discount/i18n/it.po,sha256=NdTuxHFGnIvDG6ynC981komhSiik-kPy4MH2tcCXYls,4505
6
6
  odoo/addons/purchase_order_general_discount/i18n/pt.po,sha256=KLerUWOf4AcT_SzMhwq83ob0fLlcB2cRMZ0LoqKAaF0,4471
7
- odoo/addons/purchase_order_general_discount/i18n/purchase_order_general_discount.pot,sha256=a1D95p9sSEBQd-v1zFSFwoZPiBrRv3FDarGF8lBgGLk,3714
7
+ odoo/addons/purchase_order_general_discount/i18n/pt_BR.po,sha256=GxJI2ps14hbBAsBXydw7rQrUNSiSi5ml0ElQeAOeXag,3735
8
+ odoo/addons/purchase_order_general_discount/i18n/purchase_order_general_discount.pot,sha256=w20vvEQdOHFf9X6_ZiPwUpG-sz7kqImnRRyg4UG8Yj8,3663
8
9
  odoo/addons/purchase_order_general_discount/models/__init__.py,sha256=xBkPBch_xaBbtUzhxeuXEvdP4Ia-BeffjlTDdjEzkGk,115
9
- odoo/addons/purchase_order_general_discount/models/purchase_order.py,sha256=jyUrSMhlIhLGPg3Ef4GC1hxvuORUVNvWjMQUnHiMwFg,2554
10
+ odoo/addons/purchase_order_general_discount/models/purchase_order.py,sha256=Sg1nifypUBQU4QkshxRKrfPUA9PpX6ctwBMdslcODBc,2540
10
11
  odoo/addons/purchase_order_general_discount/models/res_company.py,sha256=p8Kq59plZxYlsiCAY7GqJ2DqpvzR5DFbp76eaWhqs-o,1183
11
12
  odoo/addons/purchase_order_general_discount/models/res_config_settings.py,sha256=qjzp9-bx8xIBBlrDDObjWqNjzScRVmCpXFTHjNfg5JI,374
12
13
  odoo/addons/purchase_order_general_discount/models/res_partner.py,sha256=BqTVQat7Jbattn6z0CRXSZ-GPhUUF9TvPLBpIUshYec,362
@@ -15,13 +16,13 @@ odoo/addons/purchase_order_general_discount/readme/CONTRIBUTORS.md,sha256=8RvAjf
15
16
  odoo/addons/purchase_order_general_discount/readme/DESCRIPTION.md,sha256=e_hMiXZezZzLWNccp0tEW07dFz_D6Dka0b1sr3MzCuE,241
16
17
  odoo/addons/purchase_order_general_discount/readme/USAGE.md,sha256=0ngIFgzNgj3VPBCz-sjJ1NyLC_OuyPNgiSAWfRrj-7s,397
17
18
  odoo/addons/purchase_order_general_discount/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
18
- odoo/addons/purchase_order_general_discount/static/description/index.html,sha256=b5hhuEi32RInBBKVnmDkeuXII9FUTgWJtSCj2kU335g,15849
19
+ odoo/addons/purchase_order_general_discount/static/description/index.html,sha256=inCgD2tPfNS1p9Yp4jHGa9OkIUWaLGAk5QoXTwf65LU,15849
19
20
  odoo/addons/purchase_order_general_discount/tests/__init__.py,sha256=Ls3swKxgHN-HFAuUp1ivQWMLH4FieBKwib5gQlh4RXA,51
20
- odoo/addons/purchase_order_general_discount/tests/test_purchase_order_general_discount.py,sha256=6iD-NosRdf8ztxW4FSCMAEy9YzYimf3T3yaSEpLFZpk,2047
21
- odoo/addons/purchase_order_general_discount/views/purchase_order_view.xml,sha256=bhHRdeDMDeqGUuN0Rl2xXs814yADOj8SYZvYetca5oM,1032
22
- odoo/addons/purchase_order_general_discount/views/res_config_view.xml,sha256=UA1JxGEkQ0_-BVbxV-c7UHmRMljPIyFpP8MTcAZqTWE,1557
23
- odoo/addons/purchase_order_general_discount/views/res_partner_view.xml,sha256=WBJk_aYvf8oJL4pXf24jmajW7ipXkxlcOa01OMOP49A,666
24
- odoo_addon_purchase_order_general_discount-17.0.1.0.0.2.dist-info/METADATA,sha256=cfr1HipV84LFWANSEBoiJj5WaNjvXMxTyZQFeQ04kwk,5438
25
- odoo_addon_purchase_order_general_discount-17.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
26
- odoo_addon_purchase_order_general_discount-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
27
- odoo_addon_purchase_order_general_discount-17.0.1.0.0.2.dist-info/RECORD,,
21
+ odoo/addons/purchase_order_general_discount/tests/test_purchase_order_general_discount.py,sha256=w6YLsezWCArMrPaJRqlHc1wzKtz1vuFa-Z3kXpf9bP8,2032
22
+ odoo/addons/purchase_order_general_discount/views/purchase_order_view.xml,sha256=Z9cF1OfCmudh1q31QXkQ15sKSMyO4HrtklJAuGSZrXw,1030
23
+ odoo/addons/purchase_order_general_discount/views/res_config_view.xml,sha256=odLVZvZxkL2-IwyaBsIP446S1nPC4r0lRPnjGCaHY08,1556
24
+ odoo/addons/purchase_order_general_discount/views/res_partner_view.xml,sha256=X4ldz3axP3CiQqkyhYaFyN_R85hmldO4Dp66iRM6Unc,675
25
+ odoo_addon_purchase_order_general_discount-18.0.1.0.0.3.dist-info/METADATA,sha256=xJaDzLpl2Q0aqKpcQyTtmFv5v2IsRFOGFsV90-_iZvg,5430
26
+ odoo_addon_purchase_order_general_discount-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
27
+ odoo_addon_purchase_order_general_discount-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
28
+ odoo_addon_purchase_order_general_discount-18.0.1.0.0.3.dist-info/RECORD,,