콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
8071 화면

I need to re-open a closed fiscal year, and I'm wondering whether how I am doing this is the correct and safe way to do it:

Under "Accounting -> Periodic Processing -> End of Period -> Cancel Closing Entries" (a very promising name!) I'm not offered a closed fiscal year. I also noticed in accounting/wizard/account_open_closed_fiscalyear.py (also a very promising name) entries are removed, but the state of the fiscal year is not changed.

If I tell Postgres to

UPDATE account_fiscalyear SET state="draft" where name="2013 (My fiscal year)" and state="done";

then that fiscal year does become available in the "Cancel Closing Entries" form. After removing the closing entries with that function the fiscal year looks like it's been correctly reverted/re-opened.

Is that how it is done correctly - change the state internally, then use Cancel Closing Entries afterwards??? Thank you for your help.

아바타
취소

I've always been told by Odoo that this is irreversible and to never close a year until the time passed 'statue of limitations) for restating financials or auditing has passed. I have passed this information on to all of the clients I support and have never closed a year with any of them. Restoring from a BACKUP is the safest way to unclose a year.

베스트 답변

I don't know if you solved this question already. But theres a chance to revert the closing. Yes, just change the state from "done" to "draft"; more over if want to edit journal entries, then look for account_journal_period and set "draft" to the journals you want to edit. I recommend you to use pgadmin to this or any other application to manage postgres db. 

I hope this helps if you are still looking for help.

Kind regards

아바타
취소
베스트 답변

Can confirm that this process appears to work. Use at own risk, or better, dont do it at all, though.

아바타
취소
관련 게시물 답글 화면 활동
7
10월 16
8438
0
3월 19
3724
4
2월 24
15318
0
3월 15
3935
0
5월 15
3415