oca-purchase/odoo-bringout-oca-purchase-workflow-supplier_calendar/supplier_calendar/models/product.py
Ernad Husremovic 7378b233e9 Add oca-purchase submodule with 96 purchase modules moved from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:00:40 +02:00

12 lines
326 B
Python

# Copyright 2020 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models
class ProductSupplierInfo(models.Model):
_inherit = "product.supplierinfo"
delay_calendar_type = fields.Selection(
related="partner_id.delay_calendar_type", readonly=True
)