Skip to content

Commit

Permalink
Merge pull request OCA#3510 from Studio73/16.0-fix-l10n_es_facturae
Browse files Browse the repository at this point in the history
[16.0][FIX] l10n_es_facturae: correct parameters in migrate method
  • Loading branch information
pedrobaeza authored Apr 5, 2024
2 parents 3279c0d + 4d29801 commit fc2a79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_es_facturae/migrations/16.0.1.7.0/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


def migrate(env):
env.cr.execute(
def migrate(cr, version):
cr.execute(
"""
UPDATE res_partner child
SET facturae = parent.facturae
Expand Down

0 comments on commit fc2a79f

Please sign in to comment.