[IMP] Event tour: edit price

bzr revid: ddm@openerp.com-20131127101946-atfk09jm579jw4t9
This commit is contained in:
ddm 2013-11-27 11:19:46 +01:00
parent bf5c9b2d32
commit ffd0f66ad0
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@
content: "This is your new event page. We will edit the event presentation page.",
template: self.popover({ next: "OK" }),
},
{
stepId: 'event-price',
element: '[data-oe-field=price]',
placement: 'top',
title: "Ticket price",
content: "Edit your ticket price.",
template: self.popover({ next: "OK" }),
},
{
stepId: 'add-banner',
element: 'button[data-action=snippet]',