mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 02:39:10 +02:00
work on intercompany
This commit is contained in:
7
intercompany_transaction_ept/models/purchase.py
Normal file
7
intercompany_transaction_ept/models/purchase.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from odoo import fields, api, models , _
|
||||
|
||||
class PurchaseOrder(models.Model):
|
||||
_inherit = 'purchase.order'
|
||||
_description = 'Purchase Order'
|
||||
|
||||
intercompany_transfer_id = fields.Many2one('inter.company.transfer.ept', string="ICT", copy=False)
|
||||
Reference in New Issue
Block a user