When I want to open the 'Sales SO' menu an error appears like the first picture. The second image is security and the third image is the views.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
1389
瀏覽次數
Hi Aprilia
try with uid if you would like to check the current user
<field name="domain">[('user_id','=',uid)]</field>
or domain_force instead of domain
<field name="domain_force">[('user_id','=', user.id)]</field>
Warm regards
Daniel
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
3月 15
|
4699 | ||
|
0
1月 25
|
768 | ||
|
0
12月 24
|
1286 | ||
|
1
9月 24
|
1367 | ||
|
1
7月 16
|
4253 |