Odoo18-Base/addons/l10n_ee/migrations/1.2/pre-migrate.py

8 lines
177 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
def migrate(cr, version):
cr.execute("""
UPDATE ir_model_data
SET name = 'tax_report'
WHERE module='l10n_ee' AND name='tax_report_vat'
""")