Relative Content

Tag Archive for pythonodoofieldodoo-16

Odoo Models linking issues “self.id” giving “_unknown(43,)”

I’m working with Odoo 16 and have encountered a problem with linking two models and handling _unknown values. Specifically, I have two models: nkap_custom_paiement and account.payment.register. The former is a custom model inheriting from account.payment, and the latter is a TransientModel used for payment registration.

Odoo Models linking issues “self.id” giving “_unknown(43,)”

I’m working with Odoo 16 and have encountered a problem with linking two models and handling _unknown values. Specifically, I have two models: nkap_custom_paiement and account.payment.register. The former is a custom model inheriting from account.payment, and the latter is a TransientModel used for payment registration.