c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07600
[Bug 686275] Re: [trunk] position "after": fields inverted
** Branch linked: lp:openobject-server
--
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/686275
Title:
[trunk] position "after": fields inverted
Status in OpenObject Server:
Fix Released
Bug description:
When we inherit a view and add fields after another one, fields (xml tags) are inverted. I have to do something like :
<field name="name" position="after">
<field name="field3" />
<field name="field2" />
<field name="field1" />
</field>
References