コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1831 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
4月 22
2400
2
8月 21
3747
2
10月 20
5179
1
7月 25
748
1
2月 25
4043