From 02f92617aa5b6989f10854318d06e9366bf18bb0 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Wed, 25 Mar 2020 09:50:21 +0100 Subject: [PATCH] greenify --- account_move_line_report_xls/README.rst | 0 account_move_line_report_xls/__init__.py | 0 account_move_line_report_xls/__manifest__.py | 0 account_move_line_report_xls/i18n/fr.po | 0 account_move_line_report_xls/i18n/nl.po | 0 .../models/__init__.py | 0 .../models/account_move_line.py | 0 .../readme/CONTRIBUTORS.rst | 0 .../readme/DESCRIPTION.rst | 2 +- account_move_line_report_xls/readme/USAGE.rst | 0 .../report/__init__.py | 0 .../report/account_move_line_xlsx.py | 0 .../report/account_move_line_xlsx.xml | 26 +++++++++--------- .../static/description/icon.png | Bin .../static/description/icon.svg | 0 .../tests/__init__.py | 0 .../tests/test_aml_report_xlsx.py | 0 17 files changed, 14 insertions(+), 14 deletions(-) mode change 100755 => 100644 account_move_line_report_xls/README.rst mode change 100755 => 100644 account_move_line_report_xls/__init__.py mode change 100755 => 100644 account_move_line_report_xls/__manifest__.py mode change 100755 => 100644 account_move_line_report_xls/i18n/fr.po mode change 100755 => 100644 account_move_line_report_xls/i18n/nl.po mode change 100755 => 100644 account_move_line_report_xls/models/__init__.py mode change 100755 => 100644 account_move_line_report_xls/models/account_move_line.py mode change 100755 => 100644 account_move_line_report_xls/readme/CONTRIBUTORS.rst mode change 100755 => 100644 account_move_line_report_xls/readme/DESCRIPTION.rst mode change 100755 => 100644 account_move_line_report_xls/readme/USAGE.rst mode change 100755 => 100644 account_move_line_report_xls/report/__init__.py mode change 100755 => 100644 account_move_line_report_xls/report/account_move_line_xlsx.py mode change 100755 => 100644 account_move_line_report_xls/report/account_move_line_xlsx.xml mode change 100755 => 100644 account_move_line_report_xls/static/description/icon.png mode change 100755 => 100644 account_move_line_report_xls/static/description/icon.svg mode change 100755 => 100644 account_move_line_report_xls/tests/__init__.py mode change 100755 => 100644 account_move_line_report_xls/tests/test_aml_report_xlsx.py diff --git a/account_move_line_report_xls/README.rst b/account_move_line_report_xls/README.rst old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/__init__.py b/account_move_line_report_xls/__init__.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/__manifest__.py b/account_move_line_report_xls/__manifest__.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/i18n/fr.po b/account_move_line_report_xls/i18n/fr.po old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/i18n/nl.po b/account_move_line_report_xls/i18n/nl.po old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/models/__init__.py b/account_move_line_report_xls/models/__init__.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/models/account_move_line.py b/account_move_line_report_xls/models/account_move_line.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/readme/CONTRIBUTORS.rst b/account_move_line_report_xls/readme/CONTRIBUTORS.rst old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/readme/DESCRIPTION.rst b/account_move_line_report_xls/readme/DESCRIPTION.rst old mode 100755 new mode 100644 index 7c2b7bd0..d342869c --- a/account_move_line_report_xls/readme/DESCRIPTION.rst +++ b/account_move_line_report_xls/readme/DESCRIPTION.rst @@ -1,2 +1,2 @@ -This module extends the functionality of the journal items +This module extends the functionality of the journal items ('account.move.line') list view and allow you to export the selected lines. diff --git a/account_move_line_report_xls/readme/USAGE.rst b/account_move_line_report_xls/readme/USAGE.rst old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/report/__init__.py b/account_move_line_report_xls/report/__init__.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/report/account_move_line_xlsx.py b/account_move_line_report_xls/report/account_move_line_xlsx.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/report/account_move_line_xlsx.xml b/account_move_line_report_xls/report/account_move_line_xlsx.xml old mode 100755 new mode 100644 index 3f55dffb..5bb04f80 --- a/account_move_line_report_xls/report/account_move_line_xlsx.xml +++ b/account_move_line_report_xls/report/account_move_line_xlsx.xml @@ -1,15 +1,15 @@ - + - - - Export Selected Lines - account.move.line - ir.actions.report - action - - account_move_line_report_xls.account_move_line_xlsx - account_move_line - xlsx - - + + Export Selected Lines + account.move.line + ir.actions.report + action + + account_move_line_report_xls.account_move_line_xlsx + account_move_line + xlsx + diff --git a/account_move_line_report_xls/static/description/icon.png b/account_move_line_report_xls/static/description/icon.png old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/static/description/icon.svg b/account_move_line_report_xls/static/description/icon.svg old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/tests/__init__.py b/account_move_line_report_xls/tests/__init__.py old mode 100755 new mode 100644 diff --git a/account_move_line_report_xls/tests/test_aml_report_xlsx.py b/account_move_line_report_xls/tests/test_aml_report_xlsx.py old mode 100755 new mode 100644