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 ?
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>
Try this in your xml:
今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!
1. Use the live chat to ask your questions. 2. The operator answers within a few minutes.
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>