[FIX] mrp_repair: set domain on address_id field

bzr revid: tpa@tinyerp.com-20120329052401-gosm2xdc9edf1xfl
This commit is contained in:
Turkesh Patel (Open ERP) 2012-03-29 10:54:01 +05:30
parent d3b92e6a77
commit a7cba7ddfc
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class mrp_repair(osv.osv):
'name': fields.char('Repair Reference',size=24, required=True),
'product_id': fields.many2one('product.product', string='Product to Repair', required=True, readonly=True, states={'draft':[('readonly',False)]}),
'partner_id' : fields.many2one('res.partner', 'Partner', select=True, help='This field allow you to choose the parner that will be invoiced and delivered'),
'address_id': fields.many2one('res.partner', 'Delivery Address'),
'address_id': fields.many2one('res.partner', 'Delivery Address', domain="[('parent_id','=',partner_id)]"),
'default_address_id': fields.function(_get_default_address, type="many2one", relation="res.partner"),
'prodlot_id': fields.many2one('stock.production.lot', 'Lot Number', select=True, domain="[('product_id','=',product_id)]"),
'state': fields.selection([