-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][ADD] mrp_qr_label: New QR labels in manufacturing orders.
- Loading branch information
1 parent
35b46e0
commit 6dd1b66
Showing
15 changed files
with
812 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
============ | ||
Mrp QR label | ||
============ | ||
|
||
* In Manufacturing Order new reports: "Finished Product QR Label", and | ||
"Products to consume QR Label". | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/avanzosc/mrp-addons/issues>`_. In case of trouble, | ||
please check there if your issue has already been reported. If you spotted | ||
it first, help us smash it by providing detailed and welcomed feedback. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Contributors | ||
------------ | ||
|
||
* Ana Juaristi <[email protected]> | ||
* Alfredo de la Fuente <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 2024 Alfredo de la Fuente - AvanzOSC | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Mrp QR Label", | ||
"version": "16.0.1.0.0", | ||
"author": "Avanzosc", | ||
"website": "https://github.com/avanzosc/mrp-addons", | ||
"category": "Manufacturing/Manufacturing", | ||
"license": "AGPL-3", | ||
"depends": ["mrp", "stock_product_qr_label"], | ||
"data": [ | ||
"report/mrp_finished_product_qr_label.xml", | ||
"report/mrp_product_to_consume_qr_label.xml", | ||
"report/mrp_consumed_product_qr_label.xml", | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_qr_label | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-19 10:54+0000\n" | ||
"PO-Revision-Date: 2024-11-19 10:54+0000\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: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "" | ||
"('QR Label Consumed Products For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "('QR Label For Finished Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "" | ||
"('QR Label Products To Consume For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Bin: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Loc.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Qty.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>Consumed: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "" | ||
"<span>Loc.: </span>\n" | ||
" <br/>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "<span>Lot.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>To Consum: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "Consumed Products QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "Finished Product QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "Products to consume QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_move__qr_code | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_reservation__qr_code | ||
msgid "QR Code" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model,name:mrp_qr_label.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "Moviment d'estoc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_qr_label | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-19 10:54+0000\n" | ||
"PO-Revision-Date: 2024-11-19 10:54+0000\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: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "" | ||
"('QR Label Consumed Products For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "('QR Label For Finished Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "" | ||
"('QR Label Products To Consume For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Bin: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Loc.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Qty.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>Consumed: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "" | ||
"<span>Loc.: </span>\n" | ||
" <br/>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "<span>Lot.: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>To Consum: </span>" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "Consumed Products QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "Finished Product QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "Products to consume QR Label" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_move__qr_code | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_reservation__qr_code | ||
msgid "QR Code" | ||
msgstr "" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model,name:mrp_qr_label.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_qr_label | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-19 10:54+0000\n" | ||
"PO-Revision-Date: 2024-11-19 10:54+0000\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: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "" | ||
"('QR Label Consumed Products For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
"('Etiqueta QR Productos Consumidos Para Producto - %s' % (object.product_id.name))" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "('QR Label For Finished Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
"('Etiqueta QR Para Producto Terminado - %s' % (object.product_id.name))" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,print_report_name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "" | ||
"('QR Label Products To Consume For Product - %s' % (object.product_id.name))" | ||
msgstr "" | ||
"('Etiquta QR Productos A Consumir Para Producto - %s' % " | ||
"(object.product_id.name))" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Bin: </span>" | ||
msgstr "" | ||
"<br/>\n" | ||
" <span>Bin: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Loc.: </span>" | ||
msgstr "" | ||
"<br/>\n" | ||
" <span>Ubic.: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "" | ||
"<br/>\n" | ||
" <span>Qty.: </span>" | ||
msgstr "" | ||
"<br/>\n" | ||
" <span>Cant.: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>Consumed: </span>" | ||
msgstr "<span>Consumido: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "" | ||
"<span>Loc.: </span>\n" | ||
" <br/>" | ||
msgstr "" | ||
"<span>Ubic.: </span>\n" | ||
" <br/>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_finished_product_qr_label_document | ||
msgid "<span>Lot.: </span>" | ||
msgstr "<span>Lote: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model_terms:ir.ui.view,arch_db:mrp_qr_label.mrp_product_to_consume_qr_label_document | ||
msgid "<span>To Consum: </span>" | ||
msgstr "<span>A consumir: </span>" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_consumed_product_qr_label_report | ||
msgid "Consumed Products QR Label" | ||
msgstr "Etiqueta QR Productos consumidos" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_finished_product_qr_label_report | ||
msgid "Finished Product QR Label" | ||
msgstr "Etiqueta QR Producto finalizado" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.actions.report,name:mrp_qr_label.action_mrp_product_to_consume_qr_label_report | ||
msgid "Products to consume QR Label" | ||
msgstr "Etiqueta QR Productos a consumir" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_move__qr_code | ||
#: model:ir.model.fields,field_description:mrp_qr_label.field_stock_reservation__qr_code | ||
msgid "QR Code" | ||
msgstr "Código QR" | ||
|
||
#. module: mrp_qr_label | ||
#: model:ir.model,name:mrp_qr_label.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "Movimiento de existencias" |
Oops, something went wrong.