Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Nov 15, 2022
1 parent 6c8a3b9 commit 177856b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Frappe Better List View

A small plugin for Frappe modifies the list view to allow:
A small plugin for Frappe that modifies the list view to allow:
1. Setting the number of rows displayed per page
2. The list of fields to fetch without displaying their values
2. fetching a list of fields without displaying their values

```
frappe.listview_settings['DocType'] = {
Expand Down
2 changes: 1 addition & 1 deletion frappe_better_list_view/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
app_name = "frappe_better_list_view"
app_title = "Frappe Better List View"
app_publisher = "Ameen Ahmed (Level Up)"
app_description = "Frappe list view that allows setting the number of rows per page and the list of fields to fetch without displaying their values."
app_description = "Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values."
app_icon = "octicon octicon-list-unordered"
app_color = "blue"
app_email = "kid1194@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "frappe_better_list_view"
authors = [
{name = "Ameen Ahmed (Level Up)", email = "kid1194@gmail.com"}
]
description = "Frappe list view that allows setting the number of rows per page and the list of fields to fetch without displaying their values."
description = "Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values."
keywords = ["frappe", "list view", "better list view"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name='frappe_better_list_view',
version=version,
description='Frappe list view that allows setting the number of rows per page and the list of fields to fetch without displaying their values.',
description='Frappe list view that allows setting the number of rows per page and fetching a list of fields without displaying their values.',
author='Ameen Ahmed (Level Up)',
author_email='kid1194@gmail.com',
packages=find_packages(),
Expand Down

0 comments on commit 177856b

Please sign in to comment.