61. Transient Model In Odoo || Odoo 15 Development Tutorials || Odoo Advanced Tutorials

preview_player
Показать описание
Transient model in odoo. Working of transient model in Odoo. Odoo transient model. Odoo 15 development tutorials. Building module in Odoo 15. How to create module in Odoo. How to create transient model in Odoo. Create wizard in odoo. Create wizard model in odoo. Odoo 15 development videos.

Рекомендации по теме
Комментарии
Автор

Hi. Tanx a lot.❤ can we use transientmodel to create a report model? I need create a report model that not use sql query(def init) and i want to use orm to create a model for report

Responsible_human
Автор

Great this saga of videos and very ordered. Are you thinking of making videos on how to extend odoo core modules?
Thank you so much!

libertadcapital
Автор

Plz Sir Can you upload a video on how to customize odoo POS and restrict out of stock products. Its a request from Pakistan

shahzaibanwar
Автор

Thank so much for great lessons
I hope you can help in the following case:

I inherited a wizard "account.payment.register" and added a field to it (called X1).

And I inherited a model "account.payment" and added a field to it (called X2).


My question is what the method should I override it and how to pass the vale from X1 to X2


Thank you

mohammedbalfaqih
Автор

from odoo import api, fields, models


class
_name = 'cancel.appointment.wizard'
_description = 'Cancel Appointment Wizard'

appointment_id = fields.Many2one(
string='Appointment',

)

ahmedabdien
visit shbcf.ru