odoo-addon-product-pricelist-margin 16.0.1.0.0.1__py3-none-any.whl → 16.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.
@@ -0,0 +1,53 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * product_pricelist_margin
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-14 12:23+0000\n"
10
+ "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
+ "Language-Team: none\n"
12
+ "Language: it\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: product_pricelist_margin
20
+ #: model:ir.model.fields,field_description:product_pricelist_margin.field_product_pricelist_item__cost
21
+ msgid "Cost"
22
+ msgstr "Costo"
23
+
24
+ #. module: product_pricelist_margin
25
+ #: model:ir.model.fields,help:product_pricelist_margin.field_product_pricelist_item__cost
26
+ msgid ""
27
+ "In Standard Price & AVCO: value of the product (automatically computed in AVCO).\n"
28
+ " In FIFO: value of the next unit that will leave the stock (automatically computed).\n"
29
+ " Used to value the product when the purchase cost is not known (e.g. inventory adjustment).\n"
30
+ " Used to compute margins on sale orders."
31
+ msgstr ""
32
+ "Nei prezzi standard & costi medi: valore del prodotto (calcolato "
33
+ "automaticamente nei costi medi).\n"
34
+ " In FIFO: valore dell'unità successiva che lascerà il magazzino ("
35
+ "calcolato automaticamente).\n"
36
+ " Utilizzato per valutare il prodotto quando il costo di acquisto non "
37
+ "è noto (es. rettifiche di inventario).\n"
38
+ " Utilizzato per calcolare i margini negli ordini di vendita."
39
+
40
+ #. module: product_pricelist_margin
41
+ #: model:ir.model.fields,field_description:product_pricelist_margin.field_product_pricelist_item__margin
42
+ msgid "Margin"
43
+ msgstr "Margine"
44
+
45
+ #. module: product_pricelist_margin
46
+ #: model:ir.model.fields,field_description:product_pricelist_margin.field_product_pricelist_item__margin_percent
47
+ msgid "Margin (%)"
48
+ msgstr "Margine (%)"
49
+
50
+ #. module: product_pricelist_margin
51
+ #: model:ir.model,name:product_pricelist_margin.model_product_pricelist_item
52
+ msgid "Pricelist Rule"
53
+ msgstr "Regola listino prezzi"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-product_pricelist_margin
3
- Version: 16.0.1.0.0.1
3
+ Version: 16.0.1.0.0.3
4
4
  Summary: This module shows the product's cost and margin from the pricelists.
5
5
  Home-page: https://github.com/OCA/product-attribute
6
6
  Author: Camptocamp, Odoo Community Association (OCA)
@@ -2,6 +2,7 @@ odoo/addons/product_pricelist_margin/README.rst,sha256=3WTwkbV6M6C77XZlLZ7gS5lTp
2
2
  odoo/addons/product_pricelist_margin/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/product_pricelist_margin/__manifest__.py,sha256=dTIJ_RF8CZ5Fl0EFQ8CJF1EG4zUrkDTssgCYvfCvyQ0,572
4
4
  odoo/addons/product_pricelist_margin/i18n/fr.pot,sha256=gvpSUOzdZfnw8PARtbfaNK7NQDhjpU9tD0AJbOlao0E,1643
5
+ odoo/addons/product_pricelist_margin/i18n/it.po,sha256=lTPFm7mzokdhWkjvk6ppiwvKLvyGvj1JpVIX-vnNwlU,2117
5
6
  odoo/addons/product_pricelist_margin/i18n/product_pricelist_margin.pot,sha256=DzN3dyKPk91lOR4KZ1inU3xEA_0r5Mt2NRvqmve-KMo,1507
6
7
  odoo/addons/product_pricelist_margin/i18n/product_pricelist_margins.pot,sha256=QxKxHYMfnmBCm-hgu9q0w-VZ1GL95TPJYI697El79BI,1598
7
8
  odoo/addons/product_pricelist_margin/models/__init__.py,sha256=5O-ZCP4vtIwGNcyevX6dEHWtAgA-rVUcHEiBf70zr4o,37
@@ -16,7 +17,7 @@ odoo/addons/product_pricelist_margin/tests/__init__.py,sha256=UKD8x1fiapNCuRoRZr
16
17
  odoo/addons/product_pricelist_margin/tests/test_margin.py,sha256=EN04IOflZKUauVt0DbJT5onuVhBnJCyQ_qDBCuCsHMQ,1424
17
18
  odoo/addons/product_pricelist_margin/views/product_pricelist_item_views.xml,sha256=XwqCnck9dfZGt50odzC_DaAkrCZObYtSmg0xKtvv2zE,1929
18
19
  odoo/addons/product_pricelist_margin/views/product_pricelist_views.xml,sha256=g74Tkw7zVoa6CNJEpgLLkDaLHiFArB7kdJnfjX4GAXg,1650
19
- odoo_addon_product_pricelist_margin-16.0.1.0.0.1.dist-info/METADATA,sha256=FVznmIq7eMU_hSofHzfslYWt1xOVfFGO1NbKi6rzdJw,3776
20
- odoo_addon_product_pricelist_margin-16.0.1.0.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
21
- odoo_addon_product_pricelist_margin-16.0.1.0.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
22
- odoo_addon_product_pricelist_margin-16.0.1.0.0.1.dist-info/RECORD,,
20
+ odoo_addon_product_pricelist_margin-16.0.1.0.0.3.dist-info/METADATA,sha256=oPMgvew2uFkOOFzh9xz94v-RXoRgjp_sSuXaYctiH0A,3776
21
+ odoo_addon_product_pricelist_margin-16.0.1.0.0.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
22
+ odoo_addon_product_pricelist_margin-16.0.1.0.0.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
23
+ odoo_addon_product_pricelist_margin-16.0.1.0.0.3.dist-info/RECORD,,