c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31716
[Bug 844064] [NEW] attrs not working within a group with nested notebooks
Public bug reported:
client 6.1 rev. 1928
server 6.1 rev. 3524
<record id="rockel_product_normal_form_view2" model="ir.ui.view">
<field name="name">rockel.product.normal.form.inherit</field>
<field name="model">product.product</field>
<field name="type">form</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Test nested Notebooks" >
<group colspan="4" col="1">
<notebook tabpos="down">
<page string="Einstellungen1">
</page>
<page string="Info1">
</page>
<page string="Verkauf1" attrs="{'invisible':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf1" attrs="{'invisible':[('purchase_ok','=',False)]}">
</page>
</notebook>
<notebook tabpos="down">
<page string="Einstellungen2">
</page>
<page string="Info2">
</page>
<page string="Verkauf2" attrs="{'invisible':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf2" attrs="{'invisible':[('purchase_ok','=',False)]}">
</page>
</notebook>
<notebook tabpos="down">
<page string="Einstellungen3">
</page>
<page string="Info3">
</page>
<page string="Verkauf3" attrs="{'readonly':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf3" attrs="{'readonly':[('purchase_ok','=',False)]}">
<field name="seller_ids2" nolabel='1'/>
</page>
</notebook>
</group>
</page>
</notebook>
</field>
</record>
please try product_test.zip
and look at the video
** 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/844064
Title:
attrs not working within a group with nested notebooks
Status in OpenERP Server:
New
Bug description:
client 6.1 rev. 1928
server 6.1 rev. 3524
<record id="rockel_product_normal_form_view2" model="ir.ui.view">
<field name="name">rockel.product.normal.form.inherit</field>
<field name="model">product.product</field>
<field name="type">form</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Test nested Notebooks" >
<group colspan="4" col="1">
<notebook tabpos="down">
<page string="Einstellungen1">
</page>
<page string="Info1">
</page>
<page string="Verkauf1" attrs="{'invisible':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf1" attrs="{'invisible':[('purchase_ok','=',False)]}">
</page>
</notebook>
<notebook tabpos="down">
<page string="Einstellungen2">
</page>
<page string="Info2">
</page>
<page string="Verkauf2" attrs="{'invisible':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf2" attrs="{'invisible':[('purchase_ok','=',False)]}">
</page>
</notebook>
<notebook tabpos="down">
<page string="Einstellungen3">
</page>
<page string="Info3">
</page>
<page string="Verkauf3" attrs="{'readonly':[('sale_ok','=',False)]}">
</page>
<page string="Einkauf3" attrs="{'readonly':[('purchase_ok','=',False)]}">
<field name="seller_ids2" nolabel='1'/>
</page>
</notebook>
</group>
</page>
</notebook>
</field>
</record>
please try product_test.zip
and look at the video
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/844064/+subscriptions
Follow ups
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Naresh(OpenERP), 2011-10-20
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Manfred Rockel, 2011-10-08
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Manfred Rockel, 2011-10-04
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Naresh(OpenERP), 2011-10-04
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Ravi Gadhia (OpenERP), 2011-10-04
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Launchpad Bug Tracker, 2011-09-30
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Ravi Gadhia (OpenERP), 2011-09-30
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Dhruti Shastri(OpenERP), 2011-09-08
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Manfred Rockel, 2011-09-07
-
[Bug 844064] Re: attrs not working within a group with nested notebooks
From: Manfred Rockel, 2011-09-07
-
[Bug 844064] [NEW] attrs not working within a group with nested notebooks
From: Manfred Rockel, 2011-09-07
References