Community Mailinglisten Archive
community@mail.odoo.com
Durchsuche Archive
Re: How to Restrict Warehouse for User ?
durchUse the rules to restrict it. We have done for a client, based on stock location to make each area just to have access to products from their stock location. Another way is to use categories and rules.
For categories is the best if you don't want the user to see the products isn't suppose to.
Ex:
This rule is to allow the user to see the products from stock location economato but not from armazem
['|',('name','like','%Economato%'), ('name','not like','%Armazém')] In this case is not to allow the user from economato to put products inside stock location armazém.
This one, is based on product category allow to see products inside specific category
['|',('categ_id','=',103),('categ_id','child_of', 103)] this case is to make the user not to r,w,c,d and product outside of it's category. The child of, is to allow to get all the subcategories.
Create the categories as parents and don't allow to delete them (you can use another rule for that:) ). After creating this rules add to the proper group. Test it well, it's important to see if there is any problems for other groups.
Best regards
<img src="cid:part1.07050008.00050605@alien-group.com" alt="ALIEN GROUP LDA"> |
Alaney Dória CEO em.alaney.doria@alien-group.com tm.+244 925 999 331 | +244 913 728 600 |
<img src="cid:part9.08090607.00060608@alien-group.com" alt="Código QR"> |
Rua
Doutor Agostinho Neto, 156, Bairro Azul, Luanda -
Angola, Tel: +244 913 728 600 | +244 913 728 650, |
||
<img src="cid:part12.02020306.03010404@alien-group.com" style="vertical-align:top;" alt=""> Não imprima este email caso não seja estritamente necessário. A Terra agradece-lhe! |
Hello experts ,
Could you help me to restrict warehouse for specific user , I have assigned owner for each storage location .
After that I need to restrict each warehouse keeper to own {have authority}only his location .
Regards
Emad gamal
_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
Kundennummer
-
How to Restrict Warehouse for User ?
durchemad.gamal-
-
-
-
Re: How to Restrict Warehouse for User ?
durchAlien Group Lda, Alaney Kilson Dória
-