Commit Graph

12 Commits

Author SHA1 Message Date
Xavier Morel 74d0339fb0 [ADD] base res_log display
bzr revid: xmo@openerp.com-20110914121305-mcey8e3t36omkr2k
2011-09-14 14:13:05 +02:00
niv-openerp 891c215272 [imp] removed completely this.log
bzr revid: nicolas.vanhoren@openerp.com-20110913121728-ehqqsimfqyqzj1m1
2011-09-13 14:17:28 +02:00
Xavier Morel 9e3fe8e471 [FIX] issues with list not being a primary action view
* ViewManagerAction should always instantiate a DataSetSearch, if
  there's a res_id add it to the DataSet
* Always define a base DataGroup (groupless) on the ListView's groups,
  so it can be shown() without a search (will just use default dataset
  parameters)

lp bug: https://launchpad.net/bugs/847849 fixed

bzr revid: xmo@openerp.com-20110913063121-ry2cuwiuqfo655xe
2011-09-13 08:31:21 +02:00
Xavier Morel 05bedcc76a [FIX] reload the listview's content anytime there are ids in the listview's dataset, not just when the listview was explicitly hidden
otherwise, when the list is not the first/primary view, it needs to appear (and reload itself) even though it was not explicitly hidden

lp bug: https://launchpad.net/bugs/847787 fixed

bzr revid: xmo@openerp.com-20110912133115-uiwj3fhxfjm441nk
2011-09-12 15:31:15 +02:00
Xavier Morel 3b98700d9d [FIX] documentation of private Events mixin in ListView
bzr revid: xmo@openerp.com-20110912123852-vj9u9n15l44t3wo0
2011-09-12 14:38:52 +02:00
Xavier Morel dedded5294 [FIX] a few more existing jsdoc so jsdoc v3 does not blow up during parsing
bzr revid: xmo@openerp.com-20110912113437-emv28eo9ct9n559g
2011-09-12 13:34:37 +02:00
Xavier Morel 32bccb877b [IMP] look of non-selectable or non-editable editable list views when a row is being edited
dynamically add and remove padding rows

lp bug: https://launchpad.net/bugs/842644 fixed

bzr revid: xmo@openerp.com-20110908125510-fb7vcjsixj5sqhpz
2011-09-08 14:55:10 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Xavier Morel 1ffd3f324d [FIX] fields_view_get breakage: embedded views edition
bzr revid: xmo@openerp.com-20110907064424-cm6gy11tf1370l3c
2011-09-07 08:44:24 +02:00
Xavier Morel 0a4ebd1ed9 [FIX] there is no view type 'list' in the openerp server, testing would be magic
bzr revid: xmo@openerp.com-20110907063457-crgv4xxes23k0k4t
2011-09-07 08:34:57 +02:00
Antony Lesuisse 02792660b8 [IMP] factorize view/load part1
bzr revid: al@openerp.com-20110906205438-wk1x6dx2mp103en2
2011-09-06 22:54:38 +02:00
Antony Lesuisse bedfc48dcf rename base into web part1
bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1
2011-09-05 13:03:09 +02:00