Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

Transient Models in Odoo

Store temporary wizard data that is cleaned periodically.

Transient Models in Odoo — a practical guide to Odoo TransientModel with clear examples you can reuse in real projects.

Odoo Tutorial Series (56/112). Prefer one article? Read the complete Odoo tutorial.

Short description

Do not use TransientModel for persistent business documents.

TransientModel

class BookWizard(models.TransientModel):
    _name = 'library.book.wizard'
    name = fields.Char()

Leave a reply

Your email address will not be published. Required fields are marked *