Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Hello,
Greetings for the day!
Try bellow code , sure it will help you
<label for="fiscal_addition"/>
<div class="o_row">
<field name="fiscal_addition"/><span>%%</span>
</div>
The only one that works good, thank you.
You can use widget="percentage" in odoo 15
< field name="my_field" widget="percentage"/>
it is available in Odoo 14 as well
Dear MonBou,
Please try below code.
<div name="your_field_name">
<label for="your_field_name"/>
<field name="your_field_name" class="oe_inline"/> (%%)
</div>
Hope this help for you.
Cheers,
Ankit H Gandhi.
try this one:
<div>
<field name="my_field" class='oe_inline'/>
<label for="my_field">%%</label>
</div>
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden