How to filter the customers in a multi company system where i can see only the customers that is related to the current company...now it is showing all customers inside pos session
คำถามนี้ถูกตั้งค่าสถานะ
In js folder of pos module you can find the model.js (line no. near to 171) where you find the below code:
model: 'res.partner',
fields: ['name','street','city','state_id','country_id','vat','phone','zip','mobile','email','ean13','write_date'],
domain: [['customer','=',true]],
loaded: function(self,partners){
self.partners = partners;
self.db.add_partners(partners);
},
you can add your domain like:
domain: [['customer','=',true], ['company_id','=', USERCOMPANYID]],
You have to extend the js file of pos.
Here you can find how to inherit the js in pos
http://odoo-development.readthedocs.io/en/latest/dev/pos/add_field.html
Hope this will help you.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
1
พ.ย. 25
|
2568 | ||
|
|
3
เม.ย. 25
|
3560 | ||
|
|
1
ส.ค. 24
|
4501 | ||
|
How to delete POS Sessions! Odoo 16
แก้ไขแล้ว
|
|
3
พ.ค. 24
|
15696 | |
|
POS Session wont close
แก้ไขแล้ว
|
|
1
ก.ย. 23
|
6469 |