I am using Openerp 6.1.1.
I want to create a sequence for only leads that become opportunity but not for all leads.
Since both leads and opportunity are modelled using the same table, it’s not clear how to achieve this. Please suggest.
Thanks in advance.
i got this working finally.
Overriding convert_opportunity() was not possible since it may contain a list of ids which I couldn’t figure out how to pass the sequence to. So I had to overwrite the _convert_opportunity_data() method (not a good choice though !).