Hi,
field_a = fields.Char(compute="_compute_something")
in the xml code :
group string=field_a
is it possible ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
field_a = fields.Char(compute="_compute_something")
in the xml code :
group string=field_a
is it possible ?
Hi,
Try this in your xml:
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
6
sty 21
|
44629 | ||
|
1
lut 24
|
1693 | ||
|
1
mar 15
|
11081 | ||
|
0
mar 15
|
3649 | ||
|
1
mar 25
|
1168 |
Hi,
Do you mean to show the field you created in the form/list view. Or do you want to have two fields with same value?
May you please give more information about your requirement?
Thanks.
<group string="field_a" >
</group>