-
Notifications
You must be signed in to change notification settings - Fork 0
/
training.html
312 lines (300 loc) · 16.3 KB
/
training.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>OpenERP Open Days Training</title>
<link rel='stylesheet' href='css/style.css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src='js/main.js'></script>
</head>
<body class='oe_styling_v8'>
<!--
<nav class='oe_menu_bar'>
<div class='oe_menu_items'>
<span class='oe_item'>Messaging</span>
<span class='oe_item'>Sales</span>
<span class='oe_item'>Point of Sale</span>
<span class='oe_item'>Project</span>
<span class='oe_item'>Accounting</span>
<span class='oe_item'>Purchases</span>
<span class='oe_item'>Warehouse</span>
<span class='oe_item'>Manufacturing</span>
<span class='oe_item'>Human Resources</span>
<span class='oe_item'>Lunch</span>
<span class='oe_item'>Fleet</span>
<span class='oe_item oe_more'>
More
<span class='oe_dropdown'>▼</span>
</span>
</div>
</nav>
-->
<header class="oe_events_header">
<h1>OpenERP</h1>
<h2>Open Days</h2>
<nav class="oe_events_menu">
<span class="oe_item"><a href="index.html">Home</a></span>
<span class="oe_item"><a href="agenda.html">Agenda</a></span>
<span class="oe_item"><a href="registration.html">Registration</a></span>
<span class="oe_item"><a href="practical.html">Practical info</a></span>
<span class="oe_item selected">Training</span>
</nav>
</header>
<article class='oe_page oe_events'>
<section class='oe_container'>
<div class='oe_row oe_fit oe_picture'>
<div class="oe_events_box">
<h3>University of Brussels</h3>
<time class="date">3/4/5 July 2013</time>
<p><strong>The Open Source Event of The Year</strong>
180+ Conferences, 30 Workshops, Trainings & Certification Sessions<p>
<div class="oe_events_register"><button>REGISTER</button></div>
</div>
<img src='img/events_registration.png'>
</div>
</section>
<section class='oe_container oe_separator'>
<section class="oe_row">
<h3>Training</h3>
<p>4 optionnal trainings will be organized during the two days before the Open Days (1st and 2nd of July). These training are dedicated to advanced OpenERP developers or partners.</p>
</section>
</section>
<section class='oe_container oe_separator training'>
<nav class='oe_row oe_row_tabs'>
<div class='oe_row_tab oe_active'><strong>Developers</strong>:<small>Web Modules</small></div>
<div class='oe_row_tab'><strong>Developers</strong>:<small>Python Modules</small></div>
<div class='oe_row_tab'><strong>Functionnal Experts</strong></div>
<div class='oe_row_tab'><strong>Sales</strong></div>
</nav>
<article class="oe_training_page">
<h3>Developers: A course on the development of web modules in OpenERP 7</h3>
</article>
<article class="oe_training_page">
<h3>How to develop OpenERP Web modules?</h3>
<h4>Why should you attend?</h4>
<p>In this advanced training session, you will learn from OpenERP web developers how you can develop custom web modules to enhance your existing modules with rich interface features. The course is organized around the development of two advanced web modules. You will learn by practising.</p>
<h4>Requirements</h4>
<p>This advanced training is dedicated to OpenERP developers only. You must be confortable with the OpenERP architecture and how to develop regular OpenERP modules (Python-based). You also need to know the basics of Javascript programming. You should bring your own laptop.</p>
<h4>Table of Contents</h4>
<ul>
<li>Introduction: my first web module</li>
<ul>
<li>Architecture of a web module</li>
<li>Get Things Done: javascript module</li>
</ul>
<li>Widgets</li>
<ul>
<li>Introduction to widgets</li>
<li>Architecture of widgets</li>
<li>Developping your own widgets
<li>How to subclass widgets?</li>
</ul>
<li>Controller:</li>
<ul>
<li>Introduction to the OpenERP web controllers</li>
<li>How to use client actions?</li>
</ul>
<li>Views</li>
<ul>
<li>Architecture of existing views:</li>
<ul>
<li>Form views</li>
<li>Kanban views</li>
<li>List views</li>
</ul>
<li>Defining custom views
<ul>
<li>Introduction to QWeb</li>
<li>Template extension/inheritance</li>
<li>Advanced QWeb best practices</li>
</ul>
</ul>
<li>Guidelines and best practices</li>
<ul>
<li>Debugging with the web client</li>
</ul>
<li>Automated tests</li>
<ul>
<li>Intro</li>
<li>Calling the OpenERP server through RPC</li>
<ul>
<li>High level API</li>
<li>Low level API</li>
</ul>
<li>duction to the web test framework</li>
<li>Developing automated tests efficiently</li>
<li>Automated tests in runbot</li>
</ul>
<li>Miscelleanous</li>
<ul>
<li>How to handle asynchronous operations?</li>
<li>Calling the OpenERP server through RPC</li>
<ul>
<li>High level API</li>
<li>Low level API</li>
</ul>
</ul>
</ul>
<h4>How to register</h4>
<h5>Practical information:</h5>
<p>Date: 1st and 2nd July 2013</p>
<p>Place: Bruxelles, Belgium</p>
<p>Price: 950 EUR, VAT excluded.</p>
<h5>How to register?</h5>
<p>Link to eventbrite</p>
</article>
<article class="oe_training_page">
<h3>Functionnal Experts: A course on advanced customization without development, with customers use cases</h3>
<h4>What you will learn?</h4>
<p>OpenERP 7 allows a new approach on how partners implement OpenERP for their customers. When mastering all the customization features of OpenERP, you can adapt OpenERP to very specific needs without having to write a single line of code.</p>
<p>In this training, advanced OpenERP users will learn tools, tips and tricks on how to customize without having to do specific developments. This approach allows to answer some customers need in a shorter time, compared to the traditionnal approach of developing for every specific need.</p>
<p>In january 2013, we defined the 'Quickstart' methodology that allows deploying small to medium companies in production in just a few days of customization. Since we launched this approach, we already deployed 50 customers in production. This methodology will be trained during these 2 intensive days of training.</p>
<h4>Why should you attend?</h4>
<p>The quickstart implementatoin methodology is a must-learn for every partner in order to deliver projects on time and budget. Having business consultants or project managers that knows how and when you can avoid custom developments can save you a lot of time in your implementation projects.</p>
<h4>Intended Audience</h4>
<p>This session is dedicated to advanced OpenERP users. You need to know how to use and configure the main applications of OpenERP. The course is organized on OpenERP Online, but you can bring in your own laptop if you prefer.</p>
<h4>Our trainers</h4>
<p>
Small photo + bio of:
- Pascal Bohon
- Frederic Gilson
</p>
<h4>Content of the Training</h4>
<h5>Day 1:</h5>
<ul>
<li>Introduction: 1h</li>
<ul>
<li>Intro to the Out-of-the-box approach</li>
<li>Real Customer Use Cases (how to handle customization without wasting time on specific development)</li>
<ul>
<li>Use Case 1: Sales & Maintenance of Water Machine</li>
<ul>
<li>Maintenance Management</li>
<li>Specific Control Sheets</li>
</ul>
<li>Use Case 2: Insurance Company</li>
<ul>
<li>Case Management</li>
<li>Organization and planning</li>
</ul>
<li>Use Case 3: Events Organization</li>
<ul>
<li>Handling a process of organizing big events</li>
</ul>
</ul>
</ul>
<li>How to customize efficiently; the basics</li>
<ul>
<li>Introduction to reliable customizations (how to do your cutomization so that it is not affected by an update)</li>
<li>Customization Best Practices</li>
<ul>
<li>Customizing menus, actions, filters</li>
<li>Design Specific Views</li>
<li>Customizing your workflows</li>
<li>Implementing Custom Reports with Webkit</li>
<li>Server actions</li>
</ul>
<li>Advanced Importation of data</li>
<li>Top mistakes and how to avoid them</li>
<li>Things to avoid when doing customizations</li>
</ul>
</ul>
<h5>Day 2:</h5>
<ul>
<li>Learn by practicing (How to handle Industry Specific Needs)</li>
<ul>
<li>Use Case 1: How to implement maintenance of water machines</li>
<ul>
<li>Easy customization to handle maintenance operations</li>
<li>Formula in Google Spreadsheet to load data from OpenERP</li>
<li>Automate emails upon specific events</li>
</ul>
<li>Use Case 2: Insurance Company</li>
<ul>
<li>How to integrate a fully customized business process</li>
<li>A fully customized form view</li>
<li>Automated emails:</li>
<ul>
<li>Emails trigerred on specific events</li>
<li>Trigger specific actions using marketing campaigns</li>
</ul>
</ul>
<li>Use Case 3: Events Organization</li>
<ul>
<li>How to handle the plannification process</li>
<li>Designing custom reports</li>
<ul>
<li>Subscription form</li>
<li>Feedback forms</li>
</ul>
</ul>
</ul>
<li>The Quickstart Implementation Methodology</li>
</ul>
<h4>How to register</h4>
<h5>Practical information:</h5>
<p>Date: 1st and 2nd July 2013</p>
<p>Place: Bruxelles, Belgium</p>
<p>Price: 950 EUR, VAT excluded.</p>
<h5>How to register?</h5>
<p>Link to eventbrite</p>
</article>
<article class="oe_training_page">
<h3>Sales: An intensive sales training of 2 days on best practices to sell OpenERP</h3>
<h4>What you will learn?</h4>
<p>In this advanced training session, you will learn from OpenERP’s sales management how you can increase your OpenERP revenue potential by focusing on the right KPI’s and improving them 1 by 1. You will learn by seeing best practices from the market.</p>
<h4>Why should you attend?</h4>
<p>You are a starting partner or since some time with openERP but the results are not matching your expectations.</p>
<h4>Intended Audience</h4>
<p>This session is dedicated to advancedOpenERP partners . </p>
<h4>Our trainers</h4>
<p>
Small photo [see HR OpenERP] + bio of:
- Sandro Botta
</p>
<h4>Content of the Training<h4>
<h5>Day 1:</h5>
<ul>
<li>Choose your strategy</li>
<li>Workshop : Manage and improve your KPI’s</li>
<li>Best practices in</li>
<ul>
<li>Lead generation</li>
<li>Lead conversion</li>
<li>Proposal conversion</li>
</ul>
</ul>
<h5>Day 2</h5>
<ul>
<li>Protect your margins by managing your presales</li>
<li>How to provide an effective demo</li>
<li>Business cases</li>
</ul>
<h4>How to register</h4>
<h5>Practical information:</h5>
<p>Date: 1st and 2nd July 2013</p>
<p>Place: Bruxelles, Belgium</p>
<p>Price: 950 EUR, VAT excluded.</p>
<h5>How to register?</h5>
<p>Link to eventbrite</p>
</article>
</div>
</section>
<section class='oe_container oe_separator'>
</section>
</article>
<footer class="oe_events_footer">
<nav class="oe_events_footer_nav">
<ul>
<li class="oe_item pic"><a href="#">Photos</a></li>
<li class="oe_item utube"><a href="#"><span class="oe_icon"><img src="img/icon_utube.png"></span>Youtube</a></li>
<li class="oe_item twitter"><a href="#"><span class="oe_icon"><img src="img/icon_twitter.png"></span>Twitter</a></li>
<li class="oe_item fb"><a href="#"><span class="oe_icon"><img src="img/icon_fb.png"></span>Facebook</a></li>
<li class="oe_item goo"><a href="#"><span class="oe_icon"><img src="img/icon_google.png"></span>Google+</a></li>
</ul>
</nav>
</footer>
</body>
</html>