removed controller

This commit is contained in:
Anand Doshi 2012-11-23 18:05:08 +05:30
parent 7d665818b5
commit d4b0373b92
2 changed files with 34 additions and 41 deletions

View File

@ -1,6 +1,10 @@
erpnext.updates = [ erpnext.updates = [
["23rd November 2012", [ ["23rd November 2012", [
"General Ledger: Auto-suggest Accounts for filtering", "General Ledger: Auto-suggest Accounts for filtering",
"Calendar: User Interface Fixes, small text for events",
"Email Settings: Setup outgoing email without a login id \
(applicable for a local email server)",
"Delivered Items To Be Billed: New report in 'Accounts'",
]], ]],
["22nd November 2012", [ ["22nd November 2012", [
"Support Ticket: Compose a reply using Markdown", "Support Ticket: Compose a reply using Markdown",

View File

@ -1,43 +1,32 @@
# Page, latest-updates
[ [
{
# These values are common in all dictionaries "owner": "Administrator",
{ "docstatus": 0,
u'creation': '2012-11-13 11:55:09', "creation": "2012-11-19 12:06:54",
u'docstatus': 0, "modified_by": "Administrator",
u'modified': '2012-11-13 12:21:39', "modified": "2012-11-23 18:03:48"
u'modified_by': u'Administrator', },
u'owner': u'Administrator' {
}, "name": "__common__",
"title": "Latest Updates",
# These values are common for all Page "doctype": "Page",
{ "module": "Home",
u'doctype': u'Page', "standard": "Yes",
'module': u'Home', "page_name": "latest-updates"
u'name': u'__common__', },
'page_name': u'latest-updates', {
'standard': u'Yes', "name": "__common__",
'title': u'Latest Updates' "parent": "latest-updates",
}, "doctype": "Page Role",
"parenttype": "Page",
# These values are common for all Page Role "role": "All",
{ "parentfield": "roles"
u'doctype': u'Page Role', },
u'name': u'__common__', {
'parent': u'latest-updates', "name": "latest-updates",
'parentfield': u'roles', "doctype": "Page"
'parenttype': u'Page', },
'role': u'All' {
}, "doctype": "Page Role"
}
# Page, latest-updates
{
u'doctype': u'Page',
u'name': u'latest-updates'
},
# Page Role
{
u'doctype': u'Page Role'
}
] ]