** Patch added: "product_view.xml.20120121.patch" https://bugs.launchpad.net/openobject-addons/+bug/919548/+attachment/2685816/+files/product_view.xml.20120121.patch
-- You received this bug notification because you are a member of OpenERP Framework Experts, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/919548 Title: account_anglo_saxon - wrong view definition product_category - has no purchase_ok Status in OpenERP Addons (modules): Confirmed Bug description: attrs="{'readonly':[('purchase_ok','=',0)]}" is not valid <record id="view_category_property_form" model="ir.ui.view"> <field name="name">product.category.property.form.inherit.stock</field> <field name="model">product.category</field> <field name="type">form</field> <field name="inherit_id" ref="product.product_category_form_view"/> <field name="arch" type="xml"> <form position="inside"> <group col="2" colspan="2"> <separator string=" Accounting Property" colspan="2"/> <field name="property_account_creditor_price_difference_categ" domain="[('type','<>','view'),('type','<>','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" /> </group> </form> </field> </record> To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/919548/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

