diff --git a/sale_purchase_mixed_report/README.rst b/sale_purchase_mixed_report/README.rst
index 76b894e97..60e2c006c 100644
--- a/sale_purchase_mixed_report/README.rst
+++ b/sale_purchase_mixed_report/README.rst
@@ -1,7 +1,6 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
-
Sale Purchase mixed Report V15
==============================
Provides mixed reports related to Sales and Purchase in both Sales and Purchase.
diff --git a/sale_purchase_mixed_report/__manifest__.py b/sale_purchase_mixed_report/__manifest__.py
index b29428f9b..6d580358a 100644
--- a/sale_purchase_mixed_report/__manifest__.py
+++ b/sale_purchase_mixed_report/__manifest__.py
@@ -21,9 +21,9 @@
################################################################################
{
'name': "Sale Purchase mixed Report",
- 'summary': """Mixed reports of Sale and Purchase data""",
- 'description': """Mixed reports of Sale and Purchase data""",
- 'category': 'Technical',
+ 'summary': """Mixed Reports of Sale and Purchase Data""",
+ 'description': """Mixed Reports of Sale and Purchase Data""",
+ 'category': 'Sale',
'version': '15.0.1.0.0',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
@@ -33,6 +33,7 @@
'depends': ['base', 'sale', 'purchase', 'stock'],
'data': [
'security/ir.model.access.csv',
+ 'security/security.xml',
'reports/sale_purchase_report_views.xml',
'reports/sale_purchase_pdf_template.xml',
'wizards/wizard_views.xml',
diff --git a/sale_purchase_mixed_report/controllers/__init__.py b/sale_purchase_mixed_report/controllers/__init__.py
index 763deba03..200518405 100644
--- a/sale_purchase_mixed_report/controllers/__init__.py
+++ b/sale_purchase_mixed_report/controllers/__init__.py
@@ -19,5 +19,4 @@
# If not, see .
#
################################################################################
-
from . import main
diff --git a/sale_purchase_mixed_report/controllers/main.py b/sale_purchase_mixed_report/controllers/main.py
index b5af27968..d29641dd7 100644
--- a/sale_purchase_mixed_report/controllers/main.py
+++ b/sale_purchase_mixed_report/controllers/main.py
@@ -19,7 +19,7 @@
# If not, see .
#
################################################################################
-
+"""Controller for Xlsx report"""
import json
from odoo import http
from odoo.http import content_disposition, request
diff --git a/sale_purchase_mixed_report/doc/RELEASE_NOTES.md b/sale_purchase_mixed_report/doc/RELEASE_NOTES.md
index c649cd557..f21b36b50 100644
--- a/sale_purchase_mixed_report/doc/RELEASE_NOTES.md
+++ b/sale_purchase_mixed_report/doc/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
## Module
-#### 14.05.2022
+#### __.05.2022
#### Version 15.0.1.0.0
##### ADD
-- Initial commit for Sale Purchase mixed Report
+* Initial commit for Sale Purchase mixed Report
diff --git a/sale_purchase_mixed_report/models/purchase.py b/sale_purchase_mixed_report/models/purchase.py
index b0dd08b33..ea36519bf 100644
--- a/sale_purchase_mixed_report/models/purchase.py
+++ b/sale_purchase_mixed_report/models/purchase.py
@@ -19,7 +19,7 @@
# If not, see .
#
################################################################################
-
+"""Sale Order"""
from odoo import fields, models
diff --git a/sale_purchase_mixed_report/models/sale.py b/sale_purchase_mixed_report/models/sale.py
index 44b90dd17..e967bca17 100644
--- a/sale_purchase_mixed_report/models/sale.py
+++ b/sale_purchase_mixed_report/models/sale.py
@@ -19,7 +19,7 @@
# If not, see .
#
################################################################################
-
+"""Purchase Order"""
from odoo import fields, models
diff --git a/sale_purchase_mixed_report/reports/sale_purchase_pdf_report.py b/sale_purchase_mixed_report/reports/sale_purchase_pdf_report.py
index a08320bb2..30349ec00 100644
--- a/sale_purchase_mixed_report/reports/sale_purchase_pdf_report.py
+++ b/sale_purchase_mixed_report/reports/sale_purchase_pdf_report.py
@@ -19,7 +19,7 @@
# If not, see .
#
################################################################################
-
+"""Sale Purchase Report PDF"""
from odoo import fields, models, api
diff --git a/sale_purchase_mixed_report/reports/sale_purchase_report.py b/sale_purchase_mixed_report/reports/sale_purchase_report.py
index 82086388f..deb88f7de 100644
--- a/sale_purchase_mixed_report/reports/sale_purchase_report.py
+++ b/sale_purchase_mixed_report/reports/sale_purchase_report.py
@@ -19,7 +19,7 @@
# If not, see .
#
################################################################################
-
+"""Sale Purchase Report"""
from odoo import fields, models, tools
diff --git a/sale_purchase_mixed_report/reports/sale_purchase_report_views.xml b/sale_purchase_mixed_report/reports/sale_purchase_report_views.xml
index ccf056fba..92e9a2cc8 100644
--- a/sale_purchase_mixed_report/reports/sale_purchase_report_views.xml
+++ b/sale_purchase_mixed_report/reports/sale_purchase_report_views.xml
@@ -35,7 +35,8 @@
-
+
@@ -72,14 +73,20 @@
graph,pivot
current
-