-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (185 loc) · 6.7 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Odoo framework integration for PyCharm, Visual Studio Code,... Boost your productivity and make your life easier as an Odoo developer.">
<title>Odoo Framework Integration for IDEs</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playpen+Sans:[email protected]&display=swap" rel="stylesheet">
<style>
body {
font-family: "Playpen Sans";
max-width: 992px;
margin: 0 auto;
padding: 24px;
}
a {
text-decoration: none;
}
#header {
display: flex;
justify-content: space-between;
align-items: center;
}
.menus a {
color: gray;
margin-left: 32px;
}
#header a:hover {
color: forestgreen;
font-weight: 500;
}
#title {
color: forestgreen;
text-align: center;
margin: 24px 0;
font-weight: 500;
}
#subtitle {
text-align: center;
font-size: 1.2em;
}
#products {
display: flex;
margin: 32px 0;
}
.product {
flex: auto;
margin: 48px 0;
}
.product div {
text-align: center;
}
.product img {
width: 144px;
}
.product-button {
margin-top: 32px;
}
.product a {
padding: 6px 24px;
border: 1px solid;
border-radius: 32px;
white-space: nowrap;
color: forestgreen;
}
.product a:hover {
background-color: forestgreen;
color: white;
}
.product-status {
position: absolute;
font-size: 0.8rem;
padding: 3px 12px;
border: 1px solid;
border-radius: 32px;
color: red;
margin-left: -72px;
}
.features {
margin: auto;
max-width: 768px;
}
.feature h2 {
font-size: 1.3rem;
font-weight: 400;
color: forestgreen;
}
@media (max-width: 768px) {
#products {
flex-direction: column;
}
}
</style>
</head>
<body>
<div id="header">
<div>
<a href="/">
<img src="images/logo.png" alt="" width="72">
</a>
</div>
<div class="menus">
<a class="menu" href="https://github.com/orgs/odoo-ide/discussions" target="_blank">
News
</a>
<a class="menu" href="https://github.com/odoo-ide" target="_blank">
GitHub
</a>
</div>
</div>
<h1 id="title">
Odoo Framework Integration for IDEs
</h1>
<p id="subtitle">Boost your productivity and make your life easier as an Odoo developer</p>
<div id="products">
<div class="product">
<div>
<img src="images/pycharm.svg" alt="PyCharm">
</div>
<div class="product-button">
<a href="https://plugins.jetbrains.com/plugin/13499-odoo" target="_blank">PyCharm</a>
</div>
</div>
<div class="product">
<div>
<span class="product-status">Preview</span>
<img src="images/vscode.svg" alt="Visual Studio Code">
</div>
<div class="product-button">
<a href="https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo"
target="_blank">Visual Studio Code</a>
</div>
</div>
<div class="product">
<div>
<span class="product-status">Coming</span>
<img src="images/fleet.svg" alt="JetBrains Fleet">
</div>
<div class="product-button">
<a href="https://www.jetbrains.com/fleet/" target="_blank">JetBrains Fleet</a>
</div>
</div>
</div>
<div class="features">
<div class="feature">
<h2>Module</h2>
<p>No more red zig-zag underlines indicating errors due to unresolved imports to Odoo modules. Odoo IDE can
discover all modules in your project for resolving imports, module files, module dependencies, models,
views, data, assets,...</p>
<img src="images/odoo-module.png" alt="Odoo Module" width="100%" loading="lazy">
</div>
<div class="feature">
<h2>ORM</h2>
<p>Odoo IDE knows almost everything about Odoo ORM including models, fields, recordsets, inheritance and
extension, common methods, environment, method decorators, search domain,... to provide the best code
completion and navigation experience for Odoo developers.</p>
<img src="images/odoo-orm.png" alt="Odoo ORM" width="100%" loading="lazy">
</div>
<div class="feature">
<h2>XML</h2>
<p>Odoo is a data driven framework and XML is the main language for data and view definition. Odoo IDE
provides amazing code completion and navigation for tags, attributes, models, fields, external ids, eval
expressions,... It even understands view inheritance and xpath.</p>
<img src="images/odoo-xml.png" alt="Odoo XML" width="100%" loading="lazy">
</div>
<div class="feature">
<h2>CSV</h2>
<p>Though XML is the preferred way to define data for most cases in Odoo, CSV is commonly used to define
access rights and some master data such as countries,... And of couse, Odoo IDE also supports code
completion and navigation for fields and external ids in CSV files.</p>
<img src="images/odoo-csv.png" alt="Odoo CSV" width="100%" loading="lazy">
</div>
<div class="feature">
<h2>JavaScript</h2>
<p>Odoo has its own JS Framework which is powerful but needs more support from IDEs. Fortunately, Odoo IDE
always strives to keep up with the latest innovations of the framework to provide the best coding
experience for Odoo developers.</p>
<img src="images/odoo-js.png" alt="Odoo JavaScript" width="100%" loading="lazy">
</div>
</div>
</body>
</html>