Commit Graph

14 Commits

Author SHA1 Message Date
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
Harry (OpenERP) e037fbcc31 [FIX] project_long_term: open gatt view after scheduling phase and task
bzr revid: hmo@tinyerp.com-20101230115035-vaempl46l5drf809
2010-12-30 17:20:35 +05:30
rpa (Open ERP) 71a3990a04 [FIX]: Fixed pylint warnings
bzr revid: rpa@tinyerp.com-20100927134403-d0xv04c0kkfkn724
2010-09-27 19:14:03 +05:30
Harry (OpenERP) fb383d75e4 [REF] project_long_term: Refactor code to compute tasks and phases
bzr revid: hmo@tinyerp.com-20100924092614-kxmx5r8cox7hg4ry
2010-09-24 14:56:14 +05:30
P. Christeas 30189fb7e8 [FIX] project_long_term: Fix yaml tests, specify resourceusers and
If a user is not associated with a resource of the project, compute his
task/phase as if no user had been specified.

bzr revid: hmo@tinyerp.com-20100901060717-o2lfueq3boatc4h7
2010-09-01 11:37:17 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
PAP(OpenERP) c75affcd1c [IMP] project & its related module with removing of mx.datetime dependancy
bzr revid: mra@mra-laptop-20100812073145-h57aft3vbcxsmvu7
2010-08-12 13:01:45 +05:30
Mustufa Rangwala 5477d0de86 [IMP] clean project_* code (ARA)
bzr revid: mra@mra-laptop-20100702141550-05xl1o45ophjl23t
2010-07-02 19:45:50 +05:30
Mustufa Rangwala e2c0ba196e [MERGE] merge with trunk
bzr revid: mra@mra-laptop-20100614044510-iffai5yviiknzqfa
2010-06-14 10:15:10 +05:30
Fabien Pinckaers 8baf16f25e [IMP] access rights. Remove bad stuff on point of sale
bzr revid: fp@tinyerp.com-20100612162154-f9dgju8wsmn79gq0
2010-06-12 18:21:54 +02:00
pap (openerp) 7ac215e587 [ADD]:added yml test for project and project_ modules
bzr revid: pap@tinyerp.co.in-20100603112420-uofelwn685xlheum
2010-06-03 16:54:20 +05:30
mra (Open ERP) 0388dcb2f0 [IMP] project_long_term: *improve the form view of phase
*review menuitem structure

bzr revid: mra@tinyerp.com-20100521071429-hbki7oqgwt3n0vls
2010-05-21 12:44:29 +05:30
psi (Open ERP) 22e38ea30b [IMP] (task id=740) changes according to technical meeting review
bzr revid: psi@tinyerp.co.in-20100514091502-ln2doe2ev1h70q58
2010-05-14 14:45:02 +05:30
mra (Open ERP) 5c6f3c1e58 [ADD] Project_long_term: compute phase tasks date wizard => osv memory convert
bzr revid: mra@tinyerp.com-20100406105001-6pluzi9wopa3ewot
2010-04-06 16:20:01 +05:30