This question has been flagged
1 Reply
5508 Views

Hi everyone

Currently odoo only allows for one sequence for quotes and sales

ie quote company xyz # SO0001

Sales order company xyy #SO0002


I want a specific sequence for quote and one for sales orders


I downloaded module "sale quotation numeration" to configure you need to uncheck

Use Same Enumeration

If this is unchecked, quotations use a different sequence from sale orders

 Unfortunately it wont allow me to uncheck this box in v12 is there a work around for this that anyone is aware of? thanks in advance


Avatar
Discard
Best Answer

Hi,

Seems the module you are referring is this: Sale Quotation Numeration

Upon installing the above module and checking, as you have told, the field added in the sales settings seems to be not editable. Actually, the value to this field is coming from the company record. So what you have to do is that add a field named keep_name_so to the company form view either from the code or from the front end.


Once you add the field in company form, you can see that the value of the field in the settings changes as the company field value changes.


Thanks
Avatar
Discard