[IMP] event_sale: cleaned demo data, using standard xml_ids.

Also removed website_published and description website fields, not necessary at all.

bzr revid: tde@openerp.com-20130924101924-0onpypxq0806dzb7
This commit is contained in:
Thibault Delavallée 2013-09-24 12:19:24 +02:00
parent 4c7d96e33d
commit 754fbd0d79
2 changed files with 68 additions and 77 deletions

File diff suppressed because one or more lines are too long

View File

@ -117,8 +117,6 @@ class event_event(osv.osv):
return result
_columns = {
'website_published': fields.boolean('Available in the website'),
'description_website': fields.html('Description for the website'),
'event_ticket_ids': fields.one2many('event.event.ticket', "event_id", "Event Ticket"),
'organizer_id': fields.many2one('res.partner', "Organizer"),
'phone': fields.related('organizer_id', 'phone', type='char', string='Phone'),