diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8418004..a9439db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,43 @@ test_all_modules: script: - apt-get install -y p7zip-full - apt-get install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - mkdir ${CI_PROJECT_DIR}/ci_data - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip @@ -39,56 +72,25 @@ test_all_modules: - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_all - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_all - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-tools,~/others/server-ux + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms --db_host psql --db_port 5432 --db_user flectra --db_password flectra --database test_all --test-enable - --init account_tax_balance,account_financial_report + --init account_financial_report,account_move_line_report_xls,account_tax_balance,mis_template_financial_report,mis_builder_cash_flow,partner_statement --stop-after-init --log-level error - --log-handler flectra.addons.account_tax_balance:TEST --log-handler flectra.addons.account_financial_report:TEST + --log-handler flectra.addons.account_move_line_report_xls:TEST + --log-handler flectra.addons.account_tax_balance:TEST + --log-handler flectra.addons.mis_template_financial_report:TEST + --log-handler flectra.addons.mis_builder_cash_flow:TEST + --log-handler flectra.addons.partner_statement:TEST " -test_module_account_tax_balance: - stage: testsingle - when: on_failure - image: - name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest - entrypoint: ["/bin/sh", "-c"] - script: - - apt-get install -y p7zip-full - - apt install -y expect-dev - - su - flectra -c "mkdir ~/others" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" - - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" - - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - - mkdir ${CI_PROJECT_DIR}/ci_data - - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip - - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip - - export PGPASSWORD="flectra" - - createdb -h psql -U flectra -O flectra -T template1 test_account_tax_balance - - psql -h psql -U flectra -d test_account_tax_balance -f ${CI_PROJECT_DIR}/ci_data/dump.sql - - su - flectra -c "mkdir -p ~/.local/share/filestore" - - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_tax_balance - - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_tax_balance - - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-tools,~/others/server-ux - --db_host psql - --db_port 5432 - --db_user flectra - --db_password flectra - --database test_account_tax_balance - --test-enable -i account_tax_balance - --stop-after-init - --log-level error - --log-handler flectra.addons.account_tax_balance:TEST" - test_module_account_financial_report: stage: testsingle when: on_failure @@ -98,10 +100,43 @@ test_module_account_financial_report: script: - apt-get install -y p7zip-full - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - mkdir ${CI_PROJECT_DIR}/ci_data - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip @@ -113,7 +148,7 @@ test_module_account_financial_report: - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_financial_report - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_financial_report - su - flectra -c "/opt/flectra/flectra-bin - --addons-path ${CI_PROJECT_DIR},~/others/reporting-engine,~/others/server-tools,~/others/server-ux + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms --db_host psql --db_port 5432 --db_user flectra @@ -124,3 +159,343 @@ test_module_account_financial_report: --log-level error --log-handler flectra.addons.account_financial_report:TEST" +test_module_account_move_line_report_xls: + stage: testsingle + when: on_failure + image: + name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest + entrypoint: ["/bin/sh", "-c"] + script: + - apt-get install -y p7zip-full + - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt + - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" + - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 + - mkdir ${CI_PROJECT_DIR}/ci_data + - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip + - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip + - export PGPASSWORD="flectra" + - createdb -h psql -U flectra -O flectra -T template1 test_account_move_line_report_xls + - psql -h psql -U flectra -d test_account_move_line_report_xls -f ${CI_PROJECT_DIR}/ci_data/dump.sql + - su - flectra -c "mkdir -p ~/.local/share/filestore" + - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_move_line_report_xls + - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_move_line_report_xls + - su - flectra -c "/opt/flectra/flectra-bin + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms + --db_host psql + --db_port 5432 + --db_user flectra + --db_password flectra + --database test_account_move_line_report_xls + --test-enable -i account_move_line_report_xls + --stop-after-init + --log-level error + --log-handler flectra.addons.account_move_line_report_xls:TEST" + +test_module_account_tax_balance: + stage: testsingle + when: on_failure + image: + name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest + entrypoint: ["/bin/sh", "-c"] + script: + - apt-get install -y p7zip-full + - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt + - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" + - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 + - mkdir ${CI_PROJECT_DIR}/ci_data + - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip + - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip + - export PGPASSWORD="flectra" + - createdb -h psql -U flectra -O flectra -T template1 test_account_tax_balance + - psql -h psql -U flectra -d test_account_tax_balance -f ${CI_PROJECT_DIR}/ci_data/dump.sql + - su - flectra -c "mkdir -p ~/.local/share/filestore" + - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_account_tax_balance + - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_account_tax_balance + - su - flectra -c "/opt/flectra/flectra-bin + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms + --db_host psql + --db_port 5432 + --db_user flectra + --db_password flectra + --database test_account_tax_balance + --test-enable -i account_tax_balance + --stop-after-init + --log-level error + --log-handler flectra.addons.account_tax_balance:TEST" + +test_module_mis_template_financial_report: + stage: testsingle + when: on_failure + image: + name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest + entrypoint: ["/bin/sh", "-c"] + script: + - apt-get install -y p7zip-full + - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt + - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" + - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 + - mkdir ${CI_PROJECT_DIR}/ci_data + - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip + - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip + - export PGPASSWORD="flectra" + - createdb -h psql -U flectra -O flectra -T template1 test_mis_template_financial_report + - psql -h psql -U flectra -d test_mis_template_financial_report -f ${CI_PROJECT_DIR}/ci_data/dump.sql + - su - flectra -c "mkdir -p ~/.local/share/filestore" + - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_template_financial_report + - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_template_financial_report + - su - flectra -c "/opt/flectra/flectra-bin + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms + --db_host psql + --db_port 5432 + --db_user flectra + --db_password flectra + --database test_mis_template_financial_report + --test-enable -i mis_template_financial_report + --stop-after-init + --log-level error + --log-handler flectra.addons.mis_template_financial_report:TEST" + +test_module_mis_builder_cash_flow: + stage: testsingle + when: on_failure + image: + name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest + entrypoint: ["/bin/sh", "-c"] + script: + - apt-get install -y p7zip-full + - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt + - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" + - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 + - mkdir ${CI_PROJECT_DIR}/ci_data + - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip + - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip + - export PGPASSWORD="flectra" + - createdb -h psql -U flectra -O flectra -T template1 test_mis_builder_cash_flow + - psql -h psql -U flectra -d test_mis_builder_cash_flow -f ${CI_PROJECT_DIR}/ci_data/dump.sql + - su - flectra -c "mkdir -p ~/.local/share/filestore" + - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_builder_cash_flow + - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_builder_cash_flow + - su - flectra -c "/opt/flectra/flectra-bin + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms + --db_host psql + --db_port 5432 + --db_user flectra + --db_password flectra + --database test_mis_builder_cash_flow + --test-enable -i mis_builder_cash_flow + --stop-after-init + --log-level error + --log-handler flectra.addons.mis_builder_cash_flow:TEST" + +test_module_partner_statement: + stage: testsingle + when: on_failure + image: + name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest + entrypoint: ["/bin/sh", "-c"] + script: + - apt-get install -y p7zip-full + - apt install -y expect-dev + - pip3 install -r ${CI_PROJECT_DIR}/requirements.txt + - su - flectra -c "mkdir ~/others" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web" + - su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms" + - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 + - mkdir ${CI_PROJECT_DIR}/ci_data + - wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip + - 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip + - export PGPASSWORD="flectra" + - createdb -h psql -U flectra -O flectra -T template1 test_partner_statement + - psql -h psql -U flectra -d test_partner_statement -f ${CI_PROJECT_DIR}/ci_data/dump.sql + - su - flectra -c "mkdir -p ~/.local/share/filestore" + - mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_partner_statement + - chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_partner_statement + - su - flectra -c "/opt/flectra/flectra-bin + --addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms + --db_host psql + --db_port 5432 + --db_user flectra + --db_password flectra + --database test_partner_statement + --test-enable -i partner_statement + --stop-after-init + --log-level error + --log-handler flectra.addons.partner_statement:TEST" + diff --git a/README.md b/README.md index b5cf7d5..c5a248c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ Available addons addon | version | summary --- | --- | --- -[account_tax_balance](account_tax_balance/) | 2.0.1.1.0| Compute tax balances based on date range -[account_financial_report](account_financial_report/) | 2.0.1.3.0| OCA Financial Reports +[account_financial_report](account_financial_report/) | 2.0.2.4.0| OCA Financial Reports +[account_move_line_report_xls](account_move_line_report_xls/) | 2.0.1.0.1| Journal Items Excel export +[account_tax_balance](account_tax_balance/) | 2.0.1.2.5| Compute tax balances based on date range +[mis_template_financial_report](mis_template_financial_report/) | 2.0.1.0.0| Profit & Loss / Balance sheet MIS templates +[mis_builder_cash_flow](mis_builder_cash_flow/) | 2.0.1.0.0| MIS Builder Cash Flow +[partner_statement](partner_statement/) | 2.0.1.2.0| OCA Financial Reports diff --git a/account_financial_report/COPYRIGHT b/account_financial_report/COPYRIGHT index 45b56cd..66a3965 100644 --- a/account_financial_report/COPYRIGHT +++ b/account_financial_report/COPYRIGHT @@ -14,6 +14,7 @@ Most of the files are Copyright 2019-20 ForgeFlow S.L. (https://www.forgeflow.com) Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com) Copyright 2020 Onestein () + Copyright 2021 Simone Rubino - Agile Business Group Copyright 2021 Tecnativa - João Marques © 2016 Damien Crier (Camptocamp) © 2018 Forest and Biomass Romania SA diff --git a/account_financial_report/README.rst b/account_financial_report/README.rst index c268bd0..9be7388 100644 --- a/account_financial_report/README.rst +++ b/account_financial_report/README.rst @@ -136,6 +136,10 @@ Contributors * Harald Panten * Valentin Vinagre +* Lois Rilo +* Saran Lim. +* Omar Castiñeira + Much of the work in this module was done at a sprint in Sorrento, Italy in April 2016. diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 49aad2e..202a699 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -6,7 +6,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Financial Reports", - "version": "2.0.1.3.0", + "version": "2.0.2.4.0", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/i18n/account_financial_report.pot b/account_financial_report/i18n/account_financial_report.pot index 6e1eaa7..f479a9e 100644 --- a/account_financial_report/i18n/account_financial_report.pot +++ b/account_financial_report/i18n/account_financial_report.pot @@ -57,6 +57,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -371,11 +376,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -392,6 +392,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -407,23 +408,6 @@ msgstr "" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -624,6 +608,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -927,11 +912,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -948,6 +928,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1073,6 +1054,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1169,11 +1151,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1463,6 +1440,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1676,6 +1658,11 @@ msgid "" "trial balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/ar.po b/account_financial_report/i18n/ar.po index 820d3b7..8e22b2c 100644 --- a/account_financial_report/i18n/ar.po +++ b/account_financial_report/i18n/ar.po @@ -60,6 +60,11 @@ msgstr "‫موجز الضرائب" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -375,11 +380,6 @@ msgstr "تجميع القيود" msgid "Centralized" msgstr "مجمّع" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "حسابات فرعية" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -396,6 +396,7 @@ msgstr "الرمز" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -412,24 +413,6 @@ msgstr "المؤسسة" msgid "Compute accounts" msgstr "حسابات محسوبة" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "حسابات محسوبة" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -626,6 +609,7 @@ msgstr "تفصيل الضرائب" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -937,11 +921,6 @@ msgstr "تجاهل الحسابات برصيد صفر" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "الشجرة مبنية على" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -958,6 +937,7 @@ msgstr "الشجرة مبنية على" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1085,6 +1065,7 @@ msgstr "اليوميات" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1179,12 +1160,6 @@ msgstr "لا" msgid "No group" msgstr "بدون تجميع" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -#, fuzzy -msgid "No hierarchy" -msgstr "الشجرة مبنية على" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1474,6 +1449,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1690,6 +1670,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1821,6 +1806,19 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid "Child Accounts" +#~ msgstr "حسابات فرعية" + +#~ msgid "Computed Accounts" +#~ msgstr "حسابات محسوبة" + +#~ msgid "Hierarchy On" +#~ msgstr "الشجرة مبنية على" + +#, fuzzy +#~ msgid "No hierarchy" +#~ msgstr "الشجرة مبنية على" + #~ msgid " Export" #~ msgstr " ‫تصدير" diff --git a/account_financial_report/i18n/ca.po b/account_financial_report/i18n/ca.po index 9105f9e..7824254 100644 --- a/account_financial_report/i18n/ca.po +++ b/account_financial_report/i18n/ca.po @@ -63,6 +63,11 @@ msgstr "Resum d'impostos" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -385,11 +390,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -406,6 +406,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -421,24 +422,6 @@ msgstr "Empresa " msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -635,6 +618,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -940,11 +924,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -961,6 +940,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1086,6 +1066,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1180,11 +1161,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1472,6 +1448,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1688,6 +1669,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/de.po b/account_financial_report/i18n/de.po index 95872d7..516cfe1 100644 --- a/account_financial_report/i18n/de.po +++ b/account_financial_report/i18n/de.po @@ -65,6 +65,12 @@ msgstr "Steuerbuchungen Zusammenfassung" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "Steuerbericht" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -389,11 +395,6 @@ msgstr "Zusammenfassung Filter" msgid "Centralized" msgstr "Zusammengefasst" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Unterkonto" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -410,6 +411,7 @@ msgstr "Nummer" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -426,24 +428,6 @@ msgstr "Unternehmen" msgid "Compute accounts" msgstr "Berechnete Konten" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Berechnete Konten" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -640,6 +624,7 @@ msgstr "Details zu Steuern" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -955,11 +940,6 @@ msgstr "Ausgeglichene Konten ausblenden" msgid "Hierarchy Levels to display" msgstr "Anzuzeigende Ebenen" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Gruppieren über" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -976,6 +956,7 @@ msgstr "Gruppieren über" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1103,6 +1084,7 @@ msgstr "Journale" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1197,11 +1179,6 @@ msgstr "Nein" msgid "No group" msgstr "Keine Gruppierung" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Keine Ebenen" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1497,6 +1474,11 @@ msgstr "Kostenstichwörter anzeigen" msgid "Show foreign currency" msgstr "Fremdwährung anzeigen" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option #, fuzzy @@ -1724,6 +1706,11 @@ msgstr "" "verbergen. Sind Partner ausgeblendet, werden Soll- und Habensummen nicht dem " "Stichtagssaldo entsprechen." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1861,6 +1848,18 @@ msgstr "Breite: 38.92%;" msgid "width: 8.11%;" msgstr "Breite: 8,11%;" +#~ msgid "Child Accounts" +#~ msgstr "Unterkonto" + +#~ msgid "Computed Accounts" +#~ msgstr "Berechnete Konten" + +#~ msgid "Hierarchy On" +#~ msgstr "Gruppieren über" + +#~ msgid "No hierarchy" +#~ msgstr "Keine Ebenen" + #~ msgid " Export" #~ msgstr " Export" @@ -1891,11 +1890,6 @@ msgstr "Breite: 8,11%;" #~ msgid "Cost center" #~ msgstr "Kostenstelle" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "Steuerbericht" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po index 753bade..eda31c5 100644 --- a/account_financial_report/i18n/es.po +++ b/account_financial_report/i18n/es.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0+e\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-21 13:00+0000\n" -"PO-Revision-Date: 2021-03-10 18:45+0000\n" -"Last-Translator: Ana Suárez \n" +"PO-Revision-Date: 2021-08-23 19:50+0000\n" +"Last-Translator: Ernesto Tejeda \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -61,6 +61,11 @@ msgstr "Resumen de Impuestos" msgid "To" msgstr "A" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Informe Extracto" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -213,33 +218,32 @@ msgstr "Tiempo ≤ 90 d." #: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard #, python-format msgid "Aged Partner Balance" -msgstr "Saldo vencidos de empresa" +msgstr "Calidad de la deuda" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_base msgid "Aged Partner Balance -" -msgstr "Balance Empresa Vencido" +msgstr "Calidad de la deuda -" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_account_financial_report_aged_partner_balance msgid "Aged Partner Balance Report" -msgstr "Estado de antigüedad de saldos" +msgstr "Informe de Calidad de la deuda" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_aged_partner_balance_report_wizard msgid "Aged Partner Balance Wizard" -msgstr "Asistente de Estado de Antigüedad de Saldos" +msgstr "Asistente de Calidad de la deuda" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_report_a_f_r_report_aged_partner_balance_xlsx -#, fuzzy msgid "Aged Partner Balance XLSL Report" -msgstr "Saldo vencidos de empresa XLSX" +msgstr "Calidad de la deuda XLSX" #. module: account_financial_report #: model:ir.actions.report,name:account_financial_report.action_report_aged_partner_balance_xlsx msgid "Aged Partner Balance XLSX" -msgstr "Saldo vencidos de empresa XLSX" +msgstr "Calidad de la deuda XLSX" #. module: account_financial_report #: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 @@ -380,11 +384,6 @@ msgstr "Centralizar el filtro" msgid "Centralized" msgstr "Centralizado" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Cuentas Hijas" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -401,6 +400,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -416,32 +416,6 @@ msgstr "Compañía" msgid "Compute accounts" msgstr "Cuentas calculadas" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Cuentas Calculadas" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Cuentas Calculadas: Usar cuando el grupo de cuentas tiene códigos \n" -" que representan prefijos de las cuentas reales.\n" -"\n" -" Cuentas Hijas: Usar cuando los grupos de cuentas son jerárquicos.\n" -"\n" -" Sin jerarquía: Usar para mostrar sólo las cuentas, sin ninguna " -"agrupación.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -638,6 +612,7 @@ msgstr "Detalle de impuestos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -802,9 +777,8 @@ msgstr "Filtro Cuentas" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard -#, fuzzy msgid "Filter analytic accounts" -msgstr "Filtrar por etiquetas analíticas" +msgstr "Filtrar por cuentas analíticas" #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__analytic_tag_ids @@ -950,11 +924,6 @@ msgstr "Ocultar cuentas a 0" msgid "Hierarchy Levels to display" msgstr "Niveles de Jerarquía a mostrar" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Jerarquía en" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -971,6 +940,7 @@ msgstr "Jerarquía en" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1101,6 +1071,7 @@ msgstr "Diarios" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1195,11 +1166,6 @@ msgstr "No" msgid "No group" msgstr "Sin grupo" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sin jerarquía" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1488,6 +1454,11 @@ msgstr "Mostrar etiquetas analíticas" msgid "Show foreign currency" msgstr "Mostrar Moneda Extranjera" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1711,6 +1682,11 @@ msgstr "" "las empresas se filtran, los debe y haber totales no coincidirán con el " "balance de sumas y saldos." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1846,6 +1822,38 @@ msgstr "ancho: 38.92%;" msgid "width: 8.11%;" msgstr "ancho: 8.11%;" +#~ msgid "Child Accounts" +#~ msgstr "Cuentas Hijas" + +#~ msgid "Computed Accounts" +#~ msgstr "Cuentas Calculadas" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Cuentas Calculadas: Usar cuando el grupo de cuentas tiene códigos \n" +#~ " que representan prefijos de las cuentas reales.\n" +#~ "\n" +#~ " Cuentas Hijas: Usar cuando los grupos de cuentas son " +#~ "jerárquicos.\n" +#~ "\n" +#~ " Sin jerarquía: Usar para mostrar sólo las cuentas, sin ninguna " +#~ "agrupación.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Jerarquía en" + +#~ msgid "No hierarchy" +#~ msgstr "Sin jerarquía" + #~ msgid " Export" #~ msgstr "Exportar" @@ -1892,9 +1900,6 @@ msgstr "ancho: 8.11%;" #~ msgid "Cost center" #~ msgstr "Centro de Costos" -#~ msgid "Abstract Report" -#~ msgstr "Informe Extracto" - #~ msgid "Account Code" #~ msgstr "Cuenta" diff --git a/account_financial_report/i18n/es_AR.po b/account_financial_report/i18n/es_AR.po index 127e419..e8c9651 100644 --- a/account_financial_report/i18n/es_AR.po +++ b/account_financial_report/i18n/es_AR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2021-06-25 02:48+0000\n" +"PO-Revision-Date: 2022-06-11 23:06+0000\n" "Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" @@ -60,6 +60,11 @@ msgstr "Resumen de Impuestos" msgid "To" msgstr "Para" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Reporte Abstracto" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -378,11 +383,6 @@ msgstr "Centralizar el filtro" msgid "Centralized" msgstr "Centralizado" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Cuentas Hijas" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -399,6 +399,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -414,32 +415,6 @@ msgstr "Compañía" msgid "Compute accounts" msgstr "Cuentas calculadas" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Cuentas Calculadas" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Cuentas Calculadas: Usar cuando el grupo de cuentas tiene códigos \n" -" que representan prefijos de las cuentas reales.\n" -"\n" -" Cuentas Hijas: Usar cuando los grupos de cuentas son jerárquicos.\n" -"\n" -" Sin jerarquía: Usar para mostrar sólo las cuentas, sin ninguna " -"agrupación.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -636,6 +611,7 @@ msgstr "Detalle de impuestos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -948,11 +924,6 @@ msgstr "Ocultar cuentas a 0" msgid "Hierarchy Levels to display" msgstr "Niveles de Jerarquía a mostrar" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Jerarquía en" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -969,6 +940,7 @@ msgstr "Jerarquía en" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1097,6 +1069,7 @@ msgstr "Diarios" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1191,11 +1164,6 @@ msgstr "No" msgid "No group" msgstr "Sin grupo" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sin jerarquía" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1486,6 +1454,11 @@ msgstr "Mostrar etiquetas analíticas" msgid "Show foreign currency" msgstr "Mostrar Moneda Extranjera" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "Mostrar jerarquía" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1713,6 +1686,11 @@ msgstr "" "las empresas se filtran, los debe y haber totales no coincidirán con el " "balance de sumas y saldos." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "Utilizar cuando sus grupos de cuenta son jerárquicos" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1846,6 +1824,38 @@ msgstr "ancho: 38.92%;" msgid "width: 8.11%;" msgstr "ancho: 8.11%;" +#~ msgid "Child Accounts" +#~ msgstr "Cuentas Hijas" + +#~ msgid "Computed Accounts" +#~ msgstr "Cuentas Calculadas" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Cuentas Calculadas: Usar cuando el grupo de cuentas tiene códigos \n" +#~ " que representan prefijos de las cuentas reales.\n" +#~ "\n" +#~ " Cuentas Hijas: Usar cuando los grupos de cuentas son " +#~ "jerárquicos.\n" +#~ "\n" +#~ " Sin jerarquía: Usar para mostrar sólo las cuentas, sin ninguna " +#~ "agrupación.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Jerarquía en" + +#~ msgid "No hierarchy" +#~ msgstr "Sin jerarquía" + #~ msgid "Open Itemsr" #~ msgstr "Abrir Itemsr" diff --git a/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po index 1326b77..67fbd04 100644 --- a/account_financial_report/i18n/es_MX.po +++ b/account_financial_report/i18n/es_MX.po @@ -66,6 +66,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -376,11 +381,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -397,6 +397,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -412,24 +413,6 @@ msgstr "" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -626,6 +609,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -925,11 +909,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -946,6 +925,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1068,6 +1048,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1162,11 +1143,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1451,6 +1427,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1664,6 +1645,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/fi.po b/account_financial_report/i18n/fi.po new file mode 100644 index 0000000..20c57cd --- /dev/null +++ b/account_financial_report/i18n/fi.po @@ -0,0 +1,1809 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-06-28 15:05+0000\n" +"Last-Translator: Jarmo Kortetjärvi \n" +"Language-Team: none\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "> 120 d." +msgstr "> 120 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "1 - 30 d." +msgstr "1 - 30 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#, fuzzy +msgid "10" +msgstr "10" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "31 - 60 d." +msgstr "31 - 60 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "61 - 90 d." +msgstr "61 - 90 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "91 - 120 d." +msgstr "91 - 120 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Taxes summary" +msgstr "Verojen yhteenveto" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "To" +msgstr "-" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Abstrakti raportti" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard +msgid "Abstract Wizard" +msgstr "Abstrakti ohjattu toiminto" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report_xlsx +msgid "Abstract XLSX Account Financial Report" +msgstr "Abstrakti XLSX Talousraportti" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model,name:account_financial_report.model_account_account +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Account" +msgstr "Tili" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_code_from +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_code_from +msgid "Account Code From" +msgstr "Tilinumero alkaen" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_code_to +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_code_to +msgid "Account Code To" +msgstr "Tilinumero päättyen" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_group +msgid "Account Group" +msgstr "Tiliryhmä" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Account Name" +msgstr "Tilin nimi" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Account at 0 filter" +msgstr "Nollasummaisen tilin suodin" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#, python-format +msgid "Account balance at 0 filter" +msgstr "Nollasummaisen tilin suodin" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__account_ids +msgid "Accounts" +msgstr "Tilit" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__centralize +msgid "Activate centralization" +msgstr "Aktivoi keskittäminen" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Additional Filtering" +msgstr "Lisäsuotimet" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 120\n" +" d." +msgstr "" +"Ikä ≤ 120\n" +" pv." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 120 d." +msgstr "Ikä ≤ 120 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 30\n" +" d." +msgstr "" +"Ikä ≤ 30\n" +" pv." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 30 d." +msgstr "Ikä ≤ 30 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 60\n" +" d." +msgstr "" +"Ikä ≤ 60\n" +" pv." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 60 d." +msgstr "Ikä ≤ 60 pv." + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Age ≤ 90\n" +" d." +msgstr "" +"Ikä ≤ 90\n" +" pv." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Age ≤ 90 d." +msgstr "Ikä ≤ 90 pv." + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_balance_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_aged_partner_balance_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_aged_partner_balance_wizard +#, python-format +msgid "Aged Partner Balance" +msgstr "Erääntymisraportti" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_base +msgid "Aged Partner Balance -" +msgstr "Erääntymisraportti -" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_aged_partner_balance +msgid "Aged Partner Balance Report" +msgstr "Erääntymisraportti" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_aged_partner_balance_report_wizard +msgid "Aged Partner Balance Wizard" +msgstr "Erääntymisraportin ohjattu toiminto" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_aged_partner_balance_xlsx +msgid "Aged Partner Balance XLSL Report" +msgstr "Erääntymisraportti XLSX muodossa" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_aged_partner_balance_xlsx +msgid "Aged Partner Balance XLSX" +msgstr "Erääntymisraportti XLSX" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "All" +msgstr "Kaikki" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__aged_partner_balance_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__target_move__all +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__target_move__all +msgid "All Entries" +msgstr "Kaikki kirjaukset" + +#. module: account_financial_report +#: model:ir.model.fields.selection,name:account_financial_report.selection__aged_partner_balance_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__target_move__posted +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__target_move__posted +msgid "All Posted Entries" +msgstr "Kaikki kirjatut kirjaukset" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "All entries" +msgstr "Kaikki kirjaukset" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "All posted entries" +msgstr "Kaikki kirjatut kirjaukset" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "Amount Cur." +msgstr "Määrä valuutassa" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Amount Currency" +msgstr "Määrä valuutassa" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Amount cur." +msgstr "Määrä valuutassa" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Analytic Account" +msgstr "Kustannuspaikka" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Balance" +msgstr "Saldo" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Base Amount" +msgstr "Perusmäärä" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Balance" +msgstr "Perussaldo" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Credit" +msgstr "Perus Kredit" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Base Debit" +msgstr "Perus Debet" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__based_on +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Based On" +msgstr "Perustuen" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Based on" +msgstr "Perustuen" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Cancel" +msgstr "Peru" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Centralize filter" +msgstr "Keskittämisen suodin" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__centralized +msgid "Centralized" +msgstr "Keskitetty" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids +msgid "Child Groups" +msgstr "Alaryhmät" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Code" +msgstr "Koodi" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__company_id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__company_id +#, python-format +msgid "Company" +msgstr "Yritys" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__compute_account_ids +msgid "Compute accounts" +msgstr "Laske tilit" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__create_uid +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__create_date +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Credit" +msgstr "Kredit" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Cumul. Bal." +msgstr "Kumul. saldo" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Cur." +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Cur. Original" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Cur. Residual" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Currency" +msgstr "Valuutta" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#, python-format +msgid "Current" +msgstr "Nykyinen" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Date" +msgstr "Päivä" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__date_at +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__date_at +msgid "Date At" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__date_from +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_from +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Date From" +msgstr "Alkaen" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_to +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_to +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_filters +msgid "Date To" +msgstr "Päättyen" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#, python-format +msgid "Date at filter" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Date from" +msgstr "Alkaen" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__date_range_id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_range_id +msgid "Date range" +msgstr "Aikaväli" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Date range filter" +msgstr "Aikavälin suodin" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Date to" +msgstr "Päättyen" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Debit" +msgstr "Debet" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#, python-format +msgid "Description" +msgstr "Kuvaus" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__tax_detail +msgid "Detail Taxes" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__foreign_currency +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__foreign_currency +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__foreign_currency +msgid "" +"Display foreign currency for move lines, unless account currency is not " +"setup through chart of accounts will display initial and final balance in " +"that currency." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_parent_hierarchy_level +msgid "Do not display parent levels" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +msgid "" +"Due\n" +" date" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +msgid "" +"Due\n" +" date" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#, python-format +msgid "Due date" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_to +msgid "End Date" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_to +msgid "End date" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_ending_cumul +msgid "" +"Ending\n" +" balance" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_aged_partner_balance_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__account_code_to +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__account_code_to +msgid "Ending account in a range" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_ending_cumul +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Ending balance" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Ending balance\n" +" cur." +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Entries sorted by" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Entry" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Entry number" +msgstr "" + +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Export" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Export PDF" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "Export XLSX" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__account_ids +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__account_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter accounts" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter analytic accounts" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__analytic_tag_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter analytic tags" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__cost_center_ids +msgid "Filter cost centers" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_journal_ids +msgid "Filter journals" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__partner_ids +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__partner_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "Filter partners" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__foreign_currency +msgid "Foreign Currency" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "From Code" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "From:" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#, python-format +msgid "From: %s To: %s" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_code +msgid "Full Code" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_name +msgid "Full Name" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__fy_start_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__fy_start_date +msgid "Fy Start Date" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.act_action_general_ledger_wizard_partner_relation +#: model:ir.actions.act_window,name:account_financial_report.action_general_ledger_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_general_ledger_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_general_ledger_wizard +#, python-format +msgid "General Ledger" +msgstr "Pääkirja" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_base +msgid "General Ledger -" +msgstr "Pääkirja -" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_general_ledger +msgid "General Ledger Report" +msgstr "Pääkirjaraportti" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_general_ledger_report_wizard +msgid "General Ledger Report Wizard" +msgstr "Pääkirjaraportin ohjattu toiminto" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_general_ledger_xlsx +msgid "General Ledger XLSL Report" +msgstr "Pääkirja XLSL raportti" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_general_ledger_xlsx +msgid "General Ledger XLSX" +msgstr "Pääkirja XLSX" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +msgid "" +"General Ledger can be computed only if selected company have\n" +" only one unaffected earnings account." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__group_option +msgid "Group entries by" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Hide" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__hide_account_at_0 +msgid "Hide account ending balance at 0" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hide_account_at_0 +msgid "Hide accounts at 0" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy_level +msgid "Hierarchy Levels to display" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__id +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line__id +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report__id +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report__id +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__id +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__id +msgid "ID" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_account_account__centralized +msgid "" +"If flagged, no details will be displayed in the General Ledger report (the " +"webkit one only), only centralized amounts per period." +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Initial\n" +" balance cur." +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +msgid "" +"Initial\n" +" balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Initial balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__journal_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Journal" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__domain +msgid "Journal Items Domain" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html +#: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard +#, python-format +msgid "Journal Ledger" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_base +msgid "Journal Ledger -" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_journal_ledger +msgid "Journal Ledger Report" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_journal_ledger_report_wizard +msgid "Journal Ledger Report Wizard" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_journal_ledger_xlsx +msgid "Journal Ledger XLSX" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_journal_ledger_xlsx +msgid "Journal Ledger XLSX Report" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__journal_ids +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#, python-format +msgid "Journals" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_account____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_group____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_account_move_line____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_aged_partner_balance_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_general_ledger_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_journal_ledger_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_journal_ledger____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_open_items____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_trial_balance____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_vat_report____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__write_uid +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__write_date +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_account_group__level +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "Level" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#, python-format +msgid "Level %s" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__limit_hierarchy_level +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Limit hierarchy levels" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target +msgid "Move Target" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal +msgid "Moves" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Name" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Net" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "No" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "No group" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "No limit" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Not Posted" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +msgid "Not due" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__not_only_one_unaffected_earnings_account +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__not_only_one_unaffected_earnings_account +msgid "Not only one unaffected earnings account" +msgstr "" + +#. module: account_financial_report +#: model:ir.ui.menu,name:account_financial_report.menu_oca_reports +msgid "OCA accounting reports" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_open_items_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_open_items_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_open_items_wizard +#, python-format +msgid "Open Items" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_base +msgid "Open Items -" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.act_window,name:account_financial_report.act_action_open_items_wizard_partner_relation +msgid "Open Items Partner" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_open_items +msgid "Open Items Report" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_open_items_report_wizard +msgid "Open Items Report Wizard" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_open_items_xlsx +msgid "Open Items XLSX" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_open_items_xlsx +msgid "Open Items XLSX Report" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +msgid "Options" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Original" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Partner" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_partner_ending_cumul +msgid "" +"Partner\n" +" cumul aged balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#, python-format +msgid "Partner Initial balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#, python-format +msgid "Partner cumul aged balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_ending_cumul +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_ending_cumul +#, python-format +msgid "Partner ending balance" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__payable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__payable_accounts_only +msgid "Payable Accounts Only" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul +msgid "Percents" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header +#, python-format +msgid "Period balance" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +msgid "Periods" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/journal_ledger_wizard.py:0 +#, python-format +msgid "Posted" +msgstr "" + +#. module: account_financial_report +#. openerp-web +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#: code:addons/account_financial_report/static/src/xml/report.xml:0 +#, python-format +msgid "Print" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Rec." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__receivable_accounts_only +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__receivable_accounts_only +msgid "Receivable Accounts Only" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +msgid "" +"Ref -\n" +" Label" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +msgid "" +"Ref -\n" +" Label" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Ref - Label" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_lines_header +#, python-format +msgid "Residual" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Sequence" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Show" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_cost_center +msgid "Show Analytic Account" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_auto_sequence +msgid "Show Auto Sequence" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__show_move_line_details +msgid "Show Move Line Details" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_partner_details +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__show_partner_details +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_partner_details +msgid "Show Partner Details" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__show_analytic_tags +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Show analytic tags" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__foreign_currency +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__foreign_currency +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__foreign_currency +#, python-format +msgid "Show foreign currency" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option +msgid "Sort entries by" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__date_from +msgid "Start Date" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__date_from +msgid "Start date" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__account_code_from +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__account_code_from +msgid "Starting account in a range" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#, python-format +msgid "Tags" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__target_move +#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__target_move +msgid "Target Moves" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +#, python-format +msgid "Target moves filter" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +#, python-format +msgid "Tax" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes +msgid "Tax Amount" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Balance" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Credit" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#, python-format +msgid "Tax Debit" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__based_on__taxgroups +#, python-format +msgid "Tax Groups" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#: model:ir.model.fields.selection,name:account_financial_report.selection__vat_report_wizard__based_on__taxtags +#, python-format +msgid "Tax Tags" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +#, python-format +msgid "Taxes" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/general_ledger_wizard.py:0 +#, python-format +msgid "" +"The Company in the General Ledger Report Wizard and in Date Range must be " +"the same." +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 +#, python-format +msgid "" +"The Company in the Trial Balance Report Wizard and in Date Range must be the" +" same." +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/vat_report_wizard.py:0 +#, python-format +msgid "" +"The Company in the Vat Report Wizard and in Date Range must be the same." +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/wizard/trial_balance_wizard.py:0 +#, python-format +msgid "The hierarchy level to filter on must be greater than 0." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain +msgid "This domain will be used to select specific domain for Journal Items" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters +msgid "To" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +msgid "To:" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_account_ending_cumul +msgid "Total" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model:ir.actions.act_window,name:account_financial_report.action_trial_balance_wizard +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_html +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_trial_balance_wizard +#, python-format +msgid "Trial Balance" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_base +msgid "Trial Balance -" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_trial_balance +msgid "Trial Balance Report" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_trial_balance_report_wizard +msgid "Trial Balance Report Wizard" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_trial_balance_xlsx +msgid "Trial Balance XLSX" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_trial_balance_xlsx +msgid "Trial Balance XLSX Report" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +msgid "" +"Trial Balance can be computed only if selected company have only\n" +" one unaffected earnings account." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__unaffected_earnings_account +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__unaffected_earnings_account +msgid "Unaffected Earnings Account" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__hide_account_at_0 +#: model:ir.model.fields,help:account_financial_report.field_open_items_report_wizard__hide_account_at_0 +msgid "" +"Use this filter to hide an account or a partner with an ending balance at 0." +" If partners are filtered, debits and credits totals will not match the " +"trial balance." +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard +#: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html +#: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_qweb +#: model:ir.ui.menu,name:account_financial_report.menu_vat_report_wizard +msgid "VAT Report" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base +msgid "VAT Report -" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "VAT Report Options" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_vat_report_wizard +msgid "VAT Report Wizard" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_report_vat_report_xlsx +msgid "VAT Report XLSX" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/vat_report_xlsx.py:0 +#, python-format +msgid "Vat Report" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_vat_report +msgid "Vat Report Report" +msgstr "" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_a_f_r_report_vat_report_xlsx +msgid "Vat Report XLSX Report" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "View" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hide_account_at_0 +msgid "" +"When this option is enabled, the trial balance will not display accounts " +"that have initial balance = debit = credit = end balance = 0" +msgstr "" + +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__with_account_name +msgid "With Account Name" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 +#: code:addons/account_financial_report/report/open_items_xlsx.py:0 +#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_filters +#, python-format +msgid "Yes" +msgstr "" + +#. module: account_financial_report +#: code:addons/account_financial_report/report/general_ledger.py:0 +#, python-format +msgid "future" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard +#: model_terms:ir.ui.view,arch_db:account_financial_report.vat_report_wizard +msgid "or" +msgstr "" + +#. module: account_financial_report +#: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb +msgid "ournal Ledger" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal +msgid "to" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 16.21%;" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 23.24%;" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 23.78%;" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 31.35%;" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 38.92%;" +msgstr "" + +#. module: account_financial_report +#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header +msgid "width: 8.11%;" +msgstr "" diff --git a/account_financial_report/i18n/fr.po b/account_financial_report/i18n/fr.po index 8d5392b..539b56d 100644 --- a/account_financial_report/i18n/fr.po +++ b/account_financial_report/i18n/fr.po @@ -63,6 +63,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "à" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Résumé du rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -373,11 +378,6 @@ msgstr "Filtre de centralisation" msgid "Centralized" msgstr "Centralisé" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Comptes enfants" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -394,6 +394,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -409,33 +410,6 @@ msgstr "Société" msgid "Compute accounts" msgstr "Calculer les comptes" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Comptes calculés" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Comptes calculés: À utiliser lorsque les groupes de comptes ont des codes\n" -" qui représentent des préfixes des comptes actuels.\n" -"\n" -" Comptes enfants: À utiliser lorsque vos groupes de comptes sont " -"hiérarchisés.\n" -"\n" -" Pas de hiérarchie: À utiliser pour n'afficher que les comptes sans " -"aucun groupement.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -632,6 +606,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -943,11 +918,6 @@ msgstr "Cacher les comptes à 0" msgid "Hierarchy Levels to display" msgstr "Niveaux de hiérarchie à afficher" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hiérarchiser sur" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -964,6 +934,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1093,6 +1064,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1187,11 +1159,6 @@ msgstr "Non" msgid "No group" msgstr "Sans groupe" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sans hiérarchie" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1483,6 +1450,11 @@ msgstr "Afficher les étiquettes analytiques" msgid "Show foreign currency" msgstr "Afficher les devises étrangères" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1706,6 +1678,11 @@ msgstr "" "clôture à 0. Si les partenaires sont filtrés, les totaux des débits et " "crédits ne correspondront pas à la balance générale." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1839,6 +1816,39 @@ msgstr "Largeur : 38,92%;" msgid "width: 8.11%;" msgstr "largeur : 8.11% ;" +#~ msgid "Child Accounts" +#~ msgstr "Comptes enfants" + +#~ msgid "Computed Accounts" +#~ msgstr "Comptes calculés" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Comptes calculés: À utiliser lorsque les groupes de comptes ont des " +#~ "codes\n" +#~ " qui représentent des préfixes des comptes actuels.\n" +#~ "\n" +#~ " Comptes enfants: À utiliser lorsque vos groupes de comptes sont " +#~ "hiérarchisés.\n" +#~ "\n" +#~ " Pas de hiérarchie: À utiliser pour n'afficher que les comptes " +#~ "sans aucun groupement.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Hiérarchiser sur" + +#~ msgid "No hierarchy" +#~ msgstr "Sans hiérarchie" + #~ msgid " Export" #~ msgstr " Exporter" @@ -1887,9 +1897,6 @@ msgstr "largeur : 8.11% ;" #~ msgid "Cost center" #~ msgstr "Centre de coût" -#~ msgid "Abstract Report" -#~ msgstr "Résumé du rapport" - #~ msgid "Account ID" #~ msgstr "ID du compte" diff --git a/account_financial_report/i18n/fr_CH.po b/account_financial_report/i18n/fr_CH.po index 73c54ab..ea63bb1 100644 --- a/account_financial_report/i18n/fr_CH.po +++ b/account_financial_report/i18n/fr_CH.po @@ -60,6 +60,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Résumé du rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -374,11 +379,6 @@ msgstr "Filtre de centralisation" msgid "Centralized" msgstr "Centralisé" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Comptes enfants" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -395,6 +395,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -410,33 +411,6 @@ msgstr "Société" msgid "Compute accounts" msgstr "Calculer les comptes" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Comptes calculés" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Comptes calculés: À utiliser lorsque les groupes de comptes ont des codes\n" -" qui représentent des préfixes des comptes actuels.\n" -"\n" -" Comptes enfants: À utiliser lorsque vos groupes de comptes sont " -"hiérarchisés.\n" -"\n" -" Pas de hiérarchie: À utiliser pour n'afficher que les comptes sans " -"aucun groupement.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -633,6 +607,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -951,11 +926,6 @@ msgstr "Cacher les comptes à 0" msgid "Hierarchy Levels to display" msgstr "Niveaux de hiérarchie à afficher" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hiérarchiser sur" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -972,6 +942,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1103,6 +1074,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1197,11 +1169,6 @@ msgstr "Non" msgid "No group" msgstr "Sans groupe" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sans hiérarchie" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1496,6 +1463,11 @@ msgstr "Afficher les étiquettes analytiques" msgid "Show foreign currency" msgstr "Afficher les devises étrangères" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1721,6 +1693,11 @@ msgstr "" "clôture à 0. Si les partenaires sont filtrés, les totaux des débits et " "crédits ne correspondront pas à la balance générale." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1856,6 +1833,39 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid "Child Accounts" +#~ msgstr "Comptes enfants" + +#~ msgid "Computed Accounts" +#~ msgstr "Comptes calculés" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Comptes calculés: À utiliser lorsque les groupes de comptes ont des " +#~ "codes\n" +#~ " qui représentent des préfixes des comptes actuels.\n" +#~ "\n" +#~ " Comptes enfants: À utiliser lorsque vos groupes de comptes sont " +#~ "hiérarchisés.\n" +#~ "\n" +#~ " Pas de hiérarchie: À utiliser pour n'afficher que les comptes " +#~ "sans aucun groupement.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Hiérarchiser sur" + +#~ msgid "No hierarchy" +#~ msgstr "Sans hiérarchie" + #~ msgid " Export" #~ msgstr "Exporter" @@ -1886,9 +1896,6 @@ msgstr "" #~ msgid "Cost center" #~ msgstr "Centre de coût" -#~ msgid "Abstract Report" -#~ msgstr "Résumé du rapport" - #~ msgid "Account ID" #~ msgstr "ID du compte" diff --git a/account_financial_report/i18n/fr_FR.po b/account_financial_report/i18n/fr_FR.po index 582e026..0c2da9c 100644 --- a/account_financial_report/i18n/fr_FR.po +++ b/account_financial_report/i18n/fr_FR.po @@ -60,6 +60,11 @@ msgstr " Synthèse des taxes" msgid "To" msgstr "à" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -370,11 +375,6 @@ msgstr "Filtre de centralisation" msgid "Centralized" msgstr "Centralisé" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Comptes enfants" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -391,6 +391,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -406,33 +407,6 @@ msgstr "Société" msgid "Compute accounts" msgstr "Calculer les comptes" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Comptes calculés" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Comptes calculés: À utiliser lorsque les groupes de comptes ont des codes\n" -" qui représentent des préfixes des comptes actuels.\n" -"\n" -" Comptes enfants: À utiliser lorsque vos groupes de comptes sont " -"hiérarchisés.\n" -"\n" -" Pas de hiérarchie: À utiliser pour n'afficher que les comptes sans " -"aucun groupement.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -629,6 +603,7 @@ msgstr "Détail des taxes" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -939,11 +914,6 @@ msgstr "Cacher les comptes à 0" msgid "Hierarchy Levels to display" msgstr "Niveaux de hiérarchie à afficher" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hiérarchiser sur" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -960,6 +930,7 @@ msgstr "Hiérarchiser sur" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1088,6 +1059,7 @@ msgstr "Journaux" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1182,11 +1154,6 @@ msgstr "Non" msgid "No group" msgstr "Sans groupe" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sans hiérarchie" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1477,6 +1444,11 @@ msgstr "Afficher les étiquettes analytiques" msgid "Show foreign currency" msgstr "Afficher les devises étrangères" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1700,6 +1672,11 @@ msgstr "" "clôture à 0. Si les partenaires sont filtrés, les totaux des débits et " "crédits ne correspondront pas à la balance générale." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1832,3 +1809,36 @@ msgstr "Largeur : 38,92%;" #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header msgid "width: 8.11%;" msgstr "largeur : 8.11% ;" + +#~ msgid "Child Accounts" +#~ msgstr "Comptes enfants" + +#~ msgid "Computed Accounts" +#~ msgstr "Comptes calculés" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Comptes calculés: À utiliser lorsque les groupes de comptes ont des " +#~ "codes\n" +#~ " qui représentent des préfixes des comptes actuels.\n" +#~ "\n" +#~ " Comptes enfants: À utiliser lorsque vos groupes de comptes sont " +#~ "hiérarchisés.\n" +#~ "\n" +#~ " Pas de hiérarchie: À utiliser pour n'afficher que les comptes " +#~ "sans aucun groupement.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Hiérarchiser sur" + +#~ msgid "No hierarchy" +#~ msgstr "Sans hiérarchie" diff --git a/account_financial_report/i18n/hr.po b/account_financial_report/i18n/hr.po index 597e5a7..b659708 100644 --- a/account_financial_report/i18n/hr.po +++ b/account_financial_report/i18n/hr.po @@ -61,6 +61,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -372,11 +377,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -393,6 +393,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -408,24 +409,6 @@ msgstr "Tvrtka" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -622,6 +605,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -921,11 +905,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -942,6 +921,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1064,6 +1044,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1158,11 +1139,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1447,6 +1423,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1660,6 +1641,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/hr_HR.po b/account_financial_report/i18n/hr_HR.po index a9d1205..4fad9f7 100644 --- a/account_financial_report/i18n/hr_HR.po +++ b/account_financial_report/i18n/hr_HR.po @@ -64,6 +64,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -380,11 +385,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -401,6 +401,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -416,24 +417,6 @@ msgstr "Tvrtka" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -630,6 +613,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -929,11 +913,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -950,6 +929,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1072,6 +1052,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1166,11 +1147,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1455,6 +1431,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1671,6 +1652,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/it.po b/account_financial_report/i18n/it.po index 1130786..5ff7805 100644 --- a/account_financial_report/i18n/it.po +++ b/account_financial_report/i18n/it.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-06-03 12:07+0000\n" -"PO-Revision-Date: 2019-07-19 11:43+0000\n" -"Last-Translator: Marco Calcagni \n" +"PO-Revision-Date: 2022-04-12 18:05+0000\n" +"Last-Translator: Francesco Foresti \n" "Language-Team: \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.7.1\n" +"X-Generator: Weblate 4.3.2\n" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header @@ -30,7 +30,7 @@ msgstr "1 - 30 g." #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes msgid "10" -msgstr "" +msgstr "10" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header @@ -59,7 +59,12 @@ msgstr "Riepilogo imposte" #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard #: model_terms:ir.ui.view,arch_db:account_financial_report.trial_balance_wizard msgid "To" -msgstr "" +msgstr "A" + +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Report astratto" #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard @@ -316,9 +321,9 @@ msgstr "Importo val." #. module: account_financial_report #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines -#, fuzzy, python-format +#, python-format msgid "Analytic Account" -msgstr "Filtro conto" +msgstr "Conto analitico" #. module: account_financial_report #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes @@ -384,11 +389,6 @@ msgstr "Filtro centralizzazione" msgid "Centralized" msgstr "Centralizzato" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Conti figli" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -405,6 +405,7 @@ msgstr "Codice" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -420,32 +421,6 @@ msgstr "Azienda" msgid "Compute accounts" msgstr "Calcolare conti" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Conti calcolati" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Conti calcolati: utilizzato quando i gruppi di conti hanno codici\n" -" che rappresentano il prefisso dei conti effettivi.\n" -"\n" -" Conti figli: utilizzato quando i gruppi di conti sono gerarchici.\n" -"\n" -" Nessuna gerarchia: utilizzato per visualizzare solo i conti, senza " -"alcun raggruppo.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -642,6 +617,7 @@ msgstr "Dettaglio imposte" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -957,11 +933,6 @@ msgstr "Nascondere conti a 0" msgid "Hierarchy Levels to display" msgstr "Livelli da mostrare" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Gerarchia su" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -978,6 +949,7 @@ msgstr "Gerarchia su" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1105,6 +1077,7 @@ msgstr "Sezionali" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1199,11 +1172,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Nessuna gerarchia" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1499,6 +1467,11 @@ msgstr "Mostrare tag analitici" msgid "Show foreign currency" msgstr "Mostrare valuta estera" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1714,6 +1687,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1847,6 +1825,38 @@ msgstr "" msgid "width: 8.11%;" msgstr "" +#~ msgid "Child Accounts" +#~ msgstr "Conti figli" + +#~ msgid "Computed Accounts" +#~ msgstr "Conti calcolati" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Conti calcolati: utilizzato quando i gruppi di conti hanno codici\n" +#~ " che rappresentano il prefisso dei conti effettivi.\n" +#~ "\n" +#~ " Conti figli: utilizzato quando i gruppi di conti sono " +#~ "gerarchici.\n" +#~ "\n" +#~ " Nessuna gerarchia: utilizzato per visualizzare solo i conti, " +#~ "senza alcun raggruppo.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Gerarchia su" + +#~ msgid "No hierarchy" +#~ msgstr "Nessuna gerarchia" + #~ msgid " Export" #~ msgstr " Esporta" @@ -1863,9 +1873,6 @@ msgstr "" #~ msgid "Cost center" #~ msgstr "Centro di costo" -#~ msgid "Abstract Report" -#~ msgstr "Report astratto" - #~ msgid "Account ID" #~ msgstr "ID conto" diff --git a/account_financial_report/i18n/ja.po b/account_financial_report/i18n/ja.po index a2cfec8..2863496 100644 --- a/account_financial_report/i18n/ja.po +++ b/account_financial_report/i18n/ja.po @@ -61,6 +61,11 @@ msgstr "税サマリ" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -373,11 +378,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -394,6 +394,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -409,24 +410,6 @@ msgstr "" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -623,6 +606,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -922,11 +906,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -943,6 +922,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1065,6 +1045,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1159,11 +1140,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1448,6 +1424,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1661,6 +1642,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/nl.po b/account_financial_report/i18n/nl.po index 9ec0515..96f1741 100644 --- a/account_financial_report/i18n/nl.po +++ b/account_financial_report/i18n/nl.po @@ -63,6 +63,12 @@ msgstr "Belasting samenvatting" msgid "To" msgstr "tot" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "BTW rapport" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -386,11 +392,6 @@ msgstr "Centralisatie filter" msgid "Centralized" msgstr "Gecentraliseerd" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Onderliggende rekeningen" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -407,6 +408,7 @@ msgstr "Code" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -423,24 +425,6 @@ msgstr "Bedrijf" msgid "Compute accounts" msgstr "Berekende rekeningen" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Berekende rekeningen" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -637,6 +621,7 @@ msgstr "Detail belastingen" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -957,11 +942,6 @@ msgstr "Verberg rekeningen met balans 0" msgid "Hierarchy Levels to display" msgstr "Hierarchie niveaus om weer te geven" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hiërarchie aan" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -978,6 +958,7 @@ msgstr "Hiërarchie aan" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1111,6 +1092,7 @@ msgstr "Dagboeken" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1205,11 +1187,6 @@ msgstr "Nee" msgid "No group" msgstr "Geen groep" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Geen Hiërarchie" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1505,6 +1482,11 @@ msgstr "" msgid "Show foreign currency" msgstr "Toon buitenlandse valuta" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1725,6 +1707,11 @@ msgstr "" "verbergen. Als partners zijn gefilterd, komen de debet- en credit totalen " "niet overeen met de proefbalans." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1863,6 +1850,18 @@ msgstr "breedte: 38.92%;" msgid "width: 8.11%;" msgstr "breedte: 8.11%;" +#~ msgid "Child Accounts" +#~ msgstr "Onderliggende rekeningen" + +#~ msgid "Computed Accounts" +#~ msgstr "Berekende rekeningen" + +#~ msgid "Hierarchy On" +#~ msgstr "Hiërarchie aan" + +#~ msgid "No hierarchy" +#~ msgstr "Geen Hiërarchie" + #~ msgid " Export" #~ msgstr "Exporteren" @@ -1893,11 +1892,6 @@ msgstr "breedte: 8.11%;" #~ msgid "Cost center" #~ msgstr "Kostenplaats" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "BTW rapport" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/i18n/nl_NL.po b/account_financial_report/i18n/nl_NL.po index 7625e03..fb9231a 100644 --- a/account_financial_report/i18n/nl_NL.po +++ b/account_financial_report/i18n/nl_NL.po @@ -63,6 +63,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -379,11 +384,6 @@ msgstr "" msgid "Centralized" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -400,6 +400,7 @@ msgstr "" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -415,24 +416,6 @@ msgstr "Bedrijf" msgid "Compute accounts" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -629,6 +612,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -928,11 +912,6 @@ msgstr "" msgid "Hierarchy Levels to display" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -949,6 +928,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1071,6 +1051,7 @@ msgstr "" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1165,11 +1146,6 @@ msgstr "" msgid "No group" msgstr "" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1454,6 +1430,11 @@ msgstr "" msgid "Show foreign currency" msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1670,6 +1651,11 @@ msgid "" "balance." msgstr "" +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html diff --git a/account_financial_report/i18n/pt.po b/account_financial_report/i18n/pt.po index 136b879..ce64a1d 100644 --- a/account_financial_report/i18n/pt.po +++ b/account_financial_report/i18n/pt.po @@ -63,6 +63,11 @@ msgstr "Resumo de impostos" msgid "To" msgstr "Até" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -373,11 +378,6 @@ msgstr "Filtro de Centralização" msgid "Centralized" msgstr "Centralizado" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Contas Descendentes" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -394,6 +394,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -409,33 +410,6 @@ msgstr "Empresa" msgid "Compute accounts" msgstr "Calcular contas" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Calcular Contas" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Contas Calculadas: Usar quando o grupo de contas tem códigos\n" -" que representam prefixos das contas reais.\n" -"\n" -" Contas Descendentes: Usar quando o grupo de contas tem estrutura " -"hierárquica.\n" -"\n" -" Sem hierarquia: Usar para exibir apenas as contas, sem qualquer " -"agrupmento.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -632,6 +606,7 @@ msgstr "Detalhe dos Impostos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -936,11 +911,6 @@ msgstr "Esconder contas a 0" msgid "Hierarchy Levels to display" msgstr "Níveis Hierárquicos a exibir" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hierarquia em" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -957,6 +927,7 @@ msgstr "Hierarquia em" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1083,6 +1054,7 @@ msgstr "Diários" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1177,11 +1149,6 @@ msgstr "Não" msgid "No group" msgstr "Sem grupo" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sem hierarquia" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1470,6 +1437,11 @@ msgstr "Exibir etiquetas analíticas" msgid "Show foreign currency" msgstr "Exibir divisa estrangeira" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1694,6 +1666,11 @@ msgstr "" "Se filtrarem parceiros, os totais do débito e crédito não serão iguais aos " "do balancete." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1827,6 +1804,38 @@ msgstr "largura: 38.92%;" msgid "width: 8.11%;" msgstr "largura: 8.11%;" +#~ msgid "Child Accounts" +#~ msgstr "Contas Descendentes" + +#~ msgid "Computed Accounts" +#~ msgstr "Calcular Contas" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Contas Calculadas: Usar quando o grupo de contas tem códigos\n" +#~ " que representam prefixos das contas reais.\n" +#~ "\n" +#~ " Contas Descendentes: Usar quando o grupo de contas tem estrutura " +#~ "hierárquica.\n" +#~ "\n" +#~ " Sem hierarquia: Usar para exibir apenas as contas, sem qualquer " +#~ "agrupmento.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Hierarquia em" + +#~ msgid "No hierarchy" +#~ msgstr "Sem hierarquia" + #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/i18n/pt_BR.po b/account_financial_report/i18n/pt_BR.po index d36d91a..4e1c33f 100644 --- a/account_financial_report/i18n/pt_BR.po +++ b/account_financial_report/i18n/pt_BR.po @@ -60,6 +60,11 @@ msgstr "Resumo de Impostos" msgid "To" msgstr "" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +msgid "Abstract Report" +msgstr "Relatório Resumido" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -382,11 +387,6 @@ msgstr "Filtro Centralizar" msgid "Centralized" msgstr "Centralizado" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Contas Filhas" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -403,6 +403,7 @@ msgstr "Código" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -418,32 +419,6 @@ msgstr "Empresa" msgid "Compute accounts" msgstr "Contas calculadas" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Contas Calculadas" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" -"Contas Calculadas: Utilize quando o grupo de contas possui códigos \n" -" que representam prefixos das contas do realizado.\n" -"\n" -" Contas Filhas: Utilize quando o grupo de contas é hierárquico.\n" -"\n" -" Sem hierarquia: Utilize para exibir apenas as contas, sem qualquer " -"agrupamento.\n" -" " - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -640,6 +615,7 @@ msgstr "Detalhes dos Impostos" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -958,11 +934,6 @@ msgstr "Ocultar contas zeradas" msgid "Hierarchy Levels to display" msgstr "Níveis Hierárquicos para exibir" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Hierarquia Habilitada" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -979,6 +950,7 @@ msgstr "Hierarquia Habilitada" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1110,6 +1082,7 @@ msgstr "Diários" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1204,11 +1177,6 @@ msgstr "Não" msgid "No group" msgstr "Sem grupo" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Sem hierarquia" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1503,6 +1471,11 @@ msgstr "Exibir marcadores analíticos" msgid "Show foreign currency" msgstr "Exibir moeda estrangeira" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1728,6 +1701,11 @@ msgstr "" "zerado. Se houver parceiros filtrados, os totais de débitos e créditos não " "coincidirão com o balancete." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1863,6 +1841,37 @@ msgstr "largura: 38.92%;" msgid "width: 8.11%;" msgstr "largura: 8.11%;" +#~ msgid "Child Accounts" +#~ msgstr "Contas Filhas" + +#~ msgid "Computed Accounts" +#~ msgstr "Contas Calculadas" + +#~ msgid "" +#~ "Computed Accounts: Use when the account group have codes\n" +#~ " that represent prefixes of the actual accounts.\n" +#~ "\n" +#~ " Child Accounts: Use when your account groups are hierarchical.\n" +#~ "\n" +#~ " No hierarchy: Use to display just the accounts, without any " +#~ "grouping.\n" +#~ " " +#~ msgstr "" +#~ "Contas Calculadas: Utilize quando o grupo de contas possui códigos \n" +#~ " que representam prefixos das contas do realizado.\n" +#~ "\n" +#~ " Contas Filhas: Utilize quando o grupo de contas é hierárquico.\n" +#~ "\n" +#~ " Sem hierarquia: Utilize para exibir apenas as contas, sem " +#~ "qualquer agrupamento.\n" +#~ " " + +#~ msgid "Hierarchy On" +#~ msgstr "Hierarquia Habilitada" + +#~ msgid "No hierarchy" +#~ msgstr "Sem hierarquia" + #~ msgid " Export" #~ msgstr " Exportar" @@ -1893,9 +1902,6 @@ msgstr "largura: 8.11%;" #~ msgid "Cost center" #~ msgstr "Centro de Custos" -#~ msgid "Abstract Report" -#~ msgstr "Relatório Resumido" - #~ msgid "Account ID" #~ msgstr "ID da Conta" diff --git a/account_financial_report/i18n/ro.po b/account_financial_report/i18n/ro.po index e5e1001..979ec12 100644 --- a/account_financial_report/i18n/ro.po +++ b/account_financial_report/i18n/ro.po @@ -64,6 +64,12 @@ msgstr "Rezumat taxe" msgid "To" msgstr "Către" +#. module: account_financial_report +#: model:ir.model,name:account_financial_report.model_report_account_financial_report_abstract_report +#, fuzzy +msgid "Abstract Report" +msgstr "Raport TVA" + #. module: account_financial_report #: model:ir.model,name:account_financial_report.model_account_financial_report_abstract_wizard msgid "Abstract Wizard" @@ -382,11 +388,6 @@ msgstr "Centralizați filtrul" msgid "Centralized" msgstr "Centralizat" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__relation -msgid "Child Accounts" -msgstr "Conturi subordonate" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_group__group_child_ids msgid "Child Groups" @@ -403,6 +404,7 @@ msgstr "Cod" #. module: account_financial_report #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0 +#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__company_id @@ -418,24 +420,6 @@ msgstr "Companie" msgid "Compute accounts" msgstr "Conturi calculate" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__computed -msgid "Computed Accounts" -msgstr "Conturi calculate" - -#. module: account_financial_report -#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "" -"Computed Accounts: Use when the account group have codes\n" -" that represent prefixes of the actual accounts.\n" -"\n" -" Child Accounts: Use when your account groups are hierarchical.\n" -"\n" -" No hierarchy: Use to display just the accounts, without any " -"grouping.\n" -" " -msgstr "" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid @@ -632,6 +616,7 @@ msgstr "Detalii impozite" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__display_name +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__display_name #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__display_name @@ -939,11 +924,6 @@ msgstr "Ascunde conturile cu zero" msgid "Hierarchy Levels to display" msgstr "Niveluri Ierahie de afișat" -#. module: account_financial_report -#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__hierarchy_on -msgid "Hierarchy On" -msgstr "Activare ierarhie" - #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_account_account__id #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__id @@ -960,6 +940,7 @@ msgstr "Activare ierarhie" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx__id +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance__id #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger__id @@ -1088,6 +1069,7 @@ msgstr "Jurnale" #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_open_items_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_trial_balance_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_a_f_r_report_vat_report_xlsx____last_update +#: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_abstract_report_xlsx____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_aged_partner_balance____last_update #: model:ir.model.fields,field_description:account_financial_report.field_report_account_financial_report_general_ledger____last_update @@ -1182,11 +1164,6 @@ msgstr "Nu" msgid "No group" msgstr "Niciun grup" -#. module: account_financial_report -#: model:ir.model.fields.selection,name:account_financial_report.selection__trial_balance_report_wizard__hierarchy_on__none -msgid "No hierarchy" -msgstr "Fără ierahie" - #. module: account_financial_report #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0 #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters @@ -1471,6 +1448,11 @@ msgstr "Afișați etichete analitice" msgid "Show foreign currency" msgstr "Afișați monedă străină" +#. module: account_financial_report +#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Show hierarchy" +msgstr "" + #. module: account_financial_report #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__sort_option msgid "Sort entries by" @@ -1690,6 +1672,11 @@ msgstr "" "final la 0. Dacă partenerii sunt filtrați, totalele de debitelor și " "creditelor nu vor corespunde soldului de probă." +#. module: account_financial_report +#: model:ir.model.fields,help:account_financial_report.field_trial_balance_report_wizard__show_hierarchy +msgid "Use when your account groups are hierarchical" +msgstr "" + #. module: account_financial_report #: model:ir.actions.act_window,name:account_financial_report.action_vat_report_wizard #: model:ir.actions.report,name:account_financial_report.action_print_report_vat_report_html @@ -1826,6 +1813,18 @@ msgstr "lățime: 38,92%;" msgid "width: 8.11%;" msgstr "lățime: 8,11%;" +#~ msgid "Child Accounts" +#~ msgstr "Conturi subordonate" + +#~ msgid "Computed Accounts" +#~ msgstr "Conturi calculate" + +#~ msgid "Hierarchy On" +#~ msgstr "Activare ierarhie" + +#~ msgid "No hierarchy" +#~ msgstr "Fără ierahie" + #~ msgid " Export" #~ msgstr "Exportă" @@ -1853,11 +1852,6 @@ msgstr "lățime: 8,11%;" #~ msgid "Cost center" #~ msgstr "Centrul de cost" -#, fuzzy -#~| msgid "VAT Report" -#~ msgid "Abstract Report" -#~ msgstr "Raport TVA" - #, fuzzy #~| msgid "Account" #~ msgid "Account ID" diff --git a/account_financial_report/models/account_group.py b/account_financial_report/models/account_group.py index d8ac925..0880430 100644 --- a/account_financial_report/models/account_group.py +++ b/account_financial_report/models/account_group.py @@ -20,26 +20,34 @@ class AccountGroup(models.Model): string="Compute accounts", store=True, ) - complete_name = fields.Char("Full Name", compute="_compute_complete_name") - complete_code = fields.Char("Full Code", compute="_compute_complete_code") + complete_name = fields.Char( + "Full Name", compute="_compute_complete_name", recursive=True + ) + complete_code = fields.Char( + "Full Code", compute="_compute_complete_code", recursive=True + ) @api.depends("name", "parent_id.complete_name") def _compute_complete_name(self): - """ Forms complete name of location from parent location to child location. """ - if self.parent_id.complete_name: - self.complete_name = "{}/{}".format(self.parent_id.complete_name, self.name) - else: - self.complete_name = self.name + """Forms complete name of location from parent location to child location.""" + for group in self: + if group.parent_id.complete_name: + group.complete_name = "{}/{}".format( + group.parent_id.complete_name, group.name + ) + else: + group.complete_name = group.name @api.depends("code_prefix_start", "parent_id.complete_code") def _compute_complete_code(self): - """ Forms complete code of location from parent location to child location. """ - if self.parent_id.complete_code: - self.complete_code = "{}/{}".format( - self.parent_id.complete_code, self.code_prefix_start - ) - else: - self.complete_code = self.code_prefix_start + """Forms complete code of location from parent location to child location.""" + for group in self: + if group.parent_id.complete_code: + group.complete_code = "{}/{}".format( + group.parent_id.complete_code, group.code_prefix_start + ) + else: + group.complete_code = group.code_prefix_start @api.depends("parent_id", "parent_id.level") def _compute_level(self): diff --git a/account_financial_report/models/ir_actions_report.py b/account_financial_report/models/ir_actions_report.py index 5056f70..931502f 100644 --- a/account_financial_report/models/ir_actions_report.py +++ b/account_financial_report/models/ir_actions_report.py @@ -13,13 +13,13 @@ class IrActionsReport(models.Model): return dict(self.env.context or {}, lang=lang) if lang else False @api.model - def render_qweb_html(self, docids, data=None): + def _render_qweb_html(self, docids, data=None): context = self._prepare_account_financial_report_context(data) obj = self.with_context(context) if context else self - return super(IrActionsReport, obj).render_qweb_html(docids, data) + return super(IrActionsReport, obj)._render_qweb_html(docids, data) @api.model - def render_xlsx(self, docids, data): + def _render_xlsx(self, docids, data): context = self._prepare_account_financial_report_context(data) obj = self.with_context(context) if context else self - return super(IrActionsReport, obj).render_xlsx(docids, data) + return super(IrActionsReport, obj)._render_xlsx(docids, data) diff --git a/account_financial_report/report/__init__.py b/account_financial_report/report/__init__.py index 4193675..ae2ee3d 100644 --- a/account_financial_report/report/__init__.py +++ b/account_financial_report/report/__init__.py @@ -3,6 +3,7 @@ # © 2016 Julien Coux (Camptocamp) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).- +from . import abstract_report from . import abstract_report_xlsx from . import aged_partner_balance from . import aged_partner_balance_xlsx diff --git a/account_financial_report/report/abstract_report.py b/account_financial_report/report/abstract_report.py new file mode 100644 index 0000000..b908dc1 --- /dev/null +++ b/account_financial_report/report/abstract_report.py @@ -0,0 +1,126 @@ +# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from flectra import api, models + + +class AgedPartnerBalanceReport(models.AbstractModel): + _name = "report.account_financial_report.abstract_report" + _description = "Abstract Report" + + @api.model + def _get_move_lines_domain_not_reconciled( + self, company_id, account_ids, partner_ids, only_posted_moves, date_from + ): + domain = [ + ("account_id", "in", account_ids), + ("company_id", "=", company_id), + ("reconciled", "=", False), + ] + if partner_ids: + domain += [("partner_id", "in", partner_ids)] + if only_posted_moves: + domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] + if date_from: + domain += [("date", ">", date_from)] + return domain + + @api.model + def _get_new_move_lines_domain( + self, new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves + ): + domain = [ + ("account_id", "in", account_ids), + ("company_id", "=", company_id), + ("id", "in", new_ml_ids), + ] + if partner_ids: + domain += [("partner_id", "in", partner_ids)] + if only_posted_moves: + domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] + return domain + + def _recalculate_move_lines( + self, + move_lines, + debit_ids, + credit_ids, + debit_amount, + credit_amount, + ml_ids, + account_ids, + company_id, + partner_ids, + only_posted_moves, + ): + debit_ids = set(debit_ids) + credit_ids = set(credit_ids) + in_credit_but_not_in_debit = credit_ids - debit_ids + reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) + reconciled_ids = set(reconciled_ids) + ml_ids = set(ml_ids) + new_ml_ids = reconciled_ids - ml_ids + new_ml_ids = list(new_ml_ids) + new_domain = self._get_new_move_lines_domain( + new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves + ) + ml_fields = [ + "id", + "name", + "date", + "move_id", + "journal_id", + "account_id", + "partner_id", + "amount_residual", + "date_maturity", + "ref", + "debit", + "credit", + "reconciled", + "currency_id", + "amount_currency", + "amount_residual_currency", + ] + new_move_lines = self.env["account.move.line"].search_read( + domain=new_domain, fields=ml_fields + ) + move_lines = move_lines + new_move_lines + for move_line in move_lines: + ml_id = move_line["id"] + if ml_id in debit_ids: + move_line["amount_residual"] += debit_amount[ml_id] + if ml_id in credit_ids: + move_line["amount_residual"] -= credit_amount[ml_id] + return move_lines + + def _get_accounts_data(self, accounts_ids): + accounts = self.env["account.account"].browse(accounts_ids) + accounts_data = {} + for account in accounts: + accounts_data.update( + { + account.id: { + "id": account.id, + "code": account.code, + "name": account.name, + "hide_account": False, + "group_id": account.group_id.id, + "currency_id": account.currency_id or False, + "currency_name": account.currency_id.name, + "centralized": account.centralized, + } + } + ) + return accounts_data + + def _get_journals_data(self, journals_ids): + journals = self.env["account.journal"].browse(journals_ids) + journals_data = {} + for journal in journals: + journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) + return journals_data diff --git a/account_financial_report/report/abstract_report_xlsx.py b/account_financial_report/report/abstract_report_xlsx.py index c47efbb..87db0bd 100644 --- a/account_financial_report/report/abstract_report_xlsx.py +++ b/account_financial_report/report/abstract_report_xlsx.py @@ -73,17 +73,22 @@ class AbstractReportXslx(models.AbstractModel): ), "format_header_amount": workbook.add_format( {"bold": True, "border": True, "bg_color": "#FFFFCC"} - ).set_num_format("#,##0." + "0" * currency_id.decimal_places), - "format_amount": workbook.add_format().set_num_format( - "#,##0." + "0" * currency_id.decimal_places ), + "format_amount": workbook.add_format(), "format_amount_bold": workbook.add_format({"bold": True}).set_num_format( "#,##0." + "0" * currency_id.decimal_places ), "format_percent_bold_italic": workbook.add_format( {"bold": True, "italic": True} - ).set_num_format("#,##0.00%"), + ), } + report_data["formats"]["format_amount"].set_num_format( + "#,##0." + "0" * currency_id.decimal_places + ) + report_data["formats"]["format_header_amount"].set_num_format( + "#,##0." + "0" * currency_id.decimal_places + ) + report_data["formats"]["format_percent_bold_italic"].set_num_format("#,##0.00%") def _set_column_width(self, report_data): """Set width for all defined columns. @@ -233,10 +238,7 @@ class AbstractReportXslx(models.AbstractModel): value = line_dict.get(column["field"], False) cell_type = column.get("type", "string") if cell_type == "string": - if ( - line_dict.get("account_group_id", False) - and line_dict["account_group_id"] - ): + if line_dict.get("type", "") == "group_type": report_data["sheet"].write_string( report_data["row_pos"], col_pos, @@ -519,7 +521,7 @@ class AbstractReportXslx(models.AbstractModel): report_data["row_pos"] += 1 def _get_currency_amt_format(self, line_object, report_data): - """ Return amount format specific for each currency. """ + """Return amount format specific for each currency.""" if "account_group_id" in line_object and line_object["account_group_id"]: format_amt = report_data["formats"]["format_amount_bold"] field_prefix = "format_amount_bold" @@ -540,7 +542,7 @@ class AbstractReportXslx(models.AbstractModel): return format_amt def _get_currency_amt_format_dict(self, line_dict, report_data): - """ Return amount format specific for each currency. """ + """Return amount format specific for each currency.""" if line_dict.get("account_group_id", False) and line_dict["account_group_id"]: format_amt = report_data["formats"]["format_amount_bold"] field_prefix = "format_amount_bold" @@ -563,7 +565,7 @@ class AbstractReportXslx(models.AbstractModel): return format_amt def _get_currency_amt_header_format(self, line_object, report_data): - """ Return amount header format for each currency. """ + """Return amount header format for each currency.""" format_amt = report_data["formats"]["format_header_amount"] if line_object.currency_id: field_name = "format_header_amount_%s" % line_object.currency_id.name @@ -581,7 +583,7 @@ class AbstractReportXslx(models.AbstractModel): return format_amt def _get_currency_amt_header_format_dict(self, line_object, report_data): - """ Return amount header format for each currency. """ + """Return amount header format for each currency.""" format_amt = report_data["formats"]["format_header_amount"] if line_object["currency_id"]: field_name = "format_header_amount_%s" % line_object["currency_name"] diff --git a/account_financial_report/report/aged_partner_balance.py b/account_financial_report/report/aged_partner_balance.py index 53271b0..317221e 100644 --- a/account_financial_report/report/aged_partner_balance.py +++ b/account_financial_report/report/aged_partner_balance.py @@ -12,6 +12,7 @@ from flectra.tools import float_is_zero class AgedPartnerBalanceReport(models.AbstractModel): _name = "report.account_financial_report.aged_partner_balance" _description = "Aged Partner Balance Report" + _inherit = "report.account_financial_report.abstract_report" @api.model def _initialize_account(self, ag_pb_data, acc_id): @@ -40,45 +41,6 @@ class AgedPartnerBalanceReport(models.AbstractModel): ag_pb_data[acc_id][prt_id]["move_lines"] = [] return ag_pb_data - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data - - def _get_accounts_data(self, accounts_ids): - accounts = self.env["account.account"].browse(accounts_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - } - } - ) - return accounts_data - - @api.model - def _get_move_lines_domain( - self, company_id, account_ids, partner_ids, only_posted_moves, date_from - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("reconciled", "=", False), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if only_posted_moves: - domain += [("move_id.state", "=", "posted")] - if date_from: - domain += [("date", ">", date_from)] - return domain - @api.model def _calculate_amounts( self, ag_pb_data, acc_id, prt_id, residual, due_date, date_at_object @@ -128,70 +90,6 @@ class AgedPartnerBalanceReport(models.AbstractModel): ) return accounts_partial_reconcile, debit_amount, credit_amount - @api.model - def _get_new_move_lines_domain( - self, new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("id", "in", new_ml_ids), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if only_posted_moves: - domain += [("move_id.state", "=", "posted")] - return domain - - def _recalculate_move_lines( - self, - move_lines, - debit_ids, - credit_ids, - debit_amount, - credit_amount, - ml_ids, - account_ids, - company_id, - partner_ids, - only_posted_moves, - ): - debit_ids = set(debit_ids) - credit_ids = set(credit_ids) - in_credit_but_not_in_debit = credit_ids - debit_ids - reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) - reconciled_ids = set(reconciled_ids) - ml_ids = set(ml_ids) - new_ml_ids = reconciled_ids - ml_ids - new_ml_ids = list(new_ml_ids) - new_domain = self._get_new_move_lines_domain( - new_ml_ids, account_ids, company_id, partner_ids, only_posted_moves - ) - ml_fields = [ - "id", - "name", - "date", - "move_id", - "journal_id", - "account_id", - "partner_id", - "amount_residual", - "date_maturity", - "ref", - "reconciled", - ] - new_move_lines = self.env["account.move.line"].search_read( - domain=new_domain, fields=ml_fields - ) - move_lines = move_lines + new_move_lines - for move_line in move_lines: - ml_id = move_line["id"] - if ml_id in debit_ids: - move_line["amount_residual"] += debit_amount[ml_id] - if ml_id in credit_ids: - move_line["amount_residual"] -= credit_amount[ml_id] - return move_lines - def _get_move_lines_data( self, company_id, @@ -202,7 +100,7 @@ class AgedPartnerBalanceReport(models.AbstractModel): only_posted_moves, show_move_line_details, ): - domain = self._get_move_lines_domain( + domain = self._get_move_lines_domain_not_reconciled( company_id, account_ids, partner_ids, only_posted_moves, date_from ) ml_fields = [ @@ -218,9 +116,8 @@ class AgedPartnerBalanceReport(models.AbstractModel): "ref", "reconciled", ] - move_lines = self.env["account.move.line"].search_read( - domain=domain, fields=ml_fields - ) + line_model = self.env["account.move.line"] + move_lines = line_model.search_read(domain=domain, fields=ml_fields) journals_ids = set() partners_ids = set() partners_data = {} @@ -288,6 +185,7 @@ class AgedPartnerBalanceReport(models.AbstractModel): ref_label = move_line["ref"] + str(" - ") + move_line["name"] move_line_data.update( { + "line_rec": line_model.browse(move_line["id"]), "date": move_line["date"], "entry": move_line["move_id"][1], "jnl_id": move_line["journal_id"][0], diff --git a/account_financial_report/report/aged_partner_balance_xlsx.py b/account_financial_report/report/aged_partner_balance_xlsx.py index 9438086..8f5fa0d 100644 --- a/account_financial_report/report/aged_partner_balance_xlsx.py +++ b/account_financial_report/report/aged_partner_balance_xlsx.py @@ -40,7 +40,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 3: { - "header": _(u"Age ≤ 30 d."), + "header": _("Age ≤ 30 d."), "field": "30_days", "field_footer_total": "30_days", "field_footer_percent": "percent_30_days", @@ -48,7 +48,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 4: { - "header": _(u"Age ≤ 60 d."), + "header": _("Age ≤ 60 d."), "field": "60_days", "field_footer_total": "60_days", "field_footer_percent": "percent_60_days", @@ -56,7 +56,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 5: { - "header": _(u"Age ≤ 90 d."), + "header": _("Age ≤ 90 d."), "field": "90_days", "field_footer_total": "90_days", "field_footer_percent": "percent_90_days", @@ -64,7 +64,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 6: { - "header": _(u"Age ≤ 120 d."), + "header": _("Age ≤ 120 d."), "field": "120_days", "field_footer_total": "120_days", "field_footer_percent": "percent_120_days", @@ -106,7 +106,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 9: { - "header": _(u"Age ≤ 30 d."), + "header": _("Age ≤ 30 d."), "field": "30_days", "field_footer_total": "30_days", "field_footer_percent": "percent_30_days", @@ -115,7 +115,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 10: { - "header": _(u"Age ≤ 60 d."), + "header": _("Age ≤ 60 d."), "field": "60_days", "field_footer_total": "60_days", "field_footer_percent": "percent_60_days", @@ -124,7 +124,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 11: { - "header": _(u"Age ≤ 90 d."), + "header": _("Age ≤ 90 d."), "field": "90_days", "field_footer_total": "90_days", "field_footer_percent": "percent_90_days", @@ -133,7 +133,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel): "width": 14, }, 12: { - "header": _(u"Age ≤ 120 d."), + "header": _("Age ≤ 120 d."), "field": "120_days", "field_footer_total": "120_days", "field_footer_percent": "percent_120_days", diff --git a/account_financial_report/report/general_ledger.py b/account_financial_report/report/general_ledger.py index 319b6a5..4eb70e7 100644 --- a/account_financial_report/report/general_ledger.py +++ b/account_financial_report/report/general_ledger.py @@ -13,32 +13,7 @@ from flectra.tools import float_is_zero class GeneralLedgerReport(models.AbstractModel): _name = "report.account_financial_report.general_ledger" _description = "General Ledger Report" - - def _get_accounts_data(self, account_ids): - accounts = self.env["account.account"].browse(account_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - "group_id": account.group_id.id, - "currency_id": account.currency_id or False, - "currency_name": account.currency_id.name, - "centralized": account.centralized, - } - } - ) - return accounts_data - - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data + _inherit = "report.account_financial_report.abstract_report" def _get_tags_data(self, tags_ids): tags = self.env["account.analytic.tag"].browse(tags_ids) @@ -195,6 +170,8 @@ class GeneralLedgerReport(models.AbstractModel): base_domain += [("partner_id", "in", partner_ids)] if only_posted_moves: base_domain += [("move_id.state", "=", "posted")] + else: + base_domain += [("move_id.state", "in", ["posted", "draft"])] if analytic_tag_ids: base_domain += [("analytic_tag_ids", "in", analytic_tag_ids)] if cost_center_ids: @@ -384,6 +361,8 @@ class GeneralLedgerReport(models.AbstractModel): domain += [("partner_id", "in", partner_ids)] if only_posted_moves: domain += [("move_id.state", "=", "posted")] + else: + domain += [("move_id.state", "in", ["posted", "draft"])] if analytic_tag_ids: domain += [("analytic_tag_ids", "in", analytic_tag_ids)] if cost_center_ids: @@ -628,7 +607,7 @@ class GeneralLedgerReport(models.AbstractModel): hide_account_at_0, ): general_ledger = [] - rounding = self.env.user.company_id.currency_id.rounding + rounding = self.env.company.currency_id.rounding for acc_id in gen_led_data.keys(): account = {} account.update( diff --git a/account_financial_report/report/journal_ledger.py b/account_financial_report/report/journal_ledger.py index 7631d79..e044fb2 100644 --- a/account_financial_report/report/journal_ledger.py +++ b/account_financial_report/report/journal_ledger.py @@ -49,6 +49,8 @@ class JournalLedgerReport(models.AbstractModel): ] if wizard.move_target != "all": domain += [("state", "=", wizard.move_target)] + else: + domain += [("state", "in", ["posted", "draft"])] return domain def _get_moves_order(self, wizard, journal_ids): diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index b9d5a07..4c18b5f 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -12,23 +12,7 @@ from flectra.tools import float_is_zero class OpenItemsReport(models.AbstractModel): _name = "report.account_financial_report.open_items" _description = "Open Items Report" - - @api.model - def get_html(self, given_context=None): - return self._get_html() - - def _get_html(self): - result = {} - rcontext = {} - context = dict(self.env.context) - rcontext.update(context.get("data")) - active_id = context.get("active_id") - wiz = self.env["open.items.report.wizard"].browse(active_id) - rcontext["o"] = wiz - result["html"] = self.env.ref( - "account_financial_report.report_open_items" - ).render(rcontext) - return result + _inherit = "report.account_financial_report.abstract_report" def _get_account_partial_reconciled(self, company_id, date_at_object): domain = [("max_date", ">", date_at_object), ("company_id", "=", company_id)] @@ -52,128 +36,17 @@ class OpenItemsReport(models.AbstractModel): ) return accounts_partial_reconcile, debit_amount, credit_amount - @api.model - def _get_new_move_lines_domain( - self, new_ml_ids, account_ids, company_id, partner_ids, target_moves - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("id", "in", new_ml_ids), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if target_moves == "posted": - domain += [("move_id.state", "=", "posted")] - return domain - - def _recalculate_move_lines( - self, - move_lines, - debit_ids, - credit_ids, - debit_amount, - credit_amount, - ml_ids, - account_ids, - company_id, - partner_ids, - target_moves, - ): - debit_ids = set(debit_ids) - credit_ids = set(credit_ids) - in_credit_but_not_in_debit = credit_ids - debit_ids - reconciled_ids = list(debit_ids) + list(in_credit_but_not_in_debit) - reconciled_ids = set(reconciled_ids) - ml_ids = set(ml_ids) - new_ml_ids = reconciled_ids - ml_ids - new_ml_ids = list(new_ml_ids) - new_domain = self._get_new_move_lines_domain( - new_ml_ids, account_ids, company_id, partner_ids, target_moves - ) - ml_fields = [ - "id", - "name", - "date", - "move_id", - "journal_id", - "account_id", - "partner_id", - "amount_residual", - "date_maturity", - "ref", - "debit", - "credit", - "reconciled", - "currency_id", - "amount_currency", - "amount_residual_currency", - ] - new_move_lines = self.env["account.move.line"].search_read( - domain=new_domain, fields=ml_fields - ) - move_lines = move_lines + new_move_lines - for move_line in move_lines: - ml_id = move_line["id"] - if ml_id in debit_ids: - move_line["amount_residual"] += debit_amount[ml_id] - if ml_id in credit_ids: - move_line["amount_residual"] -= credit_amount[ml_id] - return move_lines - - @api.model - def _get_move_lines_domain( - self, company_id, account_ids, partner_ids, target_move, date_from - ): - domain = [ - ("account_id", "in", account_ids), - ("company_id", "=", company_id), - ("reconciled", "=", False), - ] - if partner_ids: - domain += [("partner_id", "in", partner_ids)] - if target_move == "posted": - domain += [("move_id.state", "=", "posted")] - if date_from: - domain += [("date", ">", date_from)] - return domain - - def _get_accounts_data(self, accounts_ids): - accounts = self.env["account.account"].browse(accounts_ids) - accounts_data = {} - for account in accounts: - accounts_data.update( - { - account.id: { - "id": account.id, - "code": account.code, - "name": account.name, - "hide_account": False, - "currency_id": account.currency_id or False, - "currency_name": account.currency_id.name, - } - } - ) - return accounts_data - - def _get_journals_data(self, journals_ids): - journals = self.env["account.journal"].browse(journals_ids) - journals_data = {} - for journal in journals: - journals_data.update({journal.id: {"id": journal.id, "code": journal.code}}) - return journals_data - def _get_data( self, account_ids, partner_ids, date_at_object, - target_move, + only_posted_moves, company_id, date_from, ): - domain = self._get_move_lines_domain( - company_id, account_ids, partner_ids, target_move, date_from + domain = self._get_move_lines_domain_not_reconciled( + company_id, account_ids, partner_ids, only_posted_moves, date_from ) ml_fields = [ "id", @@ -223,7 +96,7 @@ class OpenItemsReport(models.AbstractModel): account_ids, company_id, partner_ids, - target_move, + only_posted_moves, ) move_lines = [ move_line @@ -324,7 +197,7 @@ class OpenItemsReport(models.AbstractModel): @api.model def _order_open_items_by_date( - self, open_items_move_lines_data, show_partner_details + self, open_items_move_lines_data, show_partner_details, partners_data ): new_open_items = {} if not show_partner_details: @@ -339,7 +212,10 @@ class OpenItemsReport(models.AbstractModel): else: for acc_id in open_items_move_lines_data.keys(): new_open_items[acc_id] = {} - for prt_id in open_items_move_lines_data[acc_id]: + for prt_id in sorted( + open_items_move_lines_data[acc_id], + key=lambda i: partners_data[i]["name"], + ): new_open_items[acc_id][prt_id] = {} move_lines = [] for move_line in open_items_move_lines_data[acc_id][prt_id]: @@ -357,7 +233,7 @@ class OpenItemsReport(models.AbstractModel): date_at = data["date_at"] date_at_object = datetime.strptime(date_at, "%Y-%m-%d").date() date_from = data["date_from"] - target_move = data["target_move"] + only_posted_moves = data["only_posted_moves"] show_partner_details = data["show_partner_details"] ( @@ -367,12 +243,17 @@ class OpenItemsReport(models.AbstractModel): accounts_data, open_items_move_lines_data, ) = self._get_data( - account_ids, partner_ids, date_at_object, target_move, company_id, date_from + account_ids, + partner_ids, + date_at_object, + only_posted_moves, + company_id, + date_from, ) total_amount = self._calculate_amounts(open_items_move_lines_data) open_items_move_lines_data = self._order_open_items_by_date( - open_items_move_lines_data, show_partner_details + open_items_move_lines_data, show_partner_details, partners_data ) return { "doc_ids": [wizard_id], diff --git a/account_financial_report/report/open_items_xlsx.py b/account_financial_report/report/open_items_xlsx.py index 8e0c0d8..e4096a4 100644 --- a/account_financial_report/report/open_items_xlsx.py +++ b/account_financial_report/report/open_items_xlsx.py @@ -160,8 +160,8 @@ class OpenItemsXslx(models.AbstractModel): type_object, total_amount, report_data, - account_id, - partner_id, + account_id=account_id, + partner_id=partner_id, ) # Line break @@ -185,9 +185,9 @@ class OpenItemsXslx(models.AbstractModel): self.write_ending_balance_from_dict( accounts_data[account_id], type_object, - report_data, total_amount, - account_id, + report_data, + account_id=account_id, ) # 2 lines break diff --git a/account_financial_report/report/templates/aged_partner_balance.xml b/account_financial_report/report/templates/aged_partner_balance.xml index ca40531..1a376ca 100644 --- a/account_financial_report/report/templates/aged_partner_balance.xml +++ b/account_financial_report/report/templates/aged_partner_balance.xml @@ -249,7 +249,7 @@
@@ -260,7 +260,7 @@
@@ -270,7 +270,7 @@
@@ -280,7 +280,7 @@
@@ -290,7 +290,7 @@
@@ -300,7 +300,7 @@
@@ -310,7 +310,7 @@
@@ -324,7 +324,7 @@
- +
- +
- +
- +
- +
- +