Files
manufacture/mrp_bom_note/models/mrp_bom.py
Bima dd0cfc2133 [10.0] [MIG] mrp_bom_note (#202)
Squashed commits:

OCA Transbot updated translations from Transifex
2023-05-07 03:23:21 +02:00

11 lines
220 B
Python

# © 2015 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from odoo import models, fields
class MrpBom(models.Model):
_inherit = 'mrp.bom'
notes = fields.Html()