Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
10308 Lượt xem

I am using odoo on version 8 and 12 and I'm looking for documentation with all OpenERP classes that could be used on Odoo. Everything I know about them is for some examples I found on Odoo files like "Odoo8/addons/hr/hr_view.xml". We can find the next code on that file:

<form string="Employee">

                    <sheet>

                        <field name="image_medium" widget='image' class="oe_left oe_avatar"/>

                        <div class="oe_title">

                            <label for="name" class="oe_edit_only"/>

                            <h1>

                                <field name="name"/>

                            </h1>

                            <label for="category_ids" class="oe_edit_only" groups="base.group_hr_user"/>

Exploring the odoo files I can find classes that begins with "oe_" everywhere, but I could not find documentation about it anywhere. Could you help me.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Views 12 documentation: https://www.odoo.com/documentation/12.0/reference/views.html#semantic-components

All available Web css classes can be found in the catalog: /addons/web/static/src/scss


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
Download Odoo 8 Đã xử lý
1
thg 5 22
25588
0
thg 3 17
4031
0
thg 11 16
8284
2
thg 1 16
5496
1
thg 12 23
21108