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

14 lines
394 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Test Sale Subscription',
'version': '1.0',
'depends': ['sale_subscription'],
'website': 'https://www.odoo.com/app/accounting',
'category': 'Sales/Subscriptions',
'demo': ['data/sale_subscription_demo.xml'],
'installable': True,
'license': 'OEEL-1',
}