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