1
# -*- encoding: utf-8 -*-
2
from osv import fields, osv
4
class purchase_order_line(osv.osv):
5
_inherit = 'purchase.order.line'
10
'sequence': fields.integer('Sequence', help="Sequence for order in view and print report"),
b'\\ No newline at end of file'