Just if it possible GUI
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Hi,
Create a record rule in :
stock.picking.type
With a domain as following :
['|',('warehouse_id','=',user.property_warehouse_id.id),('warehouse_id','=',False)]
Good luck
--
oneodoo.com
Hi,
Create a record rule based on the default warehouse in users ,
Settings > Technical > Record Rules
Create a new rule for the model warehouse
add a domain as following
[('id', '=', user.property_warehouse_id.id)]
where property_warehouse_id is the default warehouse of user
Hope it helps
Thats what i did but nothing change
Name default warehouse
Model Warehouse
Active
Access Rights
Apply for Read C : Yes Apply for Write : not
Apply for Create : not Apply for Delete : not
Rule Definition (Domain Filter)
[('id', '=', user.property_warehouse_id.id)]
Groups (no group = global)
Global
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
5月 23
|
2197 | ||
|
1
2月 25
|
3312 | ||
|
1
7月 22
|
4299 | ||
|
4
6月 25
|
2114 | ||
|
1
6月 25
|
989 |