[WIP] Address view fixed

This commit is contained in:
Kanchan Chauhan
2016-07-04 14:28:09 +05:30
parent 65256ed8cb
commit 1605ff02c6
3 changed files with 30 additions and 5 deletions

View File

@@ -81,6 +81,13 @@ website_route_rules = [
"parents": [{"title": _("Request for Quotation"), "name": "rfq"}]
}
},
{"from_route": "/addresses", "to_route": "Address"},
{"from_route": "/addresses/<path:name>", "to_route": "addresses",
"defaults": {
"doctype": "Address",
"parents": [{"title": _("Addresses"), "name": "addresses"}]
}
},
{"from_route": "/jobs", "to_route": "Job Opening"},
]