Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2583 Widoki

hello!

Is there a possibility to lock the customer's address on invoices?

I don't like the fact that a change in the customer's address also changes all addresses of existing invoices. Is there a module that prevents this?


Thank you

Awatar
Odrzuć
Najlepsza odpowiedź

You can use these methods, if you want to block address on the invoices:

1) Working with attachments - enable module document

In this case, when you print invoice, attachment is created (when report_invoice has checked attachment_use="True"). Reprint invoice will be drawn from the attachment - old address on invoice.

2) Create a new partner/customer (with a new address) and the old partner make as contact to the new. In this case old invoices not change address, new invoices are with new address.

Both methods can be used simultaneously.

Awatar
Odrzuć