Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
9
l10n_ru_attorney/models/purchase_order.py
Normal file
9
l10n_ru_attorney/models/purchase_order.py
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import fields, models, _
|
||||
|
||||
|
||||
class PurchaseOrder(models.Model):
|
||||
_inherit = 'purchase.order'
|
||||
|
||||
consent_id = fields.Many2one('base.consent', string=_('Доверенность'))
|
||||
Reference in New Issue
Block a user