L10n_ru/fehy_base_consent/models/purchase_order.py
2024-10-30 11:04:20 +03:00

10 lines
222 B
Python

# -*- coding: utf-8 -*-
from odoo import fields, models, _
class PurchaseOrder(models.Model):
_inherit = 'purchase.order'
consent_id = fields.Many2one('fehu.base.consent', string=_('Доверенность'))