Skip to content

Commit

Permalink
[IMP] A better wizard for fiscalcode generation. (OCA#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth authored and tafaRU committed Sep 1, 2023
1 parent d47cf48 commit c57e1c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions l10n_it_fiscalcode/migrations/11.0.1.1.0/pre-migrate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright © 2018 Matteo Bilotta (Link IT s.r.l.)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


def migrate(cr, version):
if not version:
return

cr.execute("DROP VIEW IF EXISTS res_city_it_code_province;")

0 comments on commit c57e1c6

Please sign in to comment.