diff --git a/sale_order_report_with_note_operating_unit/README.rst b/sale_order_report_with_note_operating_unit/README.rst new file mode 100644 index 0000000000..1c33301ba3 --- /dev/null +++ b/sale_order_report_with_note_operating_unit/README.rst @@ -0,0 +1,74 @@ +.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg + :target: https://www.gnu.org/licenses/agpl.html + :alt: License: AGPL-3 + +=============================== +Sale Order Report With Note +=============================== + +* This module replaces the webkit Quotation / Sale Order report by + a qweb report and adds header and footer notes on the sale order + and quotation + + +Installation +============ + +To install this module, you need to install its dependant module: + + * sale_order_report_with_notes (https://github.com/OCA/sale-reporting/) + + +Configuration +============= + +No configuration is required. + + +Usage +===== + +* To use this module set the header and footer notes in the Condition tab for Sale order. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/148/8.0 + +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. + + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Vincent Renaville +* Jordi Ballester Alomar +* Serpent Consulting Services Pvt. Ltd. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://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 https://odoo-community.org. diff --git a/sale_order_report_with_note_operating_unit/__init__.py b/sale_order_report_with_note_operating_unit/__init__.py new file mode 100644 index 0000000000..ea82e942c8 --- /dev/null +++ b/sale_order_report_with_note_operating_unit/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +# Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com) +# @author Guewen Baconnier +# © 2015 Eficent Business and IT Consulting Services S.L. +# - Jordi Ballester Alomar +# © 2015 Serpent Consulting Services Pvt. Ltd. - Sudhir Arya +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + diff --git a/sale_order_report_with_note_operating_unit/__openerp__.py b/sale_order_report_with_note_operating_unit/__openerp__.py new file mode 100644 index 0000000000..0e48092e54 --- /dev/null +++ b/sale_order_report_with_note_operating_unit/__openerp__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# © 2015 Eficent Business and IT Consulting Services S.L. +# - Jordi Ballester Alomar +# © 2015 Serpent Consulting Services Pvt. Ltd. - Sudhir Arya +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Sales Order Report with Note Operating Unit', + 'version': '8.0.1.0.0', + 'category': 'Reports/Qweb', + 'license': 'AGPL-3', + "author": "Eficent, " + "Serpent CS," + "Odoo Community Association (OCA)", + 'website': "https://odoo-community.org/", + 'depends': ['sale_order_report_with_note', + 'sale_operating_unit'], + 'data': [ + 'views/report_saleorder_qweb.xml' + ], + 'installable': True, +} diff --git a/sale_order_report_with_note_operating_unit/static/description/icon.png b/sale_order_report_with_note_operating_unit/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/sale_order_report_with_note_operating_unit/static/description/icon.png differ diff --git a/sale_order_report_with_note_operating_unit/views/report_saleorder_qweb.xml b/sale_order_report_with_note_operating_unit/views/report_saleorder_qweb.xml new file mode 100644 index 0000000000..38ab17a7bf --- /dev/null +++ b/sale_order_report_with_note_operating_unit/views/report_saleorder_qweb.xml @@ -0,0 +1,37 @@ + + + + + + +