When a user accesses the system, it automatically takes them to the planning view
When the user accesses the system, the general modules are presented automatically, it is necessary that the system automatically presents the Planning view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
3
Replies
3183
Tampilan
In the action view of a particular form, you can mention that accordingly like below:
<record id="action_model" model="ir.actions.act_window">
<field name="name">Model</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">model.name</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form,graph</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Create Model Here !
</p>
</field>
</record>
In Odoo12, you need to enable debug mode first, than enter on each user you want to modify the first view. On the register, there's a tab "Preferences" and a field called "Initial action". Change it to the action that you want.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Jul 24
|
925 | ||
|
1
Jun 15
|
3105 | ||
|
0
Agu 25
|
3474 | ||
V16 export user access rights
Diselesaikan
|
|
2
Nov 23
|
2166 | |
|
0
Sep 22
|
2512 |
This forum is english only, please stop using other languages.