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

17 lines
439 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Sale statistics on social',
'category': 'Hidden',
'version': '1.0',
'summary': 'Add sale UTM info on social',
'description': """UTM and post on sale orders""",
'depends': ['social', 'sale'],
'data': [
'views/social_post_views.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}