mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
#IAFCFN [app_event_pro]优化,增加标签管理菜单等
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
{
|
||||
'name': "Event advance search browse by stage",
|
||||
'version': '16.24.07.18',
|
||||
'version': '16.24.07.29',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Extra tools',
|
||||
'website': 'https://www.odooai.cn',
|
||||
@@ -42,6 +42,7 @@
|
||||
'images': ['static/description/banner.png'],
|
||||
'data': [
|
||||
'views/event_event_views.xml',
|
||||
'views/event_tag_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
|
||||
16
app_event_superbar/views/event_tag_views.xml
Normal file
16
app_event_superbar/views/event_tag_views.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="app_event_tag_search_view" model="ir.ui.view">
|
||||
<field name="name">app.event.tag.search</field>
|
||||
<field name="model">event.tag</field>
|
||||
<field name="arch" type="xml">
|
||||
<search>
|
||||
<field name="name"/>
|
||||
<field name="category_id"/>
|
||||
<searchpanel view_types="list,pivot,graph">
|
||||
<field name="category_id" select="multi"/>
|
||||
</searchpanel>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user