L10n_ru/l10n_ru_attorney/models/purchase_order.py

10 lines
217 B
Python
Raw Permalink Normal View History

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