mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-27 05:32:00 +02:00
19.0 vanilla
This commit is contained in:
parent
89c6e82fe7
commit
1b82c20a58
572 changed files with 43570 additions and 53303 deletions
|
|
@ -11,5 +11,5 @@ def migrate(cr, version):
|
|||
('name', 'ilike', '%_cuenta102_02'),
|
||||
('model', '=', 'account.account'),
|
||||
]).mapped('res_id')
|
||||
accounts_102 = env['account.account'].search([('id', 'in', account_102_ids)])
|
||||
accounts_102 = env['account.account'].browse(account_102_ids)
|
||||
accounts_102.tag_ids = [Command.unlink(credit_tag.id), Command.link(debit_tag.id)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue