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