← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 888471] Re: many2many field can not parsing the customized tree/form views.

 

Implemented in 1422.

** Changed in: openerp-web
       Status: Confirmed => Fix Released

-- 
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:
  Fix Released

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