This question has been flagged
2 Replies
4446 Views

The name of our product is rather long in terms of number of characters.

They cannot be viewed in totality when modifying this fiels; which is a source of errors!

What is the process to enlarge this small window on the form view?

Avatar
Discard
Author Best Answer

@Ray and Cyril: thanks!

I made such change to the product.template.common.form

however I had to change to

<h5><field name="name"/></h5> 
Avatar
Discard
Best Answer

To get this:


Instead of this:



Change this:

<h1><field name="name" class="oe_inline"></h1>

To this:

<h2><field name="name"></h2>


Avatar
Discard