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