From 14ce21d220d21a6d9e5f7286a128d9838a768e0a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 10:36:49 +0700 Subject: initial commit release --- addons/l10n_fi/__init__.py | 0 addons/l10n_fi/__manifest__.py | 0 addons/l10n_fi/data/account.account.template.csv | 0 addons/l10n_fi/data/account_account_tag_data.xml | 0 .../data/account_chart_template_configuration_data.xml | 0 addons/l10n_fi/data/account_chart_template_data.xml | 0 addons/l10n_fi/data/account_data.xml | 0 .../l10n_fi/data/account_fiscal_position_template_data.xml | 0 addons/l10n_fi/data/account_tax_report_line.xml | 0 addons/l10n_fi/data/account_tax_template_data.xml | 0 addons/l10n_fi/data/l10n_fi_chart_post_data.xml | 0 addons/l10n_fi/i18n/fi.po | 0 addons/l10n_fi/i18n/l10n_fi.pot | 0 addons/l10n_fi/models/__init__.py | 0 addons/l10n_fi/models/account_journal.py | 0 addons/l10n_fi/models/account_move.py | 0 addons/l10n_fi/static/description/icon.png | Bin addons/l10n_fi/tests/__init__.py | 0 addons/l10n_fi/tests/test_get_reference.py | 0 addons/l10n_fi/tests/test_references.py | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 addons/l10n_fi/__init__.py mode change 100644 => 100755 addons/l10n_fi/__manifest__.py mode change 100644 => 100755 addons/l10n_fi/data/account.account.template.csv mode change 100644 => 100755 addons/l10n_fi/data/account_account_tag_data.xml mode change 100644 => 100755 addons/l10n_fi/data/account_chart_template_configuration_data.xml mode change 100644 => 100755 addons/l10n_fi/data/account_chart_template_data.xml mode change 100644 => 100755 addons/l10n_fi/data/account_data.xml mode change 100644 => 100755 addons/l10n_fi/data/account_fiscal_position_template_data.xml mode change 100644 => 100755 addons/l10n_fi/data/account_tax_report_line.xml mode change 100644 => 100755 addons/l10n_fi/data/account_tax_template_data.xml mode change 100644 => 100755 addons/l10n_fi/data/l10n_fi_chart_post_data.xml mode change 100644 => 100755 addons/l10n_fi/i18n/fi.po mode change 100644 => 100755 addons/l10n_fi/i18n/l10n_fi.pot mode change 100644 => 100755 addons/l10n_fi/models/__init__.py mode change 100644 => 100755 addons/l10n_fi/models/account_journal.py mode change 100644 => 100755 addons/l10n_fi/models/account_move.py mode change 100644 => 100755 addons/l10n_fi/static/description/icon.png mode change 100644 => 100755 addons/l10n_fi/tests/__init__.py mode change 100644 => 100755 addons/l10n_fi/tests/test_get_reference.py mode change 100644 => 100755 addons/l10n_fi/tests/test_references.py (limited to 'addons/l10n_fi') diff --git a/addons/l10n_fi/__init__.py b/addons/l10n_fi/__init__.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/__manifest__.py b/addons/l10n_fi/__manifest__.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account.account.template.csv b/addons/l10n_fi/data/account.account.template.csv old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_account_tag_data.xml b/addons/l10n_fi/data/account_account_tag_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_chart_template_configuration_data.xml b/addons/l10n_fi/data/account_chart_template_configuration_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_chart_template_data.xml b/addons/l10n_fi/data/account_chart_template_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_data.xml b/addons/l10n_fi/data/account_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_fiscal_position_template_data.xml b/addons/l10n_fi/data/account_fiscal_position_template_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_tax_report_line.xml b/addons/l10n_fi/data/account_tax_report_line.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/account_tax_template_data.xml b/addons/l10n_fi/data/account_tax_template_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/data/l10n_fi_chart_post_data.xml b/addons/l10n_fi/data/l10n_fi_chart_post_data.xml old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/i18n/fi.po b/addons/l10n_fi/i18n/fi.po old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/i18n/l10n_fi.pot b/addons/l10n_fi/i18n/l10n_fi.pot old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/models/__init__.py b/addons/l10n_fi/models/__init__.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/models/account_journal.py b/addons/l10n_fi/models/account_journal.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/models/account_move.py b/addons/l10n_fi/models/account_move.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/static/description/icon.png b/addons/l10n_fi/static/description/icon.png old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/tests/__init__.py b/addons/l10n_fi/tests/__init__.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/tests/test_get_reference.py b/addons/l10n_fi/tests/test_get_reference.py old mode 100644 new mode 100755 diff --git a/addons/l10n_fi/tests/test_references.py b/addons/l10n_fi/tests/test_references.py old mode 100644 new mode 100755 -- cgit v1.2.3