forked from Mapan/odoo17e
15 lines
382 B
Python
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',
|
|
}
|