diff --git a/README.md b/README.md index 44cdcbe5b..4bbfcf754 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [sale_order_line_position](sale_order_line_position/) | 16.0.1.3.0 | | Adds position number on sale order line. [sale_order_product_recommendation_product_sold_by_delivery_week](sale_order_product_recommendation_product_sold_by_delivery_week/) | 16.0.1.1.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Adds the weekly sales field to the recommendation wizard [sale_order_report_product_image](sale_order_report_product_image/) | 16.0.1.0.0 | | Show product images on Sale documents +[sale_order_weight](sale_order_weight/) | 16.0.1.0.0 | | Add products weight in report for sale order [sale_packaging_report](sale_packaging_report/) | 16.0.1.1.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Packaging data in sale reports [sale_report_commitment_date](sale_report_commitment_date/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Display the commitment date on Sales Order analysis reports [sale_report_country_state](sale_report_country_state/) | 16.0.1.0.0 | | Sale Report Filter by State diff --git a/sale_order_weight/README.rst b/sale_order_weight/README.rst new file mode 100644 index 000000000..dd1644fa5 --- /dev/null +++ b/sale_order_weight/README.rst @@ -0,0 +1,83 @@ +================= +Sale Order Weight +================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:54d17dd18c8391927fcf5e6efbcb2b9c3c4c29231adfc3f2def597213faf2bff + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-GPL--3-blue.png + :target: http://www.gnu.org/licenses/gpl-3.0-standalone.html + :alt: License: GPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--reporting-lightgray.png?logo=github + :target: https://github.com/OCA/sale-reporting/tree/16.0/sale_order_weight + :alt: OCA/sale-reporting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/sale-reporting-16-0/sale-reporting-16-0-sale_order_weight + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-reporting&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds products weight in report for sale order. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +Print Sale Order report. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Apulia Software +* Agile Business Group + +Contributors +~~~~~~~~~~~~ + +* Andrea Cometa +* Simone Rubino + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/sale-reporting `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_order_weight/__init__.py b/sale_order_weight/__init__.py new file mode 100644 index 000000000..22ae0ce70 --- /dev/null +++ b/sale_order_weight/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +from . import models diff --git a/sale_order_weight/__manifest__.py b/sale_order_weight/__manifest__.py new file mode 100644 index 000000000..ddcc6f551 --- /dev/null +++ b/sale_order_weight/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +{ + "name": "Sale Order Weight", + "summary": "Add products weight in report for sale order", + "version": "16.0.1.0.0", + "author": "Apulia Software, Agile Business Group," + "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/sale-reporting", + "license": "GPL-3", + "depends": [ + "sale_management", + ], + "data": [ + "views/sale_report.xml", + ], + "installable": True, +} diff --git a/sale_order_weight/i18n/ca.po b/sale_order_weight/i18n/ca.po new file mode 100644 index 000000000..8383a7b5e --- /dev/null +++ b/sale_order_weight/i18n/ca.po @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Carles Antoli , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2022-04-13 14:05+0000\n" +"Last-Translator: Noel estudillo \n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Comandes de venda" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Pes" + +#~ msgid "Total Weight:" +#~ msgstr "Pes total:" diff --git a/sale_order_weight/i18n/de.po b/sale_order_weight/i18n/de.po new file mode 100644 index 000000000..d5e5e099c --- /dev/null +++ b/sale_order_weight/i18n/de.po @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Rudolf Schnapka , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Verkaufsauftrag" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Gewicht" + +#~ msgid "Total Weight:" +#~ msgstr "Gesamtgewicht:" diff --git a/sale_order_weight/i18n/el_GR.po b/sale_order_weight/i18n/el_GR.po new file mode 100644 index 000000000..4735ced72 --- /dev/null +++ b/sale_order_weight/i18n/el_GR.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Kostas Goutoudis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Kostas Goutoudis , 2016\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Εντολή Πώλησης" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/es.po b/sale_order_weight/i18n/es.po new file mode 100644 index 000000000..aae2a22f8 --- /dev/null +++ b/sale_order_weight/i18n/es.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# oihane , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2024-04-24 22:36+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "Peso Total:" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Pedidos de venta" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de Orden de Ventas" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Peso" + +#~ msgid "Display Name" +#~ msgstr "Mostrar Nombre" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Última Modificación el" diff --git a/sale_order_weight/i18n/es_ES.po b/sale_order_weight/i18n/es_ES.po new file mode 100644 index 000000000..755529c14 --- /dev/null +++ b/sale_order_weight/i18n/es_ES.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Javi Melendez , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Javi Melendez , 2016\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/es_VE.po b/sale_order_weight/i18n/es_VE.po new file mode 100644 index 000000000..46f3212b6 --- /dev/null +++ b/sale_order_weight/i18n/es_VE.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Pedidos de venta" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/fi.po b/sale_order_weight/i18n/fi.po new file mode 100644 index 000000000..f00463713 --- /dev/null +++ b/sale_order_weight/i18n/fi.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Myyntitilaus" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/fr.po b/sale_order_weight/i18n/fr.po new file mode 100644 index 000000000..e4d136893 --- /dev/null +++ b/sale_order_weight/i18n/fr.po @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +# Yannick Vaucher , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Yannick Vaucher , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Bon de commande" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Poids" + +#~ msgid "Total Weight:" +#~ msgstr "Poids total :" diff --git a/sale_order_weight/i18n/hr.po b/sale_order_weight/i18n/hr.po new file mode 100644 index 000000000..6a1813494 --- /dev/null +++ b/sale_order_weight/i18n/hr.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Bole , 2016\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/hr_HR.po b/sale_order_weight/i18n/hr_HR.po new file mode 100644 index 000000000..3ce2e0737 --- /dev/null +++ b/sale_order_weight/i18n/hr_HR.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Bole , 2016\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Prodjani nalog" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Težina" diff --git a/sale_order_weight/i18n/hu.po b/sale_order_weight/i18n/hu.po new file mode 100644 index 000000000..c7a771da2 --- /dev/null +++ b/sale_order_weight/i18n/hu.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Vevői megrendelés" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/id.po b/sale_order_weight/i18n/id.po new file mode 100644 index 000000000..7bc281897 --- /dev/null +++ b/sale_order_weight/i18n/id.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Wahyu Setiawan , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-28 09:53+0000\n" +"PO-Revision-Date: 2017-10-28 09:53+0000\n" +"Last-Translator: Wahyu Setiawan , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Berat" diff --git a/sale_order_weight/i18n/it.po b/sale_order_weight/i18n/it.po new file mode 100644 index 000000000..faf20c9da --- /dev/null +++ b/sale_order_weight/i18n/it.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-15 13:01+0000\n" +"PO-Revision-Date: 2022-12-20 15:45+0000\n" +"Last-Translator: mymage \n" +"Language-Team: \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "Peso totale:" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Ordine di vendita" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "Riga ordine di vendita" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Peso" + +#~ msgid "Display Name" +#~ msgstr "Nome visualizzato" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modifica il" diff --git a/sale_order_weight/i18n/nl.po b/sale_order_weight/i18n/nl.po new file mode 100644 index 000000000..e67b0af04 --- /dev/null +++ b/sale_order_weight/i18n/nl.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/nl_NL.po b/sale_order_weight/i18n/nl_NL.po new file mode 100644 index 000000000..a59aa79f0 --- /dev/null +++ b/sale_order_weight/i18n/nl_NL.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-29 03:51+0000\n" +"PO-Revision-Date: 2017-08-29 03:51+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/pt.po b/sale_order_weight/i18n/pt.po new file mode 100644 index 000000000..d86df3db3 --- /dev/null +++ b/sale_order_weight/i18n/pt.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Daniel Reis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Daniel Reis , 2016\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Ordem de Venda" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/pt_BR.po b/sale_order_weight/i18n/pt_BR.po new file mode 100644 index 000000000..a45e51887 --- /dev/null +++ b/sale_order_weight/i18n/pt_BR.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2022-02-01 19:33+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Pedido de Venda" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Peso" + +#~ msgid "Total Weight:" +#~ msgstr "Peso total:" diff --git a/sale_order_weight/i18n/ro.po b/sale_order_weight/i18n/ro.po new file mode 100644 index 000000000..b359c449d --- /dev/null +++ b/sale_order_weight/i18n/ro.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Dorin Hongu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Dorin Hongu , 2016\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Comandă vânzare" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/sale_order_weight.pot b/sale_order_weight/i18n/sale_order_weight.pot new file mode 100644 index 000000000..fcbe0b387 --- /dev/null +++ b/sale_order_weight/i18n/sale_order_weight.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/sk.po b/sale_order_weight/i18n/sk.po new file mode 100644 index 000000000..2945875f9 --- /dev/null +++ b/sale_order_weight/i18n/sk.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Jan Prokop , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-26 08:14+0000\n" +"PO-Revision-Date: 2017-09-26 08:14+0000\n" +"Last-Translator: Jan Prokop , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Objednávka predaja" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/sl.po b/sale_order_weight/i18n/sl.po new file mode 100644 index 000000000..4ab32cf00 --- /dev/null +++ b/sale_order_weight/i18n/sl.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Masa" + +#~ msgid "Total Weight:" +#~ msgstr "Skupna masa:" diff --git a/sale_order_weight/i18n/tr.po b/sale_order_weight/i18n/tr.po new file mode 100644 index 000000000..63fa734da --- /dev/null +++ b/sale_order_weight/i18n/tr.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-24 04:48+0000\n" +"PO-Revision-Date: 2016-12-24 04:48+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Sipariş Emri" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "Ağırlık" diff --git a/sale_order_weight/i18n/tr_TR.po b/sale_order_weight/i18n/tr_TR.po new file mode 100644 index 000000000..a3b98a8ae --- /dev/null +++ b/sale_order_weight/i18n/tr_TR.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-04 10:48+0000\n" +"PO-Revision-Date: 2017-01-04 10:48+0000\n" +"Last-Translator: Ozge Altinisik , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Satış emri" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/vi_VN.po b/sale_order_weight/i18n/vi_VN.po new file mode 100644 index 000000000..055a05ed2 --- /dev/null +++ b/sale_order_weight/i18n/vi_VN.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "Đơn hàng Bán" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/i18n/zh_CN.po b/sale_order_weight/i18n/zh_CN.po new file mode 100644 index 000000000..11856746b --- /dev/null +++ b/sale_order_weight/i18n/zh_CN.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_weight +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 01:48+0000\n" +"PO-Revision-Date: 2016-12-23 01:48+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Total Weight:" +msgstr "" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order +msgid "Sales Order" +msgstr "销售订单" + +#. module: sale_order_weight +#: model:ir.model,name:sale_order_weight.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_weight +#: model_terms:ir.ui.view,arch_db:sale_order_weight.report_saleorder_document +msgid "Weight" +msgstr "" diff --git a/sale_order_weight/models/__init__.py b/sale_order_weight/models/__init__.py new file mode 100644 index 000000000..3829c56d7 --- /dev/null +++ b/sale_order_weight/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +from . import sale_order +from . import sale_order_line diff --git a/sale_order_weight/models/sale_order.py b/sale_order_weight/models/sale_order.py new file mode 100644 index 000000000..fd5a1204b --- /dev/null +++ b/sale_order_weight/models/sale_order.py @@ -0,0 +1,14 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +from odoo import models + + +class SaleOrder(models.Model): + _inherit = "sale.order" + + def total_weight(self): + """ + Returns total weight from a specified sale order + """ + return self.mapped("order_line").total_weight() diff --git a/sale_order_weight/models/sale_order_line.py b/sale_order_weight/models/sale_order_line.py new file mode 100644 index 000000000..47e7a28ba --- /dev/null +++ b/sale_order_weight/models/sale_order_line.py @@ -0,0 +1,16 @@ +# Copyright 2021 Simone Rubino - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import models + + +class SaleOrderLine(models.Model): + _inherit = "sale.order.line" + + def total_weight(self): + """Returns total weight for sale order lines in self.""" + lines_weight = 0.0 + for line in self: + if line.product_id: + lines_weight += line.product_id.weight * line.product_uom_qty + return lines_weight diff --git a/sale_order_weight/readme/CONTRIBUTORS.rst b/sale_order_weight/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..7d7f1ef94 --- /dev/null +++ b/sale_order_weight/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Andrea Cometa +* Simone Rubino diff --git a/sale_order_weight/readme/DESCRIPTION.rst b/sale_order_weight/readme/DESCRIPTION.rst new file mode 100644 index 000000000..e9dfadf78 --- /dev/null +++ b/sale_order_weight/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds products weight in report for sale order. diff --git a/sale_order_weight/readme/USAGE.rst b/sale_order_weight/readme/USAGE.rst new file mode 100644 index 000000000..03f5b72ff --- /dev/null +++ b/sale_order_weight/readme/USAGE.rst @@ -0,0 +1 @@ +Print Sale Order report. diff --git a/sale_order_weight/static/description/icon.png b/sale_order_weight/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/sale_order_weight/static/description/icon.png differ diff --git a/sale_order_weight/static/description/index.html b/sale_order_weight/static/description/index.html new file mode 100644 index 000000000..24d096f48 --- /dev/null +++ b/sale_order_weight/static/description/index.html @@ -0,0 +1,430 @@ + + + + + +Sale Order Weight + + + +
+

Sale Order Weight

+ + +

Beta License: GPL-3 OCA/sale-reporting Translate me on Weblate Try me on Runboat

+

This module adds products weight in report for sale order.

+

Table of contents

+ +
+

Usage

+

Print Sale Order report.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Apulia Software
  • +
  • Agile Business Group
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/sale-reporting project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/sale_order_weight/tests/__init__.py b/sale_order_weight/tests/__init__.py new file mode 100644 index 000000000..1cd500b29 --- /dev/null +++ b/sale_order_weight/tests/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +from . import test_sale_order_weight diff --git a/sale_order_weight/tests/test_sale_order_weight.py b/sale_order_weight/tests/test_sale_order_weight.py new file mode 100644 index 000000000..187c3a3c1 --- /dev/null +++ b/sale_order_weight/tests/test_sale_order_weight.py @@ -0,0 +1,64 @@ +# Copyright 2016 Andrea Cometa - Apulia Software +# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). + +import odoo.tests.common as common + + +class TestSaleOrderWeight(common.TransactionCase): + def setUp(self): + super(TestSaleOrderWeight, self).setUp() + self.sale_order_model = self.env["sale.order"] + self.sale_order_line_model = self.env["sale.order.line"] + self.partner = self.env.ref("base.res_partner_3") + self.product_3 = self.env.ref("product.product_product_3") + self.product_4 = self.env.ref("product.product_product_4") + self.product_5 = self.env.ref("product.product_product_5") + + order_vals = dict() + order_vals["partner_id"] = self.partner.id + + line_data = [ + ( + 0, + 0, + { + "product_id": self.product_4.id, + "name": "product test 4", + "product_uom_qty": 1.0, + "product_uom": self.product_4.uom_id.id, + "price_unit": self.product_4.lst_price, + }, + ), + ( + 0, + 0, + { + "product_id": self.product_5.id, + "name": "product test 5", + "product_uom_qty": 2.0, + "product_uom": self.product_5.uom_id.id, + "price_unit": self.product_5.lst_price, + }, + ), + ( + 0, + 0, + { + "product_id": self.product_3.id, + "name": "product test 3", + "product_uom_qty": 3.0, + "product_uom": self.product_3.uom_id.id, + "price_unit": self.product_3.lst_price, + }, + ), + ] + order_vals["order_line"] = line_data + self.sale_order = self.sale_order_model.create(order_vals) + + def test_total_weight(self): + # Change weight + self.product_3.weight = 2.0 # 3.0 + self.product_4.weight = 10.0 # 1.0 + self.product_5.weight = 1.0 # 2.0 + # check total weight + self.assertEqual(self.sale_order.total_weight(), 18.0) diff --git a/sale_order_weight/views/sale_report.xml b/sale_order_weight/views/sale_report.xml new file mode 100644 index 000000000..44da8fd49 --- /dev/null +++ b/sale_order_weight/views/sale_report.xml @@ -0,0 +1,52 @@ + + + + + diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 89fa2001b..aaff55a78 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241205.0 \ No newline at end of file +16.0.20250109.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c5dc5b8ca..c9bbe1bff 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ 'odoo-addon-sale_order_line_position>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_recommendation_product_sold_by_delivery_week>=16.0dev,<16.1dev', 'odoo-addon-sale_order_report_product_image>=16.0dev,<16.1dev', + 'odoo-addon-sale_order_weight>=16.0dev,<16.1dev', 'odoo-addon-sale_packaging_report>=16.0dev,<16.1dev', 'odoo-addon-sale_report_commitment_date>=16.0dev,<16.1dev', 'odoo-addon-sale_report_country_state>=16.0dev,<16.1dev', diff --git a/setup/sale_order_weight/odoo/addons/sale_order_weight b/setup/sale_order_weight/odoo/addons/sale_order_weight new file mode 120000 index 000000000..45af97122 --- /dev/null +++ b/setup/sale_order_weight/odoo/addons/sale_order_weight @@ -0,0 +1 @@ +../../../../sale_order_weight \ No newline at end of file diff --git a/setup/sale_order_weight/setup.py b/setup/sale_order_weight/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/sale_order_weight/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)