_transient model attribute is used to set whether the model is transient or not #odootutorials #odoodevelopment #odoovideos Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Transient #Model #Odoo #_transient #model #attribute #Odoo
In Odoo, a transient model is a temporary model that is not persisted in the database. Transient models are useful for performing tasks that do not require permanent storage of data, such as generating reports, sending emails, or performing calculations. #odoodevelopment To create a transient model in Odoo 16, you can define a new class […]
In this video, we are discussing how to create a record using create a function in odoo15. Here we are considering an example of creating a student record from students’ applications. #odoo15developmentvideos Video Contents 00:05 Introduction 00:30 Creating a record using create() Once the documents are submitted and verified, we will click the button to […]