Files
stock-logistics-warehouse/stock_available_base_exclude_location/tests/common.py

10 lines
242 B
Python

# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models
class ResPartner(models.Model):
_name = "res.partner"
_inherit = ["res.partner", "stock.exclude.location.mixin"]