Skip to Content
Menu
This question has been flagged
3 Replies
26535 Views

Once a quotation is created it is assigned a code (for example SOxx). If a change is made to the quotation after it is sent to the customer is there anyway to modify the quotation and save as a new version of the same document (e.g. SOxx-V2) while keeping a copy of the original?

Thanks, Lawrence

Avatar
Discard
Best Answer

Why do you want to change the number? It is possible to store the created PDF of the quotation on the quotation, so you can keep track of the changes. You can even use the date/time of printing the document to get different files attached to the quotation.

To set these date/time on the PDF:

Settings -> Actions -> Reports

Click on Quotation / Order

Click on button edit

In the field after 'Save as Attachment Prefix', place:

((object.name or '!NoName')+('_')+time.strftime('%Y-%m-%d-%H-%M').replace('-','')+'.pdf')

Click on Save to store the changes

Avatar
Discard
Best Answer

Duplicate the quotation using the "More..." button on the top of the form view. This allows you to keep one version per document sent to the customer and validate the one that the customer accepts (and cancel the other ones)

Avatar
Discard
Best Answer

Hello,

You can install https://apps.odoo.com/apps/modules/10.0/odoo_quote_sale_revision_number/

Regards,

Mustufa Rangwala


Avatar
Discard
Related Posts Replies Views Activity
0
Apr 25
2421
0
Jul 24
1709
1
Jun 21
4497
2
Mar 16
2995
0
Oct 15
2952