Skip to content
Snippets Groups Projects
Commit 17b771bb authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[fix] migration script

parent 7089c7b3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ def scop_account_move_cg_map_values(env):
openupgrade.map_values(
env.cr,
openupgrade.get_legacy_name("cotiz_quarter"),
"account_move",
"cotiz_quarter",
[
(1, "1"),
(2, "2"),
......@@ -23,7 +23,7 @@ def scop_bordereau_map_values(env):
openupgrade.map_values(
env.cr,
openupgrade.get_legacy_name("nb_quarter"),
"scop_bordereau",
"nb_quarter",
[
(1, "1"),
(2, "2"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment