mirror of
https://github.com/NaN-tic/tryton-upgrades.git
synced 2023-12-14 03:32:55 +01:00
FIX typo upgrade jasper
This commit is contained in:
parent
79a53cd140
commit
adae2e886f
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue