I tried to set a user group for the field cost(purchase_price) in the Sales Order form - order lines, from python code as well as through XML, but the group is not accepted for that field.
Any assistance you can provide would be greatly appreciated
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I tried to set a user group for the field cost(purchase_price) in the Sales Order form - order lines, from python code as well as through XML, but the group is not accepted for that field.
Any assistance you can provide would be greatly appreciated
Hi,
Please try any of the following: In Python --
Your_field = fields.Date(string="Spouse Birthdate", groups="hr.group_hr_user")
in .xml
<field name="your_field_name" groups="base.group_no_one"/>
Regards
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
apr 22
|
2406 | ||
|
2
ago 21
|
3750 | ||
|
2
ott 20
|
5191 | ||
|
1
lug 25
|
771 | ||
|
1
feb 25
|
4049 |