over 9 years ago
If you want to change or edit the label in module in OpenERP, follow the below example. EXAMPLE:- change label like that in product form change label of list_price(Sale Price ) to list_price(Max Price) in product.product .xml file-
<record model="ir.ui.view" id="text_product_orde_inherit11"> <field name="name">product.normal.form</field> <field name="model">product.product</field> <field name="inherit_id" ref="product.product.normal_form_view"/> <field name="arch" type="xml"> <field name="list_price" position="replace"> <field name="list_price" string="Max Pricess" /> </field> </field> </record>
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)