mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
10 lines
242 B
Python
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"]
|