odoo-addon-purchase-order-general-discount 16.0.1.0.0.8__py3-none-any.whl → 16.0.1.0.0.10__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.
@@ -0,0 +1,113 @@
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 16.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2025-05-19 16:25+0000\n"
10
+ "Last-Translator: Arnaud LAYEC <arnaudlayec@gmail.com>\n"
11
+ "Language-Team: none\n"
12
+ "Language: fr\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: \n"
16
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
+
19
+ #. module: purchase_order_general_discount
20
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.res_config_settings_view_form_purchase
21
+ msgid ""
22
+ "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
23
+ "specific.\" groups=\"base.group_multi_company\"/>"
24
+ msgstr ""
25
+ "<span class=\"fa fa-lg fa-building-o\" title="
26
+ "\"Les valeurs définies ici sont associées à la société.\" groups="
27
+ "\"base.group_multi_company\"/>"
28
+
29
+ #. module: purchase_order_general_discount
30
+ #: model:ir.model,name:purchase_order_general_discount.model_res_company
31
+ msgid "Companies"
32
+ msgstr "Sociétés"
33
+
34
+ #. module: purchase_order_general_discount
35
+ #: model:ir.model,name:purchase_order_general_discount.model_res_partner
36
+ msgid "Contact"
37
+ msgstr "Contact"
38
+
39
+ #. module: purchase_order_general_discount
40
+ #. odoo-python
41
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
42
+ #, python-format
43
+ msgid "Discount"
44
+ msgstr "Remise"
45
+
46
+ #. module: purchase_order_general_discount
47
+ #. odoo-python
48
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
49
+ #, python-format
50
+ msgid "Discount 2"
51
+ msgstr "Remise 2"
52
+
53
+ #. module: purchase_order_general_discount
54
+ #. odoo-python
55
+ #: code:addons/purchase_order_general_discount/models/res_company.py:0
56
+ #, python-format
57
+ msgid "Discount 3"
58
+ msgstr "Remise 3"
59
+
60
+ #. module: purchase_order_general_discount
61
+ #: model:ir.model.constraint,message:purchase_order_general_discount.constraint_purchase_order_general_discount_limit
62
+ msgid "Discount must be lower than 100%."
63
+ msgstr "La remise doit être inférieure à 100%."
64
+
65
+ #. module: purchase_order_general_discount
66
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_purchase_order__general_discount
67
+ msgid "Gen. Disc. (%)"
68
+ msgstr "Rem. Gén. (%)"
69
+
70
+ #. module: purchase_order_general_discount
71
+ #: model:ir.model,name:purchase_order_general_discount.model_res_config_settings
72
+ msgid "Procurement purchase grouping settings"
73
+ msgstr ""
74
+
75
+ #. module: purchase_order_general_discount
76
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_company__purchase_general_discount_field
77
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_config_settings__purchase_general_discount_field
78
+ msgid "Purchase Discount Field"
79
+ msgstr "Champ de remise d'achat"
80
+
81
+ #. module: purchase_order_general_discount
82
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_partner__purchase_general_discount
83
+ #: model:ir.model.fields,field_description:purchase_order_general_discount.field_res_users__purchase_general_discount
84
+ msgid "Purchase General Discount (%)"
85
+ msgstr "Remise générale d'achat (%)"
86
+
87
+ #. module: purchase_order_general_discount
88
+ #: model:ir.model,name:purchase_order_general_discount.model_purchase_order
89
+ msgid "Purchase Order"
90
+ msgstr "Commande fournisseur"
91
+
92
+ #. module: purchase_order_general_discount
93
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.res_config_settings_view_form_purchase
94
+ msgid ""
95
+ "Select to which purchase line field will the purchase general discount be "
96
+ "propagated."
97
+ msgstr ""
98
+ "Choisir le champ des lignes de commandes fournisseurs dans lequel la remise "
99
+ "générale sera rapporté."
100
+
101
+ #. module: purchase_order_general_discount
102
+ #: model:ir.model.fields,help:purchase_order_general_discount.field_res_company__purchase_general_discount_field
103
+ #: model:ir.model.fields,help:purchase_order_general_discount.field_res_config_settings__purchase_general_discount_field
104
+ msgid ""
105
+ "Set the purchase line discount field in which the discounts will be applied."
106
+ msgstr ""
107
+ "Définir le champ des lignes de commandes fournisseurs dans lequel les "
108
+ "remises seront appliquées."
109
+
110
+ #. module: purchase_order_general_discount
111
+ #: model_terms:ir.ui.view,arch_db:purchase_order_general_discount.purchase_order_form
112
+ msgid "Update general discounts"
113
+ msgstr "Mettre à jour la remise générale"
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-purchase-order-general-discount
3
- Version: 16.0.1.0.0.8
2
+ Name: odoo-addon-purchase_order_general_discount
3
+ Version: 16.0.1.0.0.10
4
4
  Summary: General discount per purchase order
5
5
  Home-page: https://github.com/OCA/purchase-workflow
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 16.0
13
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Requires-Python: >=3.10
15
- Requires-Dist: odoo-addon-purchase-discount <16.1dev,>=16.0dev
16
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo-addon-purchase-discount<16.1dev,>=16.0dev
15
+ Requires-Dist: odoo<16.1dev,>=16.0a
17
16
 
18
17
  ===============================
19
18
  Purchase Order General Discount
@@ -149,5 +148,3 @@ promote its widespread use.
149
148
  This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_general_discount>`_ project on GitHub.
150
149
 
151
150
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
152
-
153
-
@@ -2,6 +2,7 @@ odoo/addons/purchase_order_general_discount/README.rst,sha256=t0jZTSB8IXo_z5MUmQ
2
2
  odoo/addons/purchase_order_general_discount/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/purchase_order_general_discount/__manifest__.py,sha256=DJXHdtHemeXAj6HAxwIMPFMQaKpleemABskoC8plMko,640
4
4
  odoo/addons/purchase_order_general_discount/i18n/es.po,sha256=XXizosLFxY2Jo7uaQsF7sJfeqxwxTFZh6hUgSeGR8BE,4715
5
+ odoo/addons/purchase_order_general_discount/i18n/fr.po,sha256=c16G7-WGl9qZWWheKSU0hdd0JXH2BmRnk3ZU5I-0fx4,4439
5
6
  odoo/addons/purchase_order_general_discount/i18n/it.po,sha256=NdTuxHFGnIvDG6ynC981komhSiik-kPy4MH2tcCXYls,4505
6
7
  odoo/addons/purchase_order_general_discount/i18n/pt.po,sha256=KLerUWOf4AcT_SzMhwq83ob0fLlcB2cRMZ0LoqKAaF0,4471
7
8
  odoo/addons/purchase_order_general_discount/i18n/purchase_order_general_discount.pot,sha256=0-n8yGaf4RlXj_d2T3vf_O2BnoxKFtlgZTXbcCCPzgE,3714
@@ -21,7 +22,7 @@ odoo/addons/purchase_order_general_discount/tests/test_purchase_order_general_di
21
22
  odoo/addons/purchase_order_general_discount/views/purchase_order_view.xml,sha256=bhHRdeDMDeqGUuN0Rl2xXs814yADOj8SYZvYetca5oM,1032
22
23
  odoo/addons/purchase_order_general_discount/views/res_config_view.xml,sha256=3XU6Qkc-hngYvTTEWMeMPq1lEJ_mBM1ZrI-L90JSGUc,1641
23
24
  odoo/addons/purchase_order_general_discount/views/res_partner_view.xml,sha256=AUpjc95iDacJPNQomNg7XmvCoXl8jL_VZPS8ULTf6qU,707
24
- odoo_addon_purchase_order_general_discount-16.0.1.0.0.8.dist-info/METADATA,sha256=cZ3fjy7BeN-J8I6Cns5FMHoTahIJS8VDjoSezxAmsPY,5361
25
- odoo_addon_purchase_order_general_discount-16.0.1.0.0.8.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
26
- odoo_addon_purchase_order_general_discount-16.0.1.0.0.8.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
27
- odoo_addon_purchase_order_general_discount-16.0.1.0.0.8.dist-info/RECORD,,
25
+ odoo_addon_purchase_order_general_discount-16.0.1.0.0.10.dist-info/METADATA,sha256=EI1kaAY8SeLKhO7PKYKO_wnszOOGZByFfsavk0-3zkg,5340
26
+ odoo_addon_purchase_order_general_discount-16.0.1.0.0.10.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
27
+ odoo_addon_purchase_order_general_discount-16.0.1.0.0.10.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
+ odoo_addon_purchase_order_general_discount-16.0.1.0.0.10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5