FIX version remove deprecated journal type in ir.model.data

This commit is contained in:
Raimon Esteve 2018-12-14 14:34:45 +01:00
parent 10f5ff8236
commit 8165b188cf
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ before:
query: alter table aeat_347_report_property alter column number TYPE varchar;
- comment: # remove deprecated journal type ir.model.data
version: 4.8
version: 5.0
query: DELETE from ir_model_data where fs_id in ('journal_type_general', 'journal_type_revenue', 'journal_type_expense', 'journal_type_cash', 'journal_type_situation', 'journal_type_write_off', 'journal_type_statement');
- comment: # Delete unused crons