I have a transient model defined.
I want one of its fields defined using active_id from context.
I want to use new API.
Does anyone know how to do it? Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have a transient model defined.
I want one of its fields defined using active_id from context.
I want to use new API.
Does anyone know how to do it? Thanks
Hello EM,
@api.model
def default_get(self, fields):
rec = super(TransientModelClass, self).default_get(fields)
class_obj = self.env['class.name'].browse(self._context.get('active_id'))
for variable in class_obj:
rec['wizard_field'] = variable.class_field
Hope this will helps you.
Thanks,
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
default_get in the new API, how?
Diselesaikan
|
|
2
Agu 19
|
12825 | |
|
2
Feb 22
|
5689 | ||
how to set multiple default value using function?
Diselesaikan
|
|
3
Feb 24
|
11766 | |
api.onchange v8 doesnt work
Diselesaikan
|
|
2
Sep 15
|
4766 | |
|
0
Mei 15
|
3241 |