تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
3189 أدوات العرض

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

الصورة الرمزية
إهمال

This forum is english only, please stop using other languages.

أفضل إجابة

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.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يوليو 24
932
1
يونيو 15
3113
0
أغسطس 25
3474
2
نوفمبر 23
2175
0
سبتمبر 22
2518