Files
2026-09-18 13:55:25 +07:00

12 lines
320 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "PoS - Event Sale",
'category': "Technical",
'summary': 'Link module between pos_sale and pos_event',
'depends': ['pos_event', 'pos_sale'],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}