c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07601
[Bug 686275] Re: [trunk] position "after": fields inverted
Hello,
You're right, there was one case where the order was not properly
preserved with position = 'after': when the element that is being
inherited is a leaf in the parent view. For example, if you are adding
elements after the last element of a group or last element of the form.
In all other cases (i.e as soon as the inherited element has a next
sibling) it was already working fine.
The case with inheriting on leaf elements is now fixed by revision 3097
odo@xxxxxxxxxxx-20101211012104-gt1cg3z1ec91mg34, so you should not have
anymore trouble with the latest trunk version.
Thanks for reporting!
** Changed in: openobject-server
Status: Confirmed => Fix Released
--
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