diff --git a/bi_professional_reports_templates/LICENSE b/bi_professional_reports_templates/LICENSE new file mode 100755 index 0000000..de7bcc6 --- /dev/null +++ b/bi_professional_reports_templates/LICENSE @@ -0,0 +1,28 @@ +Odoo Proprietary License v1.0 + +This software and associated files (the "Software") may only be used (executed, +modified, executed after modifications) if you have purchased a valid license +from the authors, typically via Odoo Apps, or if you have received a written +agreement from the authors of the Software (see the COPYRIGHT file). + +You may develop Odoo modules that use the Software as a library (typically +by depending on it, importing it and using its resources), but without copying +any source code or material from the Software. You may distribute those +modules under the license of your choice, provided that this license is +compatible with the terms of the Odoo Proprietary License (For example: +LGPL, MIT, or proprietary licenses similar to this one). + +It is forbidden to publish, distribute, sublicense, or sell copies of the Software +or modified copies of the Software. + +The above copyright notice and this permission notice must be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + diff --git a/bi_professional_reports_templates/__init__.py b/bi_professional_reports_templates/__init__.py new file mode 100644 index 0000000..86882d2 --- /dev/null +++ b/bi_professional_reports_templates/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +from . import res_company + diff --git a/bi_professional_reports_templates/__manifest__.py b/bi_professional_reports_templates/__manifest__.py new file mode 100644 index 0000000..bb12d9c --- /dev/null +++ b/bi_professional_reports_templates/__manifest__.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Odoo Professional Report Templates', + 'version': '13.0.0.0', + 'summary': 'Easily Customizable Report Template for Quotation/SO/Sales, Invoice, Picking/Delivery Order,RFQ/PO/Purchases', + 'category': 'Tools', + 'description': """ + Customize report, customize pdf report, customize template report, Customize Sales Order report,Customize Purchase Order report, Customize invoice report, Customize delivery Order report, Accounting Reports, Easy reports, Flexible report,Fancy Report template. + + """, + 'license':'OPL-1', + 'author': 'BrowseInfo', + 'live_test_url':'https://youtu.be/_aihFWW4a5E', + 'website': 'http://www.browseinfo.in', + 'depends': ['base', 'account', 'sale', 'purchase', 'stock', 'sale_stock', 'base_vat','sale_management','purchase_stock'], + 'data': [ + + "res_company.xml", + + "invoice_report/fency_report_account.xml", + "invoice_report/fency_report_invoice.xml", + "invoice_report/report_invoice_classic.xml", + "invoice_report/report_invoice_modern.xml", + "invoice_report/report_invoice_odoo_standard.xml", + + "delivery_report/stock_report_classic.xml", + "delivery_report/fency_report_deliveryslip.xml", + "delivery_report/modern_report_deliveryslip.xml", + "delivery_report/odoo_standard_report_deliveryslip.xml", + "delivery_report/report_deliveryslip_classic.xml", + + + "purchase_report/classic_report_purchaseorder.xml", + "purchase_report/classic_report_purchasequotation.xml", + "purchase_report/fency_report_purchaseorder.xml", + "purchase_report/fency_report_purchasequotation.xml", + "purchase_report/modern_report_purchaseorder.xml", + "purchase_report/modern_report_purchasequotation.xml", + "purchase_report/odoo_standard_report_purchaseorder.xml", + "purchase_report/odoo_standard_report_purchasequotation.xml", + + "sale_report/classic_report_saleorder.xml", + "sale_report/fency_report_saleorder.xml", + "sale_report/modern_report_saleorder.xml", + "sale_report/odoo_standard_report_saleorder.xml", + ], + 'demo': [], + 'test': [], + 'installable': True, + 'auto_install': False, + "images":['static/description/Banner.png'], +} diff --git a/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml new file mode 100644 index 0000000..54a89d5 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml @@ -0,0 +1,232 @@ + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml new file mode 100644 index 0000000..760a737 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml @@ -0,0 +1,247 @@ + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml new file mode 100644 index 0000000..304d093 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml @@ -0,0 +1,237 @@ + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml b/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml new file mode 100644 index 0000000..c76ef41 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml @@ -0,0 +1,295 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/stock_report_classic.xml b/bi_professional_reports_templates/delivery_report/stock_report_classic.xml new file mode 100644 index 0000000..493cfa2 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/stock_report_classic.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/fency_report_account.xml b/bi_professional_reports_templates/invoice_report/fency_report_account.xml new file mode 100644 index 0000000..927b7d6 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/fency_report_account.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml b/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml new file mode 100644 index 0000000..c63c994 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml @@ -0,0 +1,304 @@ + + + + + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml b/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml new file mode 100644 index 0000000..41ad6b5 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml @@ -0,0 +1,322 @@ + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml b/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml new file mode 100644 index 0000000..4b5c903 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml @@ -0,0 +1,236 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml b/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml new file mode 100644 index 0000000..57f85de --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml @@ -0,0 +1,179 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml new file mode 100644 index 0000000..2456c59 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml @@ -0,0 +1,219 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml new file mode 100644 index 0000000..7b57599 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml @@ -0,0 +1,222 @@ + + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml new file mode 100644 index 0000000..86aac1f --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml @@ -0,0 +1,144 @@ + + + + + + + \ No newline at end of file diff --git a/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml new file mode 100644 index 0000000..41ef383 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml @@ -0,0 +1,106 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml new file mode 100644 index 0000000..d2a66db --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml @@ -0,0 +1,199 @@ + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml new file mode 100644 index 0000000..ecf1dca --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml @@ -0,0 +1,154 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml new file mode 100644 index 0000000..fd724e9 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml @@ -0,0 +1,143 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml new file mode 100644 index 0000000..58d101b --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml @@ -0,0 +1,103 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/res_company.py b/bi_professional_reports_templates/res_company.py new file mode 100644 index 0000000..24ce466 --- /dev/null +++ b/bi_professional_reports_templates/res_company.py @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +from odoo import models, fields, api, _ + +class res_company(models.Model): + _inherit = "res.company" + + sale_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Sale') + purchase_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Stan/home/sanjay/odoo-12.0/custom_addons/custom_wizard/modeldard'), + ], 'Purchase') + stock_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Stock') + account_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Account') + + +class account_invoice(models.Model): + _inherit = "account.move" + + paypal_chk = fields.Boolean("Paypal") + paypal_id = fields.Char("Paypal Id") + + + def invoice_print(self): + """ Print the invoice and mark it as sent, so that we can see more + easily the next step of the workflow + """ + self.ensure_one() + self.sent = True + return self.env.ref('bi_professional_reports_templates.custom_account_invoices').report_action(self) + + +class res_company(models.Model): + _inherit = "res.company" + + bank_account_id = fields.Many2one('res.partner.bank', 'Bank Account') + +class res_partner_bank(models.Model): + _inherit = "res.partner.bank" + + street = fields.Char('Street') + street2 = fields.Char('Street2') + zip = fields.Char('Zip', size=24, change_default=True) + city = fields.Char('City') + state_id = fields.Many2one("res.country.state", 'State') + country_id = fields.Many2one('res.country', 'Country') + swift_code = fields.Char('Swift Code') + ifsc = fields.Char('IFSC') + branch_name = fields.Char('Branch Name') + + +class sale_order(models.Model): + _inherit = 'sale.order' + + + def print_quotation(self): + self.filtered(lambda s: s.state == 'draft').write({'state': 'sent'}) + return self.env.ref('bi_professional_reports_templates.custom_report_sale_order').report_action(self) + + +class PurchaseOrder(models.Model): + _inherit = "purchase.order" + + def print_quotation(self): + self.write({'state': "sent"}) + return self.env.ref('bi_professional_reports_templates.custom_report_purchase_quotation').report_action(self) + diff --git a/bi_professional_reports_templates/res_company.xml b/bi_professional_reports_templates/res_company.xml new file mode 100644 index 0000000..b409b90 --- /dev/null +++ b/bi_professional_reports_templates/res_company.xml @@ -0,0 +1,70 @@ + + + + + + res_company_inherit.inherit_form_view + res.company + + form + + + + + + + + + + + + + account_invoice_inherit.inherit_form_view + account.move + + form + + + + + + + + + + res_company_inherit.inherit_form_view + res.company + + form + + + + + + + + + res_partner_bank_inherit.inherit_form_view + res.partner.bank + + form + + + + + + + \ No newline at end of file diff --git a/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml b/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml new file mode 100644 index 0000000..0662831 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml @@ -0,0 +1,212 @@ + + + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml b/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml new file mode 100644 index 0000000..e157789 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml @@ -0,0 +1,189 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml b/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml new file mode 100644 index 0000000..bd4e743 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml @@ -0,0 +1,190 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml b/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml new file mode 100644 index 0000000..94eaae2 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml @@ -0,0 +1,208 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/static/description/Banner.png b/bi_professional_reports_templates/static/description/Banner.png new file mode 100644 index 0000000..9aa9818 Binary files /dev/null and b/bi_professional_reports_templates/static/description/Banner.png differ diff --git a/bi_professional_reports_templates/static/description/bi_logo.png b/bi_professional_reports_templates/static/description/bi_logo.png new file mode 100644 index 0000000..e5d60b2 Binary files /dev/null and b/bi_professional_reports_templates/static/description/bi_logo.png differ diff --git a/bi_professional_reports_templates/static/description/cust_in_modern.png b/bi_professional_reports_templates/static/description/cust_in_modern.png new file mode 100644 index 0000000..b17786f Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_in_modern.png differ diff --git a/bi_professional_reports_templates/static/description/cust_inv_fency.png b/bi_professional_reports_templates/static/description/cust_inv_fency.png new file mode 100644 index 0000000..69881cb Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_inv_fency.png differ diff --git a/bi_professional_reports_templates/static/description/cust_invoice_classic.png b/bi_professional_reports_templates/static/description/cust_invoice_classic.png new file mode 100644 index 0000000..f15827e Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_invoice_classic.png differ diff --git a/bi_professional_reports_templates/static/description/cust_invoice_odoo.png b/bi_professional_reports_templates/static/description/cust_invoice_odoo.png new file mode 100644 index 0000000..cf7ee88 Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_invoice_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_classic.png b/bi_professional_reports_templates/static/description/delivery_classic.png new file mode 100644 index 0000000..1c674dd Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_classic.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_fency.png b/bi_professional_reports_templates/static/description/delivery_fency.png new file mode 100644 index 0000000..82d32e3 Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_fency.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_modern.png b/bi_professional_reports_templates/static/description/delivery_modern.png new file mode 100644 index 0000000..28d496e Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_modern.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_odoo.png b/bi_professional_reports_templates/static/description/delivery_odoo.png new file mode 100644 index 0000000..ce48461 Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png b/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png new file mode 100644 index 0000000..e51fc57 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png b/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png new file mode 100644 index 0000000..785b657 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/branch.png b/bi_professional_reports_templates/static/description/demanded/branch.png new file mode 100644 index 0000000..aecfc0a Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/branch.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/customer_overdue.png b/bi_professional_reports_templates/static/description/demanded/customer_overdue.png new file mode 100644 index 0000000..b9efae2 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/customer_overdue.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png b/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png new file mode 100644 index 0000000..6b70c50 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/sale_commision.png b/bi_professional_reports_templates/static/description/demanded/sale_commision.png new file mode 100644 index 0000000..145289f Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/sale_commision.png differ diff --git a/bi_professional_reports_templates/static/description/email.png b/bi_professional_reports_templates/static/description/email.png new file mode 100644 index 0000000..a2a5765 Binary files /dev/null and b/bi_professional_reports_templates/static/description/email.png differ diff --git a/bi_professional_reports_templates/static/description/features/all.png b/bi_professional_reports_templates/static/description/features/all.png new file mode 100644 index 0000000..98661b7 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/all.png differ diff --git a/bi_professional_reports_templates/static/description/features/cl.png b/bi_professional_reports_templates/static/description/features/cl.png new file mode 100644 index 0000000..4e1153d Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/cl.png differ diff --git a/bi_professional_reports_templates/static/description/features/fc.png b/bi_professional_reports_templates/static/description/features/fc.png new file mode 100644 index 0000000..2bdfd40 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/fc.png differ diff --git a/bi_professional_reports_templates/static/description/features/it.png b/bi_professional_reports_templates/static/description/features/it.png new file mode 100644 index 0000000..404b087 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/it.png differ diff --git a/bi_professional_reports_templates/static/description/features/m.png b/bi_professional_reports_templates/static/description/features/m.png new file mode 100644 index 0000000..0e28aac Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/m.png differ diff --git a/bi_professional_reports_templates/static/description/features/mail.png b/bi_professional_reports_templates/static/description/features/mail.png new file mode 100644 index 0000000..580156c Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/mail.png differ diff --git a/bi_professional_reports_templates/static/description/features/st.png b/bi_professional_reports_templates/static/description/features/st.png new file mode 100644 index 0000000..8e8adab Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/st.png differ diff --git a/bi_professional_reports_templates/static/description/features/user.png b/bi_professional_reports_templates/static/description/features/user.png new file mode 100644 index 0000000..7ef6e27 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/user.png differ diff --git a/bi_professional_reports_templates/static/description/icon.png b/bi_professional_reports_templates/static/description/icon.png new file mode 100644 index 0000000..fcda733 Binary files /dev/null and b/bi_professional_reports_templates/static/description/icon.png differ diff --git a/bi_professional_reports_templates/static/description/index.html b/bi_professional_reports_templates/static/description/index.html new file mode 100644 index 0000000..e37c66e --- /dev/null +++ b/bi_professional_reports_templates/static/description/index.html @@ -0,0 +1,486 @@ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+

+ Professional Report Template +

+

+ Easily Customizable Report Template for Quotation/Sale Order/Sales, Invoice, Picking/Delivery Order,RFQ/Purchase Order/Purchases. We are provide various + Professional Report Templates like A Odoo Standard PDF Report Template, Modern PDF Report Template, Fancy PDF Report Template, Classic PDF Report Template. +
Also user can able to Set the Report Template in Company Configuration. +

+
+
+
+ +
+
+
+

Features

+
+
+
+
+
+ +
+
+

Odoo Standard PDF Report

+ You can configure Odoo Standard template for specific report. Easily Customizable Standard Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+ +
+
+

Fancy PDF Report

+ You can configure Fancy template for specific report. Easily Customizable Fancy Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+
+
+ +
+
+

Modern PDF Report

+ You can configure Modern template for specific report. Easily Customizable Modern Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+ +
+
+

Classic PDF Report

+ You can configure Classic template for specific report. Easily Customizable Classic Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+
+
+ +
+
+

Individual Template For Each Company

+ User can select template for particular company. +
+
+
+
+
+
+ +
+
+

Useful for All type of Industries

+ As this module is the very useful for all type of Industries. You can contact us for any Query regarding this Module. +
+
+
+
+
+
+
+
+ +
+
+

User Configuration

+ User can easily company configuration for various Templates Report. +
+
+
+
+
+
+ +
+
+

Send Mail

+ User can easily Send Mail of various Templates Report. +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+

How to use this module

+

You Can Goto > Settings > Companies

+

You can set the Template in company Configuration.
you can set the template and set bank account information, Tax id, Company Registry number.

+
+ +
+
+
+ +
+
+
+

Print Report

+

User can easily Print Various Template Report.

+
+ +
+
+
+ +
+
+
+

Send Mail

+

User can easily Send Mail of Various Template Report.

+
+ +
+
+
+ +
+
+
+

Fancy Report Template

+

Sale Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Invoice Fancy Report.

+
+ +
+
+
+ +
+
+
+

Classic Report Template

+

Sale Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Invoice Classic Report.

+
+ +
+
+
+ +
+
+
+

Modern Report Template

+

Sale Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Invoice Modern Report.

+
+ +
+
+
+ +
+
+
+

Odoo Standard Template

+

Sale Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Invoice Standard Report.

+
+ +
+
+
+ +
+
+
+

Now also available in spanish.

+
+ +
+
+
+ +
+
+
+
+

Apps May You Like

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

Most Demanded Apps

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

Free Support

+

You will get 90 Days free support incase any bugs or issue (Except data recovery).

+

+ At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on sales@browseinfo.in or raise a ticket on support. +

+
+
+
+ +
+
+
+
+ + + +
+
+ +
+
diff --git a/bi_professional_reports_templates/static/description/main.png b/bi_professional_reports_templates/static/description/main.png new file mode 100644 index 0000000..4c12062 Binary files /dev/null and b/bi_professional_reports_templates/static/description/main.png differ diff --git a/bi_professional_reports_templates/static/description/print.png b/bi_professional_reports_templates/static/description/print.png new file mode 100644 index 0000000..b4ae8b5 Binary files /dev/null and b/bi_professional_reports_templates/static/description/print.png differ diff --git a/bi_professional_reports_templates/static/description/prt_translate.png b/bi_professional_reports_templates/static/description/prt_translate.png new file mode 100644 index 0000000..62d0daf Binary files /dev/null and b/bi_professional_reports_templates/static/description/prt_translate.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_classic.png b/bi_professional_reports_templates/static/description/quotation_classic.png new file mode 100644 index 0000000..9806e84 Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_classic.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_fency.png b/bi_professional_reports_templates/static/description/quotation_fency.png new file mode 100644 index 0000000..315fd2d Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_fency.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_modern.png b/bi_professional_reports_templates/static/description/quotation_modern.png new file mode 100644 index 0000000..0c94cfe Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_modern.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_odoo.png b/bi_professional_reports_templates/static/description/quotation_odoo.png new file mode 100644 index 0000000..2c50948 Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png b/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png new file mode 100644 index 0000000..accbf6f Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_inventory_report.png b/bi_professional_reports_templates/static/description/related/bi_inventory_report.png new file mode 100644 index 0000000..490aa21 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_inventory_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png b/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png new file mode 100644 index 0000000..1db1247 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png b/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png new file mode 100644 index 0000000..9350d25 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png b/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png new file mode 100644 index 0000000..ecb0759 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/outstanding_report.png b/bi_professional_reports_templates/static/description/related/outstanding_report.png new file mode 100644 index 0000000..4443cdf Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/outstanding_report.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_classic.png b/bi_professional_reports_templates/static/description/rfq_classic.png new file mode 100644 index 0000000..a7946ca Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_classic.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_fency.png b/bi_professional_reports_templates/static/description/rfq_fency.png new file mode 100644 index 0000000..0ba23ff Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_fency.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_modern.png b/bi_professional_reports_templates/static/description/rfq_modern.png new file mode 100644 index 0000000..141ed78 Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_modern.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_odoo.png b/bi_professional_reports_templates/static/description/rfq_odoo.png new file mode 100644 index 0000000..eb70308 Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_odoo.png differ