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': 'Dates on Sales Order',
|
2018-01-16 12:08:17 +01:00
|
|
|
'author': 'Odoo S.A.',
|
2018-01-16 06:58:15 +01:00
|
|
|
'version': '1.1',
|
|
|
|
'category': 'Sales',
|
|
|
|
'description': """
|
|
|
|
Add additional date information to the sales order.
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
You can add the following additional dates to a sales order:
|
|
|
|
------------------------------------------------------------
|
|
|
|
* Requested Date (will be used as the expected date on pickings)
|
|
|
|
* Commitment Date
|
|
|
|
* Effective Date
|
|
|
|
""",
|
2018-01-16 11:34:37 +01:00
|
|
|
'website': 'https://flectrahq.com/page/crm',
|
2018-01-16 06:58:15 +01:00
|
|
|
'depends': ['sale_stock'],
|
|
|
|
'data': ['views/sale_order_views.xml'],
|
|
|
|
}
|