[IMP] Review

This commit is contained in:
Adrien Peiffer (ACSONE) 2017-01-02 19:08:18 +01:00 committed by Stéphane Bidoul (ACSONE)
parent 6dabf0aa36
commit 6f908a8566
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with 11 additions and 13 deletions

View File

@ -31,4 +31,5 @@
"data": [
'serv_config.xml',
],
'installable': True,
}

View File

@ -1,7 +1,5 @@
<?xml version="1.0"?>
<odoo>
<data>
<act_window id="act_show_config_window"
name="Server Environment"
res_model="server.config"
@ -14,5 +12,4 @@
action="act_show_config_window"
id="menu_server_show_config"/>
</data>
</odoo>