[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1076374-hip

lp bug: https://launchpad.net/bugs/1076374 fixed

bzr revid: vta@openerp.com-20121207131155-syrjgyf497g85hko
This commit is contained in:
vta vta@openerp.com 2012-12-07 14:11:55 +01:00
commit 95fbdf24a8
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class sale_order(osv.osv):
_inherit = 'sale.order'
_columns = {
'carrier_id':fields.many2one("delivery.carrier", "Delivery Method", help="Complete this field if you plan to invoice the shipping based on picking."),
'id': fields.integer('ID', readonly=True,invisible=True),
}
def onchange_partner_id(self, cr, uid, ids, part, context=None):