2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Website Sale Stock - Website Delivery Information',
|
|
|
|
'category': 'Website',
|
|
|
|
'description': """
|
|
|
|
Display delivery orders (picking) infos on the website
|
|
|
|
""",
|
|
|
|
'depends': [
|
|
|
|
'website_sale',
|
|
|
|
'sale_stock',
|
|
|
|
],
|
|
|
|
'auto_install': True,
|
|
|
|
'data': [
|
|
|
|
'views/product_template_views.xml',
|
|
|
|
'views/res_config_settings_views.xml',
|
|
|
|
'views/website_sale_stock_templates.xml'
|
|
|
|
]
|
|
|
|
}
|