Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] mrp_qr_label: New QR labels in manufacturing orders. #474

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions mrp_qr_label/README.rst
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]>
1 change: 1 addition & 0 deletions mrp_qr_label/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions mrp_qr_label/__manifest__.py
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,
}
102 changes: 102 additions & 0 deletions mrp_qr_label/i18n/ca_ES.po
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"
102 changes: 102 additions & 0 deletions mrp_qr_label/i18n/en_GB.po
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 ""
114 changes: 114 additions & 0 deletions mrp_qr_label/i18n/es.po
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"
Loading
Loading