تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
4048 أدوات العرض

I need make this: 

I want to place two fields in the same row after a field within an ,
let's say for example, cost of transportation and to the right of it
the currency in which that cost was paid



الصورة الرمزية
إهمال
أفضل إجابة

Hi,

You can achieve it by using the oe_inline class in odoo.

Example:

<label for="field_1" string="Label"/>
<div name="test_div" class="o_row">
<field name="field_1"/>
<field name="field_2" class="oe_inline"/>
div>


Thanks

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Thanks

good help


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
5
أغسطس 24
45561
2
أبريل 24
2056
3
يونيو 23
5051
3
مارس 23
9740
1
مارس 23
2427