Hello Ferdinand, Thanks for reporting and also for giving the accurate solution. The solution for this bug is proposed in the branch : https://code.launchpad.net/~openerp-dev/openobject-addons/trunk- bug-919548-mdi/
with following Revision ID and Number. Revision ID : [email protected] Revision Number : 6371 Thanks and Regards, Divyesh Makwana(MDI) ** Changed in: openobject-addons Status: In Progress => Fix Committed -- 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): Fix Committed 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

