diff --git a/stock_picking_product_label/__init__.py b/stock_picking_product_label/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_picking_product_label/__manifest__.py b/stock_picking_product_label/__manifest__.py new file mode 100644 index 0000000..50a0735 --- /dev/null +++ b/stock_picking_product_label/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2019 ForgeFlow (https://forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + 'name': 'Print Labels in Picking', + 'summary': "Print Product Labels in a Stock Picking", + 'author': "ForgeFlow, Odoo Community Association (OCA)", + 'website': "https://github.com/OCA/stock-logistics-reporting", + 'category': 'Warehouse', + 'version': '12.0.1.0.0', + 'license': 'AGPL-3', + 'depends': [ + 'stock' + ], + 'data': [ + 'reports/report_print_labels.xml', + 'reports/report_print_labels_template.xml' + + ], + 'development_status': 'Beta', +} diff --git a/stock_picking_product_label/readme/CONTRIBUTORS.rst b/stock_picking_product_label/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..aaab34c --- /dev/null +++ b/stock_picking_product_label/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Adrià Gil +* Joan Sisquella +* Núria Martín diff --git a/stock_picking_product_label/readme/DESCRIPTION.rst b/stock_picking_product_label/readme/DESCRIPTION.rst new file mode 100644 index 0000000..782700b --- /dev/null +++ b/stock_picking_product_label/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module allows users to print labels of all done products in a stock picking. + diff --git a/stock_picking_product_label/readme/USAGE.rst b/stock_picking_product_label/readme/USAGE.rst new file mode 100644 index 0000000..ce55515 --- /dev/null +++ b/stock_picking_product_label/readme/USAGE.rst @@ -0,0 +1,3 @@ +Guidelines for use: + + * In a Stock Picking, press the Print button and then Product Barcodes (PDF). diff --git a/stock_picking_product_label/reports/report_print_labels.xml b/stock_picking_product_label/reports/report_print_labels.xml new file mode 100644 index 0000000..eab0a0e --- /dev/null +++ b/stock_picking_product_label/reports/report_print_labels.xml @@ -0,0 +1,12 @@ + + + + diff --git a/stock_picking_product_label/reports/report_print_labels_template.xml b/stock_picking_product_label/reports/report_print_labels_template.xml new file mode 100644 index 0000000..90d7416 --- /dev/null +++ b/stock_picking_product_label/reports/report_print_labels_template.xml @@ -0,0 +1,18 @@ + + + +