odoo/addons/mrp_operations
Olivier Dony 253eaa462d [FIX] fix useless and invalid casts in domain fields
The ORM will automatically append 00:00:00 to a date
literal that is being compared with a timestamp field
with operators '>' or '>=', and 23:59:59 if compared
with operators '<' or '<='.
So a trivial domain for 'Today' is:
[('tstamp_field','>=',current_date),('tstamp_field','<=',current_date)]
taking advantage of the current_date helper that
is defined as the current date in YYYY-MM-DD format.

bzr revid: odo@openerp.com-20110924005547-pvgblte6r14so7mw
2011-09-24 02:55:47 +02:00
..
i18n Launchpad automatic translations update. 2011-09-06 04:40:18 +00:00
process merged with trunk 2010-12-30 15:28:09 +05:30
report merge 2011-09-17 19:24:05 +02:00
security [IMP] access rights for warehouse user group 2010-12-21 11:04:23 +01:00
test [FIX] mrp_operations: fixed error in test yaml 2011-01-17 21:15:18 +01:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [IMP]: module is defined by its complexity 2011-07-06 17:59:28 +05:30
mrp_operation_data.xml merged with trunk 2010-12-30 15:28:09 +05:30
mrp_operations.py [Useability] improved error message 2011-09-18 15:41:16 +02:00
mrp_operations_report.xml merged with trunk 2010-12-30 15:28:09 +05:30
mrp_operations_view.xml [FIX] fix useless and invalid casts in domain fields 2011-09-24 02:55:47 +02:00
mrp_operations_workflow.xml merged with trunk 2010-12-30 15:28:09 +05:30