[TEMP] attempt to avoid inconsistent AML writes

This commit is contained in:
Raphaël Valyi
2022-12-06 05:35:36 -03:00
parent a7ee151f15
commit 947d287c13
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ from odoo import SUPERUSER_ID, api
def migrate(cr, version):
env = api.Environment(cr, SUPERUSER_ID, {})
env["account.move.line"].update_matching_number()
# env["account.move.line"].update_matching_number()