feat: add contextual note field to sale order
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class SaleOrderContextual(models.Model):
|
||||
_inherit = 'sale.order'
|
||||
|
||||
contextual_note = fields.Text(
|
||||
string='Contextuele opmerking',
|
||||
)
|
||||
Reference in New Issue
Block a user