[IMP] distribute branding on @groups instead of disabling edition
authorXavier Morel <xmo@openerp.com>
Mon, 8 Sep 2014 09:14:44 +0000 (11:14 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 8 Sep 2014 09:16:06 +0000 (11:16 +0200)
commit7558e2e786f34e38dbf324ba24644e6ef0e5bc52
treeb66c43545d4ff50c666b11aed1203385220811ec
parent31b58d553cf82b2a6b0d38c3688790f423fae13e
[IMP] distribute branding on @groups instead of disabling edition

Avoids 2 rendering passes, and allows editing e.g. events detail page, which
couldn't be done (due to groups=public in a mail component)

fixes #1994
addons/report/models/report.py
addons/website/views/website_templates.xml
openerp/addons/base/ir/ir_qweb.py
openerp/addons/base/ir/ir_ui_view.py
openerp/http.py