Skip to content

Commit

Permalink
[ADD] stock_picking_box_label_report: In stock picking new action "Pr…
Browse files Browse the repository at this point in the history
…int Box Labels".
  • Loading branch information
alfredoavanzosc committed Dec 16, 2024
1 parent f15b879 commit c014b27
Show file tree
Hide file tree
Showing 17 changed files with 1,540 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/stock_picking_box_label_report/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
28 changes: 28 additions & 0 deletions stock_picking_box_label_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. 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

==============================
Stock picking box label report
==============================

* In stock picking new action "Print Box Labels".

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/avanzosc/odoo-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 <anajuaristi@avanzosc.es>
* Alfredo de la Fuente <alfredodelafuente@avanzosc.es>
1 change: 1 addition & 0 deletions stock_picking_box_label_report/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizard
19 changes: 19 additions & 0 deletions stock_picking_box_label_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2024 Alfredo de la Fuente - AvanzOSC
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Picking Box Label Report",
"version": "16.0.1.0.0",
"author": "AvanzOSC",
"category": "Inventory",
"license": "AGPL-3",
"website": "https://github.com/avanzosc/odoo-addons",
"depends": ["stock", "product_supplierinfo_for_customer"],
"data": [
"security/ir.model.access.csv",
"data/paperformat.xml",
"wizard/wiz_picking_box_label_views.xml",
"reports/layout.xml",
"reports/picking_box_label_report.xml",
],
"installable": True,
}
18 changes: 18 additions & 0 deletions stock_picking_box_label_report/data/paperformat.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="paperformat_picking_box_label" model="report.paperformat">
<field name="name">Picking Box Labels</field>
<field name="default" eval="True" />
<field name="format">custom</field>
<field name="page_height">105</field>
<field name="page_width">148</field>
<field name="orientation">Portrait</field>
<field name="margin_top">2</field>
<field name="margin_bottom">2</field>
<field name="margin_left">7</field>
<field name="margin_right">0</field>
<field name="header_line" eval="False" />
<field name="header_spacing">0</field>
<field name="dpi">90</field>
</record>
</odoo>
212 changes: 212 additions & 0 deletions stock_picking_box_label_report/i18n/ca_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_box_label_report
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 06:33+0000\n"
"PO-Revision-Date: 2024-12-16 06:33+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: stock_picking_box_label_report
#: model:ir.actions.report,print_report_name:stock_picking_box_label_report.action_picking_box_label_report
msgid "('Box Labels For Picking - %s' % (object.picking_id.name))"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid ""
"<span style=\"font-size: 14px;\">BOX:</span>\n"
" <br/>\n"
" <span style=\"font-size: 14px;\">PICKING:</span>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid "<span style=\"font-size: 14px;\">CUST. ARTICLE:</span>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid ""
"<span style=\"font-size: 14px;\">CUST. ORDER:</span>\n"
" <br/>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid ""
"<span style=\"font-size: 14px;\">DESCRIPTION:</span>\n"
" <br/>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid ""
"<span style=\"font-size: 14px;\">ORDER:</span>\n"
" <br/>\n"
" <span style=\"font-size: 14px;\">Nº LOT:</span>\n"
" <br/>\n"
" <span style=\"font-size: 14px;\">ARTICLE:</span>\n"
" <br/>\n"
" <span style=\"font-size: 14px;\">QUANTITY:</span>\n"
" <br/>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid "<span><b>PHONE: </b></span>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid "<span><b>VAT: </b></span>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.picking_box_label_report_document
msgid ""
"<strong>\n"
" <span style=\"font-size: 14px;\">CUST. PRODUCT REF.:</span>\n"
" </strong>\n"
" <br/>"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.wiz_picking_box_label_form_view
msgid "Cancel"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__create_uid
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__create_uid
msgid "Created by"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__create_date
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__create_date
msgid "Created on"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__customer_product_code
msgid "Customer product code"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__display_name
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__display_name
msgid "Display Name"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__id
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__id
msgid "ID"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__label_box_line_ids
msgid "Label Box Line"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.wiz_picking_box_label_form_view
msgid "Label Box Wizard"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label____last_update
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__write_uid
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__write_uid
msgid "Last Updated by"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__write_date
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__write_date
msgid "Last Updated on"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model,name:stock_picking_box_label_report.model_wiz_picking_box_label_line
msgid "Lines For Wizard Box Label Report"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__lot_id
msgid "Lot"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__lot_ids
msgid "Lots"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__number_of_labels_to_print
msgid "Number of labels to print"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__picking_id
msgid "Picking"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.actions.report,name:stock_picking_box_label_report.action_picking_box_label_report
msgid "Picking Box Labels"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.wiz_picking_box_label_form_view
msgid "Print"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.actions.act_window,name:stock_picking_box_label_report.wiz_picking_box_label_action
msgid "Print Box Labels"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__product_id
msgid "Product"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label__product_ids
msgid "Products"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__product_qty
msgid "Quantity"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model.fields,field_description:stock_picking_box_label_report.field_wiz_picking_box_label_line__wiz_picking_box_label_id
msgid "Wizard"
msgstr ""

#. module: stock_picking_box_label_report
#: model:ir.model,name:stock_picking_box_label_report.model_wiz_picking_box_label
msgid "Wizard For Box Label Report"
msgstr ""

#. module: stock_picking_box_label_report
#: model_terms:ir.ui.view,arch_db:stock_picking_box_label_report.wiz_picking_box_label_form_view
msgid "or"
msgstr ""
Loading

0 comments on commit c014b27

Please sign in to comment.