Skip to Content
Menu
This question has been flagged
4 Replies
5408 Views

I am using Odoo 12 Enterprise version. Is it possible for me to back date transactions by more than a month such as Sales Orders, Purchase Orders, Expenses and Accounts? If so how can I do it as I don't see the date option while creating these entries

Avatar
Discard
Author

Thanks for the response. basically i have purchased the license and setting up the company details and hope to go live in April. our financial year starts in April. Therefore I wanted to create and post all PO,SO, Expences and Accounting entries from 1st April

Author

Thanks for the response. basically i have purchased the license and setting up the company details and hope to go live in June. our financial year starts in April. Therefore I wanted to create and post all PO,SO, Expences and Accounting entries from 1st April onwards

Best Answer

Hi Shafraz,

I assume that you're talking about the creation date of the records itself? If you're talking about the actual creation date of the records it is possible but in this case it is only possible through SQL queries. You cannot import these create date in Odoo through CSV.
If you're talking about the order date field: yes you can modify it as long as it is a quotation and not a sale order. Otherwise you can only modify the values from the database or by query.


Regards,
Yenthe

Avatar
Discard
Best Answer

Yes you can do that by using sql query or importing those data(as @Yenthe said). But see this is not recommended for sales, delivery this all will not give you accurate result or may creates some issue to you.

Avatar
Discard
Best Answer

You can backdate the SO and PO. but you can't backdate the GRN related to that SO and PO. but if you have a developer you can develop the custom module to back date the GRN.

Avatar
Discard