I try to context.get field but but this field found in another object and I want Use it In Tree View. please help me how can I make this .
thank you so much .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I try to context.get field but but this field found in another object and I want Use it In Tree View. please help me how can I make this .
thank you so much .
Hi Mohammed.
try this:
inv_obj = self.pool.get('account.invoice')
for inv in inv_obj.browse(cr, uid, context.get('active_ids'), context=context):
-----
------
thank you so much for your attention but I want this in tree view how can I make it
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
How to show menu for all groups and users?
Diselesaikan
|
|
2
Agu 22
|
6669 | |
|
4
Mei 22
|
34577 | ||
|
0
Nov 17
|
6467 | ||
|
4
Sep 17
|
25271 | ||
|
0
Feb 16
|
5345 |
what does it mean context.get from another object? context isn't part of object