[IMP] manifest event module

bzr revid: fp@openerp.com-20130928204105-8q30oh21c1xcck5a
This commit is contained in:
Fabien Pinckaers 2013-09-28 22:41:05 +02:00
parent 650d4a9f51
commit a5c05adda3
9 changed files with 27 additions and 32 deletions

View File

@ -173,7 +173,7 @@ class event_ticket(osv.osv):
_columns = {
'name': fields.char('Name', size=64, required=True),
'event_id': fields.many2one('event.event', "Event", required=True),
'event_id': fields.many2one('event.event', "Event", required=True, ondelete='cascade'),
'product_id': fields.many2one('product.product', 'Product', required=True, domain=[("event_type_id", "!=", False)]),
'registration_ids': fields.one2many('event.registration', 'event_ticket_id', 'Registrations'),
'deadline': fields.date("Sales End"),

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -7,7 +7,7 @@
<div class="oe_span6">
<div class="oe_demo oe_picture oe_screenshot">
<a href="https://www.openerp.com/saas_master/demo?lang=en_US&module=website_event">
<img src="">
<img src="event_top.png">
</a>
<div class="oe_demo_footer oe_centeralign">Online Demo</div>
</div>
@ -43,7 +43,7 @@
</div>
<div class="oe_span6">
<div class="oe_bg_img oe_centered">
<img class="oe_picture" src="">
<img class="oe_picture oe_screenshot" src="event_bottom.png">
</div>
</div>
</div>
@ -54,7 +54,7 @@
<h2 class="oe_slogan">Sell Tickets Online</h2>
<h3 class="oe_slogan">Automate the registration and payment process</h3>
<div class="oe_span6">
<img class="oe_picture oe_screenshot" src="">
<img class="oe_picture oe_screenshot" src="event_sell.png">
</div>
<div class="oe_span6">
<p class='oe_mt32'>
@ -69,24 +69,6 @@
</div>
</section>
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">Promote Events Efficiently</h2>
<h3 class="oe_slogan">Mass Mailing &amp; Social Media Icons</h3>
<div class="oe_span6">
<img class="oe_picture oe_screenshot" src="">
</div>
<div class="oe_span6">
<p class='oe_mt32'>
Use the segmentation, the social network integration and mass
mailing features to promote your events to the right audience.
Setup automated emails to attendees to send them last minute
details.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">A Clean Google Analytics Integration</h2>
@ -102,7 +84,25 @@
</p>
</div>
<div class="oe_span6">
<img class="oe_picture oe_screenshot" src="">
<img class="oe_picture oe_screenshot" src="analytics.png">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">Promote Events Efficiently</h2>
<h3 class="oe_slogan">Mass Mailing &amp; Social Media</h3>
<div class="oe_span6">
<img class="oe_picture oe_screenshot" src="event_social.png">
</div>
<div class="oe_span6">
<p class='oe_mt32'>
Use the segmentation, the social network integration and mass
mailing features to promote your events to the right audience.
Setup automated emails to attendees to send them last minute
details.
</p>
</div>
</div>
</section>
@ -124,7 +124,7 @@
</div>
<div class="oe_span6">
<div class="oe_row_img oe_centered">
<img class="oe_picture" src="">
<img class="oe_picture oe_screenshot" src="event_middle.png">
</div>
</div>
</div>
@ -136,7 +136,7 @@
<h3 class="oe_slogan">SEO tools at your finger tips</h3>
<div class="oe_span6">
<div class="oe_bg_img">
<img class="oe_picture oe_screenshot" src="">
<img class="oe_picture oe_screenshot" src="website_seo.png">
</div>
</div>
<div class="oe_span6">
@ -166,13 +166,13 @@
</div>
<div class="oe_span6">
<div class="oe_bg_img">
<img class="oe_picture oe_screenshot" src="">
<img class="oe_picture oe_screenshot" src="event_social.png">
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">And Much More...</h2>
<div class="oe_span4">
@ -249,11 +249,6 @@
efficiently.
</p>
</div>
<div class="oe_span12 oe_centered oe_muted">
<a href="/apps">
and hundreds more applications...
</a>
</div>
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB