[MIG] pos_usability_akretion: migrate to v18

This commit is contained in:
Alexis de Lattre
2024-12-29 00:41:22 +01:00
parent ab7ec7829d
commit 88f6521964
13 changed files with 30 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2021 Akretion France (http://www.akretion.com/)
# Copyright 2017-2024 Akretion France (https://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -10,4 +10,3 @@ class ProductTemplate(models.Model):
available_in_pos = fields.Boolean(tracking=True, default=True)
to_weight = fields.Boolean(tracking=True)
pos_categ_id = fields.Many2one(tracking=True)