c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07626
[Bug 689043] [NEW] [6.0] sorting of functional/related fields - regression
Public bug reported:
this worked in V5
at least it must not raise an error, but only an warning message
IMHO quite a lot of module will not work out of the box
assert order_field_column._classic_write or getattr(order_field_column, 'store', False), "Many2one function/related fields must be stored to be used as ordering fields"
AssertionError: Many2one function/related fields must be stored to be used as ordering fields
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/689043
Title:
[6.0] sorting of functional/related fields - regression
Status in OpenObject Server:
New
Bug description:
this worked in V5
at least it must not raise an error, but only an warning message
IMHO quite a lot of module will not work out of the box
assert order_field_column._classic_write or getattr(order_field_column, 'store', False), "Many2one function/related fields must be stored to be used as ordering fields"
AssertionError: Many2one function/related fields must be stored to be used as ordering fields
Follow ups
References