odoo-addon-purchase-billing-address 17.0.1.0.0.2__py3-none-any.whl → 17.0.1.0.0.4__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,72 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * purchase_billing_address
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2026-02-04 08:12+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.15.2\n"
18
+
19
+ #. module: purchase_billing_address
20
+ #: model:ir.model.fields,help:purchase_billing_address.field_res_partner__type
21
+ #: model:ir.model.fields,help:purchase_billing_address.field_res_users__type
22
+ msgid ""
23
+ "- Contact: Use this to organize the contact details of employees of a given company (e.g. CEO, CFO, ...).\n"
24
+ "- Invoice Address: Preferred address for all invoices. Selected by default when you invoice an order that belongs to this company.\n"
25
+ "- Delivery Address: Preferred address for all deliveries. Selected by default when you deliver an order that belongs to this company.\n"
26
+ "- Other: Other address for the company (e.g. subsidiary, ...)"
27
+ msgstr ""
28
+ "- Contatto: utilizzarlo per organizzare i dettagli dei contatti dei "
29
+ "dipendenti di una data azienda (es. CEO, CFO, ...).\n"
30
+ "- Indirizzo fattura: indirizzo preferito per tutte le fatture. Selezionato "
31
+ "in modo predefinito quando si fattura un ordine che appartiene a questa "
32
+ "azienda.\n"
33
+ "- Indirizzo consegna : indirizzo preferito per tutte le consegne. "
34
+ "Selezionato in modo predefinito quando si consegna un ordine che appartiene "
35
+ "a questa azienda.\n"
36
+ "- Altro: altri indirizzi per l'azienda (es. filiali, ...)"
37
+
38
+ #. module: purchase_billing_address
39
+ #: model:ir.model.fields,field_description:purchase_billing_address.field_res_partner__type
40
+ #: model:ir.model.fields,field_description:purchase_billing_address.field_res_users__type
41
+ msgid "Address Type"
42
+ msgstr "Tipo indirizzo"
43
+
44
+ #. module: purchase_billing_address
45
+ #: model:ir.model.fields,field_description:purchase_billing_address.field_purchase_order__available_partner_invoice_ids
46
+ msgid "Allowed invoice addresses"
47
+ msgstr "Indirizzi fattura consentiti"
48
+
49
+ #. module: purchase_billing_address
50
+ #: model:ir.model,name:purchase_billing_address.model_res_partner
51
+ msgid "Contact"
52
+ msgstr "Contatto"
53
+
54
+ #. module: purchase_billing_address
55
+ #: model:ir.model.fields,field_description:purchase_billing_address.field_purchase_order__partner_invoice_id
56
+ msgid "Invoice address"
57
+ msgstr "Indirizzo di fatturazione"
58
+
59
+ #. module: purchase_billing_address
60
+ #: model:ir.model.fields,help:purchase_billing_address.field_purchase_order__partner_invoice_id
61
+ msgid "Invoice address for this purchase order"
62
+ msgstr "Indirizzo di fatturazione per questo ordine di acquisto"
63
+
64
+ #. module: purchase_billing_address
65
+ #: model:ir.model,name:purchase_billing_address.model_purchase_order
66
+ msgid "Purchase Order"
67
+ msgstr "Ordine di acquisto"
68
+
69
+ #. module: purchase_billing_address
70
+ #: model:ir.model.fields.selection,name:purchase_billing_address.selection__res_partner__type__purchase_invoice
71
+ msgid "Purchase invoice address"
72
+ msgstr "Indirizzo fattura acquisto"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-purchase_billing_address
3
- Version: 17.0.1.0.0.2
3
+ Version: 17.0.1.0.0.4
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Summary: Create a new partner type (purchase), to differentiate the purchase order and invoice addresses.
@@ -1,6 +1,7 @@
1
1
  odoo/addons/purchase_billing_address/README.rst,sha256=J2dPpwPn7hpKnuC5CbAUgNL-Gww6ovSTWULCEXrI3CQ,4931
2
2
  odoo/addons/purchase_billing_address/__init__.py,sha256=vkgigsfGV5ms2_GV5olduqqZSl3kyC7dwTCwgYKZtRM,138
3
3
  odoo/addons/purchase_billing_address/__manifest__.py,sha256=Joqd69k29xNShnR0XJI0Wyx7AbDxe5G6WErMmgml51s,602
4
+ odoo/addons/purchase_billing_address/i18n/it.po,sha256=iq4qdp4OpkbqVCnYikQegZ0tfdaFkK1-PgXA0VZVw6s,3168
4
5
  odoo/addons/purchase_billing_address/i18n/purchase_billing_address.pot,sha256=6bTAAglM21GssgtxjRcNUMu7Wrn21jWnU_6ZRY6p3Bo,2312
5
6
  odoo/addons/purchase_billing_address/models/__init__.py,sha256=CjSCGEMSMYf4xWxTHCcxGzToZT-lZmApgSvkSWw2gMc,172
6
7
  odoo/addons/purchase_billing_address/models/purchase_order.py,sha256=2jRtJAgstKtT6aM3jE27oOeiwP8_pEcUzSj8XxL_mX8,1956
@@ -16,7 +17,7 @@ odoo/addons/purchase_billing_address/static/img/readme/SELECT_ADDRESS_PURCHASE.p
16
17
  odoo/addons/purchase_billing_address/tests/__init__.py,sha256=MOBCjRsQzMAgGkA3hGJqT36796x6lVtq5Bax3m65EUE,167
17
18
  odoo/addons/purchase_billing_address/tests/test_purchase_invoice_partner_type.py,sha256=ZbL52g4Yq_jKrC10xyrQyVkOeDhFmXN_-z4pvpwRI8k,2492
18
19
  odoo/addons/purchase_billing_address/views/purchase_order_views.xml,sha256=YwnWkxiLC7jb2Vz1wCurUuK5o-o9iWnYOCl6LhiUTQA,939
19
- odoo_addon_purchase_billing_address-17.0.1.0.0.2.dist-info/METADATA,sha256=o0gnUBh0MmZkUKBAW3k9ujPSd4gtcOJSBXCFrIbAbDo,5592
20
- odoo_addon_purchase_billing_address-17.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
21
- odoo_addon_purchase_billing_address-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
22
- odoo_addon_purchase_billing_address-17.0.1.0.0.2.dist-info/RECORD,,
20
+ odoo_addon_purchase_billing_address-17.0.1.0.0.4.dist-info/METADATA,sha256=8x-70-mor38xRkWx10xxdrESwF7vSgFKqN1VcewUHEc,5592
21
+ odoo_addon_purchase_billing_address-17.0.1.0.0.4.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
22
+ odoo_addon_purchase_billing_address-17.0.1.0.0.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
23
+ odoo_addon_purchase_billing_address-17.0.1.0.0.4.dist-info/RECORD,,