← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 688934] Re: [6.0] inheritance problem

 

** Changed in: openobject-server
       Status: New => Invalid

-- 
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/688934

Title:
  [6.0] inheritance problem 

Status in OpenObject Server:
  Invalid

Bug description:
  My module wants to inherit 
<record model="ir.ui.view" id="move_tree_values_view">
      <field name="name">move_tree_view_values.view</field>
      <field name="model">stock.move</field>
      <field name="inherit_id" ref="stock.stock_move_tree"/>
      <field name="type">tree</field>
      <field name="arch" type="xml">
        <field name="product_uom" position="after">

but instead of inheriting the view it seems to inherit from  the action window resource.





References