c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36953
[Bug 888471] Re: many2many field can not parsing the customized tree/form views.
** Changed in: openerp-web
Importance: Undecided => Medium
** Changed in: openerp-web
Status: New => Confirmed
** Changed in: openerp-web
Assignee: (unassigned) => OpenERP R&D Web Team (openerp-dev-web)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/888471
Title:
many2many field can not parsing the customized tree/form views.
Status in OpenERP Web:
Confirmed
Bug description:
you should check it with both GTK and web client
In Project form view , you can see the Members tab.
In project_view.xml view , there is defiend the customized view for member field which is many2many.
line no : 61
<page string="Members">
<field colspan="4" name="members" nolabel="1">
<tree string="Members">
<field name="name"/>
<field name="user_email"/>
</tree>
</field>
</page>
GTK client works fine. but there is bug in web client
Thanks,
Amit
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/888471/+subscriptions
References