-
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (14 of 14 strings) Translation: delivery-carrier-16.0/delivery-carrier-16.0-delivery_purchase Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_purchase/it/
- Loading branch information
Showing
15 changed files
with
134 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,64 +6,67 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2024-08-21 16:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model.fields,field_description:delivery_purchase.field_purchase_order__carrier_id | ||
msgid "Delivery Method" | ||
msgstr "" | ||
msgstr "Metodo di consegna" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model.fields,field_description:delivery_purchase.field_purchase_order__delivery_price | ||
msgid "Delivery Price" | ||
msgstr "" | ||
msgstr "Prezzo di consegna" | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
#: code:addons/delivery_purchase/models/delivery_carrier.py:0 | ||
#, python-format | ||
msgid "Error: no matching grid." | ||
msgstr "" | ||
msgstr "Errore: nessuna griglia corrispondente." | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
#: code:addons/delivery_purchase/models/delivery_carrier.py:0 | ||
#, python-format | ||
msgid "Error: this delivery method is not available for this address." | ||
msgstr "" | ||
"Errore: questo metodo di consegna non è disponibile per questo indirizzo." | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
#: code:addons/delivery_purchase/models/purchase_order.py:0 | ||
#, python-format | ||
msgid "Free Shipping" | ||
msgstr "" | ||
msgstr "Spedizione gratuita" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model.fields,field_description:delivery_purchase.field_purchase_order_line__is_delivery | ||
msgid "Is a Delivery" | ||
msgstr "" | ||
msgstr "È una consegna" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model.fields,field_description:delivery_purchase.field_purchase_order_line__delivery_picking_orig_id | ||
msgid "Origin picking (delivery)" | ||
msgstr "" | ||
msgstr "Prelievo origine (consegna)" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model,name:delivery_purchase.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "" | ||
msgstr "Ordine di acquisto" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model,name:delivery_purchase.model_purchase_order_line | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
msgstr "Riga ordine di acquisto" | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
|
@@ -73,27 +76,29 @@ msgid "" | |
"Shipment sent to carrier %(carrier_name)s for shipping with tracking number " | ||
"%(tracking_ref)s<br/>Cost: %(carrier_price)s %(currency_name)s" | ||
msgstr "" | ||
"Spedizione inviata al corriere %(carrier_name)s per spedire con tracciamento " | ||
"numero %(tracking_ref)s<br/>Costo: %(carrier_price)s %(currency_name)s" | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model,name:delivery_purchase.model_delivery_carrier | ||
msgid "Shipping Methods" | ||
msgstr "" | ||
msgstr "Metodi di spedizione" | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
#: code:addons/delivery_purchase/models/delivery_carrier.py:0 | ||
#, python-format | ||
msgid "The shipping is free since the order amount exceeds %.2f." | ||
msgstr "" | ||
msgstr "La spedizione è gratuita poiché il valore dell'ordine supera %.2f." | ||
|
||
#. module: delivery_purchase | ||
#. odoo-python | ||
#: code:addons/delivery_purchase/models/delivery_carrier.py:0 | ||
#, python-format | ||
msgid "There is no matching delivery rule." | ||
msgstr "" | ||
msgstr "Non c'è una regola di consegna corrispondente." | ||
|
||
#. module: delivery_purchase | ||
#: model:ir.model,name:delivery_purchase.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "" | ||
msgstr "Trasferimento" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Ernesto Tejeda | ||
- Pedro M. Baeza | ||
- Vicent Cubells | ||
- Carolina Fernandez | ||
|
||
- [Sodexis](https://www.sodexis.com): | ||
- Sandeep J |
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
delivery_purchase/readme/DESCRIPTION.rst → delivery_purchase/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This module allows to use delivery methods defined in *delivery* module to | ||
calculate purchase delivery costs. | ||
This module allows to use delivery methods defined in *delivery* module | ||
to calculate purchase delivery costs. | ||
|
||
It reverses destinations in delivery pricelists to use them as sources when | ||
applying the delivery method to purchases. | ||
It reverses destinations in delivery pricelists to use them as sources | ||
when applying the delivery method to purchases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
To use this module, you need to: | ||
|
||
1. Go to *Purchase \> Orders \> Purchase Orders* and create a new | ||
Purchase Order. | ||
2. Select a carrier in the field 'Delivery Method', fill out the rest | ||
of the form, be sure you added lines with storable products and save | ||
the form. | ||
3. Confirm the purchase order. | ||
4. Go to the linked 'Receipt' by clicking on 'Receipt' smart-button and | ||
you will see, under 'Additional info' tab, the same carrier selected | ||
in the purchase order. | ||
5. If necessary, you can change the carrier in the 'Receipt'. When it | ||
is validated, the 'shipping cost' of the receipt will be calculated | ||
according to that new selected Carrier. | ||
6. It is possible to change the shipping cost in picking. | ||
7. The shipping cost will appear in an internal note created | ||
automatically when the 'Receipt' is validated. | ||
8. A purchase order line will have been created for the cost of | ||
picking. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.