[FIX] event_sale: workaround for broken view.
authorChristophe Simonis <chs@odoo.com>
Tue, 28 Oct 2014 09:59:19 +0000 (10:59 +0100)
committerChristophe Simonis <chs@odoo.com>
Tue, 28 Oct 2014 09:59:19 +0000 (10:59 +0100)
commit90b81a283af6bbaf0ed59cd430ea5ff197998a7c
treec4b205602bac9e46a1554887a724a40c253ee3e9
parent9e1ae57c2a59355857eef259ed464008fae31954
[FIX] event_sale: workaround for broken view.

Non-stored fields created with the new API are not converted to old
fields and added in `_columns` (and thus `_all_columns`). This forbid
them to be used in qweb views.
A fix will be commited in 8.0 to address this issue.
addons/event_sale/models/event.py