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:
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
6
січ. 21
|
44630 | ||
|
1
лют. 24
|
1697 | ||
|
1
бер. 15
|
11083 | ||
|
0
бер. 15
|
3653 | ||
|
1
бер. 25
|
1172 |
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>