← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 688934] [NEW] [6.0] inheritance problem

 

Public bug reported:

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.

** Affects: openobject-server
     Importance: Undecided
         Status: New

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

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.





Follow ups

References