新增
This commit is contained in:
10
mrp_plm/models/mrp_document.py
Normal file
10
mrp_plm/models/mrp_document.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class MrpDocument(models.Model):
|
||||
_inherit = 'mrp.document'
|
||||
|
||||
origin_attachment_id = fields.Many2one('ir.attachment')
|
||||
Reference in New Issue
Block a user