forked from Techsystech/web
Merge pull request #571 from JayVora-SerpentCS/10.0_mig_web_hide_db_manager_link
[MIG] 10.0- web_hide_db_manager_link10.0
commit
64ee11c4c6
|
@ -36,7 +36,7 @@ specific URL <myserver>/web/database/manager
|
|||
.. image:: https://odoo-community.org/website/image/ir
|
||||
.attachment/5784_f2813bd/datas
|
||||
: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
|
||||
============
|
||||
|
@ -61,6 +61,7 @@ Contributors
|
|||
------------
|
||||
|
||||
* Alejandro Santana <alejandrosantana@anubia.es>
|
||||
* Serpent Consulting Services Pvt. Ltd. <jay.vora@serpentcs.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
{
|
||||
'name': 'Hide link to database manager in login screen',
|
||||
'version': "9.0.1.0.0",
|
||||
'version': "10.0.1.0.0",
|
||||
'category': 'Web',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Alejandro Santana, Odoo Community Association (OCA)',
|
||||
|
@ -13,5 +13,5 @@
|
|||
'summary': 'Hide link to database manager in login screen',
|
||||
'depends': ['web'],
|
||||
'data': ['views/webclient_templates.xml'],
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue