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

I find default shortcut defined in the following views \addons\base\res\res_partner_shortcut_data.xml \addons\crm\crm_meeting_shortcut_data.xml \addons\product\product_shortcut_data.xml \addons\hr\hr_view.xml for example:

<openerp> <data noupdate="1">

    <record id="ir_ui_view_sc_partner0" model="ir.ui.view_sc">
        <field name="name">Customers</field>
        <field name="resource">ir.ui.menu</field>
        <field name="user_id" ref="base.user_root"/>
         <field name="res_id" ref="menu_partner_form"/>
    </record>

</data>

</openerp>

How to inherit the view to remove(replace method) the shortcut? I don't want to mod the source

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 24
4208
5
thg 6 23
35265
1
thg 12 23
19152
1
thg 2 16
4364
1
thg 7 15
6147