3
0
Fork 0

Started Migrating web_hide_db_manager_link

[MIG] Migrated web_hide_db_manager_link to v10
10.0
Serpent Consulting Services Pvt Ltd 2017-03-07 11:25:10 +05:30 committed by Jay Vora(SerpentCS)
parent deb8a779eb
commit 98935fbae4
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ specific URL <myserver>/web/database/manager
.. image:: https://odoo-community.org/website/image/ir .. image:: https://odoo-community.org/website/image/ir
.attachment/5784_f2813bd/datas .attachment/5784_f2813bd/datas
:alt: Try me on Runbot :alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/162/9.0 :target: https://runbot.odoo-community.org/runbot/162/10.0
Known issues Known issues
============ ============
@ -61,6 +61,7 @@ Contributors
------------ ------------
* Alejandro Santana <alejandrosantana@anubia.es> * Alejandro Santana <alejandrosantana@anubia.es>
* Serpent Consulting Services Pvt. Ltd. <jay.vora@serpentcs.com>
Maintainer Maintainer
---------- ----------

View File

@ -5,7 +5,7 @@
{ {
'name': 'Hide link to database manager in login screen', 'name': 'Hide link to database manager in login screen',
'version': "9.0.1.0.0", 'version': "10.0.1.0.0",
'category': 'Web', 'category': 'Web',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'Alejandro Santana, Odoo Community Association (OCA)', 'author': 'Alejandro Santana, Odoo Community Association (OCA)',
@ -13,5 +13,5 @@
'summary': 'Hide link to database manager in login screen', 'summary': 'Hide link to database manager in login screen',
'depends': ['web'], 'depends': ['web'],
'data': ['views/webclient_templates.xml'], 'data': ['views/webclient_templates.xml'],
'installable': False, 'installable': True,
} }