Browse Source

Change installable to True and modify parent of Localization menu

pull/355/head
Open Net Sàrl 8 years ago
committed by Sébastien Gendre
parent
commit
7202f623b9
  1. 4
      base_location/__manifest__.py
  2. 2
      base_location/views/better_zip_view.xml

4
base_location/__manifest__.py

@ -23,7 +23,7 @@
{ {
'name': 'Location management (aka Better ZIP)', 'name': 'Location management (aka Better ZIP)',
'version': '9.0.1.0.0', 'version': '9.0.1.0.0',
'depends': ['base'],
'depends': ['contacts'],
'author': "Camptocamp," 'author': "Camptocamp,"
"ACYSOS S.L.," "ACYSOS S.L.,"
"Alejandro Santana," "Alejandro Santana,"
@ -49,6 +49,6 @@
'demo': [ 'demo': [
'demo/better_zip.xml', 'demo/better_zip.xml',
], ],
'installable': False,
'installable': True,
'auto_install': False, 'auto_install': False,
} }

2
base_location/views/better_zip_view.xml

@ -62,7 +62,7 @@
<menuitem <menuitem
name="Cities/Locations Management" name="Cities/Locations Management"
id="zip_base" id="zip_base"
parent="base.menu_localisation"
parent="contacts.menu_contacts"
action="action_zip_tree" action="action_zip_tree"
/> />

Loading…
Cancel
Save