[tryton-debian-vcs] tryton-modules-sale-supply-drop-shipment branch debian updated. debian/4.0.1-1-3-g132d1f5

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Dec 6 16:07:44 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply-drop-shipment.git;a=commitdiff;h=debian/4.0.1-1-3-g132d1f5

commit 132d1f56f74adf4b2396ca929acea94529dfcc1f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 6 10:58:28 2016 +0100

    Releasing debian version 4.2.0-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 35acf60..d617279 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-supply-drop-shipment (4.2.0-1) unstable; urgency=medium
+
+  * Updating to Standards-Version: 3.9.8, no changes needed.
+  * Merging upstream version 4.2.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 05 Dec 2016 15:31:36 +0100
+
 tryton-modules-sale-supply-drop-shipment (4.0.1-1) unstable; urgency=medium
 
   * Updating signing-key.asc with the actual upstream maintainer keys.
commit ae1e0c8e379d6a031c38ba2925d0ae1b7b5b16b2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 09:34:45 2016 +0100

    Merging upstream version 4.2.0.

diff --git a/CHANGELOG b/CHANGELOG
index f1ed9c2..5a58c02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 4.0.1 - 2016-05-11
+Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
 
 Version 4.0.0 - 2016-05-02
diff --git a/INSTALL b/INSTALL
index 13ad916..0db1b8d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -26,7 +26,7 @@ site-packages directory on your system.
 For advanced options, please refer to the easy_install and/or the distutils
 documentation:
 
-  http://peak.telecommunity.com/DevCenter/EasyInstall
+  http://setuptools.readthedocs.io/en/latest/easy_install.html
   http://docs.python.org/inst/inst.html
 
 To use without installation, extract the archive into ``trytond/modules`` with
diff --git a/PKG-INFO b/PKG-INFO
index b8783cc..4d689c8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply_drop_shipment
-Version: 4.0.1
+Version: 4.2.0
 Summary: Tryton module for sale supply drop shipment
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: sale_supply_drop_shipment
         =========================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/__init__.py b/__init__.py
index 59e356c..e07d156 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,6 +5,7 @@ from trytond.pool import Pool
 from stock import *
 from sale import *
 from purchase import *
+from .party import PartyReplace
 
 
 def register():
@@ -24,4 +25,5 @@ def register():
     Pool.register(
         CreatePurchase,
         PurchaseHandleShipmentException,
+        PartyReplace,
         module='sale_supply_drop_shipment', type_='wizard')
diff --git a/locale/bg_BG.po b/locale/bg.po
similarity index 97%
rename from locale/bg_BG.po
rename to locale/bg.po
index af42203..b1f7bd1 100644
--- a/locale/bg_BG.po
+++ b/locale/bg.po
@@ -255,17 +255,10 @@ msgid "Draft"
 msgstr "Проект"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Wait"
-msgstr ""
+msgstr "Очаквано"
diff --git a/locale/ca_ES.po b/locale/ca.po
similarity index 95%
rename from locale/ca_ES.po
rename to locale/ca.po
index 0d3c60b..a0b23e1 100644
--- a/locale/ca_ES.po
+++ b/locale/ca.po
@@ -81,11 +81,11 @@ msgstr "Adreça de contacte"
 
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr "Data creació"
+msgstr "Data de creació"
 
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr "Usuari creació"
+msgstr "Usuari de creació"
 
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
@@ -137,11 +137,11 @@ msgstr "Moviments de proveïdor"
 
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr "Data modificació"
+msgstr "Data de modificació"
 
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr "Usuari modificació"
+msgstr "Usuari de modificació"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -228,14 +228,6 @@ msgid "Draft"
 msgstr "Esborrany"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Enviament directe"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Enviaments directes"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Envia"
 
diff --git a/locale/cs_CZ.po b/locale/cs.po
similarity index 96%
rename from locale/cs_CZ.po
rename to locale/cs.po
index b8fbee0..e93f815 100644
--- a/locale/cs_CZ.po
+++ b/locale/cs.po
@@ -112,9 +112,10 @@ msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
@@ -225,14 +226,6 @@ msgid "Draft"
 msgstr ""
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
diff --git a/locale/de_DE.po b/locale/de.po
similarity index 96%
rename from locale/de_DE.po
rename to locale/de.po
index ad6bbd3..12fe47d 100644
--- a/locale/de_DE.po
+++ b/locale/de.po
@@ -229,14 +229,6 @@ msgid "Draft"
 msgstr "Entwurf"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Direkter Lieferposten"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Direkte Lieferposten"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Versenden"
 
diff --git a/locale/es_ES.po b/locale/es.po
similarity index 95%
rename from locale/es_ES.po
rename to locale/es.po
index 4403091..a5df091 100644
--- a/locale/es_ES.po
+++ b/locale/es.po
@@ -82,11 +82,11 @@ msgstr "Dirección de contacto"
 
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr "Fecha creación"
+msgstr "Fecha de creación"
 
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr "Usuario creación"
+msgstr "Usuario de creación"
 
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
@@ -138,11 +138,11 @@ msgstr "Movimientos de proveedor"
 
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr "Fecha de modificación"
 
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr "Usuario modificación"
+msgstr "Usuario de modificación"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -229,14 +229,6 @@ msgid "Draft"
 msgstr "Borrador"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Enviar"
 
diff --git a/locale/ja_JP.po b/locale/es_419.po
similarity index 91%
copy from locale/ja_JP.po
copy to locale/es_419.po
index b8fbee0..71a0527 100644
--- a/locale/ja_JP.po
+++ b/locale/es_419.po
@@ -16,9 +16,10 @@ msgctxt "field:purchase.configuration,purchase_drop_location:"
 msgid "Purchase Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
@@ -32,9 +33,10 @@ msgctxt "field:purchase.purchase,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
@@ -52,9 +54,10 @@ msgctxt "field:sale.sale,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:sale.sale,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:stock.configuration,shipment_drop_sequence:"
 msgid "Drop Shipment Sequence"
@@ -142,55 +145,56 @@ msgstr ""
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "All"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "model:ir.sequence,name:sequence_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:stock.location,name:location_drop"
 msgid "Drop"
-msgstr ""
+msgstr "Drop"
 
+#, fuzzy
 msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
@@ -200,17 +204,20 @@ msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
@@ -220,17 +227,10 @@ msgctxt "view:stock.shipment.drop:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
+msgstr "Draft"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
diff --git a/locale/es_AR.po b/locale/es_AR.po
deleted file mode 100644
index d89504b..0000000
--- a/locale/es_AR.po
+++ /dev/null
@@ -1,245 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-"Se debe definir una dirección de envío para el presupuesto de la compra "
-"«%s»."
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-"No puede restablecer a borrador el movimiento «%s» generado por una venta o "
-"una compra."
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr "Ubicación de entrega directa de compra"
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr "Remito de entrega directa"
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de envío"
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr "Ubicación de entrega directa"
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de envío"
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr "Ubicación de entrega directa de venta"
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr "Ubicación de entrega directa"
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr "Secuencia de remito de entrega directa"
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr "Cliente de entrega directa"
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr "Empresa"
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr "Dirección de contacto"
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr "Movimientos de cliente"
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de envío"
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr "Fecha efectiva"
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr "Movimientos"
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr "Fecha estimada"
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr "Referencia"
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr "Estado"
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr "Proveedor"
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr "Movimientos de proveedor"
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr "Todo"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr "En espera"
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Remito de entrega directa"
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Remito de entrega directa"
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr "Entrega directa"
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr "Remito de entrega directa"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr "Cancelado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr "Realizado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr "En espera"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr "Realizado"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Remito de entrega directa"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Remitos de entrega directa"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr "Enviar"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr "Espera"
diff --git a/locale/es_CO.po b/locale/es_CO.po
deleted file mode 100644
index 1cb0b0d..0000000
--- a/locale/es_CO.po
+++ /dev/null
@@ -1,245 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-"Debe definirse una dirección de entrega en la cotización de la compra "
-"\"%s\"."
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-"No puede devolver a borrador el movimiento \"%s\" porque fue generado por "
-"una venta o compra."
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr "Bodega de Eliminación de la Compra"
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr "Eliminar Envío"
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de Envío"
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr "Bodega de Eliminación"
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Eliminar Envíos"
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de Envío"
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr "Bodega de Eliminación de la Venta"
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr "Bodega de Eliminación"
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Entrega de Envíos"
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr "Secuencia Eliminación de Envíos"
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr "Cliente a Entregar"
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr "Compañía"
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr "Dirección de Contacto"
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr "Fecha de Creación"
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr "Creado por Usuario"
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr "Movimientos de Cliente"
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de Envío"
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr "Fecha Efectiva"
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr "Movimientos"
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr "Fecha Planeada"
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr "Referencia"
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr "Estado"
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr "Proveedor"
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr "Asientos de Proveedor"
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr "Fecha de Modificación"
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr "Modificado por Usuario"
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Eliminación de Envíos"
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Eliminación de Envíos"
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Eliminación de Envíos"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr "Todo"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr "En Espera"
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Eliminación de Envío"
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Eliminación de Envío"
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Eliminación de Envíos"
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr "Envio"
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr "Entrega de Envío"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr "Anulado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr "Hecho"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr "En Espera"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr "Anular"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr "Hecho"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Eliminación de Envío"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Entrega de Envíos"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr "Enviar"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr "Espera"
diff --git a/locale/es_EC.po b/locale/es_EC.po
deleted file mode 100644
index fdaa2ed..0000000
--- a/locale/es_EC.po
+++ /dev/null
@@ -1,245 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-"Se debe definir una dirección de entrega para la cotización de la compra "
-"\"%s\"."
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-"No puede restaurar a borrador el movimiento \"%s\" que fue generado por una "
-"venta o una compra."
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr "Ubicación de compra directa"
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de entrega"
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr "Ubicación de envío directo"
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de entrega"
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr "Ubicación de venta directa"
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr "Ubicación de envío directo"
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr "Secuencia de envío directo"
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr "Cliente de envío directo"
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr "Empresa"
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr "Dirección de contacto"
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr "Fecha de creación"
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr "Creado por usuario"
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr "Movimientos de cliente"
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección de entrega"
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr "Fecha efectiva"
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr "Movimientos"
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr "Fecha planificada"
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr "Referencia"
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr "Estado"
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr "Proveedor"
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr "Movimientos de proveedor"
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr "Fecha de modificación"
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr "Modificado por usuario"
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr "Todo"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr "En espera"
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Envíos Directos"
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr "Envío directo"
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr "Cancelado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr "Realizado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr "Enviado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr "En Espera"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr "Realizado"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr "Enviar"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr "Espera"
diff --git a/locale/es_MX.po b/locale/es_MX.po
deleted file mode 100644
index d3c3c52..0000000
--- a/locale/es_MX.po
+++ /dev/null
@@ -1,250 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-"Se debe definir una dirección de envío para el presupuesto de la compra "
-"\"%s\"."
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-"No puede restaurar a borrador el movimiento \"%s\" generado por una venta o "
-"una compra."
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección envío"
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección envío"
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr "Secuencia de envío directo"
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr "Cliente de envío directo"
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr "Empresa"
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr "Dirección de contacto"
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr "Dirección envío"
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr "Fecha efectiva"
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr "Movimientos"
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr "Fecha estimada"
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr "Referencia"
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr "Estado"
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr "Proveedor"
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr "Todo"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr "En espera"
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr ""
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr "Cancelado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr "Finalizado"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr "Borrador"
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr "En espera"
-
-#, fuzzy
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr "Cancelado"
-
-#, fuzzy
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr "Finalizado"
-
-#, fuzzy
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr "Borrador"
-
-#, fuzzy
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Envío directo"
-
-#, fuzzy
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Envíos directos"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr ""
diff --git a/locale/fr_FR.po b/locale/fr.po
similarity index 96%
rename from locale/fr_FR.po
rename to locale/fr.po
index e2c563f..df1bf61 100644
--- a/locale/fr_FR.po
+++ b/locale/fr.po
@@ -228,14 +228,6 @@ msgid "Draft"
 msgstr "Brouillon"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Expéditions drop shipping"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Expéditions drop shipping"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Livrer"
 
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index b8fbee0..6bd546b 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -20,9 +20,10 @@ msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Vevő"
 
 msgctxt "field:purchase.purchase,delivery_address:"
 msgid "Delivery Address"
@@ -36,9 +37,10 @@ msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Vevő"
 
 msgctxt "field:purchase.request,delivery_address:"
 msgid "Delivery Address"
@@ -64,29 +66,34 @@ msgctxt "field:stock.move,customer_drop:"
 msgid "Drop Customer"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,code:"
 msgid "Code"
-msgstr ""
+msgstr "Partner kód"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,company:"
 msgid "Company"
-msgstr ""
+msgstr "Társaság"
 
 msgctxt "field:stock.shipment.drop,contact_address:"
 msgid "Contact Address"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Létrehozás détuma"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Által létrehozva "
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Vevő"
 
 msgctxt "field:stock.shipment.drop,customer_moves:"
 msgid "Customer Moves"
@@ -100,45 +107,52 @@ msgctxt "field:stock.shipment.drop,effective_date:"
 msgid "Effective Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,moves:"
 msgid "Moves"
-msgstr ""
+msgstr "Raktár mozgás"
 
 msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Név"
 
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,state:"
 msgid "State"
-msgstr ""
+msgstr "Állapot"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,supplier:"
 msgid "Supplier"
-msgstr ""
+msgstr "Beszállítók"
 
 msgctxt "field:stock.shipment.drop,supplier_moves:"
 msgid "Supplier Moves"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "utolsó módosítás dátuma"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Által módosítva"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -152,10 +166,11 @@ msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
 msgstr ""
 
+#, fuzzy
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "Összes"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
@@ -192,13 +207,15 @@ msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
 msgstr ""
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
-msgstr ""
+msgstr "Mégse"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
-msgstr ""
+msgstr "Kész"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
@@ -212,27 +229,21 @@ msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
-msgstr ""
+msgstr "Mégse"
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Done"
-msgstr ""
+msgstr "Kész"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
 msgstr ""
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
diff --git a/locale/it_IT.po b/locale/it_IT.po
index b8fbee0..8e94f96 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -5,237 +5,234 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 msgctxt "error:purchase.purchase:"
 msgid "A delivery address must be defined for quotation of purchase \"%s\"."
 msgstr ""
+"Dev'essere definito un indirizzo di spedizione per la quotazione "
+"dell'acquisto \"%s\"."
 
 msgctxt "error:stock.shipment.drop:"
 msgid ""
 "You cannot reset to draft move \"%s\" which was generated by a sale or a "
 "purchase."
 msgstr ""
+"Il movimento \"%s\" non è riportabile a bozza in quanto generato da vendita "
+"o acquisto."
 
 msgctxt "field:purchase.configuration,purchase_drop_location:"
 msgid "Purchase Drop Location"
-msgstr ""
+msgstr "Locazione per acquisto diretto."
 
 msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Consegna diretta."
 
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Cliente"
 
 msgctxt "field:purchase.purchase,delivery_address:"
 msgid "Delivery Address"
-msgstr ""
+msgstr "Indirizzo di spedizione"
 
 msgctxt "field:purchase.purchase,drop_location:"
 msgid "Drop Location"
-msgstr ""
+msgstr "Locazione di consegna"
 
 msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Spedizioni dirette"
 
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Cliente"
 
 msgctxt "field:purchase.request,delivery_address:"
 msgid "Delivery Address"
-msgstr ""
+msgstr "Indirizzo di spedizione"
 
 msgctxt "field:sale.configuration,sale_drop_location:"
 msgid "Sale Drop Location"
-msgstr ""
+msgstr "Locazione di vendita diretta"
 
 msgctxt "field:sale.sale,drop_location:"
 msgid "Drop Location"
-msgstr ""
+msgstr "Locazione di consegna"
 
 msgctxt "field:sale.sale,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Spedizioni dirette"
 
 msgctxt "field:stock.configuration,shipment_drop_sequence:"
 msgid "Drop Shipment Sequence"
-msgstr ""
+msgstr "Sequenza di dropshipment"
 
 msgctxt "field:stock.move,customer_drop:"
 msgid "Drop Customer"
-msgstr ""
+msgstr "Cliente di consegna diretta"
 
 msgctxt "field:stock.shipment.drop,code:"
 msgid "Code"
-msgstr ""
+msgstr "Codice"
 
 msgctxt "field:stock.shipment.drop,company:"
 msgid "Company"
-msgstr ""
+msgstr "Azienda"
 
 msgctxt "field:stock.shipment.drop,contact_address:"
 msgid "Contact Address"
-msgstr ""
+msgstr "Indirizzo contatto"
 
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "creato il"
 
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "creato da"
 
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
-msgstr ""
+msgstr "Cliente"
 
 msgctxt "field:stock.shipment.drop,customer_moves:"
 msgid "Customer Moves"
-msgstr ""
+msgstr "Movimenti cliente"
 
 msgctxt "field:stock.shipment.drop,delivery_address:"
 msgid "Delivery Address"
-msgstr ""
+msgstr "Indirizzo di spedizione"
 
 msgctxt "field:stock.shipment.drop,effective_date:"
 msgid "Effective Date"
-msgstr ""
+msgstr "Data effettiva"
 
 msgctxt "field:stock.shipment.drop,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:stock.shipment.drop,moves:"
 msgid "Moves"
-msgstr ""
+msgstr "Movimenti"
 
 msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
-msgstr ""
+msgstr "Data prevista"
 
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Nome"
 
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
-msgstr ""
+msgstr "Riferimento"
 
 msgctxt "field:stock.shipment.drop,state:"
 msgid "State"
-msgstr ""
+msgstr "Stato"
 
 msgctxt "field:stock.shipment.drop,supplier:"
 msgid "Supplier"
-msgstr ""
+msgstr "Fornitore"
 
 msgctxt "field:stock.shipment.drop,supplier_moves:"
 msgid "Supplier Moves"
-msgstr ""
+msgstr "Movimenti fornitore"
 
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "modificato il"
 
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "modificato da"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "consegne dirette"
 
 msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "consegne dirette"
 
 msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "consegne dirette"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "Tutti"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
 msgid "Draft"
-msgstr ""
+msgstr "Bozza"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
 msgid "Shipped"
-msgstr ""
+msgstr "Spedito"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
 msgid "Waiting"
-msgstr ""
+msgstr "In attesa"
 
 msgctxt "model:ir.sequence,name:sequence_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "consegna diretta"
 
 msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "consegna diretta"
 
 msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "consegne dirette"
 
+#, fuzzy
 msgctxt "model:stock.location,name:location_drop"
 msgid "Drop"
-msgstr ""
+msgstr "Versamento"
 
 msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Consegna diretta"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
-msgstr ""
+msgstr "Annullato"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
-msgstr ""
+msgstr "Eseguito"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
-msgstr ""
+msgstr "Bozza"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Shipped"
-msgstr ""
+msgstr "Spedito"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
-msgstr ""
+msgstr "In attesa"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
-msgstr ""
+msgstr "Annulla"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Done"
-msgstr ""
+msgstr "Eseguito"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
+msgstr "Bozza"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
-msgstr ""
+msgstr "Spedizione"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Wait"
-msgstr ""
+msgstr "Attesa"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index b8fbee0..71a0527 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -16,9 +16,10 @@ msgctxt "field:purchase.configuration,purchase_drop_location:"
 msgid "Purchase Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
@@ -32,9 +33,10 @@ msgctxt "field:purchase.purchase,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
@@ -52,9 +54,10 @@ msgctxt "field:sale.sale,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:sale.sale,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:stock.configuration,shipment_drop_sequence:"
 msgid "Drop Shipment Sequence"
@@ -142,55 +145,56 @@ msgstr ""
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "All"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "model:ir.sequence,name:sequence_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:stock.location,name:location_drop"
 msgid "Drop"
-msgstr ""
+msgstr "Drop"
 
+#, fuzzy
 msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
@@ -200,17 +204,20 @@ msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
@@ -220,17 +227,10 @@ msgctxt "view:stock.shipment.drop:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
+msgstr "Draft"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
diff --git a/locale/nl_NL.po b/locale/lo.po
similarity index 85%
copy from locale/nl_NL.po
copy to locale/lo.po
index 5dd01e1..57582c3 100644
--- a/locale/nl_NL.po
+++ b/locale/lo.po
@@ -20,10 +20,9 @@ msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
-msgstr "Klant"
+msgstr ""
 
 msgctxt "field:purchase.purchase,delivery_address:"
 msgid "Delivery Address"
@@ -37,10 +36,9 @@ msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
 msgstr ""
 
-#, fuzzy
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
-msgstr "Klant"
+msgstr ""
 
 msgctxt "field:purchase.request,delivery_address:"
 msgid "Delivery Address"
@@ -69,29 +67,30 @@ msgstr ""
 #, fuzzy
 msgctxt "field:stock.shipment.drop,code:"
 msgid "Code"
-msgstr "Code"
+msgstr "ລະຫັດແຂວງ"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,company:"
 msgid "Company"
-msgstr "Bedrijf"
+msgstr "ຫ້ອງການ/ສຳນັກງານ"
 
 msgctxt "field:stock.shipment.drop,contact_address:"
 msgid "Contact Address"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "ສ້າງວັນທີ"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "ສ້າງຜູ້ໃຊ້ງານ"
 
-#, fuzzy
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
-msgstr "Klant"
+msgstr ""
 
 msgctxt "field:stock.shipment.drop,customer_moves:"
 msgid "Customer Moves"
@@ -104,16 +103,17 @@ msgstr ""
 #, fuzzy
 msgctxt "field:stock.shipment.drop,effective_date:"
 msgid "Effective Date"
-msgstr "Effectieve datum"
+msgstr "ວັນທີມີຜົນ"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,id:"
 msgid "ID"
-msgstr ""
+msgstr "ເລດລຳດັບ"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,moves:"
 msgid "Moves"
-msgstr "Boekingen"
+msgstr "ຕັດບັນຊີສາງ"
 
 msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
@@ -122,34 +122,36 @@ msgstr ""
 #, fuzzy
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr "Naam bijlage"
+msgstr "ຊື່"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
-msgstr "Referentie"
+msgstr "ເອກະສານອ້າງອີງ"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,state:"
 msgid "State"
-msgstr "Status"
+msgstr "ສະຖານະ"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,supplier:"
 msgid "Supplier"
-msgstr "Leverancier"
+msgstr "ຜູ້ສະໜອງ"
 
 msgctxt "field:stock.shipment.drop,supplier_moves:"
 msgid "Supplier Moves"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "ວັນທີບັນທຶກ"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "ສ້າງຜູ້ໃຊ້"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -163,27 +165,27 @@ msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
 msgstr ""
 
+#, fuzzy
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "ທັງໝົດ"
 
 #, fuzzy
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
 msgid "Draft"
-msgstr "Concept"
+msgstr "ຮ່າງກຽມ"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
 msgid "Shipped"
 msgstr ""
 
-#, fuzzy
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
 msgid "Waiting"
-msgstr "In afwachting"
+msgstr ""
 
 msgctxt "model:ir.sequence,name:sequence_shipment_drop"
 msgid "Drop Shipment"
@@ -208,49 +210,40 @@ msgstr ""
 #, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
-msgstr "Geannuleerd"
+msgstr "ຍົກເລີກແລ້ວ"
 
 #, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
-msgstr "Klaar"
+msgstr "ແລ້ວໆ"
 
 #, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
-msgstr "Concept"
+msgstr "ຮ່າງກຽມ"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Shipped"
 msgstr ""
 
-#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
-msgstr "In afwachting"
+msgstr ""
 
 #, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
-msgstr "Geannuleerd"
+msgstr "ຍົກເລີກ"
 
 #, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Done"
-msgstr "Klaar"
+msgstr "ແລ້ວໆ"
 
 #, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
-msgstr "Concept"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
+msgstr "ຮ່າງກຽມ"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
diff --git a/locale/lo_LA.po b/locale/lo_LA.po
deleted file mode 100644
index b8fbee0..0000000
--- a/locale/lo_LA.po
+++ /dev/null
@@ -1,241 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr ""
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr ""
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr ""
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr ""
diff --git a/locale/ja_JP.po b/locale/lt.po
similarity index 96%
copy from locale/ja_JP.po
copy to locale/lt.po
index b8fbee0..e93f815 100644
--- a/locale/ja_JP.po
+++ b/locale/lt.po
@@ -112,9 +112,10 @@ msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
@@ -225,14 +226,6 @@ msgid "Draft"
 msgstr ""
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
deleted file mode 100644
index b8fbee0..0000000
--- a/locale/lt_LT.po
+++ /dev/null
@@ -1,241 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "error:purchase.purchase:"
-msgid "A delivery address must be defined for quotation of purchase \"%s\"."
-msgstr ""
-
-msgctxt "error:stock.shipment.drop:"
-msgid ""
-"You cannot reset to draft move \"%s\" which was generated by a sale or a "
-"purchase."
-msgstr ""
-
-msgctxt "field:purchase.configuration,purchase_drop_location:"
-msgid "Purchase Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.product_supplier,drop_shipment:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "field:purchase.purchase,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:purchase.purchase,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:purchase.purchase,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:purchase.purchase,drop_shipments:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "field:purchase.request,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:purchase.request,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:sale.configuration,sale_drop_location:"
-msgid "Sale Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_location:"
-msgid "Drop Location"
-msgstr ""
-
-msgctxt "field:sale.sale,drop_shipments:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "field:stock.configuration,shipment_drop_sequence:"
-msgid "Drop Shipment Sequence"
-msgstr ""
-
-msgctxt "field:stock.move,customer_drop:"
-msgid "Drop Customer"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,company:"
-msgid "Company"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,contact_address:"
-msgid "Contact Address"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,create_date:"
-msgid "Create Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,create_uid:"
-msgid "Create User"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,customer:"
-msgid "Customer"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,customer_moves:"
-msgid "Customer Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,delivery_address:"
-msgid "Delivery Address"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,effective_date:"
-msgid "Effective Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,moves:"
-msgid "Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,planned_date:"
-msgid "Planned Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,rec_name:"
-msgid "Name"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,reference:"
-msgid "Reference"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,state:"
-msgid "State"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,supplier:"
-msgid "Supplier"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,supplier_moves:"
-msgid "Supplier Moves"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,write_date:"
-msgid "Write Date"
-msgstr ""
-
-msgctxt "field:stock.shipment.drop,write_uid:"
-msgid "Write User"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
-msgid "All"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
-msgid "Draft"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
-msgid "Shipped"
-msgstr ""
-
-msgctxt ""
-"model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
-msgid "Waiting"
-msgstr ""
-
-msgctxt "model:ir.sequence,name:sequence_shipment_drop"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "model:stock.location,name:location_drop"
-msgid "Drop"
-msgstr ""
-
-msgctxt "model:stock.shipment.drop,name:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Canceled"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Done"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Draft"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Shipped"
-msgstr ""
-
-msgctxt "selection:stock.shipment.drop,state:"
-msgid "Waiting"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Cancel"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Done"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Ship"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Wait"
-msgstr ""
diff --git a/locale/nl_NL.po b/locale/nl.po
similarity index 96%
rename from locale/nl_NL.po
rename to locale/nl.po
index 5dd01e1..2f5ed5a 100644
--- a/locale/nl_NL.po
+++ b/locale/nl.po
@@ -80,13 +80,15 @@ msgctxt "field:stock.shipment.drop,contact_address:"
 msgid "Contact Address"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Datum"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Gebruiker"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,customer:"
@@ -106,9 +108,10 @@ msgctxt "field:stock.shipment.drop,effective_date:"
 msgid "Effective Date"
 msgstr "Effectieve datum"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 #, fuzzy
 msgctxt "field:stock.shipment.drop,moves:"
@@ -143,13 +146,15 @@ msgctxt "field:stock.shipment.drop,supplier_moves:"
 msgid "Supplier Moves"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Schrijfdatum"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Gebruiker"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -245,14 +250,6 @@ msgid "Draft"
 msgstr "Concept"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
diff --git a/locale/ja_JP.po b/locale/pl.po
similarity index 91%
copy from locale/ja_JP.po
copy to locale/pl.po
index b8fbee0..71a0527 100644
--- a/locale/ja_JP.po
+++ b/locale/pl.po
@@ -16,9 +16,10 @@ msgctxt "field:purchase.configuration,purchase_drop_location:"
 msgid "Purchase Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.product_supplier,drop_shipment:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "field:purchase.purchase,customer:"
 msgid "Customer"
@@ -32,9 +33,10 @@ msgctxt "field:purchase.purchase,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:purchase.purchase,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:purchase.request,customer:"
 msgid "Customer"
@@ -52,9 +54,10 @@ msgctxt "field:sale.sale,drop_location:"
 msgid "Drop Location"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:sale.sale,drop_shipments:"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "field:stock.configuration,shipment_drop_sequence:"
 msgid "Drop Shipment Sequence"
@@ -142,55 +145,56 @@ msgstr ""
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_sale_drop_shipment_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "All"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_shipped"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_waiting"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "model:ir.sequence,name:sequence_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.sequence.type,name:sequence_type_shipment_drop"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "model:ir.ui.menu,name:menu_shipment_drop_form"
 msgid "Drop Shipments"
-msgstr ""
+msgstr "Drop Shipments"
 
 msgctxt "model:stock.location,name:location_drop"
 msgid "Drop"
-msgstr ""
+msgstr "Drop"
 
+#, fuzzy
 msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
-msgstr ""
+msgstr "Drop Shipment"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
@@ -200,17 +204,20 @@ msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
-msgstr ""
+msgstr "Draft"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Shipped"
-msgstr ""
+msgstr "Shipped"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
-msgstr ""
+msgstr "Waiting"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
@@ -220,17 +227,10 @@ msgctxt "view:stock.shipment.drop:"
 msgid "Done"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
+msgstr "Draft"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 1497105..786df9c 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -227,14 +227,6 @@ msgid "Draft"
 msgstr "Rascunho"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Envio Direto"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Envios Diretos"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Enviar"
 
diff --git a/locale/ru_RU.po b/locale/ru.po
similarity index 97%
rename from locale/ru_RU.po
rename to locale/ru.po
index 37bc515..b1204af 100644
--- a/locale/ru_RU.po
+++ b/locale/ru.po
@@ -256,17 +256,10 @@ msgid "Draft"
 msgstr "Черновик"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Wait"
-msgstr ""
+msgstr "Ожидают"
diff --git a/locale/sl_SI.po b/locale/sl.po
similarity index 97%
rename from locale/sl_SI.po
rename to locale/sl.po
index 29994d1..ed2f36a 100644
--- a/locale/sl_SI.po
+++ b/locale/sl.po
@@ -227,14 +227,6 @@ msgid "Draft"
 msgstr "Priprava"
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr "Dostava"
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr "Dostave"
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr "Pošiljanje"
 
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index b8fbee0..48c7ab9 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -64,9 +64,10 @@ msgctxt "field:stock.move,customer_drop:"
 msgid "Drop Customer"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,code:"
 msgid "Code"
-msgstr ""
+msgstr "语言编码"
 
 msgctxt "field:stock.shipment.drop,company:"
 msgid "Company"
@@ -76,13 +77,15 @@ msgctxt "field:stock.shipment.drop,contact_address:"
 msgid "Contact Address"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "创建日期:"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "添加用户"
 
 msgctxt "field:stock.shipment.drop,customer:"
 msgid "Customer"
@@ -100,9 +103,10 @@ msgctxt "field:stock.shipment.drop,effective_date:"
 msgid "Effective Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,id:"
 msgid "ID"
-msgstr ""
+msgstr "编号"
 
 msgctxt "field:stock.shipment.drop,moves:"
 msgid "Moves"
@@ -112,17 +116,19 @@ msgctxt "field:stock.shipment.drop,planned_date:"
 msgid "Planned Date"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "纳木"
 
 msgctxt "field:stock.shipment.drop,reference:"
 msgid "Reference"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,state:"
 msgid "State"
-msgstr ""
+msgstr "状态"
 
 msgctxt "field:stock.shipment.drop,supplier:"
 msgid "Supplier"
@@ -132,13 +138,15 @@ msgctxt "field:stock.shipment.drop,supplier_moves:"
 msgid "Supplier Moves"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "写入日期"
 
+#, fuzzy
 msgctxt "field:stock.shipment.drop,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "写入帐号"
 
 msgctxt "model:ir.action,name:act_purchase_drop_shipment_form"
 msgid "Drop Shipments"
@@ -152,10 +160,11 @@ msgctxt "model:ir.action,name:act_shipment_drop_form"
 msgid "Drop Shipments"
 msgstr ""
 
+#, fuzzy
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_all"
 msgid "All"
-msgstr ""
+msgstr "全部"
 
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_drop_form_domain_draft"
@@ -192,13 +201,15 @@ msgctxt "model:stock.shipment.drop,name:"
 msgid "Drop Shipment"
 msgstr ""
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Canceled"
-msgstr ""
+msgstr "取消"
 
+#, fuzzy
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Done"
-msgstr ""
+msgstr "完成"
 
 msgctxt "selection:stock.shipment.drop,state:"
 msgid "Draft"
@@ -212,27 +223,21 @@ msgctxt "selection:stock.shipment.drop,state:"
 msgid "Waiting"
 msgstr ""
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Cancel"
-msgstr ""
+msgstr "取消"
 
+#, fuzzy
 msgctxt "view:stock.shipment.drop:"
 msgid "Done"
-msgstr ""
+msgstr "完成"
 
 msgctxt "view:stock.shipment.drop:"
 msgid "Draft"
 msgstr ""
 
 msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipment"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
-msgid "Drop Shipments"
-msgstr ""
-
-msgctxt "view:stock.shipment.drop:"
 msgid "Ship"
 msgstr ""
 
diff --git a/party.py b/party.py
new file mode 100644
index 0000000..80fb9c3
--- /dev/null
+++ b/party.py
@@ -0,0 +1,19 @@
+# This file is part of Tryton.  The COPYRIGHT file at the top level of
+# this repository contains the full copyright notices and license terms.
+from trytond.pool import PoolMeta
+
+__all__ = ['PartyReplace']
+
+
+class PartyReplace:
+    __metaclass__ = PoolMeta
+    __name__ = 'party.replace'
+
+    @classmethod
+    def fields_to_replace(cls):
+        return super(PartyReplace, cls).fields_to_replace() + [
+            ('purchase.request', 'customer'),
+            ('purchase.purchase', 'customer'),
+            ('stock.shipment.drop', 'supplier'),
+            ('stock.shipment.drop', 'customer'),
+            ]
diff --git a/setup.py b/setup.py
index 9acd867..17dcc2c 100644
--- a/setup.py
+++ b/setup.py
@@ -95,6 +95,7 @@ setup(name=name,
         'Natural Language :: German',
         'Natural Language :: Hungarian',
         'Natural Language :: Italian',
+        'Natural Language :: Polish',
         'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
diff --git a/stock.py b/stock.py
index 90a5f23..64508bf 100644
--- a/stock.py
+++ b/stock.py
@@ -175,9 +175,6 @@ class ShipmentDrop(Workflow, ModelSQL, ModelView):
     @classmethod
     def __setup__(cls):
         super(ShipmentDrop, cls).__setup__()
-        cls.__rpc__.update({
-                'button_draft': True,
-                })
         cls._transitions |= set((
                 ('draft', 'waiting'),
                 ('waiting', 'shipped'),
@@ -399,7 +396,7 @@ class ShipmentDrop(Workflow, ModelSQL, ModelView):
 
         requests = []
         for sub_lines in grouped_slice([m.origin.id for s in shipments
-                    for m in s.supplier_moves]):
+                    for m in s.supplier_moves if m.origin]):
             requests += PurchaseRequest.search([
                     ('purchase_line', 'in', list(sub_lines)),
                     ])
@@ -412,6 +409,8 @@ class ShipmentDrop(Workflow, ModelSQL, ModelView):
         to_save = []
         for shipment in shipments:
             for move in shipment.supplier_moves:
+                if not move.origin:
+                    continue
                 sale_line = request2sline[pline2request[move.origin]]
                 for move in sale_line.moves:
                     if (move.state not in ('cancel', 'done')
diff --git a/stock.xml b/stock.xml
index 4f2c277..1e960c9 100644
--- a/stock.xml
+++ b/stock.xml
@@ -30,12 +30,6 @@ this repository contains the full copyright notices and license terms. -->
             <field name="code">stock.shipment.drop</field>
         </record>
 
-        <record model="ir.property" id="property_shipment_drop_sequence">
-            <field name="field"
-                search="[('model.model', '=', 'stock.configuration'), ('name', '=', 'shipment_drop_sequence')]"/>
-            <field name="value" eval="'ir.sequence,' + str(ref('sequence_shipment_drop'))"/>
-        </record>
-
         <record model="ir.ui.view" id="shipment_drop_view_form">
             <field name="model">stock.shipment.drop</field>
             <field name="type">form</field>
@@ -69,12 +63,14 @@ this repository contains the full copyright notices and license terms. -->
             <field name="name">Draft</field>
             <field name="sequence" eval="10"/>
             <field name="domain" eval="[('state', '=', 'draft')]" pyson="1"/>
+            <field name="count" eval="True"/>
             <field name="act_window" ref="act_shipment_drop_form"/>
         </record>
         <record model="ir.action.act_window.domain" id="act_shipment_drop_form_domain_waiting">
             <field name="name">Waiting</field>
             <field name="sequence" eval="20"/>
             <field name="domain" eval="[('state', '=', 'waiting')]" pyson="1"/>
+            <field name="count" eval="True"/>
             <field name="act_window" ref="act_shipment_drop_form"/>
         </record>
         <record model="ir.action.act_window.domain"
@@ -82,6 +78,7 @@ this repository contains the full copyright notices and license terms. -->
             <field name="name">Shipped</field>
             <field name="sequence" eval="30"/>
             <field name="domain" eval="[('state', '=', 'shipped')]" pyson="1"/>
+            <field name="count" eval="True"/>
             <field name="act_window" ref="act_shipment_drop_form"/>
         </record>
         <record model="ir.action.act_window.domain" id="act_shipment_drop_form_domain_all">
@@ -205,6 +202,12 @@ this repository contains the full copyright notices and license terms. -->
             <field name="type">drop</field>
         </record>
 
+        <record model="ir.property" id="property_shipment_drop_sequence">
+            <field name="field"
+                search="[('model.model', '=', 'stock.configuration'), ('name', '=', 'shipment_drop_sequence')]"/>
+            <field name="value" eval="'ir.sequence,' + str(ref('sequence_shipment_drop'))"/>
+        </record>
+
         <record model="ir.property" id="default_sale_location_drop">
             <field name="field" 
                 search="[('model.model', '=', 'sale.configuration'), ('name', '=', 'sale_drop_location')]"/>
diff --git a/tests/scenario_sale_supply_drop_shipment.rst b/tests/scenario_sale_supply_drop_shipment.rst
index 061e37c..41800e3 100644
--- a/tests/scenario_sale_supply_drop_shipment.rst
+++ b/tests/scenario_sale_supply_drop_shipment.rst
@@ -7,7 +7,8 @@ Imports::
     >>> import datetime
     >>> from dateutil.relativedelta import relativedelta
     >>> from decimal import Decimal
-    >>> from proteus import config, Model, Wizard
+    >>> from proteus import Model, Wizard
+    >>> from trytond.tests.tools import activate_modules
     >>> from trytond.modules.company.tests.tools import create_company, \
     ...     get_company
     >>> from trytond.modules.account.tests.tools import create_fiscalyear, \
@@ -16,35 +17,23 @@ Imports::
     ...     set_fiscalyear_invoice_sequences, create_payment_term
     >>> today = datetime.date.today()
 
-Create database::
+Install sale_supply_drop_shipment, sale, purchase::
 
-    >>> config = config.set_trytond()
-    >>> config.pool.test = True
-
-Install sale_supply, sale, purchase::
-
-    >>> Module = Model.get('ir.module')
-    >>> modules = Module.find([
-    ...         ('name', 'in', ('sale_supply_drop_shipment', 'sale',
-    ...             'purchase')),
+    >>> config = activate_modules([
+    ...         'sale_supply_drop_shipment',
+    ...         'sale',
+    ...         'purchase',
     ...         ])
-    >>> for module in modules:
-    ...     module.click('install')
-    >>> Wizard('ir.module.install_upgrade').execute('upgrade')
 
 Create company::
 
     >>> _ = create_company()
     >>> company = get_company()
 
-Reload the context::
+Create sale user::
 
     >>> User = Model.get('res.user')
     >>> Group = Model.get('res.group')
-    >>> config._context = User.get_preferences(True, config.context)
-
-Create sale user::
-
     >>> sale_user = User()
     >>> sale_user.name = 'Sale'
     >>> sale_user.login = 'sale'
diff --git a/tests/test_sale_supply_drop_shipment.py b/tests/test_sale_supply_drop_shipment.py
index d4e90cd..c065177 100644
--- a/tests/test_sale_supply_drop_shipment.py
+++ b/tests/test_sale_supply_drop_shipment.py
@@ -4,7 +4,7 @@ import unittest
 import doctest
 import trytond.tests.test_tryton
 from trytond.tests.test_tryton import ModuleTestCase
-from trytond.tests.test_tryton import doctest_setup, doctest_teardown
+from trytond.tests.test_tryton import doctest_teardown
 from trytond.tests.test_tryton import doctest_checker
 
 
@@ -19,7 +19,7 @@ def suite():
             SaleSupplyDropShipmentTestCase))
     suite.addTests(doctest.DocFileSuite(
             'scenario_sale_supply_drop_shipment.rst',
-            setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8',
+            tearDown=doctest_teardown, encoding='utf-8',
             checker=doctest_checker,
             optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
     return suite
diff --git a/tryton.cfg b/tryton.cfg
index 9fa6bb2..d66b475 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.1
+version=4.2.0
 depends:
     company
     ir
diff --git a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
index 0c8151e..e8d12dc 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
+++ b/trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-sale-supply-drop-shipment
-Version: 4.0.1
+Version: 4.2.0
 Summary: Tryton module for sale supply drop shipment
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: sale_supply_drop_shipment
         =========================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt b/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
index 0b519c4..d4197ad 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
+++ b/trytond_sale_supply_drop_shipment.egg-info/SOURCES.txt
@@ -10,6 +10,7 @@ setup.py
 stock.xml
 tryton.cfg
 ./__init__.py
+./party.py
 ./purchase.py
 ./purchase.xml
 ./sale.py
@@ -17,25 +18,23 @@ tryton.cfg
 ./stock.py
 ./stock.xml
 ./tryton.cfg
-./locale/bg_BG.po
-./locale/ca_ES.po
-./locale/cs_CZ.po
-./locale/de_DE.po
-./locale/es_AR.po
-./locale/es_CO.po
-./locale/es_EC.po
-./locale/es_ES.po
-./locale/es_MX.po
-./locale/fr_FR.po
+./locale/bg.po
+./locale/ca.po
+./locale/cs.po
+./locale/de.po
+./locale/es.po
+./locale/es_419.po
+./locale/fr.po
 ./locale/hu_HU.po
 ./locale/it_IT.po
 ./locale/ja_JP.po
-./locale/lo_LA.po
-./locale/lt_LT.po
-./locale/nl_NL.po
+./locale/lo.po
+./locale/lt.po
+./locale/nl.po
+./locale/pl.po
 ./locale/pt_BR.po
-./locale/ru_RU.po
-./locale/sl_SI.po
+./locale/ru.po
+./locale/sl.po
 ./locale/zh_CN.po
 ./tests/__init__.py
 ./tests/scenario_sale_supply_drop_shipment.rst
@@ -51,25 +50,23 @@ tryton.cfg
 ./view/shipment_drop_tree.xml
 ./view/stock_configuration_form.xml
 doc/index.rst
-locale/bg_BG.po
-locale/ca_ES.po
-locale/cs_CZ.po
-locale/de_DE.po
-locale/es_AR.po
-locale/es_CO.po
-locale/es_EC.po
-locale/es_ES.po
-locale/es_MX.po
-locale/fr_FR.po
+locale/bg.po
+locale/ca.po
+locale/cs.po
+locale/de.po
+locale/es.po
+locale/es_419.po
+locale/fr.po
 locale/hu_HU.po
 locale/it_IT.po
 locale/ja_JP.po
-locale/lo_LA.po
-locale/lt_LT.po
-locale/nl_NL.po
+locale/lo.po
+locale/lt.po
+locale/nl.po
+locale/pl.po
 locale/pt_BR.po
-locale/ru_RU.po
-locale/sl_SI.po
+locale/ru.po
+locale/sl.po
 locale/zh_CN.po
 tests/scenario_sale_supply_drop_shipment.rst
 trytond_sale_supply_drop_shipment.egg-info/PKG-INFO
diff --git a/trytond_sale_supply_drop_shipment.egg-info/requires.txt b/trytond_sale_supply_drop_shipment.egg-info/requires.txt
index a946f6a..7bba64e 100644
--- a/trytond_sale_supply_drop_shipment.egg-info/requires.txt
+++ b/trytond_sale_supply_drop_shipment.egg-info/requires.txt
@@ -1,7 +1,7 @@
-trytond_company >= 4.0, < 4.1
-trytond_purchase >= 4.0, < 4.1
-trytond_purchase_request >= 4.0, < 4.1
-trytond_sale >= 4.0, < 4.1
-trytond_sale_supply >= 4.0, < 4.1
-trytond_stock >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
+trytond_company >= 4.2, < 4.3
+trytond_purchase >= 4.2, < 4.3
+trytond_purchase_request >= 4.2, < 4.3
+trytond_sale >= 4.2, < 4.3
+trytond_sale_supply >= 4.2, < 4.3
+trytond_stock >= 4.2, < 4.3
+trytond >= 4.2, < 4.3
diff --git a/view/shipment_drop_form.xml b/view/shipment_drop_form.xml
index 2231971..49b6d31 100644
--- a/view/shipment_drop_form.xml
+++ b/view/shipment_drop_form.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<form string="Drop Shipment" cursor="supplier">
+<form cursor="supplier">
     <label name="reference"/>
     <field name="reference"/>
     <label name="code"/>
diff --git a/view/shipment_drop_tree.xml b/view/shipment_drop_tree.xml
index f79dcc1..49a8a5e 100644
--- a/view/shipment_drop_tree.xml
+++ b/view/shipment_drop_tree.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<tree string="Drop Shipments">
+<tree>
     <field name="code"/>
     <field name="reference"/>
     <field name="planned_date"/>
-- 
tryton-modules-sale-supply-drop-shipment



More information about the tryton-debian-vcs mailing list