diff options
Diffstat (limited to 'fixco_custom/models/sale.py')
| -rw-r--r-- | 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 b266d6a..8764681 100644 --- a/fixco_custom/models/sale.py +++ b/fixco_custom/models/sale.py @@ -6,3 +6,4 @@ class SaleOrder(models.Model): _inherit = "sale.order" carrier_id = fields.Many2one('delivery.carrier', string='Shipping Method') + order_reference = fields.Char(string='Order Reference') |
