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

Hello, its me again, hehe. How can I limit specific user in their view in inventory, example. I have 2 users, Admin and Personnel. 

As an admin, I only want to limit the personnel and show only the receipts in inventory module.


What I did right now is I login the admin account -> manage users -> select personnel -> access rights and type and then I don't know what should I do next

아바타
취소

perhaps, this module - https://apps.odoo.com/apps/modules/16.0/stock_limitation/ - might be helpful to your goals

Hi,

1. Navigate to System Settings >> Technical >> Record Rules.
2. Create a new record rule and name it 'Receipt Only' (or any desired name).
3. Choose the model as 'Picking Type'.
4. Add a 'Group Line' and either create a new group or select an existing one.
5. If creating a new group, select the application as 'Inventory' and specify the users who should belong to this group.
6. Go back to your record rule and in the Rule Definition (Domain Filter) section, add the following domain: `[('code','=','incoming')]`.(do not copy the backticks)
7. Ensure that you choose the appropriate Access Right for this record rule.

Hope it helps

베스트 답변

Hi,

You need to customize the system for this, you can achieve it by doing as follows:

* Add fields inside users to specify the allowed operation types for this user
* Add record rule for stock picking type model to show only allowed picking types

There are third party app's available for the same in odoo store, you can check out those and consider using it.

Thanks

아바타
취소
관련 게시물 답글 화면 활동
0
12월 22
2062
1
6월 25
746
0
5월 25
871
2
4월 25
2858
1
2월 25
1138