odoo/addons/project_timesheet
Raphael Collet 052f9ed5d7 [FIX] models: improve rationale for the management of flag 'recompute' in context
When the context contains 'recompute': False, the recomputation was not even
prepared. Now both create() and write() prepare the recomputation by invoking
method modified(). The flag only controls whether method recompute() is invoked.
In addintion, the former flag 'no_store_function' was converted to the flag
'recompute', so that both create() and write() use the same flag.

Fixes #1456
2014-08-19 11:50:42 +02:00
..
i18n [I18N] Update 8.0 translation with latest source code 2014-08-14 17:01:54 +02:00
report [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
security [IMP]Read access of sale order to project groups when contract is installed 2012-06-29 11:33:34 +05:30
static/img [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
test [MERGE] merged with main trunk 2013-10-10 15:32:12 +02:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [MERGE]sync with trunk and resolve conflicts. 2014-02-10 14:18:03 +05:30
project_timesheet.py [FIX] models: improve rationale for the management of flag 'recompute' in context 2014-08-19 11:50:42 +02:00
project_timesheet_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
project_timesheet_view.xml [IMP] addons: search view cleaning / improvements due to the new search view display 2014-07-01 11:28:08 +02:00