콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4054 화면

Hello, is there a way to hide the confirm quotation button in odoo online v12 so that it only appears to selected users.

Thanks

아바타
취소
베스트 답변

can u add groups to the button?
<attribute name="groups">base.group_sale_manager</attribute>​

아바타
취소
베스트 답변

Yes Omar. You can do this by doing the following:

  1. Create a new Security Group to be used to control access to the confirm button

  2. Assign the new group to the users who should be able to access the confirm button

  3. Customize the Quotation/Sales Order form view using inheritance and add a groups attribute with the new security group to the confirm button. 

아바타
취소
베스트 답변

Try this in your xml file... <field name="name" groups="base.group_userB"/>. Now the userB group only can view the field....

아바타
취소