- Nov 15, 2011
-
-
Vo Minh Thu authored
bzr revid: vmt@openerp.com-20111115163843-djq6hybp24lk9f5e
-
Xavier Morel authored
also only generate False values for float and integer fields, since they're the only aggregated values in the first place bzr revid: xmo@openerp.com-20111115114527-t92a37kdw4yqqs4p
-
Xavier Morel authored
For a group with a ${field}_count of 0, code would fallback on __count which does not exist -> would try to set group.length to `undefined` which leads to the property being removed from the result, blowing up the call to `$('<td>').text(group.length)` in the listview (jQuery's .text() apparently does not like getting `undefined` as its parameter... who knew?) Also make `openable` clearer, and improve style of listview in case of an empty group (openable but length 0): remove the arrow on the left (but leave the indent, otherwise it's ugly). lp bug: https://launchpad.net/bugs/889807 fixed bzr revid: xmo@openerp.com-20111115112906-e87sf40tgr8goqps
-
Xavier Morel authored
[FIX] add active_id, active_ids and active_model to context send when fetching m2o widget values in forms lp bug: https://launchpad.net/bugs/878189 fixed bzr revid: xmo@openerp.com-20111115105809-phttoirkmq4rzd1w
-
Xavier Morel authored
[FIX] missing task_id field in project.issue tree views, results in domain evaluation errors when trying to hide progressbar field lp bug: https://launchpad.net/bugs/890204 fixed bzr revid: xmo@openerp.com-20111115103927-rq7o7vmdgzdpigol
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20111115095027-qtkca801aic2e4bf
-
Xavier Morel authored
as well as synchronization of db list between database management and login screen (mostly on dropdb) bzr revid: xmo@openerp.com-20111115094507-n0hs6ehjc1exua0u
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20111115094250-8c2rq2le39oc3z7b
-
Xavier Morel authored
the database widget seems to not restart correctly anymore, after being stopped lp bug: https://launchpad.net/bugs/889718 fixed bzr revid: xmo@openerp.com-20111115093448-opym0msx0szvaeyt
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20111115091347-0wh7yf8df2y653d8
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20111115071356-jj2p47qrn4scz5ef
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20111115050635-o3qdhd1tvfpym3b6
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115002847-vz2y1q2d852mz6a6
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115002424-wk9xvzde9580p0gt
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115002234-hw9cjahxh3zw8gk5
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115001912-2uor8v5t33wuh1n8
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115001426-bpct1qa3xysjv3cq
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111115000156-0ihc6sfmt96hmw5s
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114232422-4rgrmipbr7b4x7j0
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114232311-l0e3donbreduqly5
-
- Nov 14, 2011
-
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114224224-5kvzufap638l7nx1
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114224213-asq9x16vsnhv33ap
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114223119-iy5u2hlkpvo4qknp
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114221954-urk25d05y65by96n
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114221924-btl3n72he07nysvd
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114220836-nlk4dly81ga0w0hd
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114213941-k8glvw58fzymx2er
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20111114213319-9sgjo9sy4sx1phd7
-
Fabien Pinckaers authored
Very big change, this may emphasize some of the troubles, runbot can become red until we fix them all. bzr revid: fp@tinyerp.com-20111114212627-5kdjxkws1lqm0c38
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20111114205916-549at8roai7yrpjm
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20111114205012-toweif7lkr54cv4e
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20111114204925-nsrkn93c3tizqzm8
-
Xavier Morel authored
lp bug: https://launchpad.net/bugs/886471 fixed bzr revid: xmo@openerp.com-20111114155332-3on98ot7o808z0gi
-
Xavier Morel authored
lp bug: https://launchpad.net/bugs/886471 fixed bzr revid: xmo@openerp.com-20111114154510-r6bdi22cyygh72ak
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20111114153436-pj6vq6lamfrjpg7f
-
Vo Minh Thu authored
[MERGE] base_action_rule: make the pre_action be really a post_action, in both create and write cases. bzr revid: vmt@openerp.com-20111114144142-vv7j8mkp8mltg31r
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20111114144120-2rctezb1x63fytnr
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20111114141447-82buq5hzgt17wqz2
-
Xavier Morel authored
lp bug: https://launchpad.net/bugs/886471 fixed bzr revid: xmo@openerp.com-20111114140007-7nz0pz9zkhqkt3ga
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20111114134811-j3cnvn6mcle869or
-