[MIG] product_usability to v16
This commit is contained in:
@@ -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)])
|
||||
|
||||
Reference in New Issue
Block a user