1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/pos_sale_subscription/__manifest__.py
2024-12-10 09:04:09 +07:00

15 lines
382 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Point of Sale Subscription',
'version': '1.0',
'category': 'Point of Sale',
'sequence': 15,
'summary': "Link between PoS and Sale Subscription.",
'depends': ['pos_sale', 'sale_subscription'],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}