[MIG] product_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-27 21:27:46 +02:00
parent 15c77b3e8a
commit a9292506ae
8 changed files with 20 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2015-2020 Akretion (http://www.akretion.com)
# Copyright 2015-2022 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# @author Raphaël Valyi <rvalyi@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -9,4 +9,4 @@ from odoo import fields, models
class ProductSupplierinfo(models.Model):
_inherit = 'product.supplierinfo'
name = fields.Many2one(domain=[('parent_id', '=', False)])
partner_id = fields.Many2one(domain=[('parent_id', '=', False)])