Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1812 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
apr. 22
2375
2
aug. 21
3726
2
oct. 20
5141
1
iul. 25
713
1
feb. 25
4014