Browse Source

[UPDT] Index Updated

pull/207/head
AjmalCybro 3 years ago
parent
commit
ad8de62501
  1. 4
      view_any_model/README.rst
  2. 4
      view_any_model/__manifest__.py
  3. 4
      view_any_model/doc/RELEASE_NOTES.md
  4. BIN
      view_any_model/static/description/banner.png
  5. 4
      view_any_model/static/description/index.html
  6. 2
      view_any_model/wizard/view_any_model.py

4
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

4
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',

4
view_any_model/doc/RELEASE_NOTES.md

@ -1,7 +1,7 @@
## Module <view_any_model>
#### 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

BIN
view_any_model/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 62 KiB

4
view_any_model/static/description/index.html

@ -20,7 +20,7 @@
<div class="row" style="height: 900px !important;">
<div class="col-sm-12 col-md-12 col-lg-12" style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;">
<h1 style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;">
View Any Model
View Records Of Any Model
</h1>
<p style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;">
This module allows to view the records of any model in tree or form view
@ -213,7 +213,7 @@
<img src="assets/screenshots/view_any_model_8.png" class="img-responsive img-thumbnail border" width="100%" height="auto" />
</div>
<div class="col-lg-12 my-2">
<h4 class="mt-2" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">Fill fields for tree view</h4>
<h4 class="mt-2" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">Fill fields for form view</h4>
<p style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
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.
</p>

2
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':

Loading…
Cancel
Save