Browse Source

[UPTD] Action commmented

pull/78/head
Sreejith 7 years ago
parent
commit
73691376db
  1. 2
      developer_mode/__manifest__.py
  2. 30
      developer_mode/views/developer_mode_view.xml

2
developer_mode/__manifest__.py

@ -23,7 +23,7 @@
{ {
'name': "Automatic Developer Mode", 'name': "Automatic Developer Mode",
'summary': """Automatically Activate Developer Mode & Running DB Name on Left Top""", 'summary': """Automatically Activate Developer Mode & Running DB Name on Left Top""",
'version': '10.0.3.0.0', 'version': '10.0.4.0.0',
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com", 'website': "http://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',

30
developer_mode/views/developer_mode_view.xml

@ -93,20 +93,24 @@
</xpath> </xpath>
</field> </field>
</record> </record>
<!--##############################################################################-->
<!--This code is not necessary in this module.-->
<record id="base.open_module_tree" model="ir.actions.act_window"> <!--<record id="base.open_module_tree" model="ir.actions.act_window">-->
<field name="name">Local Modules</field> <!--<field name="name">Local Modules</field>-->
<field name="res_model">ir.module.module</field> <!--<field name="res_model">ir.module.module</field>-->
<field name="view_type">form</field> <!--<field name="view_type">form</field>-->
<field name="view_mode">kanban,tree,form</field> <!--<field name="view_mode">kanban,tree,form</field>-->
<field name="context">{'search_default_app':1}</field> <!--<field name="context">{'search_default_app':1}</field>-->
<field name="search_view_id" ref="base.view_module_filter"/> <!--<field name="search_view_id" ref="base.view_module_filter"/>-->
<field name="view_id" ref="base.module_view_kanban"/> <!--<field name="view_id" ref="base.module_view_kanban"/>-->
<field name="help" type="html"> <!--<field name="help" type="html">-->
<p><b>No module found!</b></p> <!--<p><b>No module found!</b></p>-->
<p>You should try others search criteria.</p> <!--<p>You should try others search criteria.</p>-->
</field> <!--</field>-->
</record> <!--</record>-->
<!--#################################################################################-->
<template id="contact" inherit_id="web.menu_secondary"> <template id="contact" inherit_id="web.menu_secondary">
<xpath expr="//span[@class='oe_logo_edit']" position="before"> <xpath expr="//span[@class='oe_logo_edit']" position="before">

Loading…
Cancel
Save