FIX typo upgrade jasper

This commit is contained in:
Raimon Esteve 2018-05-15 14:31:35 +02:00
parent 79a53cd140
commit adae2e886f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ before:
- comment: # update jasper translations to report type
version: 4.7
query: update ir_translation set type = 'report' where type = 'jasper';;
query: update ir_translation set type = 'report' where type = 'jasper';
after:
- DELETE FROM ir_translation WHERE module = 'account_es_pyme';