Merge pull request #4921 from rohitwaghchaure/new_rfq

[enhancement] request for quotation
This commit is contained in:
Rushabh Mehta
2016-03-28 18:22:02 +05:30
33 changed files with 2409 additions and 14 deletions

View File

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