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 an auto incremental number every time a new record is generated.
#odoo15tutorials
If we need to add a sequence field for naming in our custom model, we can do this easily by making the name field incremental. We can also generate a sequence number by creating a new field or inheriting an old field and making that field auto-incremental. #odoo15videos
Connect With Us:
➡️Website:
➡️Email : info@cybrosys.com
➡️Twitter:
➡️LinkedIn:
➡️Facebook:
➡️Instagram:
➡️Pinterest:
#Create #Sequence #Numbers #Odoo #Odoo #Development #Tutorials