Hi, I’m new to Odoo studio and
I want more than 2 columns in my form. But it seams that odoo offers only 2 columns at a time.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, I’m new to Odoo studio and
I want more than 2 columns in my form. But it seams that odoo offers only 2 columns at a time.
Hi,
You can add more than 2 column in the form. For adding 3 columns in the form, you can do coding as follows.
Thanks
<group col="3">
<group>
<field name="name"/>
</group>
<group>
<field name="partner_id"/>
</group>
<group>
<field name="date_invoice"/>
</group>
</group>
Thanks Niyas for replying
But where can I add this codes
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up