Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to create a new partner tag in OpenERP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 334
    Comment on it

    In OpenERP first we install human resources module and then create a new partner in partner form. Manage partner tags to better classify them for tracking and analysis purposes.  A partner may have several categories and categories have a hierarchical structure means that the  a partner with a categorie has also the parent categorie.

    Use this code show in given below

    <record id="action_partner_category_form" model="ir.actions.act_window">
                <field name="name">Contact Tags</field>
                <field name="type">ir.actions.act_window</field>
                <field name="res_model">res.partner.category</field>
                <field name="view_type">form</field>
                <field name="help" type="html">
                    <p class="oe_view_nocontent_create">
                        Click to create a new partner tag.
                    </p>
                    <p>
                    </p>
                </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: