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 […]