diff --git a/mrp_work_order_print/README.rst b/mrp_work_order_print/README.rst new file mode 100644 index 000000000..8a78d01e6 --- /dev/null +++ b/mrp_work_order_print/README.rst @@ -0,0 +1,32 @@ +Print Work Order Details v11 +============================ +Generate PDF Report of Work Order + +Depends +======= +[mrp] addon Odoo + +Installation +============ +- www.odoo.com/documentation/11.0/setup/install.html +- Install our custom addon + +License +======= +GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (LGPLv3) +(http://www.gnu.org/licenses/agpl.html) + +Bug Tracker +=========== +Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. + +Authors +------- +* Faslu + +Maintainer +---------- + +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit https://www.cybrosys.com. diff --git a/mrp_work_order_print/__init__.py b/mrp_work_order_print/__init__.py new file mode 100644 index 000000000..633f86615 --- /dev/null +++ b/mrp_work_order_print/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff --git a/mrp_work_order_print/__manifest__.py b/mrp_work_order_print/__manifest__.py new file mode 100644 index 000000000..525dd7a5e --- /dev/null +++ b/mrp_work_order_print/__manifest__.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +################################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: fasluca() +# +# This program is free software: you can modify +# it under the terms of the GNU Affero General Public License (AGPL) 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': 'Print Work Order Details', + 'summary': """Generate PDF Report of Work Order""", + 'version': '11.0.1.0.0', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': "https://cybrosys.com/", + 'category': 'Manufacturing', + 'depends': ['mrp'], + 'license': 'AGPL-3', + 'data': [ + 'views/report_work_order.xml', + ], + 'demo': [], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} diff --git a/mrp_work_order_print/static/description/banner.jpg b/mrp_work_order_print/static/description/banner.jpg new file mode 100644 index 000000000..012febffb Binary files /dev/null and b/mrp_work_order_print/static/description/banner.jpg differ diff --git a/mrp_work_order_print/static/description/cybro_logo.png b/mrp_work_order_print/static/description/cybro_logo.png new file mode 100644 index 000000000..bb309114c Binary files /dev/null and b/mrp_work_order_print/static/description/cybro_logo.png differ diff --git a/mrp_work_order_print/static/description/icon.png b/mrp_work_order_print/static/description/icon.png new file mode 100644 index 000000000..d9905bbcb Binary files /dev/null and b/mrp_work_order_print/static/description/icon.png differ diff --git a/mrp_work_order_print/static/description/index.html b/mrp_work_order_print/static/description/index.html new file mode 100644 index 000000000..6f928af3c --- /dev/null +++ b/mrp_work_order_print/static/description/index.html @@ -0,0 +1,62 @@ +
+
+

Print Work Order Details

+

Cybrosys Technologies

+
+
+ +
+
+

+ Generate PDF Report of Work Order +

+
+
+ +
+
+
+

Overview

+

+ Generate a PDF report with all necessary details of a Work Order. It can be used for the internal purposes of the plant/work center +

+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+

Need Any Help?

+ +
+ diff --git a/mrp_work_order_print/static/description/wo_pdf.png b/mrp_work_order_print/static/description/wo_pdf.png new file mode 100644 index 000000000..0fd244064 Binary files /dev/null and b/mrp_work_order_print/static/description/wo_pdf.png differ diff --git a/mrp_work_order_print/views/report_work_order.xml b/mrp_work_order_print/views/report_work_order.xml new file mode 100644 index 000000000..92ee7e76d --- /dev/null +++ b/mrp_work_order_print/views/report_work_order.xml @@ -0,0 +1,100 @@ + + + + + + + +