-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
231 lines (207 loc) · 10.7 KB
/
categories.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
<!DOCTYPE html>
<html lang="en"
>
<head>
<title>Categories - Odoo Demystification</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Pouya MN" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="Odoo Demystification" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="Odoo Demystification"/>
<meta property="og:url" content="https://pouyamn.github.io"/>
<meta property="og:description" content="Odoo Demystification"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://pouyamn.github.io/theme/css/bootstrap.min.css" type="text/css"/>
<link href="https://pouyamn.github.io/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://pouyamn.github.io/theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="https://pouyamn.github.io/theme/css/style.css" type="text/css"/>
<link href="https://pouyamn.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Odoo Demystification ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://pouyamn.github.io/" class="navbar-brand">
Odoo Demystification </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li >
<a href="https://pouyamn.github.io/category/general.html">General</a>
</li>
<li >
<a href="https://pouyamn.github.io/category/non-odoo.html">Non-odoo</a>
</li>
<li >
<a href="https://pouyamn.github.io/category/qweb.html">Qweb</a>
</li>
<li >
<a href="https://pouyamn.github.io/category/views.html">Views</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://pouyamn.github.io/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="categories">
<h1>All Categories for Odoo Demystification</h1>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-general">General <span class="badge pull-right">1</span></a>
</h4>
</div>
<div id="collapse-general" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="categories-timestamp"><time datetime="2016-01-12T11:26:00+03:30">Tue 12 January 2016</time></span> <a href="https://pouyamn.github.io/posts/2016/01/12/keep-odoo-running/">Keep Odoo running, easily</a></p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-non-odoo">non-odoo <span class="badge pull-right">1</span></a>
</h4>
</div>
<div id="collapse-non-odoo" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="categories-timestamp"><time datetime="2015-12-24T11:26:00+03:30">Thu 24 December 2015</time></span> <a href="https://pouyamn.github.io/posts/2015/12/24/setup-blog/">Seting Up this blog with Pelican</a></p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-qweb">QWEB <span class="badge pull-right">3</span></a>
</h4>
</div>
<div id="collapse-qweb" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="categories-timestamp"><time datetime="2016-01-16T11:26:00+03:30">Sat 16 January 2016</time></span> <a href="https://pouyamn.github.io/posts/2016/01/16/qweb-1/">QWEB demystification, Part 1 - t-field and t-esc</a></p>
<p><span class="categories-timestamp"><time datetime="2016-01-16T11:26:00+03:30">Sat 16 January 2016</time></span> <a href="https://pouyamn.github.io/posts/2016/01/16/qweb-2/">QWEB demystification, Part 2 - qweb widgits</a></p>
<p><span class="categories-timestamp"><time datetime="2016-01-16T11:26:00+03:30">Sat 16 January 2016</time></span> <a href="https://pouyamn.github.io/posts/2016/01/16/qweb-3/">QWEB demystification, Part 3 - dynamic views in QWEB</a></p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-views">views <span class="badge pull-right">1</span></a>
</h4>
</div>
<div id="collapse-views" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="categories-timestamp"><time datetime="2016-01-23T21:26:00+03:30">Sat 23 January 2016</time></span> <a href="https://pouyamn.github.io/posts/2016/01/23/view_domain_add_like/">Would you like to have some 'like's and 'ilike's in your domain and attrs?</a></p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="https://github.com/pouyamn/"><i class="fa fa-my-github-page-square fa-lg"></i> My github page</a></li>
<li class="list-group-item"><a href="https://www.linkedin.com/in/pouya-malekinejad/"><i class="fa fa-my-linked-in-profile-square fa-lg"></i> My linked-in profile</a></li>
</ul>
</li>
<li class="list-group-item"><a href="https://pouyamn.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://odoo.com/" target="_blank">
Odoo
</a>
</li>
<li class="list-group-item">
<a href="http://fshahy.github.io/" target="_blank">
Odoo made Einfach
</a>
</li>
<li class="list-group-item">
<a href="http://www.odoo.yenthevg.com/" target="_blank">
Odoo made easy
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2016 Pouya MN
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="https://pouyamn.github.io/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://pouyamn.github.io/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://pouyamn.github.io/theme/js/respond.min.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'odoodemystification'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-72349337-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
</body>
</html>