c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06758
[Bug 686275] Re: [trunk] position "after": fields inverted
** Project changed: openobject-client-web => openobject-server
** Changed in: openobject-server
Importance: Undecided => Low
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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:
Confirmed
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