OpenERP Enterprise Connection

Restaurant Sign Up Request
% endif % if object.role == 'client':Tour Operator Sign Up Request
% endifHello.
Welcome to BOOKAGROUP.
We have received your request to partner with BOOK A GROUP which we are processing. The information entered by you while signing up is as under.
DETAILS
Name: ${object.name or ''}
Email: ${object.login or ''}
Phone: ${object.partner_id.phone or ''}
Mobile: ${object.partner_id.mobile or ''}
Address 1: ${object.partner_id.street or ''}
Address 2: ${object.partner_id.street2 or ''}
City: ${object.partner_id.city_id.name or ''}
Post Code: ${object.partner_id.zip or ''}
County: ${object.partner_id.state_id.name or ''}
Country: ${object.partner_id.country_id.name or ''}
Meanwhile, if you need any information, please contact us at info@capitalcentric.co.uk.
We will be in touch with you shortly and look forward to working with you.
% endif % if object.active == true: % if object.role == 'venue':Restaurant Account Activation
Hello.
We are pleased to inform you that your BOOK A GROUP account is now active. Please log in to add your restaurant details using the RESTAURANT LOGIN link at the bottom of the BOOK A GROUP home page. Please ensure you read and accept the terms and conditions that appear as soon as you login.
Just in case you have forgotten the password you chose while signing up, it is ${object.password}.
If you need any information, help or assistance whilst registering your details please do not hesitate to contact us at info@capitalcentric.co.uk.
We look forward to working with you.
% endif % if object.role == 'client':Tour Operator Account Activation
Hello.
We are pleased to inform you that your BOOK A GROUP account is now active. Please click here to log in to your account. Please ensure you read and accept the terms and conditions that appear on your first log in.
Just in case you have forgotten the password you chose while signing up, it is ${object.password}.
If you need any information, please do not hesitate to contact us at info@capitalcentric.co.uk.
We look forward to working with you.
% endif % if (object.role == 'client_user' or object.role == 'client_mng'):Tour Operator User Account Creation/Activation
Hello.
We are pleased to inform you that your BOOK A GROUP account with the user name ${object.login} has been created and is now active. Please use the password ${object.password} to log in to the system.
If you need any information, please do not hesitate to contact us at info@bookamenu.com.
Thank you.
% endif % if (object.role == 'venue_user' or object.role == 'venue_mng'):Restaurant User Account Creation/Activation
Hello.
We are pleased to inform you that your BOOK A GROUP account with the user name ${object.login} has been created and is now active. Please use the password ${object.password} to log in to the system.
If you need any information, please do not hesitate to contact us at info@capitalcentric.co.uk.
Thank you.
% endif % if (object.role == 'client_cust'):User Account Creation/Activation
Hello.
We are pleased to inform you that your account with the user name ${object.login} has been created and is now active. You may now log in to the system and make bookings at any of our restaurants.
If you need any information, please do not hesitate to contact us.
Thank you.
% endif % endif