diff --git a/view_any_model/README.rst b/view_any_model/README.rst index e7342a883..327d84ce2 100755 --- a/view_any_model/README.rst +++ b/view_any_model/README.rst @@ -2,8 +2,8 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -View Any Model -============== +View Records Of Any Model +========================= This module allow to view records of all modules. Configuration diff --git a/view_any_model/__manifest__.py b/view_any_model/__manifest__.py index 918aa06d8..46dc4a230 100644 --- a/view_any_model/__manifest__.py +++ b/view_any_model/__manifest__.py @@ -24,8 +24,8 @@ 'name': 'View Records Of Any Model', 'version': '15.0.1.0.0', 'category': 'Technical', - 'summary': 'View Records Of Any Model in Tree and Form View', - 'description': 'View Records Of Any Model in Tree and Form View', + 'summary': 'View records of selected model', + 'description': 'View records of selected model in tree/ form view', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/view_any_model/doc/RELEASE_NOTES.md b/view_any_model/doc/RELEASE_NOTES.md index 500f684dd..fa8472a9f 100644 --- a/view_any_model/doc/RELEASE_NOTES.md +++ b/view_any_model/doc/RELEASE_NOTES.md @@ -1,7 +1,7 @@ ## Module -#### 31.05.2022 +#### __.05.2022 #### Version 15.0.1.0.0 #### ADD -- Initial commit for View Any Model +- Initial commit for View Records Of Any Model diff --git a/view_any_model/static/description/banner.png b/view_any_model/static/description/banner.png index 0c9266e25..57daced93 100644 Binary files a/view_any_model/static/description/banner.png and b/view_any_model/static/description/banner.png differ diff --git a/view_any_model/static/description/index.html b/view_any_model/static/description/index.html index ef753996d..a12dce6b2 100644 --- a/view_any_model/static/description/index.html +++ b/view_any_model/static/description/index.html @@ -20,7 +20,7 @@

- View Any Model + View Records Of Any Model

This module allows to view the records of any model in tree or form view @@ -213,7 +213,7 @@

-

Fill fields for tree view

+

Fill fields for form view

Select the View Type as Form and enter the ID of the record and the model name. Then click the View button to view the record in form view.

diff --git a/view_any_model/wizard/view_any_model.py b/view_any_model/wizard/view_any_model.py index 8c0fe3844..1007d6933 100644 --- a/view_any_model/wizard/view_any_model.py +++ b/view_any_model/wizard/view_any_model.py @@ -39,7 +39,7 @@ class ViewAnyModel(models.TransientModel): def action_view_model(self): """ - + View the records of selected model in tree or form view :return: tree/ form view of selected model """ if self.view_type == 'form':