- Nov 30, 2012
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130161210-3ih3bnx4oc9gv2w3
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130145452-afqxovwvncys6d4n
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130135829-8i2pd5kqlyhhfx2r
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130113828-abweveb1ryzptvhf
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130104505-1p2arb61jnnogeb9
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121130103503-9l3elc3o1dgkovhe
-
- Nov 29, 2012
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121129152103-e7w590lynz4veqn9
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121129152038-hx3km5x55x0oj9r1
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20121129151746-r7t5xgddekvoq23w
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20121129145219-q6wqvzy61mki2j26
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129141759-wj4je85nkrfznql1
-
Xavier Morel authored
lp bug: https://launchpad.net/bugs/1084306 fixed bzr revid: xmo@openerp.com-20121129140109-bwx1njhyqfenc2d3
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20121129134051-5hiw9z5hi99fxtve
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129132738-fcnam8bkqyt7h8ey
-
Xavier Morel authored
Because of the "meta" columns (e.g. group name column), ListView#columns would end up with a different number of elements than ListView#fields_view.arch.children, and when zipping them together (to build the form view for edition) things wouldn't match anymore. It would seem simply filtering out meta columns (and only keep those actually specified by the view) is sufficient to fix the issue and have everything line up again. I'm midly impressed. bzr revid: xmo@openerp.com-20121129131301-scc38i4l55ea7lis
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20121129130655-rm5hrk8m7tsy8g4v
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20121129120738-fgulo5hqib2uqeqa
-
Csaba Tóth authored
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129115454-rpviywfnosjdmovm
-
Csaba Tóth authored
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129115306-ifncjymnmuk989eq
-
Csaba Tóth authored
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114206-cv8hqf6ivd7neez0
-
Csaba Tóth authored
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114132-gfe3sn1p5t0mzofm
-
Fabien Pinckaers authored
bzr revid: fp@tinyerp.com-20121129112737-w3h80e7nbxs0l5lp
-
Xavier Morel authored
e.g. @domain="[]" would be seen as non-empty by the search view, and if multiple domains the search view would generate a nonliteral ``['|', '[]', '[]]`` which would just yield ``['|']`` after evaluation and concatenation, which is an invalid domain and would blow up the server. Specifically filter out the values ``[]`` and ``{}`` from filters bzr revid: xmo@openerp.com-20121129112413-yrgncnesqs093jwf
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129112350-egvxrg8ii71wzdx6
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20121129104039-0pv8mls0f55pet2l
-
Xavier Morel authored
previous searchview-controller wrapper method did. Remove leftover indirection deref bzr revid: xmo@openerp.com-20121129103841-6qcl4sctekqmrt2q
-
Xavier Morel authored
[FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close ~/projects/tiny/web/current Can be seen in e.g. Quotations > [More sidebar] > Sale: Mark Unread: it's a server action which just returns ``False``, the handler resulted in a noop but also produced an error message in the browser console ("No type for action false"). Convert ``false`` (identity-tested) into an ir_action_close in do_action, before actually mucking into the action descriptor. bzr revid: xmo@openerp.com-20121129101137-g01nd49hnlg2odfs
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20121129100342-gz3hz858ga8ecmre
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20121129095214-pniv6qy0p2ea6efe
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20121129094553-n30aju91kj40cbg6
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20121129094412-s5g8uffx8j7q4xpg
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129091202-tibeevirun95o1mi
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129091149-0k26u2mmjzaa2c1a
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129091038-0fexjx8o12drjbga
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20121129091017-0oefnnl6z4fd5aae
-
Victor Tabuenca Calvo authored
bzr revid: vta@openerp.com-20121129090801-mheiq7yb3h24onqf
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20121129084431-1xo5z47cor2zzmr8
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20121129083314-gbhblm0vi4nw08sb
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20121129051532-an3wp6f216pkzxiz bzr revid: launchpad_translations_on_behalf_of_openerp-20121129052158-2gjacp96ppgmvr5t
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20121129051337-kimflvqgnkhrw3fh
-