[NEW] invoice_sale_order_note

This commit is contained in:
clementthomas
2024-09-26 13:30:01 +02:00
parent e5c26a7ebd
commit a66e6a2427
9 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from odoo import models, fields
class AccountMove(models.Model):
_inherit = 'account.move'
report_note = fields.Html("Note")