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