Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to Edit fields label in module in openerp

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.10k
    Comment on it

    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>
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: