# 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', }