[NEW] invoice_sale_order_note
This commit is contained in:
9
invoice_sale_order_note/models/account_move.py
Normal file
9
invoice_sale_order_note/models/account_move.py
Normal 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")
|
Reference in New Issue
Block a user