Browse Source

[FIX] base_remote: Views

12.0-mig-module_prototyper_last
Enric Tobella 6 years ago
committed by Jaime Arroyo
parent
commit
88f64672eb
  1. 2
      base_remote/README.rst
  2. 2
      base_remote/__manifest__.py
  3. 4
      base_remote/views/res_remote_views.xml

2
base_remote/README.rst

@ -13,7 +13,7 @@ Usage
=====
When installed, all remotes will be stored by `hostname` on `res.remote`.
They can be viewed on `Settings / Users & Companies / Remotes`.
They can be viewed on `Settings / Remotes`.
The last Ip of the remote will be stored.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas

2
base_remote/__manifest__.py

@ -3,7 +3,7 @@
{
'name': "Remote Base",
'version': '11.0.1.0.1',
'version': '11.0.1.0.2',
'category': 'Generic Modules/Base',
'author': "Creu Blanca, Odoo Community Association (OCA)",
'website': 'http://github.com/OCA/server-tools',

4
base_remote/views/res_remote_views.xml

@ -40,7 +40,7 @@
<menuitem id="res_remote_menu"
name="Remotes"
sequence="30"
parent="base.menu_users"
sequence="10"
parent="base.menu_administration"
action="res_remote_action"/>
</odoo>
Loading…
Cancel
Save