Skip to content

Commit f77f0ab

Browse files
committed
[IMP] stock_picking_batch_creation: Don't use ormcache()
1 parent f8a78e0 commit f77f0ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stock_picking_batch_creation/models/stock_picking_batch_creation_profile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2025 ACSONE SA/NV
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3-
from odoo import api, fields, models, tools
3+
from odoo import api, fields, models
44
from odoo.models import MAGIC_COLUMNS
55

66

@@ -35,7 +35,6 @@ def action_launch_wizard(self):
3535
return action
3636

3737
@api.model
38-
@tools.ormcache()
3938
def _get_wizard_fields(self):
4039
"""
4140
Returns the fields contained in the abstract

0 commit comments

Comments
 (0)