Skip to content

Commit

Permalink
[no dashboard] without action
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo committed Aug 17, 2015
1 parent 9e67300 commit f431413
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion account_no_dashboard/__openerp__.py
Expand Up @@ -23,7 +23,7 @@

{
'name': 'Account No Dashboard',
'version': '1.0',
'version': '1.1',
'category': 'Generic Modules/Account',
'description': """
This module disable the accounting dashboard, which makes OpenERP fast again with the web-client and real production data that otherwise makes the dashboard very slow and that break your navigation.
Expand Down
2 changes: 1 addition & 1 deletion account_no_dashboard/account_view.xml
Expand Up @@ -2,7 +2,7 @@
<openerp>
<data>
<record id="account.menu_finance" model="ir.ui.menu">
<field name="action" ref="account.action_invoice_tree1"/>
<field name="action" ref=""/>
</record>
</data>
</openerp>
2 changes: 1 addition & 1 deletion purchase_no_dashboard/__openerp__.py
Expand Up @@ -23,7 +23,7 @@

{
'name': 'Purchase No Dashboard',
'version': '1.0',
'version': '1.1',
'category': 'Generic Modules/Purchase',
'description': """
This module disable the purchase dashboard, which makes OpenERP fast again with the web-client and real production data that otherwise makes the dashboard very slow and that break your navigation.
Expand Down
2 changes: 1 addition & 1 deletion purchase_no_dashboard/purchase_view.xml
Expand Up @@ -2,7 +2,7 @@
<openerp>
<data>
<record id="base.menu_purchase_root" model="ir.ui.menu">
<field name="action" ref="purchase.purchase_form_action"/>
<field name="action" ref=""/>
</record>
</data>
</openerp>
2 changes: 1 addition & 1 deletion sale_no_dashboard/__openerp__.py
Expand Up @@ -23,7 +23,7 @@

{
'name': 'Sale No Dashboard',
'version': '1.0',
'version': '1.1',
'category': 'Generic Modules/Sale',
'description': """
This module disable the sale dashboard, which makes OpenERP fast again with the web-client and real production data that otherwise makes the dashboard very slow and that break your navigation.
Expand Down
2 changes: 1 addition & 1 deletion sale_no_dashboard/sale_view.xml
Expand Up @@ -2,7 +2,7 @@
<openerp>
<data>
<record id="base.menu_base_partner" model="ir.ui.menu">
<field name="action" ref="sale.action_order_form"/>
<field name="action" ref=""/>
</record>
</data>
</openerp>
2 changes: 1 addition & 1 deletion stock_no_dashboard/__openerp__.py
Expand Up @@ -23,7 +23,7 @@

{
'name': 'Stock No Dashboard',
'version': '1.0',
'version': '1.1',
'category': 'Generic Modules/Stock',
'description': """
This module disable the stock dashboard, which makes OpenERP fast again with the web-client and real production data that otherwise makes the dashboard very slow and that break your navigation.
Expand Down
2 changes: 1 addition & 1 deletion stock_no_dashboard/stock_view.xml
Expand Up @@ -2,7 +2,7 @@
<openerp>
<data>
<record id="stock.menu_stock_root" model="ir.ui.menu">
<field name="action" ref="stock.action_picking_tree"/>
<field name="action" ref=""/>
</record>
</data>
</openerp>

0 comments on commit f431413

Please sign in to comment.