[FIX] event_sale: fix stupid recursion error in definition of fields.related

bzr revid: qdp-launchpad@openerp.com-20121017123814-qjcee8z1ftgzouqq
This commit is contained in:
Quentin (OpenERP) 2012-10-17 14:38:14 +02:00
parent 2c46e9e8d1
commit d0c38a833c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class sale_order_line(osv.osv):
'event_id': fields.many2one('event.event', 'Event', help="Choose an event and it will automatically create a registration for this event."),
#those 2 fields are used for dynamic domains and filled by onchange
'event_type_id': fields.related('event_type_id', type='many2one', relation="event.type", string="Event Type"),
'event_ok': fields.related('event_ok', string='event_ok', type='boolean'),
'event_ok': fields.related('product_id', 'event_ok', string='event_ok', type='boolean'),
}
def product_id_change(self, cr, uid, ids,