Merge the Land Unit doctype with the Location doctype (#14613)

* Merge Land Unit with the Location doctype

* Fix patch

* [minor] modification to Location structure

- Create a group node "All Land Units" and place all the land units
under it
- Remove "Linked Analysis" from location
This commit is contained in:
Alchez
2018-07-13 12:50:04 +05:30
committed by Nabin Hait
parent 09e680b4aa
commit df1eae8981
29 changed files with 1141 additions and 1353 deletions

View File

@@ -398,13 +398,13 @@ def get_data():
"hidden": 1
},
{
"module_name": "Land Unit",
"_doctype": "Land Unit",
"label": _("Land Unit"),
"module_name": "Location",
"_doctype": "Location",
"label": _("Location"),
"color": "#8BC34A",
"icon": "fa fa-map",
"type": "list",
"link": "List/Land Unit",
"link": "List/Location",
"hidden": 1
},
{