remove cron from uninstall stock_update_planned_date

#157398
This commit is contained in:
Raimon Esteve 2023-04-11 17:36:18 +02:00
parent 35cffd1f8f
commit b1c518195e
1 changed files with 4 additions and 0 deletions

View File

@ -746,6 +746,10 @@ before:
fields: bank_account_number.account
query: ALTER TABLE bank_account_number RENAME account TO account2;
- comment: uninstall stock_update_planned_date
version: 5.8
query: delete from ir_cron where method like '%update_planned_date%';
after:
- comment: Remove include_347 from party
version: 5.1