Browse Source

Merge pull request #1414 from etobella/11.0-fix-remote_menu

[FIX] base_remote: Views
pull/1402/head
Jordi Ballester Alomar 6 years ago
committed by GitHub
parent
commit
49174aa5b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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`. 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. The last Ip of the remote will be stored.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas

2
base_remote/__manifest__.py

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

4
base_remote/views/res_remote_views.xml

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