diff options
Diffstat (limited to 'fixco_custom/models/sale.py')
| -rwxr-xr-x | fixco_custom/models/sale.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/sale.py b/fixco_custom/models/sale.py index 11340eb..4a1b79e 100755 --- a/fixco_custom/models/sale.py +++ b/fixco_custom/models/sale.py @@ -9,6 +9,7 @@ class SaleOrder(models.Model): invoice_mp = fields.Char(string='Invoice Marketplace', required=True) order_reference = fields.Char(string='Order Reference', required=True) address = fields.Char('Address') + channel = fields.Char('Channel') note_by_buyer = fields.Char('Note By Buyer') count_payment = fields.Integer('Count Payment', compute='_compute_count_payment') |
