c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06726
[Bug 686275] [NEW] [trunk] position "after": fields inverted
Public bug reported:
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>
** Affects: openobject-client-web
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/686275
Title:
[trunk] position "after": fields inverted
Status in OpenObject Web Client:
New
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>
Follow ups
References