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, […]
In this video, we are discussing how to super a function in odoo15. super() function is used in odoo to change the workflow of an existing function in odoo. #odoo15technicalvideos Video Contents 00:06 Introduction 01:15 Super a function in odoo In some cases, we will have to make some customization while executing a predefined function. […]
In this video, we are discussing how to create a sequence number in odoo15 and its use cases in odoo15. #odoo15developmentvideos Video Contents: ————————- 00:05 Introduction 00:50 Creating a sequence The sequence is normally generated inside the create function of a model. The sequential field in Odoo also known as an auto incremental field generates […]
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 […]