A sequence is a unique number that helps to differentiate each record. Each record has its own sequence. #odoo16 #odootutorials Video Chapters 00:00 Introduction 01:17 Sequence number 03:41 Create Function 06:46 Sequence Creating In odoo we can see for each sale order, purchase, and invoice they have its own sequence number. so In this video, […]
Sequence numbers in Odoo are auto-incremented field which gets generated each time whenever a new record is created for a particular model. #newsequenceinodoo #odoodevelopment #odootutorial #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing in short how we can create a sequence field for a model in Odoo. #Create #Sequence #Numbers #Odoo #Set #Sequence […]
Sequential fields in Odoo are also called auto-increment fields and an auto-increment number is generated every time a new record is generated. #newsequenceinodoo #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical If we need to add a sequence field for naming to our custom model, we can do it easily by incrementing the name field. We can […]