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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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
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.
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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
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