blog listing + started with products page and listing

This commit is contained in:
Anand Doshi
2012-06-26 18:54:10 +05:30
parent c7b485e724
commit 10bcf5ea25
15 changed files with 364 additions and 107 deletions

View File

@@ -33,6 +33,12 @@ def save_pages():
select name from `tabBlog`
where docstatus = 0 and ifnull(published, 0) = 1"""
},
{
'doctype': 'Item',
'query': """\
select name from `tabItem`
where docstatus = 0 and ifnull(show_in_website, 'No') = 'Yes'"""
}
]
for s in save_list: