odoo/addons/sale_crm
Denis Ledoux 90230a967f [FIX] sale_crm: preserve opp time when converting to sale order.
Field date_order of sale.order model was changed from date to datetime
during rev. 56cbc9421d

When converting the opp to a sale order, we must therefore use fields.datetime.now
which returns a datetime
instead of fields.datetime.context_today
which returns a date
2015-02-04 11:16:52 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
security [FIX] sale: Give accees right to model_account_invoice_report 2011-12-20 11:42:01 +05:30
test [IMP]remove sale.shop from yml and improve code 2013-01-23 18:08:28 +05:30
wizard [FIX] sale_crm: preserve opp time when converting to sale order. 2015-02-04 11:16:52 +01:00
__init__.py [IMP] optimize code 2014-04-22 12:53:03 +05:30
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
sale_crm.py [IMP] Crm: Add tracking mixin to manage utm campaign and add this mixin to mass_mailing, crm_lead and sale_order 2014-07-08 17:33:00 +02:00
sale_crm_view.xml [IMP] Crm: Add tracking mixin to manage utm campaign and add this mixin to mass_mailing, crm_lead and sale_order 2014-07-08 17:33:00 +02:00