mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
fix migration script
This commit is contained in:
parent
a98ea8ec23
commit
b5b3a12aaf
@ -11,7 +11,7 @@ def migrate(cr, version):
|
||||
for cfg_id in cfg_ids:
|
||||
cr.execute(
|
||||
"""
|
||||
SELECT aj.company_id
|
||||
SELECT DISTINCT aj.company_id
|
||||
FROM account_journal_ebics_config_rel rel
|
||||
JOIN account_journal aj ON rel.account_journal_id = aj.id
|
||||
WHERE ebics_config_id = %s
|
||||
@ -21,7 +21,7 @@ def migrate(cr, version):
|
||||
new_cpy_ids = [x[0] for x in cr.fetchall()]
|
||||
cr.execute(
|
||||
"""
|
||||
SELECT res_company_id
|
||||
SELECT DISTINCT res_company_id
|
||||
FROM ebics_config_res_company_rel
|
||||
WHERE ebics_config_id = %s
|
||||
""",
|
||||
|
Loading…
Reference in New Issue
Block a user