I want to assign my Opportunities an incremental value much like Sales Orders and Delivery Orders.
I have created a Sequence from the Sequences menu in Developer mode:
I have created a custom field on the crm.lead model.
How do I get the value of the field to come from the sequence when a new Opportunity is created?
Add sequence number using python code: https://learnopenerp.blogspot.com/2020/08/generate-create-sequence-number-odoo.html