Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Odoo Form views

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 2.03k
    Comment on it

    If you want to make Form view in OpenERP(Odoo) follow the below mentioned code and paste it in your .xml file: -

    <group colspan="4">
        <group colspan="2" col="2">
            <separator string="General stuff" colspan="2">
            <field name="name">
            <field name="inventor_id">
        </field></field></separator></group>
    
        <group colspan="2" col="2">
            <separator string="Dates" colspan="2">
            <field name="active">
            <field name="invent_date" readonly="1">
        </field></field></separator></group>
    
        <notebook colspan="4">
            <page string="Description">
                <field name="description" nolabel="1">
            </field></page>
        </notebook>
    
        <field name="state">
    </field></group>
    

 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: