21 lines
407 B
Python
21 lines
407 B
Python
|
# -*- encoding: utf-8 -*-
|
||
|
{
|
||
|
'name': 'Website Sale - Sale Management',
|
||
|
'version': '1.0',
|
||
|
'category': 'Website',
|
||
|
'description': """
|
||
|
Display orders to invoice in website dashboard.
|
||
|
""",
|
||
|
'depends': [
|
||
|
'sale_management',
|
||
|
'website_sale',
|
||
|
],
|
||
|
'installable': True,
|
||
|
'auto_install': True,
|
||
|
'data': [
|
||
|
],
|
||
|
'demo': [
|
||
|
],
|
||
|
'qweb': ['static/src/xml/*.xml'],
|
||
|
}
|