diff --git a/one2many_excel_report/README.rst b/one2many_excel_report/README.rst index f8c4aeb8e..897f1fb1d 100644 --- a/one2many_excel_report/README.rst +++ b/one2many_excel_report/README.rst @@ -9,7 +9,7 @@ This module is used to print the excel report of the one2many fields using the Configuration ============= -* Add one2many_excel to the one2many fields as widget +* Add the widget "one2many_excel" for one2many field. Company ------- diff --git a/one2many_excel_report/controllers/one2many_excel_report.py b/one2many_excel_report/controllers/one2many_excel_report.py index 90195080d..17446b9fd 100644 --- a/one2many_excel_report/controllers/one2many_excel_report.py +++ b/one2many_excel_report/controllers/one2many_excel_report.py @@ -31,7 +31,7 @@ except ImportError: class ExcelHttp(http.Controller): - """Used to print the Excel report""" + """Used to print the excel report""" @http.route('/get/excel', type='json', auth='user', methods=['POST'], csrf=False) def get_excel_report(self): diff --git a/one2many_excel_report/doc/RELEASE_NOTES.md b/one2many_excel_report/doc/RELEASE_NOTES.md index 2381cd3cd..7676e8c21 100644 --- a/one2many_excel_report/doc/RELEASE_NOTES.md +++ b/one2many_excel_report/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 01.06.2023 +#### 05.07.2023 #### Version 16.0.1.0.0 ##### ADD - Initial commit for One2many Excel Report diff --git a/one2many_excel_report/models/report_excel.py b/one2many_excel_report/models/report_excel.py index 3506db929..355cf3486 100644 --- a/one2many_excel_report/models/report_excel.py +++ b/one2many_excel_report/models/report_excel.py @@ -30,11 +30,11 @@ except ImportError: class SelectReportExcel(models.Model): - """Used to get the Excel report function""" + """Used to get the excel report function""" _name = 'report.excel' def get_xlsx_report(self, data, names, response): - """Used to print the Excel report""" + """Used to print the excel report""" sl = 0 row_num = 7 output = io.BytesIO() diff --git a/one2many_excel_report/static/description/assets/screenshots/2.png b/one2many_excel_report/static/description/assets/screenshots/2.png index 3569c22b9..94f29f276 100644 Binary files a/one2many_excel_report/static/description/assets/screenshots/2.png and b/one2many_excel_report/static/description/assets/screenshots/2.png differ diff --git a/one2many_excel_report/static/description/assets/screenshots/hero.gif b/one2many_excel_report/static/description/assets/screenshots/hero.gif index f82e0aae0..0d4a8d8b3 100644 Binary files a/one2many_excel_report/static/description/assets/screenshots/hero.gif and b/one2many_excel_report/static/description/assets/screenshots/hero.gif differ diff --git a/one2many_excel_report/static/description/index.html b/one2many_excel_report/static/description/index.html index 6b6eb8360..0be06cce4 100644 --- a/one2many_excel_report/static/description/index.html +++ b/one2many_excel_report/static/description/index.html @@ -24,10 +24,8 @@ -

One2many - Mass Select/ Deselect Widget

-

Managing Multiple - Selection/Deselection of One2many Fields.

+

One2many Excel Report

+

This module is used to print the one2many fields report in xlsx.

@@ -100,11 +98,27 @@
- If we want to print the excel report of the one2many fields . + We can print the excel report of the one2many fields.
+ +
+
+ +
+

Configuration +

+
+
+
+ Add the widget "one2many_excel" for one2many field. +
+
+ +
-
-
+
- + - Excel report of the one2many + Excel report for one2many fields.
-
+
@@ -140,13 +154,13 @@

Configuration

-

Add the widget "one2many_excel" for one2many field .

+

Add the widget "one2many_excel" for one2many field.

One2Many Fields

-

After adding the widget in the on2many field we can see a button in the field.

+

After adding the widget in the one2many field we can see a button in the field.

@@ -367,7 +381,7 @@
- + @@ -494,7 +508,7 @@ - +
diff --git a/one2many_excel_report/static/src/xml/X2ManyField.xml b/one2many_excel_report/static/src/xml/X2ManyField.xml index a79a22258..e59a8e077 100644 --- a/one2many_excel_report/static/src/xml/X2ManyField.xml +++ b/one2many_excel_report/static/src/xml/X2ManyField.xml @@ -5,7 +5,8 @@ t-inherit-mode="primary" owl="1">
-