This commit is contained in:
胡尧
2025-07-07 11:59:14 +08:00
parent c6c4331c0b
commit 8b3eef1256
118 changed files with 140103 additions and 0 deletions

View 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')