1
0
forked from Rudoo/L10n_ru
L10n_ru/l10n_ru_attorney/models/purchase_order.py
2025-01-17 20:45:47 +03:00

10 lines
217 B
Python

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