L10n_ru/fehy_base_consent/models/purchase_order.py

10 lines
222 B
Python
Raw Normal View History

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