# -*- coding: utf-8 -*- from openerp import api, fields, models class PosOrder(models.Model): _inherit = 'pos.order'