This commit is contained in:
David Beal
2019-03-28 17:45:34 +01:00
parent 08fde42217
commit c2af621083
2 changed files with 11 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
from odoo import models, fields, api
from odoo.tools import float_is_zero
from collections import OrderedDict
class SaleOrder(models.Model):