← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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

** Affects: openerp-web
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References