diff --git a/README.md b/README.md index d796fed..6b08348 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ Odoo Stock Logistics Reporting ============================== -Reports for the Odoo Logistics modules. +Reports for the Odoo Logistics modules. + + - Stock Picking Partner Lang: adds possibility to print picking in partner language diff --git a/stock_picking_partner_lang/README.rst b/stock_picking_partner_lang/README.rst new file mode 100644 index 0000000..44722b1 --- /dev/null +++ b/stock_picking_partner_lang/README.rst @@ -0,0 +1,40 @@ +.. 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 Partner Language +============================== + +This module allows to print pickings in partner language. + +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 smashing it by providing a detailed and welcomed feedback +`here `_. + +Credits +======= + +Contributors +------------ + +* Nicola Malcontenti + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/stock_picking_partner_lang/__init__.py b/stock_picking_partner_lang/__init__.py new file mode 100644 index 0000000..78b7b42 --- /dev/null +++ b/stock_picking_partner_lang/__init__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Copyright (C) 2015 Agile Business Group sagl +# () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## diff --git a/stock_picking_partner_lang/__openerp__.py b/stock_picking_partner_lang/__openerp__.py new file mode 100644 index 0000000..249857c --- /dev/null +++ b/stock_picking_partner_lang/__openerp__.py @@ -0,0 +1,35 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Copyright (C) 2015 Agile Business Group sagl +# () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +{ + 'name': 'Stock Picking Partner Language', + 'version': '8.0.1.0.0', + 'category': 'Warehouse Management', + 'summary': 'Adds report for stock picking in partner language', + 'author': 'Agile Business Group, Odoo Community Association (OCA)', + 'website': 'http://www.agilebg.com', + 'depends': ['stock'], + 'data': [ + 'views/stock_picking_partner_language.xml', + 'picking_report.xml', + ], + 'installable': True, +} diff --git a/stock_picking_partner_lang/picking_report.xml b/stock_picking_partner_lang/picking_report.xml new file mode 100644 index 0000000..7518bb2 --- /dev/null +++ b/stock_picking_partner_lang/picking_report.xml @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/stock_picking_partner_lang/views/stock_picking_partner_language.xml b/stock_picking_partner_lang/views/stock_picking_partner_language.xml new file mode 100644 index 0000000..5c3caca --- /dev/null +++ b/stock_picking_partner_lang/views/stock_picking_partner_language.xml @@ -0,0 +1,12 @@ + + + + + +