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

Hi i am using odoo 14 CE , i tried this code which enables the users except the admin user to see only their customer for sales user own document , but it doesnt allow the user to create the customer , what should i do in this code or externally so that sale users own document can create customers and access only those customers they create



model="ir.rule" id="partner_view_rule_salesperson">
name="name">Sales Person View Rule
name="model_id" ref="base.model_res_partner"/>
name="groups" eval="[(4, ref('sales_team.group_sale_salesman'))]"/>
name="domain_force">[('user_id', '=', user.id),'|', ('type', '!=', 'private'), ('type', '=', False)]



model="ir.rule" id="partner_view_rule_manager">
name="name">Sales Person View Rule
name="model_id" ref="base.model_res_partner"/>
name="groups" eval="[(4, ref('sales_team.group_sale_manager'))]"/>
name="domain_force">[(1, '=', 1)]


thank you

アバター
破棄
最善の回答

Hi,

Check "Contact Creation" access right

go to Settings--> Users-->open user form-->scroll down to " Extra Rights"


アバター
破棄
関連投稿 返信 ビュー 活動
1
1月 22
2486
4
6月 25
2338
0
6月 21
2963
1
3月 15
9546
3
2月 24
4877