trytond_stock_package_shipping-5.0.1/0000755000175000017500000000000013433070652017312 5ustar cedced00000000000000trytond_stock_package_shipping-5.0.1/CHANGELOG0000644000175000017500000000076613433070650020533 0ustar cedced00000000000000Version 5.0.1 - 2019-02-19 * Bug fixes (see mercurial logs for details) Version 5.0.0 - 2018-10-01 * Bug fixes (see mercurial logs for details) * Remove support for Python 2.7 Version 4.8.0 - 2018-04-23 * Bug fixes (see mercurial logs for details) Version 4.6.0 - 2017-10-30 * Bug fixes (see mercurial logs for details) Version 4.4.0 - 2017-05-01 * Bug fixes (see mercurial logs for details) * Move package weight to stock_shipment_measurements module Version 4.2.0 - 2016-11-28 * Initial release trytond_stock_package_shipping-5.0.1/carrier.py0000644000175000017500000000061713354423126021317 0ustar cedced00000000000000# 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.model import fields from trytond.pool import PoolMeta __all__ = ['Carrier'] class Carrier(metaclass=PoolMeta): __name__ = 'carrier' shipping_service = fields.Selection([ (None, ''), ], 'Shipping Service') trytond_stock_package_shipping-5.0.1/COPYRIGHT0000644000175000017500000000125413433070650020605 0ustar cedced00000000000000Copyright (C) 2016-2017 Nicolas Évrard. Copyright (C) 2016-2019 B2CK. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . trytond_stock_package_shipping-5.0.1/setup.cfg0000644000175000017500000000004613433070652021133 0ustar cedced00000000000000[egg_info] tag_build = tag_date = 0 trytond_stock_package_shipping-5.0.1/PKG-INFO0000644000175000017500000000514213433070652020411 0ustar cedced00000000000000Metadata-Version: 1.2 Name: trytond_stock_package_shipping Version: 5.0.1 Summary: The package shipping module of the Tryton application platform. Home-page: http://www.tryton.org/ Author: Tryton Author-email: issue_tracker@tryton.org License: GPL-3 Download-URL: http://downloads.tryton.org/5.0/ Description: trytond_stock_package_shipping ============================== The shipping module of the Tryton application platform. Installing ---------- See INSTALL Support ------- If you encounter any problems with Tryton, please don't hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel: http://bugs.tryton.org/ http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton License ------- See LICENSE Copyright --------- See COPYRIGHT For more information please visit the Tryton web site: http://www.tryton.org/ Keywords: tryton stock package shipping Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins Classifier: Framework :: Tryton Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Financial and Insurance Industry Classifier: Intended Audience :: Legal Industry Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Natural Language :: Bulgarian Classifier: Natural Language :: Catalan Classifier: Natural Language :: Czech Classifier: Natural Language :: Dutch Classifier: Natural Language :: English Classifier: Natural Language :: French Classifier: Natural Language :: German Classifier: Natural Language :: Hungarian Classifier: Natural Language :: Italian Classifier: Natural Language :: Persian Classifier: Natural Language :: Polish Classifier: Natural Language :: Portuguese (Brazilian) Classifier: Natural Language :: Russian Classifier: Natural Language :: Slovenian Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business Requires-Python: >=3.4 trytond_stock_package_shipping-5.0.1/README0000644000175000017500000000110313354423126020165 0ustar cedced00000000000000trytond_stock_package_shipping ============================== The shipping module of the Tryton application platform. Installing ---------- See INSTALL Support ------- If you encounter any problems with Tryton, please don't hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel: http://bugs.tryton.org/ http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton License ------- See LICENSE Copyright --------- See COPYRIGHT For more information please visit the Tryton web site: http://www.tryton.org/ trytond_stock_package_shipping-5.0.1/locale/0000755000175000017500000000000013433070652020551 5ustar cedced00000000000000trytond_stock_package_shipping-5.0.1/locale/es.po0000644000175000017500000000443413354423126021525 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "El albarán \"%(shipment)s\" no tiene asignado ningún transportista." msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "El albarán \"%(shipment)s\" debe estar empaquetado antes de crear las " "etiquetas de envío." msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Servicio de envío" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Etiqueta de envío" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Referencia de envío" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Altura" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Decimales de la altura" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Unidad de la altura" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Longitud" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Decimales de la longitud" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Unidad de la longitud" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Ancho" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Decimales del ancho" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Unidad del ancho" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Descripción del envío" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Crear envío" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Crear envío de paquetes" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Envío" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Dimensiones" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Crear envío de paquetes" trytond_stock_package_shipping-5.0.1/locale/cs.po0000644000175000017500000000345613354423126021526 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/de.po0000644000175000017500000000437513354423126021512 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" "Dem Lieferposten \"%(shipment)s\" ist kein Versanddienstleister zugeordnet." msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "Vor der Erstellung von Versandetiketten muss der Lieferposten " "\"%(shipment)s\" gepackt werden." msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Versanddienst" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Versandetikett" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Versandbeleg" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Höhe" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Nachkommastellen Höhe" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Einheit Höhe" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Länge" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Nachkommastellen Länge" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Einheit Länge" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Breite" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Nachkommastellen Breite" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Einheit Breite" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Versandbeschreibung" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Versand erstellen" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Versand erstellen" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Versand" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Abmessungen" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Versand erstellen" trytond_stock_package_shipping-5.0.1/locale/sl.po0000644000175000017500000000435113354423126021532 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "Za dostavo \"%(shipment)s\" še ni izbran špediter." msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "Pred izdelavo nalepk mora bit dostava \"%(shipment)s\" zapakirana." msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Dostavna služba" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Nalepka pošiljke" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Sklic paketne dostave" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Višina" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Decimalke za višino" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Enota višine" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Dolžina" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Decimalke za dolžino" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Enota dolžine" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Širina" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Decimalke za širino" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Enota širine" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Opis pošiljke" #, fuzzy msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Dimenzije" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Izdelava paketne dostave" trytond_stock_package_shipping-5.0.1/locale/lt.po0000644000175000017500000000345613354423126021540 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/it_IT.po0000644000175000017500000000350013354423126022117 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Larghezza" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/ja_JP.po0000644000175000017500000000345613354423126022104 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/fa.po0000644000175000017500000000437413354423126021507 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "هیچ حمل کننده ایی برای محموله : \"%s\" تنظیم نشده است" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "قبل از برچسب گذاری حمل ونقل محموله : \"%s\" باید بسته بندی شده باشد" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "خدمات حمل ونقل" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "برچسب حمل ونقل" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "مرجع حمل ونقل" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "ارتفاع" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "ارقام ارتفاع" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "واحد ارتفاع" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "طول" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "ارقام طول" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "واحد طول" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "عرض" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "ارقام عرض" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "واحد عرض" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "شرح حمل ونقل" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "ایجاد حمل ونقل" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "حمل و نقل" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "ابعاد" trytond_stock_package_shipping-5.0.1/locale/bg.po0000644000175000017500000000375013354423126021506 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" #, fuzzy msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Височина" #, fuzzy msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Цифри за височина" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Дължина" #, fuzzy msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Цифри за дължина" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Ширина" #, fuzzy msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Цифри за ширина" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/hu_HU.po0000644000175000017500000000367613354423126022135 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" #, fuzzy msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Magasság" #, fuzzy msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Vessző utáni magasság" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Hossz" #, fuzzy msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Vessző utáni hossz" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Szélesség" #, fuzzy msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Vessző utáni tömeg" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/es_419.po0000644000175000017500000000363513354423126022124 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "El envío \"%(shipment)s\" no tiene asignado ningún transportista." msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "El envío \"%(shipment)s\" debe estar empaquetado antes de crear las " "etiquetas de envío." msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/nl.po0000644000175000017500000000353513354423126021530 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" #, fuzzy msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Gewicht" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Lengte" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Breedte" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/pt_BR.po0000644000175000017500000000451013354423126022117 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "A remessa \"%(shipment)s\" não tem uma transportadora definida" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "A remessa \"%(shipment)s\" deve ser empacotada antes da criação das " "etiquetas da remessa" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Serviço de Envio" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Etiquetas de envio" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Referência de Envio" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Altura" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Dígitos decimais da altura" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Unidade da Altura" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Comprimento" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Dígitos decimais do comprimento" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Unidade do Comprimento" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Largura" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Dígitos decimais da largura" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Unidade da Largura" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Descrição do Envio" #, fuzzy msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" #, fuzzy msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Dimensões" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Criar Envio para Pacotes" trytond_stock_package_shipping-5.0.1/locale/zh_CN.po0000644000175000017500000000347213354423126022120 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "宽" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/fr.po0000644000175000017500000000454113354423126021524 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "L'expédition « %(shipment)s » n'a pas de transporteur défini" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "L’expédition « %(shipment)s » doit être emballée avant de créer les " "étiquettes de livraison" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Service de livraison" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Étiquette de livraison" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Référence de livraison" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Hauteur" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Décimales de la hauteur" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Unité de hauteur" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Longueur" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Décimales de la longueur" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Unité de longueur" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Largeur" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Décimales de la largeur" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Unité de largeur" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Description de la livraison" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Créer la livraison" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Créer la livraison pour les emballages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Livraison" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Dimensions" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Créer la livraison pour les emballages" trytond_stock_package_shipping-5.0.1/locale/pl.po0000644000175000017500000000370213354423126021526 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Wysokość" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Cyfry wysokości" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Jednostka wysokości" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Długość" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Cyfry długości" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Jednostka długości" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Szerokość" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Cyfry szerokości" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Jednostka szerokości" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Wymiary" trytond_stock_package_shipping-5.0.1/locale/lo.po0000644000175000017500000000355213354423126021530 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" #, fuzzy msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "ນໍ້າໜັກ" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "ຄວາມຍາວ" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/locale/ca.po0000644000175000017500000000444213354423126021500 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "L'albarà \"%(shipment)s\" no té assignat un transportista." msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" "L'albarà \"%(shipment)s\" ha d'estar empaquetat abans de crear les etiquetes" " d'enviament." msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "Servei d'enviament" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "Etiqueta d'enviament" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "Referència d'enviament" msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Altura" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "Decimals de l'altura" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "Unitat de l'altura" msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Longitud" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "Decimals de la longitud" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "Unitat de la longitud" msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Amplada" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "Decimals de l'amplada" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "Unitat de l'amplada" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "Descripció d'enviament" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Crea enviament" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Crea enviament per paquets" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Enviament" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "Dimensions" msgctxt "view:stock.shipment.out:" msgid "Create Shipping for Packages" msgstr "Crea enviament per paquets" trytond_stock_package_shipping-5.0.1/locale/ru.po0000644000175000017500000000355313354423126021545 0ustar cedced00000000000000# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.shipment.out:" msgid "The shipment \"%(shipment)s\" does not have a carrier set" msgstr "" msgctxt "error:stock.shipment.out:" msgid "" "The shipment \"%(shipment)s\" must be packed before creating the shipping " "labels" msgstr "" msgctxt "field:carrier,shipping_service:" msgid "Shipping Service" msgstr "" msgctxt "field:stock.package,shipping_label:" msgid "Shipping Label" msgstr "" msgctxt "field:stock.package,shipping_reference:" msgid "Shipping Reference" msgstr "" #, fuzzy msgctxt "field:stock.package.type,height:" msgid "Height" msgstr "Ширина" msgctxt "field:stock.package.type,height_digits:" msgid "Height Digits" msgstr "" msgctxt "field:stock.package.type,height_uom:" msgid "Height Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,length:" msgid "Length" msgstr "Длина" msgctxt "field:stock.package.type,length_digits:" msgid "Length Digits" msgstr "" msgctxt "field:stock.package.type,length_uom:" msgid "Length Unit" msgstr "" #, fuzzy msgctxt "field:stock.package.type,width:" msgid "Width" msgstr "Ширина" msgctxt "field:stock.package.type,width_digits:" msgid "Width Digits" msgstr "" msgctxt "field:stock.package.type,width_uom:" msgid "Width Unit" msgstr "" msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" msgctxt "model:ir.action,name:act_create_shipping_wizard" msgid "Create Shipping" msgstr "Create Shipping" msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" msgid "Create Shipping for Packages" msgstr "Create Shipping for Packages" msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" msgid "Shipping" msgstr "Shipping" msgctxt "selection:carrier,shipping_service:" msgid "" msgstr "" msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" trytond_stock_package_shipping-5.0.1/stock.xml0000644000175000017500000000370413354423126021163 0ustar cedced00000000000000 stock.package.type package_type_form stock.package package_form stock.package package_list stock.shipment.out shipment_out_form create_shipping Create Shipping for Packages Create Shipping stock.shipment.create_shipping trytond_stock_package_shipping-5.0.1/view/0000755000175000017500000000000013433070652020264 5ustar cedced00000000000000trytond_stock_package_shipping-5.0.1/view/carrier_form.xml0000644000175000017500000000053013354423126023456 0ustar cedced00000000000000 trytond_stock_package_shipping-5.0.1/view/package_form.xml0000644000175000017500000000065513354423126023432 0ustar cedced00000000000000 trytond_stock_package_shipping-5.0.1/view/package_list.xml0000644000175000017500000000046413354423126023440 0ustar cedced00000000000000 trytond_stock_package_shipping-5.0.1/view/package_type_form.xml0000644000175000017500000000136613354423126024473 0ustar cedced00000000000000 trytond_stock_package_shipping-5.0.1/view/shipment_out_form.xml0000644000175000017500000000070513354423126024551 0ustar cedced00000000000000