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

14 lines
427 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'WMS Accounting Merge',
'version': '1.0',
'category': 'Productivity/Data Cleaning',
'summary': 'Warn user in case of products merging',
'description': """Warn user in case of products merging""",
'depends': ['data_merge', 'stock_account'],
'auto_install': True,
'license': 'OEEL-1',
}