mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
56 lines
2.3 KiB
Python
56 lines
2.3 KiB
Python
# -*- 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'],
|
|
}
|