Odoo18-Base/addons/sale_gelato_stock/__manifest__.py

10 lines
243 B
Python
Raw Permalink Normal View History

2025-03-04 12:23:19 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Gelato/Stock bridge",
'category': 'Sales/Sales',
'depends': ['sale_gelato', 'sale_stock'],
'auto_install': True,
'license': 'LGPL-3',
}