mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 19:22:04 +00:00
11 lines
335 B
Python
11 lines
335 B
Python
|
# Copyright 2023 ACSONE SA/NV (<http://acsone.eu>)
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
import flectra
|
||
|
from flectra import api
|
||
|
|
||
|
|
||
|
def migrate(cr, installed_version):
|
||
|
env = api.Environment(cr, flectra.SUPERUSER_ID, {})
|
||
|
env["mis.report.instance.period"].search([])._compute_source_aml_model_id()
|