mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
],
|
],
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
'data': [
|
'data': [
|
||||||
|
# 'views/res_groups_views.xml',
|
||||||
'views/ir_actions_act_window_views.xml',
|
'views/ir_actions_act_window_views.xml',
|
||||||
'views/ir_actions_actions_views.xml',
|
'views/ir_actions_actions_views.xml',
|
||||||
'views/ir_actions_report_views.xml',
|
'views/ir_actions_report_views.xml',
|
||||||
|
|||||||
16
app_base_superbar/views/res_groups_views.xml
Normal file
16
app_base_superbar/views/res_groups_views.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<odoo>
|
||||||
|
<data>
|
||||||
|
<record id="app_view_groups_search" model="ir.ui.view">
|
||||||
|
<field name="name">app.res.groups.search</field>
|
||||||
|
<field name="model">res.groups</field>
|
||||||
|
<field name="inherit_id" ref="base.view_groups_search"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//search">
|
||||||
|
<superbar view_mode="kanban,tree">
|
||||||
|
<field name="category_id"/>
|
||||||
|
</superbar>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user