[15.0][FIX] hr_expense: fail when account_journal_lock_date#4563
[15.0][FIX] hr_expense: fail when account_journal_lock_date#4563remytms wants to merge 1 commit into
Conversation
cd68db0 to
d3cefe4
Compare
|
Sorry. I don't get it. check will be done also if the OCA module are not installed. Or did i missed something ? AFAIK, _check_lock_date is a core function. Note: if I missed something (it's possible, I don't use this module !), maybe you can just use the context "bypass_journal_lock_date", that will disable all the checks. It will avoid all the stuff to save and restore lock dates. |
d3cefe4 to
7782295
Compare
|
Yes, indeed, I didn't catch the |
|
lighter patch ! |
|
I think the module |
48806ac to
5fad4e7
Compare
5fad4e7 to
f155604
Compare
|
This PR may be replaced by #4577 I will test and keep you informed. |
|
Closed in favor of #4577 |
Modifying account.move when module
account_journal_lock_dateis installed failed due to settings in*_lock_date.This propose a fix to deactivate
*_lock_dateduring migration process.I'm not sure if this process should go in this script. Advise are welcome.
Testing in progress.