Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[FIX] account: Update invoice_date / date in Customer Invoices Duplication #453

Open hbto opened 2 years ago

hbto commented 2 years ago

Main

[FIX] account: Update invoice_date / date in Customer Invoices at Duplication

Explaination

When an Customer Invoice is duplicated it shall bear Today's Date for reference purposes in the Invoice to be posted. It must not copy the same old date from the original document. This is useful when duplicating Multi-currency invoices

If the Document got duplicated yesterday and It happens to be posted tomorrow. It shall computed the values at tomorrows rate. Not that of the date when it was first computed.

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr