You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
619 B
22 lines
619 B
# -*- coding: utf-8 -*-
|
|
# copyright Odoo SA
|
|
# copyright OCA
|
|
# Licence : LGPL-3
|
|
|
|
{
|
|
'name': 'POS report Session Summary',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Point Of Sale',
|
|
'summary': 'Adds a Session Summary PDF report on the POS session',
|
|
'author': 'Akretion, Odoo SA, Odoo Community Association (OCA)',
|
|
'license': 'LGPL-3',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/session_summary_report.xml',
|
|
'views/report_session_summary.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'website': 'https://github.com/OCA/pos',
|
|
'auto_install': False,
|
|
}
|