Automatic Update form OCA2FC Migrator

This commit is contained in:
Flectra Community Bot 2021-12-19 03:11:29 +00:00 committed by OCA2FC Migrator Bot
parent 063a704e97
commit 3fe6cbf110
33 changed files with 3140 additions and 470 deletions

View File

@ -26,7 +26,9 @@ test_all_modules:
- 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"
@ -64,7 +66,7 @@ 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/account-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -94,7 +96,9 @@ test_module_mis_template_financial_report:
- 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"
@ -132,7 +136,7 @@ test_module_mis_template_financial_report:
- 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-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -154,7 +158,9 @@ test_module_account_move_line_report_xls:
- 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"
@ -192,7 +198,7 @@ test_module_account_move_line_report_xls:
- 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-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -214,7 +220,9 @@ test_module_account_tax_balance:
- 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"
@ -252,7 +260,7 @@ test_module_account_tax_balance:
- 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-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -274,7 +282,9 @@ test_module_account_financial_report:
- 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"
@ -312,7 +322,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/account-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -334,7 +344,9 @@ test_module_mis_builder_cash_flow:
- 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"
@ -372,7 +384,7 @@ test_module_mis_builder_cash_flow:
- 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-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
@ -394,7 +406,9 @@ test_module_partner_statement:
- 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"
@ -432,7 +446,7 @@ test_module_partner_statement:
- 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-closing,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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
--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/edi,~/others/mis-builder,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/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

View File

@ -10,10 +10,10 @@ Available addons
addon | version | summary
--- | --- | ---
[mis_template_financial_report](mis_template_financial_report/) | 2.0.1.0.0| Profit & Loss / Balance sheet MIS templates
[account_move_line_report_xls](account_move_line_report_xls/) | 2.0.1.0.0| Journal Items Excel export
[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.0| Compute tax balances based on date range
[account_financial_report](account_financial_report/) | 2.0.1.5.1| OCA Financial Reports
[mis_builder_cash_flow](mis_builder_cash_flow/) | 2.0.1.0.0| MIS Builder Cash Flow
[partner_statement](partner_statement/) | 2.0.1.0.0| OCA Financial Reports
[partner_statement](partner_statement/) | 2.0.1.1.0| OCA Financial Reports

View File

@ -3,7 +3,7 @@
{
"name": "Account Move Line XLSX export",
"version": "2.0.1.0.0",
"version": "2.0.1.0.1",
"license": "AGPL-3",
"author": "Noviat, Odoo Community Association (OCA)",
"category": "Accounting & Finance",

View File

@ -241,5 +241,5 @@ msgstr ""
#. module: account_move_line_report_xls
#: model:ir.model,name:account_move_line_report_xls.model_report_account_move_line_report_xls_account_move_line_xlsx
msgid "report.account_move_line_report_xls.account_move_line_xlsx"
msgid "XLSX report for account move lines."
msgstr ""

View File

@ -244,7 +244,7 @@ msgstr "Unité de mesure"
#. module: account_move_line_report_xls
#: model:ir.model,name:account_move_line_report_xls.model_report_account_move_line_report_xls_account_move_line_xlsx
msgid "report.account_move_line_report_xls.account_move_line_xlsx"
msgid "XLSX report for account move lines."
msgstr ""
#~ msgid "Period"

View File

@ -244,7 +244,7 @@ msgstr "Maateenheid"
#. module: account_move_line_report_xls
#: model:ir.model,name:account_move_line_report_xls.model_report_account_move_line_report_xls_account_move_line_xlsx
msgid "report.account_move_line_report_xls.account_move_line_xlsx"
msgid "XLSX report for account move lines."
msgstr ""
#~ msgid "Period"

View File

@ -19,6 +19,7 @@ IR_TRANSLATION_NAME = "move.line.list.xls"
class AccountMoveLineXlsx(models.AbstractModel):
_name = "report.account_move_line_report_xls.account_move_line_xlsx"
_inherit = "report.report_xlsx.abstract"
_description = "XLSX report for account move lines."
def _(self, src):
lang = self.env.context.get("lang", "en_US")

View File

@ -5,6 +5,7 @@ Most of the files are
Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
Copyright 2018 Graeme Gellatly
Copyright 2021 ForgeFlow S.L.
Copyright 2018 Flectra Community
Many files also contain contributions from third

View File

@ -3,13 +3,13 @@
{
"name": "Partner Statement",
"version": "2.0.1.0.0",
"version": "2.0.1.1.0",
"category": "Accounting & Finance",
"summary": "OCA Financial Reports",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/account-financial-reporting",
"license": "AGPL-3",
"depends": ["account"],
"depends": ["account", "report_xlsx", "report_xlsx_helper"],
"external_dependencies": {"python": ["dateutil"]},
"data": [
"security/ir.model.access.csv",

View File

@ -18,6 +18,18 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -72,6 +84,49 @@ msgstr ""
msgid "91 - 120 Days"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -104,7 +159,10 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr ""
@ -113,6 +171,16 @@ msgstr ""
msgid "Activity Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -148,10 +216,10 @@ msgid "Aging Report at"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
#. module: partner_statement
@ -160,13 +228,18 @@ msgid "Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Balanç "
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr ""
@ -206,8 +279,11 @@ msgid "Current"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr ""
@ -224,16 +300,29 @@ msgid "Date Start"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -247,7 +336,9 @@ msgid "Don't show partners with no due entries"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr ""
@ -262,8 +353,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr ""
@ -285,11 +379,19 @@ msgstr ""
msgid "Export PDF"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -298,8 +400,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -338,17 +443,25 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr ""
@ -357,6 +470,16 @@ msgstr ""
msgid "Outstanding Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -393,6 +516,13 @@ msgstr ""
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -422,12 +552,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -438,28 +589,6 @@ msgstr ""
msgid "Supplier"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -476,6 +605,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"

View File

@ -20,6 +20,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1.1\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, fuzzy, python-format
@ -74,6 +86,49 @@ msgstr "60-90 Tage fällig"
msgid "91 - 120 Days"
msgstr "90-120 Tage fällig"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -107,7 +162,10 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Aktivitätenbericht"
@ -117,6 +175,16 @@ msgstr "Aktivitätenbericht"
msgid "Activity Statement Wizard"
msgstr "Assistent zum Kundenaktivitätsnachweis"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
#, fuzzy
@ -153,15 +221,11 @@ msgid "Aging Report at"
msgstr "Fälligkeiten Bericht zu"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
#, fuzzy
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Die einzelnen Fälligkeiten können im Bericht, nach Altersgruppen (30 Tage "
"fällig,....) gegliedert, ausgewertet werden, so dass der Kunde überprüfen "
"kann, wie viel offen, fällig oder überfällig ist."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -169,13 +233,18 @@ msgid "Amount"
msgstr "Betrag"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldovortrag"
@ -215,8 +284,11 @@ msgid "Current"
msgstr "Aktuell fällig"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Datum"
@ -233,16 +305,29 @@ msgid "Date Start"
msgstr "Anfangsdatum"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr "Datum:"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Beschreibung"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -256,8 +341,9 @@ msgid "Don't show partners with no due entries"
msgstr "Unterdrücke Partner ohne fällige Posten"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, fuzzy
#, fuzzy, python-format
msgid "Due Date"
msgstr "Datum"
@ -273,8 +359,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Endsaldo"
@ -297,11 +386,19 @@ msgstr "Unterdrücke Partner ohne fällige Posten"
msgid "Export PDF"
msgstr "Export PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -310,8 +407,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -350,19 +450,25 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, fuzzy
#, fuzzy, python-format
msgid "Open Amount"
msgstr "Betrag"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#, fuzzy
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, fuzzy, python-format
msgid "Outstanding Statement"
msgstr "Aktivitätenbericht"
@ -372,6 +478,16 @@ msgstr "Aktivitätenbericht"
msgid "Outstanding Statement Wizard"
msgstr "Assistent zum Kundenaktivitätsnachweis"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -410,6 +526,13 @@ msgstr "Kundenaktivitätsnachweis"
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -441,6 +564,13 @@ msgstr ""
msgid "Statement between"
msgstr "Aktivitätenbericht zwischen"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -448,6 +578,20 @@ msgstr "Aktivitätenbericht zwischen"
msgid "Statement of Account"
msgstr "Berichtsaktion zu PDF"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, fuzzy
@ -459,42 +603,6 @@ msgstr "Berichtsaktion zu PDF"
msgid "Supplier"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
#, fuzzy
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"Die Aktivitätsübersicht gibt Auskunft über alle Aktivitäten auf den "
"Kundenforderungen zwischen zwei ausgewählten Terminen. Dies schließt "
"Rechnungen, Rückerstattungen und Zahlungen ein. Ein ausstehender Saldo, der "
"vor dem gewählten Abrechnungszeitraum liegt, wird als Saldovortrag am Anfang "
"der Abrechnung ausgewiesen. Die Liste wird in chronologischer Reihenfolge "
"angezeigt und ist nach Währungen gegliedert."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
#, fuzzy
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"Die Aktivitätsübersicht gibt Auskunft über alle Aktivitäten auf den "
"Kundenforderungen zwischen zwei ausgewählten Terminen. Dies schließt "
"Rechnungen, Rückerstattungen und Zahlungen ein. Ein ausstehender Saldo, der "
"vor dem gewählten Abrechnungszeitraum liegt, wird als Saldovortrag am Anfang "
"der Abrechnung ausgewiesen. Die Liste wird in chronologischer Reihenfolge "
"angezeigt und ist nach Währungen gegliedert."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -512,6 +620,18 @@ msgstr "Aktivitätenbericht"
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -529,6 +649,47 @@ msgstr "in"
msgid "or"
msgstr "oder"
#, fuzzy
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Die einzelnen Fälligkeiten können im Bericht, nach Altersgruppen (30 Tage "
#~ "fällig,....) gegliedert, ausgewertet werden, so dass der Kunde überprüfen "
#~ "kann, wie viel offen, fällig oder überfällig ist."
#, fuzzy
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "Die Aktivitätsübersicht gibt Auskunft über alle Aktivitäten auf den "
#~ "Kundenforderungen zwischen zwei ausgewählten Terminen. Dies schließt "
#~ "Rechnungen, Rückerstattungen und Zahlungen ein. Ein ausstehender Saldo, "
#~ "der vor dem gewählten Abrechnungszeitraum liegt, wird als Saldovortrag am "
#~ "Anfang der Abrechnung ausgewiesen. Die Liste wird in chronologischer "
#~ "Reihenfolge angezeigt und ist nach Währungen gegliedert."
#, fuzzy
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "Die Aktivitätsübersicht gibt Auskunft über alle Aktivitäten auf den "
#~ "Kundenforderungen zwischen zwei ausgewählten Terminen. Dies schließt "
#~ "Rechnungen, Rückerstattungen und Zahlungen ein. Ein ausstehender Saldo, "
#~ "der vor dem gewählten Abrechnungszeitraum liegt, wird als Saldovortrag am "
#~ "Anfang der Abrechnung ausgewiesen. Die Liste wird in chronologischer "
#~ "Reihenfolge angezeigt und ist nach Währungen gegliedert."
#, fuzzy
#~| msgid "report.customer_activity_statement.statement"
#~ msgid "report.partner_statement.activity_statement"
@ -542,8 +703,5 @@ msgstr "oder"
#~ msgid "Balance Due"
#~ msgstr "Fälliger Saldo"
#~ msgid "Date:"
#~ msgstr "Datum:"
#~ msgid "Partner ref:"
#~ msgstr "Partner-Ref.:"

View File

@ -21,6 +21,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -75,6 +87,49 @@ msgstr "61 - 90 Días"
msgid "91 - 120 Days"
msgstr "91 - 120 Días"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -107,7 +162,10 @@ msgid "Account type"
msgstr "Tipo de cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Estado de la cuenta"
@ -116,6 +174,16 @@ msgstr "Estado de la cuenta"
msgid "Activity Statement Wizard"
msgstr "Asistente de Estado de la cuenta"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -151,14 +219,11 @@ msgid "Aging Report at"
msgstr "Informe de antigüedad a"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Los detalles de antigüedad pueden mostrarse en el informe en forma de "
"rangos de antigüedad, de tal forma que el cliente pueda revisar "
"cuánto está pendiente, vencido o sobrepasado."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -166,13 +231,18 @@ msgid "Amount"
msgstr "Importe"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldo arrastrado"
@ -212,8 +282,11 @@ msgid "Current"
msgstr "Actual"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Fecha"
@ -230,16 +303,29 @@ msgid "Date Start"
msgstr "Fecha inicio"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr "Fecha:"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descripción"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -253,7 +339,9 @@ msgid "Don't show partners with no due entries"
msgstr "No mostrar clientes sin asientos vencidos"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Fecha Vencimiento"
@ -268,8 +356,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Activar Informe OCA Pendientes Cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Saldo Final"
@ -291,11 +382,19 @@ msgstr "Excluir clientes sin asientos vencidos"
msgid "Export PDF"
msgstr "Exportar a PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -304,8 +403,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -344,17 +446,25 @@ msgid "Older"
msgstr "Anterior"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Importe pendiente"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Original"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Estado pendientes"
@ -363,6 +473,16 @@ msgstr "Estado pendientes"
msgid "Outstanding Statement Wizard"
msgstr "Asistente de estado pendientes"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -400,6 +520,13 @@ msgstr "Por favor establezca los valores por defecto en estado de la cuenta."
msgid "Receivable"
msgstr "Por cobrar"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -429,12 +556,33 @@ msgstr "Asistente para Informe Estado de la cuenta"
msgid "Statement between"
msgstr "Informe entre"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Estado de la cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -445,41 +593,6 @@ msgstr "Informe hasta"
msgid "Supplier"
msgstr "Proveedor"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"El estado de la cuenta proporciona detalles de toda la actividad "
"en las cuentas por cobrar y por pagar del cliente entre "
"dos fechas seleccionadas. Esto incluye todas las "
"facturas, reembolsos y pagos. Cualquier saldo pendiente "
"con fecha anterior al período seleccionado aparecerá "
"como un saldo arrastrado en la parte superior del estado de la cuenta. La "
"lista es mostrada en orden cronológico y separada por "
"monedas."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"El pendiente del estado de cuenta proporciona detalles de todas las cuentas "
"pendientes por cobrar y por pagar hasta una fecha en particular. "
"Esto incluye todas las facturas impagadas, los reembolsos no "
"reclamados y pagos pendientes. La lista es mostrada en orden "
"cronológico y separada por monedas."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -496,6 +609,18 @@ msgstr "Usar estado de la cuenta"
msgid "Use outstanding statements"
msgstr "Usar pendientes en el estado de la cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -513,6 +638,45 @@ msgstr "en"
msgid "or"
msgstr "o"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Los detalles de antigüedad pueden mostrarse en el informe en forma de "
#~ "rangos de antigüedad, de tal forma que el cliente pueda revisar "
#~ "cuánto está pendiente, vencido o sobrepasado."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "El estado de la cuenta proporciona detalles de toda la actividad "
#~ "en las cuentas por cobrar y por pagar del cliente "
#~ "entre dos fechas seleccionadas. Esto incluye todas las "
#~ "facturas, reembolsos y pagos. Cualquier saldo "
#~ "pendiente con fecha anterior al período seleccionado "
#~ "aparecerá como un saldo arrastrado en la parte superior del estado de la "
#~ "cuenta. La lista es mostrada en orden cronológico y "
#~ "separada por monedas."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "El pendiente del estado de cuenta proporciona detalles de todas las "
#~ "cuentas pendientes por cobrar y por pagar hasta una fecha en "
#~ "particular. Esto incluye todas las facturas impagadas, los "
#~ "reembolsos no reclamados y pagos pendientes. La lista es "
#~ "mostrada en orden cronológico y separada por monedas."
#~ msgid "Payment"
#~ msgstr "Pago"
@ -525,8 +689,5 @@ msgstr "o"
#~ msgid "Balance Due"
#~ msgstr "Saldo"
#~ msgid "Date:"
#~ msgstr "Fecha:"
#~ msgid "Partner ref:"
#~ msgstr "Ref. de Cliente:"

View File

@ -16,6 +16,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -70,6 +82,49 @@ msgstr "61 - 90 Días"
msgid "91 - 120 Days"
msgstr "91 - 120 Días"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -102,7 +157,10 @@ msgid "Account type"
msgstr "Tipo de cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Estado de la cuenta"
@ -111,6 +169,16 @@ msgstr "Estado de la cuenta"
msgid "Activity Statement Wizard"
msgstr "Asistente de Estado de la cuenta"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -146,14 +214,11 @@ msgid "Aging Report at"
msgstr "Informe de antigüedad a"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Los detalles de antigüedad pueden mostrarse en el informe en forma de "
"rangos de antigüedad, de tal forma que el cliente pueda revisar "
"cuánto está pendiente, vencido o sobrepasado."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -161,13 +226,18 @@ msgid "Amount"
msgstr "Importe"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldo arrastrado"
@ -207,8 +277,11 @@ msgid "Current"
msgstr "Actual"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Fecha"
@ -225,16 +298,29 @@ msgid "Date Start"
msgstr "Fecha inicio"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descripción"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -248,7 +334,9 @@ msgid "Don't show partners with no due entries"
msgstr "No mostrar clientes sin asientos vencidos"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Fecha Vencimiento"
@ -263,8 +351,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Activar Informe OCA Pendientes Cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Saldo Final"
@ -286,11 +377,19 @@ msgstr "Excluir clientes sin asientos vencidos"
msgid "Export PDF"
msgstr "Exportar a PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -299,8 +398,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -339,17 +441,25 @@ msgid "Older"
msgstr "Mayor"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Importe pendiente"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Inicial"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Estado pendientes"
@ -358,6 +468,16 @@ msgstr "Estado pendientes"
msgid "Outstanding Statement Wizard"
msgstr "Asistente de estado pendientes"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -395,6 +515,13 @@ msgstr "Por favor establezca los valores por defecto en estado de la cuenta."
msgid "Receivable"
msgstr "Por cobrar"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -424,12 +551,33 @@ msgstr "Asistente para Informe Estado de la cuenta"
msgid "Statement between"
msgstr "Informe entre"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Estado de la cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -440,41 +588,6 @@ msgstr "Informe hasta"
msgid "Supplier"
msgstr "Proveedor"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"El estado de la cuenta proporciona detalles de toda la actividad "
"en las cuentas por cobrar y por pagar del cliente entre "
"dos fechas seleccionadas. Esto incluye todas las "
"facturas, reembolsos y pagos. Cualquier saldo pendiente "
"con fecha anterior al período seleccionado aparecerá "
"como un saldo arrastrado en la parte superior del estado de la cuenta. La "
"lista es mostrada en orden cronológico y separada por "
"monedas."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"El pendiente del estado de cuenta proporciona detalles de todas las cuentas "
"pendientes por cobrar y por pagar hasta una fecha en particular. "
"Esto incluye todas las facturas impagadas, los reembolsos no "
"reclamados y pagos pendientes. La lista es mostrada en orden "
"cronológico y separada por monedas."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -491,6 +604,18 @@ msgstr "Usar estado de la cuenta"
msgid "Use outstanding statements"
msgstr "Usar pendientes en el estado de la cuenta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -508,5 +633,44 @@ msgstr "en"
msgid "or"
msgstr "o"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Los detalles de antigüedad pueden mostrarse en el informe en forma de "
#~ "rangos de antigüedad, de tal forma que el cliente pueda revisar "
#~ "cuánto está pendiente, vencido o sobrepasado."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "El estado de la cuenta proporciona detalles de toda la actividad "
#~ "en las cuentas por cobrar y por pagar del cliente "
#~ "entre dos fechas seleccionadas. Esto incluye todas las "
#~ "facturas, reembolsos y pagos. Cualquier saldo "
#~ "pendiente con fecha anterior al período seleccionado "
#~ "aparecerá como un saldo arrastrado en la parte superior del estado de la "
#~ "cuenta. La lista es mostrada en orden cronológico y "
#~ "separada por monedas."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "El pendiente del estado de cuenta proporciona detalles de todas las "
#~ "cuentas pendientes por cobrar y por pagar hasta una fecha en "
#~ "particular. Esto incluye todas las facturas impagadas, los "
#~ "reembolsos no reclamados y pagos pendientes. La lista es "
#~ "mostrada en orden cronológico y separada por monedas."
#~ msgid "Payment"
#~ msgstr "Pago"

View File

@ -20,6 +20,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -74,6 +86,49 @@ msgstr "61-90 Jours"
msgid "91 - 120 Days"
msgstr "91-120 Jours"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -107,7 +162,10 @@ msgid "Account type"
msgstr "Type de compte"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Relevé de compte"
@ -116,6 +174,16 @@ msgstr "Relevé de compte"
msgid "Activity Statement Wizard"
msgstr "Assistant d'édition de relevé de compte"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -151,14 +219,11 @@ msgid "Aging Report at"
msgstr "Relevé des arriérés au"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Le détail des arriérés peut être affiché dans le rapport, exprimé par "
"tranche, de telle sorte que le destinataire puisse voir combien est ouvert, "
"dû ou échu."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -166,13 +231,18 @@ msgid "Amount"
msgstr "Montant"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Solde"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Solde reporté"
@ -212,8 +282,11 @@ msgid "Current"
msgstr "Actuel"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Date"
@ -230,16 +303,29 @@ msgid "Date Start"
msgstr "À partir du"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr "Date :"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Description"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -253,7 +339,9 @@ msgid "Don't show partners with no due entries"
msgstr "Masquer les partenaires sans soldes ouverts"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Date d'échéance"
@ -268,8 +356,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Activer le relevé des arriérés OCA"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Solde final"
@ -291,11 +382,19 @@ msgstr "Exclure les partenaires sans soldes ouverts"
msgid "Export PDF"
msgstr "Exporter en PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -304,8 +403,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -344,17 +446,25 @@ msgid "Older"
msgstr "Antérieur"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Montant ouvert"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Original"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Relevé des arriérés"
@ -363,6 +473,16 @@ msgstr "Relevé des arriérés"
msgid "Outstanding Statement Wizard"
msgstr "Assistant d'édition de relevé des arriérés"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -400,6 +520,13 @@ msgstr "Merci d'indiquer les valeurs par défaut dans le relevé de compte"
msgid "Receivable"
msgstr "Recevable"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -429,12 +556,33 @@ msgstr "Assistant rapport commun des relevés"
msgid "Statement between"
msgstr "Relevé de compte entre"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Export du relevé de compte"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -445,37 +593,6 @@ msgstr "Export du relevé de compte"
msgid "Supplier"
msgstr "Fournisseur"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"Le relevé de compte présente le détail des activités des débiteurs ou "
"créanciers entre deux dates choisies. Ceci inclus toute facture, note de "
"crédit ou paiement. Si un solde ouvert est préalable à la date de début du "
"relevé, il sera affiché comme un solde reporté en haut du relevé. Les "
"transactions sont présentées par ordre chronologique et ventilées par devise."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"Le relevé de compte des arriérés présente le détail des arriérés des "
"débiteurs ou créanciers jusqu'à une date choisie. Ceci inclus toute facture, "
"note de crédit ou paiement échues. La liste est affichée par ordre "
"chronologique et divisée par devise."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -492,6 +609,18 @@ msgstr "Utiliser le relevé de compte"
msgid "Use outstanding statements"
msgstr "Utiliser le relevé des arriérés"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -509,6 +638,42 @@ msgstr "en"
msgid "or"
msgstr "ou"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Le détail des arriérés peut être affiché dans le rapport, exprimé par "
#~ "tranche, de telle sorte que le destinataire puisse voir combien est "
#~ "ouvert, dû ou échu."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "Le relevé de compte présente le détail des activités des débiteurs ou "
#~ "créanciers entre deux dates choisies. Ceci inclus toute facture, note de "
#~ "crédit ou paiement. Si un solde ouvert est préalable à la date de début "
#~ "du relevé, il sera affiché comme un solde reporté en haut du relevé. Les "
#~ "transactions sont présentées par ordre chronologique et ventilées par "
#~ "devise."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "Le relevé de compte des arriérés présente le détail des arriérés des "
#~ "débiteurs ou créanciers jusqu'à une date choisie. Ceci inclus toute "
#~ "facture, note de crédit ou paiement échues. La liste est affichée par "
#~ "ordre chronologique et divisée par devise."
#~ msgid "Payment"
#~ msgstr "Paiement"
@ -521,8 +686,5 @@ msgstr "ou"
#~ msgid "Balance Due"
#~ msgstr "Solde dû"
#~ msgid "Date:"
#~ msgstr "Date :"
#~ msgid "Partner ref:"
#~ msgstr "Réf. partenaire :"

View File

@ -20,6 +20,18 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -74,6 +86,49 @@ msgstr ""
msgid "91 - 120 Days"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -106,7 +161,10 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr ""
@ -115,6 +173,16 @@ msgstr ""
msgid "Activity Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -150,10 +218,10 @@ msgid "Aging Report at"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
#. module: partner_statement
@ -162,13 +230,18 @@ msgid "Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr ""
@ -208,8 +281,11 @@ msgid "Current"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Datum"
@ -227,16 +303,29 @@ msgid "Date Start"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -250,8 +339,9 @@ msgid "Don't show partners with no due entries"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, fuzzy
#, fuzzy, python-format
msgid "Due Date"
msgstr "Datum"
@ -266,8 +356,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr ""
@ -289,11 +382,19 @@ msgstr ""
msgid "Export PDF"
msgstr "Izvoz PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -302,8 +403,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -342,17 +446,25 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr ""
@ -361,6 +473,16 @@ msgstr ""
msgid "Outstanding Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -397,6 +519,13 @@ msgstr ""
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -426,12 +555,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -442,28 +592,6 @@ msgstr ""
msgid "Supplier"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -480,6 +608,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"

View File

@ -19,6 +19,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -73,6 +85,49 @@ msgstr "61 - 90 Giorni"
msgid "91 - 120 Days"
msgstr "91 - 120 Giorni"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -105,7 +160,10 @@ msgid "Account type"
msgstr "Tipo Conto"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Estratto Conto"
@ -114,6 +172,16 @@ msgstr "Estratto Conto"
msgid "Activity Statement Wizard"
msgstr "Wizard Estratto Conto"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -149,14 +217,11 @@ msgid "Aging Report at"
msgstr "Estratto Conto al"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Dettaglio dello scaduto può essere stampato nel report, espresso in "
"blocchi, così il partner può verificare quanto è aperto, in scadenza, "
"scaduto."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -164,13 +229,18 @@ msgid "Amount"
msgstr "Importo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldo Iniziale"
@ -210,8 +280,11 @@ msgid "Current"
msgstr "Attuale"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Data"
@ -228,16 +301,29 @@ msgid "Date Start"
msgstr "Data Inizio"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descrizione"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -251,7 +337,9 @@ msgid "Don't show partners with no due entries"
msgstr "Non visualizzare partner senza scadenze"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Data Scadenza"
@ -266,8 +354,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Abilita Scaduto OCA"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Saldo Finale"
@ -289,11 +380,19 @@ msgstr "Esclude partner senza partite scadute"
msgid "Export PDF"
msgstr "Export PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -302,8 +401,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -342,17 +444,25 @@ msgid "Older"
msgstr "Più vecchio"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Importo aperto"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Originario"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Estratto Conto"
@ -361,6 +471,16 @@ msgstr "Estratto Conto"
msgid "Outstanding Statement Wizard"
msgstr "Wizard Estratto Conto"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -397,6 +517,13 @@ msgstr "Per favore imposta i default Estratto conto."
msgid "Receivable"
msgstr "Incassi"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -426,12 +553,33 @@ msgstr ""
msgid "Statement between"
msgstr "Estratto conto dal"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Estratto conto"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -442,28 +590,6 @@ msgstr "Estratto conto al"
msgid "Supplier"
msgstr "Fornitore"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -480,6 +606,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -497,6 +635,14 @@ msgstr "in"
msgid "or"
msgstr "o"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Dettaglio dello scaduto può essere stampato nel report, espresso "
#~ "in blocchi, così il partner può verificare quanto è aperto, in "
#~ "scadenza, scaduto."
#~ msgid "Payment"
#~ msgstr "Pagamento"

View File

@ -19,6 +19,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -73,6 +85,49 @@ msgstr "61 - 90 Dagen"
msgid "91 - 120 Days"
msgstr "91 - 120 Dagen"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -105,7 +160,10 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr ""
@ -114,6 +172,16 @@ msgstr ""
msgid "Activity Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -149,10 +217,10 @@ msgid "Aging Report at"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
#. module: partner_statement
@ -161,13 +229,18 @@ msgid "Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Balans"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr ""
@ -207,8 +280,11 @@ msgid "Current"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr ""
@ -225,16 +301,29 @@ msgid "Date Start"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -248,7 +337,9 @@ msgid "Don't show partners with no due entries"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr ""
@ -263,8 +354,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr ""
@ -286,11 +380,19 @@ msgstr ""
msgid "Export PDF"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -299,8 +401,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -339,17 +444,25 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr ""
@ -358,6 +471,16 @@ msgstr ""
msgid "Outstanding Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -394,6 +517,13 @@ msgstr ""
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -423,12 +553,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -439,28 +590,6 @@ msgstr ""
msgid "Supplier"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -477,6 +606,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"

View File

@ -19,6 +19,18 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -73,6 +85,49 @@ msgstr ""
msgid "91 - 120 Days"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -105,7 +160,10 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr ""
@ -114,6 +172,16 @@ msgstr ""
msgid "Activity Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -149,10 +217,10 @@ msgid "Aging Report at"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
#. module: partner_statement
@ -161,13 +229,18 @@ msgid "Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr ""
@ -207,8 +280,11 @@ msgid "Current"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Datum"
@ -226,16 +302,29 @@ msgid "Date Start"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -249,8 +338,9 @@ msgid "Don't show partners with no due entries"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, fuzzy
#, fuzzy, python-format
msgid "Due Date"
msgstr "Datum"
@ -265,8 +355,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr ""
@ -288,11 +381,19 @@ msgstr ""
msgid "Export PDF"
msgstr "Export PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -301,8 +402,11 @@ msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -341,17 +445,25 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr ""
@ -360,6 +472,16 @@ msgstr ""
msgid "Outstanding Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -396,6 +518,13 @@ msgstr ""
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -425,12 +554,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -441,28 +591,6 @@ msgstr ""
msgid "Supplier"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -479,6 +607,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"

View File

@ -13,6 +13,18 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -132,7 +144,11 @@ msgid "Account type"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr ""
@ -141,6 +157,16 @@ msgstr ""
msgid "Activity Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -175,19 +201,31 @@ msgstr ""
msgid "Aging Report at"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr ""
@ -228,8 +266,11 @@ msgid "Current"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr ""
@ -246,14 +287,26 @@ msgid "Date Start"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
@ -270,7 +323,9 @@ msgid "Don't show partners with no due entries"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr ""
@ -285,8 +340,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr ""
@ -308,9 +366,16 @@ msgstr ""
msgid "Export PDF"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
@ -322,6 +387,8 @@ msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
@ -363,17 +430,26 @@ msgid "Older"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr ""
@ -382,6 +458,16 @@ msgstr ""
msgid "Outstanding Statement Wizard"
msgstr ""
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -418,6 +504,13 @@ msgstr ""
msgid "Receivable"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -447,12 +540,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -480,6 +594,20 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"

View File

@ -19,6 +19,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 4.3.2\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -73,6 +85,49 @@ msgstr "61 - 90 Dias"
msgid "91 - 120 Days"
msgstr "91 - 120 Dias"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -105,7 +160,10 @@ msgid "Account type"
msgstr "Tipo de Conta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Extrato de Movimentos"
@ -114,6 +172,16 @@ msgstr "Extrato de Movimentos"
msgid "Activity Statement Wizard"
msgstr "Assistente de Extrato de Movimentos"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -151,14 +219,11 @@ msgid "Aging Report at"
msgstr "Resumo de Antiguidades a"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Os detalhes de antiguidade podem ser mostrados no relatório, expressos em "
"intervalos de antiguidade, para que o parceiro possa rever quanto está "
"aberto, devido ou vencido."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -166,13 +231,18 @@ msgid "Amount"
msgstr "Montante"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldo à Data"
@ -212,8 +282,11 @@ msgid "Current"
msgstr "Corrente"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Data"
@ -230,16 +303,29 @@ msgid "Date Start"
msgstr "Data de Início"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descrição"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -253,7 +339,9 @@ msgid "Don't show partners with no due entries"
msgstr "Não mostrar parceiros sem entradas vencidas"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Data de Vencimento"
@ -268,8 +356,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Ativar Extratos de Pendentes OCA"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Saldo Final"
@ -291,11 +382,19 @@ msgstr "Excluir parceiros sem entradas vencidas"
msgid "Export PDF"
msgstr "Exportar PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -304,8 +403,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -344,17 +446,25 @@ msgid "Older"
msgstr "Mais Antigo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Valor a Liq."
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Original"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Extrato de Documentos Pendentes"
@ -363,6 +473,16 @@ msgstr "Extrato de Documentos Pendentes"
msgid "Outstanding Statement Wizard"
msgstr "Assistente de Extrato de Documentos Pendentes"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -401,6 +521,13 @@ msgstr "Por favor, defina os valores padrão em Extrato de Movimentos."
msgid "Receivable"
msgstr "A Receber"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -430,12 +557,33 @@ msgstr "Assistente de Relatórios Comuns de Extrato"
msgid "Statement between"
msgstr "Extrato entre"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Extrato de Conta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -446,38 +594,6 @@ msgstr "Exrtato até"
msgid "Supplier"
msgstr "Fornecedor"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"O extrato de conta fornece os detalhes de todos os movimentos sobre as "
"contas a receber e a pagar de um parceiro entre duas datas selecionadas. "
"Isto inclui todas as faturas, créditos e pagamentos. Qualquer saldo pendente "
"datado antes do período escolhido para o extrato aparecerá como um saldo à "
"data no topo da declaração. A lista é exibida em ordem cronológica e "
"dividida por moedas."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"O extrato de documentos pendentes fornece detalhes de todos os valores "
"pendentes do parceiro, a pagar ou a receber, até uma determinada data. Isto "
"inclui todas as faturas não pagas, créditos não reclamados e pagamentos "
"pendentes. A lista é exibida em ordem cronológica e dividida por moedas."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -494,6 +610,18 @@ msgstr "Usar extratos de movimentos"
msgid "Use outstanding statements"
msgstr "Usar extratos de pendentes"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -510,3 +638,40 @@ msgstr "em"
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "or"
msgstr "ou"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Os detalhes de antiguidade podem ser mostrados no relatório, expressos em "
#~ "intervalos de antiguidade, para que o parceiro possa rever quanto está "
#~ "aberto, devido ou vencido."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "O extrato de conta fornece os detalhes de todos os movimentos sobre as "
#~ "contas a receber e a pagar de um parceiro entre duas datas selecionadas. "
#~ "Isto inclui todas as faturas, créditos e pagamentos. Qualquer saldo "
#~ "pendente datado antes do período escolhido para o extrato aparecerá como "
#~ "um saldo à data no topo da declaração. A lista é exibida em ordem "
#~ "cronológica e dividida por moedas."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "O extrato de documentos pendentes fornece detalhes de todos os valores "
#~ "pendentes do parceiro, a pagar ou a receber, até uma determinada data. "
#~ "Isto inclui todas as faturas não pagas, créditos não reclamados e "
#~ "pagamentos pendentes. A lista é exibida em ordem cronológica e dividida "
#~ "por moedas."

View File

@ -16,6 +16,18 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -70,6 +82,49 @@ msgstr "61 - 90 Dias"
msgid "91 - 120 Days"
msgstr "91 - 120 Dias"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -102,7 +157,10 @@ msgid "Account type"
msgstr "Tipo de Conta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Relatório de Atividade"
@ -111,6 +169,16 @@ msgstr "Relatório de Atividade"
msgid "Activity Statement Wizard"
msgstr "Assistente de Extrato de Atividade"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -146,14 +214,11 @@ msgid "Aging Report at"
msgstr "Relatório de Envelhecimento em"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Os detalhes de envelhecimento podem ser exibidos no relatório, expressos em "
"recipientes de envelhecimento, para que o parceiro possa analisar "
"quanto está aberto, atrasado ou vencido."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -161,13 +226,18 @@ msgid "Amount"
msgstr "Montante"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Saldo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Saldo Previsto"
@ -207,8 +277,11 @@ msgid "Current"
msgstr "Atual"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Data"
@ -225,16 +298,29 @@ msgid "Date Start"
msgstr "Data Inicial"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descrição"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -248,7 +334,9 @@ msgid "Don't show partners with no due entries"
msgstr "Não exibir parceiros sem entradas vencidas"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Data de Vencimento"
@ -263,8 +351,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Habilitar Extratos de Pendência da OCA"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Saldo Final"
@ -286,11 +377,19 @@ msgstr "Excluir parceiros sem entradas vencidas"
msgid "Export PDF"
msgstr "Exportar PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -299,8 +398,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -339,17 +441,25 @@ msgid "Older"
msgstr "Antigo"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Montante Aberto"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Original"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Extrato de Pendência"
@ -358,6 +468,16 @@ msgstr "Extrato de Pendência"
msgid "Outstanding Statement Wizard"
msgstr "Assistente de Extrato de Pendência"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -394,6 +514,13 @@ msgstr "Defina padrões sobre Extratos de Atividade."
msgid "Receivable"
msgstr "Recebível"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -423,12 +550,33 @@ msgstr "Assistente de Relatório de Extratos Comuns"
msgid "Statement between"
msgstr "Extrato entre"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr "Extrato da Conta"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -439,40 +587,6 @@ msgstr "Extrato até"
msgid "Supplier"
msgstr "Fornecedor"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"O extrato de atividade fornece detalhes de todas as atividades "
"em contas a receber e contas a pagar de um parceiro "
"entre duas datas selecionadas . Isto inclui todas as "
"faturas, reembolsos e pagamentos. Qualquer saldo "
"pendente datado antes do período do extrato escolhido "
"aparecerá como um saldo a prazo na parte superior do extrato. A lista "
"é exibida em ordem cronológica e é dividida por moedas."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"O extrato de pendências fornece detalhes de todas as pendências de "
"contas a pagar e a receber de parceiros até uma data definida. Isto "
"inclui todas as faturas não pagas This includes all unpaid invoices, não "
"cobradas reembolsos e pagamentos pendentes. A lista é exibida em "
"ordem cronológica e é dividida por moedas."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -489,6 +603,18 @@ msgstr "Usar extrato de atividades"
msgid "Use outstanding statements"
msgstr "Usar extrato de pendências"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -506,6 +632,45 @@ msgstr "em"
msgid "or"
msgstr "ou"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Os detalhes de envelhecimento podem ser exibidos no relatório, expressos "
#~ "em recipientes de envelhecimento, para que o parceiro possa "
#~ "analisar quanto está aberto, atrasado ou vencido."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "O extrato de atividade fornece detalhes de todas as atividades "
#~ "em contas a receber e contas a pagar de um parceiro "
#~ "entre duas datas selecionadas . Isto inclui todas as "
#~ "faturas, reembolsos e pagamentos. Qualquer saldo "
#~ "pendente datado antes do período do extrato "
#~ "escolhido aparecerá como um saldo a prazo na parte superior do extrato. A "
#~ "lista é exibida em ordem cronológica e é dividida por "
#~ "moedas."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "O extrato de pendências fornece detalhes de todas as pendências de "
#~ "contas a pagar e a receber de parceiros até uma data definida. "
#~ "Isto inclui todas as faturas não pagas This includes all unpaid invoices, "
#~ "não cobradas reembolsos e pagamentos pendentes. A lista é exibida "
#~ "em ordem cronológica e é dividida por moedas."
#~ msgid "Payment"
#~ msgstr "Pagamento"

View File

@ -20,6 +20,18 @@ msgstr ""
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 3.10\n"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#, python-format
msgid "%sStatement between %s and %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "%sStatement up to %s in %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -74,6 +86,49 @@ msgstr "61 - 90 Zile"
msgid "91 - 120 Days"
msgstr "91 - 120 Zile"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"<span class=\"o_form_label\">Aging details can be shown in the report, "
"expressed in aging\n"
" buckets, so the partner can review how much is open, due or "
"overdue.\n"
" </span>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The activity statement provides details of all "
"activity on\n"
" a partner's receivables and payables between two "
"selected dates. This includes all invoices,\n"
" refunds and payments. Any outstanding balance dated "
"prior to the chosen statement\n"
" period will appear as a forward balance at the top of "
"the statement. The list is\n"
" displayed in chronological order and is split by "
"currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"<span class=\"o_form_label\">The outstanding statement provides details of "
"all partner's outstanding\n"
" receivables and payables up to a particular date. This includes all "
"unpaid invoices, unclaimed\n"
" refunds and outstanding payments. The list is displayed in "
"chronological order and is\n"
" split by currencies.\n"
" </span>\n"
" <br/>\n"
" <br/>"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -106,7 +161,10 @@ msgid "Account type"
msgstr "Tip de cont"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_html
#, python-format
msgid "Activity Statement"
msgstr "Extras de cont"
@ -115,6 +173,16 @@ msgstr "Extras de cont"
msgid "Activity Statement Wizard"
msgstr "Asistent extras de cont"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_activity_statement_xlsx
msgid "Activity Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement_xlsx
msgid "Activity Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Activity Statements show all transactions between two dates."
@ -150,14 +218,11 @@ msgid "Aging Report at"
msgstr "Raport pe perioade la"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid ""
"Aging details can be shown in the report, expressed in aging "
"buckets, so the partner can review how much is open, due or overdue."
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Aging Report at %s in %s"
msgstr ""
"Detaliile privind vechimea pot fi prezentate în raport, exprimate în "
"perioade, astfel încât partenerul să poată analiza cât de mult este deschis, "
"scadent sau restant."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
@ -165,13 +230,18 @@ msgid "Amount"
msgstr "Valoare"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Balance"
msgstr "Sold"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#, python-format
msgid "Balance Forward"
msgstr "Sold inițial"
@ -211,8 +281,11 @@ msgid "Current"
msgstr "Curent"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Date"
msgstr "Data"
@ -229,16 +302,29 @@ msgid "Date Start"
msgstr "Data Început"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Date:"
msgstr "Data:"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Description"
msgstr "Descriere"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__display_name
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__display_name
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
msgid "Display Name"
@ -252,7 +338,9 @@ msgid "Don't show partners with no due entries"
msgstr "Nu arătați partenerilor fără înregistrări cuvenite"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Due Date"
msgstr "Data scadentă"
@ -267,8 +355,11 @@ msgid "Enable OCA Outstanding Statements"
msgstr "Activați Solduri Restante OCA"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Ending Balance"
msgstr "Sold final"
@ -290,11 +381,19 @@ msgstr "Excludeți partenerii fără înregistrări scadente"
msgid "Export PDF"
msgstr "Exportați PDF"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "Export XLSX"
msgstr ""
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement__id
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common__id
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
msgid "ID"
@ -303,8 +402,11 @@ msgstr "ID"
#. module: partner_statement
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_activity_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_p_s_report_outstanding_statement_xlsx____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_activity_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_report_partner_statement_outstanding_statement____last_update
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common____last_update
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
msgid "Last Modified on"
@ -343,17 +445,25 @@ msgid "Older"
msgstr "Mai vechi"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Open Amount"
msgstr "Suma deschisă"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
#, python-format
msgid "Original"
msgstr "Original"
#. module: partner_statement
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_html
#, python-format
msgid "Outstanding Statement"
msgstr "Solduri Restante"
@ -362,6 +472,16 @@ msgstr "Solduri Restante"
msgid "Outstanding Statement Wizard"
msgstr "Asistent Solduri Restante"
#. module: partner_statement
#: model:ir.model,name:partner_statement.model_report_p_s_report_outstanding_statement_xlsx
msgid "Outstanding Statement XLSL Report"
msgstr ""
#. module: partner_statement
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement_xlsx
msgid "Outstanding Statement XLSX"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
msgid "Outstanding Statements show all transactions up to a date."
@ -398,6 +518,13 @@ msgstr "Vă rugăm să setați valorile implicite în Extrasul de cont."
msgid "Receivable"
msgstr "De primit"
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Reference Number"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
@ -427,12 +554,33 @@ msgstr ""
msgid "Statement between"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement from:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement of Account"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement of Account from %s"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "Statement to:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
msgid "Statement up to"
@ -443,38 +591,6 @@ msgstr ""
msgid "Supplier"
msgstr "Furnizor"
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_wizard_view
msgid ""
"The activity statement provides details of all activity "
"on a partner's receivables and payables between two "
"selected dates. This includes all invoices, refunds and "
"payments. Any outstanding balance dated prior to the chosen "
"statement period will appear as a forward balance at the "
"top of the statement. The list is displayed in "
"chronological order and is split by currencies."
msgstr ""
"Extrasul de cont oferă detalii cu privire la toate activitățile privind "
"creanțele și datoriile unui partener între două date selectate. Aceasta "
"include toate facturile, rambursările și plățile. Orice sold restant datat "
"anterior perioadei de extras alese va apărea ca sold inițial în partea de "
"sus a extrasului. Lista este afișată în ordine cronologică și este împărțită "
"pe monede."
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_wizard_view
msgid ""
"The outstanding statement provides details of all partner's "
"outstanding receivables and payables up to a particular date. This "
"includes all unpaid invoices, unclaimed refunds and outstanding "
"payments. The list is displayed in chronological order and is split "
"by currencies."
msgstr ""
"Declarația restantă oferă detalii despre toate creanțele și datoriile "
"restante ale partenerului până la o anumită dată. Aceasta include toate "
"facturile neplătite, rambursările nerevendicate și plățile restante. Lista "
"este afișată în ordine cronologică și este împărțită pe monede."
#. module: partner_statement
#: code:addons/partner_statement/report/report_statement_common.py:0
#, python-format
@ -491,6 +607,18 @@ msgstr ""
msgid "Use outstanding statements"
msgstr ""
#. module: partner_statement
#: code:addons/partner_statement/report/activity_statement_xlsx.py:0
#: code:addons/partner_statement/report/outstanting_statement_xlsx.py:0
#, python-format
msgid "VAT:"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
msgid "View"
msgstr ""
#. module: partner_statement
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
msgid "and"
@ -508,8 +636,41 @@ msgstr "în"
msgid "or"
msgstr "sau"
#~ msgid ""
#~ "Aging details can be shown in the report, expressed in aging "
#~ "buckets, so the partner can review how much is open, due or overdue."
#~ msgstr ""
#~ "Detaliile privind vechimea pot fi prezentate în raport, exprimate în "
#~ "perioade, astfel încât partenerul să poată analiza cât de mult este "
#~ "deschis, scadent sau restant."
#~ msgid ""
#~ "The activity statement provides details of all activity "
#~ "on a partner's receivables and payables between two "
#~ "selected dates. This includes all invoices, refunds "
#~ "and payments. Any outstanding balance dated prior to the chosen "
#~ "statement period will appear as a forward balance at "
#~ "the top of the statement. The list is displayed in "
#~ "chronological order and is split by currencies."
#~ msgstr ""
#~ "Extrasul de cont oferă detalii cu privire la toate activitățile privind "
#~ "creanțele și datoriile unui partener între două date selectate. Aceasta "
#~ "include toate facturile, rambursările și plățile. Orice sold restant "
#~ "datat anterior perioadei de extras alese va apărea ca sold inițial în "
#~ "partea de sus a extrasului. Lista este afișată în ordine cronologică și "
#~ "este împărțită pe monede."
#~ msgid ""
#~ "The outstanding statement provides details of all partner's "
#~ "outstanding receivables and payables up to a particular date. "
#~ "This includes all unpaid invoices, unclaimed refunds and "
#~ "outstanding payments. The list is displayed in chronological order and "
#~ "is split by currencies."
#~ msgstr ""
#~ "Declarația restantă oferă detalii despre toate creanțele și datoriile "
#~ "restante ale partenerului până la o anumită dată. Aceasta include toate "
#~ "facturile neplătite, rambursările nerevendicate și plățile restante. "
#~ "Lista este afișată în ordine cronologică și este împărțită pe monede."
#~ msgid "Payment"
#~ msgstr "Plată"
#~ msgid "Date:"
#~ msgstr "Data:"

View File

@ -1,3 +1,5 @@
from . import report_statement_common
from . import activity_statement
from . import outstanding_statement
from . import activity_statement_xlsx
from . import outstanting_statement_xlsx

View File

@ -0,0 +1,294 @@
# Author: Christopher Ormaza
# Copyright 2021 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from flectra import _, fields, models
from flectra.addons.report_xlsx_helper.report.report_xlsx_format import FORMATS
class ActivityStatementXslx(models.AbstractModel):
_name = "report.p_s.report_activity_statement_xlsx"
_description = "Activity Statement XLSL Report"
_inherit = "report.report_xlsx.abstract"
def _get_report_name(self, report, data=False):
company_id = data.get("company_id", False)
report_name = _("Activity Statement")
if company_id:
company = self.env["res.company"].browse(company_id)
suffix = " - {} - {}".format(company.name, company.currency_id.name)
report_name = report_name + suffix
return report_name
def _write_currency_lines(self, row_pos, sheet, partner, currency, data):
partner_data = data.get("data", {}).get(partner.id, {})
currency_data = partner_data.get("currencies", {}).get(currency.id)
account_type = data.get("account_type", False)
row_pos += 2
statement_header = _(
"%sStatement between %s and %s in %s"
% (
account_type == "payable" and _("Supplier ") or "",
partner_data.get("start"),
partner_data.get("end"),
currency.display_name,
)
)
sheet.merge_range(
row_pos, 0, row_pos, 6, statement_header, FORMATS["format_right_bold"]
)
row_pos += 1
sheet.write(
row_pos, 0, _("Reference Number"), FORMATS["format_theader_yellow_center"]
)
sheet.write(row_pos, 1, _("Date"), FORMATS["format_theader_yellow_center"])
sheet.merge_range(
row_pos,
2,
row_pos,
4,
_("Description"),
FORMATS["format_theader_yellow_center"],
)
sheet.write(
row_pos, 5, _("Open Amount"), FORMATS["format_theader_yellow_center"]
)
sheet.write(row_pos, 6, _("Balance"), FORMATS["format_theader_yellow_center"])
row_pos += 1
sheet.write(
row_pos, 1, partner_data.get("start"), FORMATS["format_tcell_date_left"]
)
sheet.merge_range(
row_pos, 2, row_pos, 4, _("Balance Forward"), FORMATS["format_tcell_left"]
)
sheet.write(
row_pos,
6,
currency_data.get("balance_forward"),
FORMATS["current_money_format"],
)
for line in currency_data.get("lines"):
row_pos += 1
name_to_show = (
line.get("name", "") == "/" or not line.get("name", "")
) and line.get("ref", "")
if line.get("name", "") != "/":
if not line.get("ref", ""):
name_to_show = line.get("name", "")
else:
if (line.get("name", "") in line.get("ref", "")) or (
line.get("name", "") == line.get("ref", "")
):
name_to_show = line.get("name", "")
elif line.get("ref", "") not in line.get("name", ""):
name_to_show = line.get("ref", "")
sheet.write(
row_pos, 0, line.get("move_id", ""), FORMATS["format_tcell_left"]
)
sheet.write(
row_pos, 1, line.get("date", ""), FORMATS["format_tcell_date_left"]
)
sheet.merge_range(
row_pos, 2, row_pos, 4, name_to_show, FORMATS["format_distributed"]
)
sheet.write(
row_pos, 5, line.get("amount", ""), FORMATS["current_money_format"]
)
sheet.write(
row_pos, 6, line.get("balance", ""), FORMATS["current_money_format"]
)
row_pos += 1
sheet.write(
row_pos, 1, partner_data.get("end"), FORMATS["format_tcell_date_left"]
)
sheet.merge_range(
row_pos, 2, row_pos, 4, _("Ending Balance"), FORMATS["format_tcell_left"]
)
sheet.write(
row_pos, 6, currency_data.get("amount_due"), FORMATS["current_money_format"]
)
return row_pos
def _write_currency_buckets(self, row_pos, sheet, partner, currency, data):
report_model = self.env["report.partner_statement.activity_statement"]
partner_data = data.get("data", {}).get(partner.id, {})
currency_data = partner_data.get("currencies", {}).get(currency.id)
if currency_data.get("buckets"):
row_pos += 2
buckets_header = _("Aging Report at %s in %s") % (
partner_data.get("end"),
currency.display_name,
)
sheet.merge_range(
row_pos, 0, row_pos, 6, buckets_header, FORMATS["format_right_bold"]
)
buckets_data = currency_data.get("buckets")
buckets_labels = report_model._get_bucket_labels(
partner_data.get("end"), data.get("aging_type")
)
row_pos += 1
for i in range(len(buckets_labels)):
sheet.write(
row_pos,
i,
buckets_labels[i],
FORMATS["format_theader_yellow_center"],
)
row_pos += 1
sheet.write(
row_pos,
0,
buckets_data.get("current", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
1,
buckets_data.get("b_1_30", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
2,
buckets_data.get("b_30_60", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
3,
buckets_data.get("b_60_90", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
4,
buckets_data.get("b_90_120", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
5,
buckets_data.get("b_over_120", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
6,
buckets_data.get("balance", 0.0),
FORMATS["current_money_format"],
)
return row_pos
def _size_columns(self, sheet):
for i in range(7):
sheet.set_column(0, i, 20)
def generate_xlsx_report(self, workbook, data, objects):
report_model = self.env["report.partner_statement.activity_statement"]
self._define_formats(workbook)
FORMATS["format_distributed"] = workbook.add_format({"align": "vdistributed"})
company_id = data.get("company_id", False)
if company_id:
company = self.env["res.company"].browse(company_id)
else:
company = self.env.user.company_id
data.update(report_model._get_report_values(data.get("partner_ids"), data))
partners = self.env["res.partner"].browse(data.get("partner_ids"))
sheet = workbook.add_worksheet(_("Activity Statement"))
sheet.set_landscape()
row_pos = 0
sheet.merge_range(
row_pos,
0,
row_pos,
6,
_("Statement of Account from %s" % (company.display_name)),
FORMATS["format_ws_title"],
)
row_pos += 1
sheet.write(row_pos, 1, _("Date:"), FORMATS["format_theader_yellow_right"])
sheet.write(
row_pos,
2,
fields.Date.from_string(data.get("date_end")),
FORMATS["format_date_left"],
)
self._size_columns(sheet)
for partner in partners:
invoice_address = data.get(
"get_inv_addr", lambda x: self.env["res.partner"]
)(partner)
row_pos += 3
sheet.write(
row_pos, 1, _("Statement to:"), FORMATS["format_theader_yellow_right"]
)
sheet.merge_range(
row_pos,
2,
row_pos,
3,
invoice_address.display_name,
FORMATS["format_left"],
)
if invoice_address.vat:
sheet.write(
row_pos,
4,
_("VAT:"),
FORMATS["format_theader_yellow_right"],
)
sheet.write(
row_pos,
5,
invoice_address.vat,
FORMATS["format_left"],
)
row_pos += 1
sheet.write(
row_pos, 1, _("Statement from:"), FORMATS["format_theader_yellow_right"]
)
sheet.merge_range(
row_pos,
2,
row_pos,
3,
company.partner_id.display_name,
FORMATS["format_left"],
)
if company.vat:
sheet.write(
row_pos,
4,
_("VAT:"),
FORMATS["format_theader_yellow_right"],
)
sheet.write(
row_pos,
5,
company.vat,
FORMATS["format_left"],
)
partner_data = data.get("data", {}).get(partner.id)
currencies = partner_data.get("currencies", {}).keys()
if currencies:
row_pos += 1
for currency_id in currencies:
currency = self.env["res.currency"].browse(currency_id)
if currency.position == "after":
money_string = "#,##0.%s " % (
"0" * currency.decimal_places
) + "[${}]".format(currency.symbol)
elif currency.position == "before":
money_string = "[${}]".format(currency.symbol) + " #,##0.%s" % (
"0" * currency.decimal_places
)
FORMATS["current_money_format"] = workbook.add_format(
{"align": "right", "num_format": money_string}
)
row_pos = self._write_currency_lines(
row_pos, sheet, partner, currency, data
)
row_pos = self._write_currency_buckets(
row_pos, sheet, partner, currency, data
)

View File

@ -0,0 +1,284 @@
# Author: Christopher Ormaza
# Copyright 2021 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from flectra import _, fields, models
from flectra.addons.report_xlsx_helper.report.report_xlsx_format import FORMATS
class OutstandingStatementXslx(models.AbstractModel):
_name = "report.p_s.report_outstanding_statement_xlsx"
_description = "Outstanding Statement XLSL Report"
_inherit = "report.report_xlsx.abstract"
def _get_report_name(self, report, data=False):
company_id = data.get("company_id", False)
report_name = _("Outstanding Statement")
if company_id:
company = self.env["res.company"].browse(company_id)
suffix = " - {} - {}".format(company.name, company.currency_id.name)
report_name = report_name + suffix
return report_name
def _write_currency_lines(self, row_pos, sheet, partner, currency, data):
partner_data = data.get("data", {}).get(partner.id, {})
currency_data = partner_data.get("currencies", {}).get(currency.id)
account_type = data.get("account_type", False)
row_pos += 2
statement_header = _(
"%sStatement up to %s in %s"
% (
account_type == "payable" and _("Supplier ") or "",
partner_data.get("end"),
currency.display_name,
)
)
sheet.merge_range(
row_pos, 0, row_pos, 6, statement_header, FORMATS["format_right_bold"]
)
row_pos += 1
sheet.write(
row_pos, 0, _("Reference Number"), FORMATS["format_theader_yellow_center"]
)
sheet.write(row_pos, 1, _("Date"), FORMATS["format_theader_yellow_center"])
sheet.write(row_pos, 2, _("Due Date"), FORMATS["format_theader_yellow_center"])
sheet.write(
row_pos, 3, _("Description"), FORMATS["format_theader_yellow_center"]
)
sheet.write(row_pos, 4, _("Original"), FORMATS["format_theader_yellow_center"])
sheet.write(
row_pos, 5, _("Open Amount"), FORMATS["format_theader_yellow_center"]
)
sheet.write(row_pos, 6, _("Balance"), FORMATS["format_theader_yellow_center"])
for line in currency_data.get("lines"):
row_pos += 1
name_to_show = (
line.get("name", "") == "/" or not line.get("name", "")
) and line.get("ref", "")
if line.get("name", "") != "/":
if not line.get("ref", ""):
name_to_show = line.get("name", "")
else:
if (line.get("name", "") in line.get("ref", "")) or (
line.get("name", "") == line.get("ref", "")
):
name_to_show = line.get("name", "")
elif line.get("ref", "") not in line.get("name", ""):
name_to_show = line.get("ref", "")
sheet.write(
row_pos, 0, line.get("move_id", ""), FORMATS["format_tcell_left"]
)
sheet.write(
row_pos, 1, line.get("date", ""), FORMATS["format_tcell_date_left"]
)
sheet.write(
row_pos,
2,
line.get("date_maturity", ""),
FORMATS["format_tcell_date_left"],
)
sheet.write(row_pos, 3, name_to_show, FORMATS["format_distributed"])
sheet.write(
row_pos, 4, line.get("amount", ""), FORMATS["current_money_format"]
)
sheet.write(
row_pos, 5, line.get("open_amount", ""), FORMATS["current_money_format"]
)
sheet.write(
row_pos, 6, line.get("balance", ""), FORMATS["current_money_format"]
)
row_pos += 1
sheet.write(
row_pos, 1, partner_data.get("end"), FORMATS["format_tcell_date_left"]
)
sheet.merge_range(
row_pos, 2, row_pos, 4, _("Ending Balance"), FORMATS["format_tcell_left"]
)
sheet.write(
row_pos, 6, currency_data.get("amount_due"), FORMATS["current_money_format"]
)
return row_pos
def _write_currency_buckets(self, row_pos, sheet, partner, currency, data):
report_model = self.env["report.partner_statement.outstanding_statement"]
partner_data = data.get("data", {}).get(partner.id, {})
currency_data = partner_data.get("currencies", {}).get(currency.id)
if currency_data.get("buckets"):
row_pos += 2
buckets_header = _("Aging Report at %s in %s") % (
partner_data.get("end"),
currency.display_name,
)
sheet.merge_range(
row_pos, 0, row_pos, 6, buckets_header, FORMATS["format_right_bold"]
)
buckets_data = currency_data.get("buckets")
buckets_labels = report_model._get_bucket_labels(
partner_data.get("end"), data.get("aging_type")
)
row_pos += 1
for i in range(len(buckets_labels)):
sheet.write(
row_pos,
i,
buckets_labels[i],
FORMATS["format_theader_yellow_center"],
)
row_pos += 1
sheet.write(
row_pos,
0,
buckets_data.get("current", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
1,
buckets_data.get("b_1_30", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
2,
buckets_data.get("b_30_60", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
3,
buckets_data.get("b_60_90", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
4,
buckets_data.get("b_90_120", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
5,
buckets_data.get("b_over_120", 0.0),
FORMATS["current_money_format"],
)
sheet.write(
row_pos,
6,
buckets_data.get("balance", 0.0),
FORMATS["current_money_format"],
)
return row_pos
def _size_columns(self, sheet):
for i in range(7):
sheet.set_column(0, i, 20)
def generate_xlsx_report(self, workbook, data, objects):
report_model = self.env["report.partner_statement.outstanding_statement"]
self._define_formats(workbook)
FORMATS["format_distributed"] = workbook.add_format({"align": "vdistributed"})
company_id = data.get("company_id", False)
if company_id:
company = self.env["res.company"].browse(company_id)
else:
company = self.env.user.company_id
data.update(report_model._get_report_values(data.get("partner_ids"), data))
partners = self.env["res.partner"].browse(data.get("partner_ids"))
sheet = workbook.add_worksheet(_("Outstanding Statement"))
sheet.set_landscape()
row_pos = 0
sheet.merge_range(
row_pos,
0,
row_pos,
6,
_("Statement of Account from %s" % (company.display_name)),
FORMATS["format_ws_title"],
)
row_pos += 1
sheet.write(row_pos, 1, _("Date:"), FORMATS["format_theader_yellow_right"])
sheet.write(
row_pos,
2,
fields.Date.from_string(data.get("date_end")),
FORMATS["format_date_left"],
)
self._size_columns(sheet)
for partner in partners:
invoice_address = data.get(
"get_inv_addr", lambda x: self.env["res.partner"]
)(partner)
row_pos += 3
sheet.write(
row_pos, 1, _("Statement to:"), FORMATS["format_theader_yellow_right"]
)
sheet.merge_range(
row_pos,
2,
row_pos,
3,
invoice_address.display_name,
FORMATS["format_left"],
)
if invoice_address.vat:
sheet.write(
row_pos,
4,
_("VAT:"),
FORMATS["format_theader_yellow_right"],
)
sheet.write(
row_pos,
5,
invoice_address.vat,
FORMATS["format_left"],
)
row_pos += 1
sheet.write(
row_pos, 1, _("Statement from:"), FORMATS["format_theader_yellow_right"]
)
sheet.merge_range(
row_pos,
2,
row_pos,
3,
company.partner_id.display_name,
FORMATS["format_left"],
)
if company.vat:
sheet.write(
row_pos,
4,
_("VAT:"),
FORMATS["format_theader_yellow_right"],
)
sheet.write(
row_pos,
5,
company.vat,
FORMATS["format_left"],
)
partner_data = data.get("data", {}).get(partner.id)
currencies = partner_data.get("currencies", {}).keys()
if currencies:
row_pos += 1
for currency_id in currencies:
currency = self.env["res.currency"].browse(currency_id)
if currency.position == "after":
money_string = "#,##0.%s " % (
"0" * currency.decimal_places
) + "[${}]".format(currency.symbol)
elif currency.position == "before":
money_string = "[${}]".format(currency.symbol) + " #,##0.%s" % (
"0" * currency.decimal_places
)
FORMATS["current_money_format"] = workbook.add_format(
{"align": "right", "num_format": money_string}
)
row_pos = self._write_currency_lines(
row_pos, sheet, partner, currency, data
)
row_pos = self._write_currency_buckets(
row_pos, sheet, partner, currency, data
)

View File

@ -27,6 +27,7 @@ class TestActivityStatement(TransactionCase):
self.statement_model = self.env["report.partner_statement.activity_statement"]
self.wiz = self.env["activity.statement.wizard"]
self.report_name = "partner_statement.activity_statement"
self.report_name_xlsx = "p_s.report_activity_statement_xlsx"
self.report_title = "Activity Statement"
self.today = fields.Date.context_today(self.wiz)
@ -65,6 +66,18 @@ class TestActivityStatement(TransactionCase):
"There was an error and the PDF report was not generated.",
)
statement_xlsx = wiz_id.button_export_xlsx()
self.assertDictContainsSubset(
{
"type": "ir.actions.report",
"report_name": self.report_name_xlsx,
"report_type": "xlsx",
},
statement_xlsx,
"There was an error and the PDF report was not generated.",
)
data = wiz_id._prepare_statement()
docids = data["partner_ids"]
report = self.statement_model._get_report_values(docids, data)

View File

@ -26,6 +26,7 @@ class TestOutstandingStatement(TransactionCase):
]
self.wiz = self.env["outstanding.statement.wizard"]
self.report_name = "partner_statement.outstanding_statement"
self.report_name_xlsx = "p_s.report_outstanding_statement_xlsx"
self.report_title = "Outstanding Statement"
def _create_user(self, login, groups, company):
@ -61,6 +62,18 @@ class TestOutstandingStatement(TransactionCase):
"There was an error and the PDF report was not generated.",
)
statement_xlsx = wiz_id.button_export_xlsx()
self.assertDictContainsSubset(
{
"type": "ir.actions.report",
"report_name": self.report_name_xlsx,
"report_type": "xlsx",
},
statement_xlsx,
"There was an error and the PDF report was not generated.",
)
data = wiz_id._prepare_statement()
docids = data["partner_ids"]
report = self.statement_model._get_report_values(docids, data)

View File

@ -168,4 +168,19 @@
<field name="report_type">qweb-pdf</field>
<field name="report_file">partner_statement.activity_statement</field>
</record>
<record id="action_print_activity_statement_html" model="ir.actions.report">
<field name="name">Activity Statement</field>
<field name="model">res.partner</field>
<field name="report_name">partner_statement.activity_statement</field>
<field name="report_type">qweb-html</field>
<field name="report_file">partner_statement.activity_statement</field>
</record>
<record id="action_print_activity_statement_xlsx" model="ir.actions.report">
<field name="name">Activity Statement XLSX</field>
<field name="model">res.partner</field>
<field name="type">ir.actions.report</field>
<field name="report_name">p_s.report_activity_statement_xlsx</field>
<field name="report_type">xlsx</field>
<field name="report_file">report_activity_statement</field>
</record>
</flectra>

View File

@ -164,4 +164,19 @@
<field name="report_type">qweb-pdf</field>
<field name="report_file">partner_statement.outstanding_statement</field>
</record>
<record id="action_print_outstanding_statement_html" model="ir.actions.report">
<field name="name">Outstanding Statement</field>
<field name="model">res.partner</field>
<field name="report_name">partner_statement.outstanding_statement</field>
<field name="report_type">qweb-html</field>
<field name="report_file">partner_statement.outstanding_statement</field>
</record>
<record id="action_print_outstanding_statement_xlsx" model="ir.actions.report">
<field name="name">Outstanding Statement XLSX</field>
<field name="model">res.partner</field>
<field name="type">ir.actions.report</field>
<field name="report_name">p_s.report_outstanding_statement_xlsx</field>
<field name="report_type">xlsx</field>
<field name="report_file">report_outstanding_statement</field>
</record>
</flectra>

View File

@ -29,14 +29,27 @@ class ActivityStatementWizard(models.TransientModel):
else:
self.date_start = self.date_end - relativedelta(days=30)
def _export(self):
"""Export to PDF."""
data = self._prepare_statement()
return self.env.ref(
"partner_statement.action_print_activity_statement"
).report_action(self.ids, data=data)
def _prepare_statement(self):
res = super()._prepare_statement()
res.update({"date_start": self.date_start})
return res
def _print_report(self, report_type):
self.ensure_one()
data = self._prepare_statement()
if report_type == "xlsx":
report_name = "p_s.report_activity_statement_xlsx"
else:
report_name = "partner_statement.activity_statement"
return (
self.env["ir.actions.report"]
.search(
[("report_name", "=", report_name), ("report_type", "=", report_type)],
limit=1,
)
.report_action(self, data=data)
)
def _export(self, report_type):
"""Default export is PDF."""
return self._print_report(report_type)

View File

@ -11,9 +11,22 @@ class OutstandingStatementWizard(models.TransientModel):
_inherit = "statement.common.wizard"
_description = "Outstanding Statement Wizard"
def _export(self):
"""Export to PDF."""
def _print_report(self, report_type):
self.ensure_one()
data = self._prepare_statement()
return self.env.ref(
"partner_statement.action_print_outstanding_statement"
).report_action(self.ids, data=data)
if report_type == "xlsx":
report_name = "p_s.report_outstanding_statement_xlsx"
else:
report_name = "partner_statement.outstanding_statement"
return (
self.env["ir.actions.report"]
.search(
[("report_name", "=", report_name), ("report_type", "=", report_type)],
limit=1,
)
.report_action(self, data=data)
)
def _export(self, report_type):
"""Default export is PDF."""
return self._print_report(report_type)

View File

@ -50,10 +50,6 @@ class StatementCommon(models.AbstractModel):
else:
self.date_end = fields.Date.context_today(self)
def button_export_pdf(self):
self.ensure_one()
return self._export()
def _prepare_statement(self):
self.ensure_one()
return {
@ -67,5 +63,17 @@ class StatementCommon(models.AbstractModel):
"filter_negative_balances": self.filter_negative_balances,
}
def _export(self):
raise NotImplementedError
def button_export_html(self):
self.ensure_one()
report_type = "qweb-html"
return self._export(report_type)
def button_export_pdf(self):
self.ensure_one()
report_type = "qweb-pdf"
return self._export(report_type)
def button_export_xlsx(self):
self.ensure_one()
report_type = "xlsx"
return self._export(report_type)

View File

@ -72,13 +72,25 @@
</group>
<footer>
<button
name="button_export_pdf"
string="Export PDF"
name="button_export_html"
string="View"
type="object"
default_focus="1"
class="oe_highlight"
/>
or
<button
name="button_export_pdf"
string="Export PDF"
type="object"
/>
or
<button
name="button_export_xlsx"
string="Export XLSX"
type="object"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>