1234567891011121314151617181920212223 |
- {
- 'name': 'Invoice Report Analytic',
- 'version': '0.1',
- 'category': 'Sale',
- 'license': 'AGPL-3',
- 'summary': 'Add a graph via on that aggregate account invoice',
- 'description': """
- In the *Reporting* menu, add a new entry Account Orders Analysis that show sale statistics per products that aggregate invoices.
- Also add direct access to invoices statistics on the Product form view and Product Variants form view (Menu entry *Invoices Statistics* in the *More* drop down list).
- """,
- 'author': 'Akretion - EIRU',
- 'website': 'https://www.eiru.com.py',
- 'depends': ['sale'],
- 'data': [
- 'report/analytic_invoice_report_view.xml',
- 'product_view.xml',
- 'security/ir.model.access.csv',
- ],
- 'installable': True,
- }
|