mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-14 09:42:05 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
97200e3c31
commit
79d28d85bf
@ -24,6 +24,7 @@ test_all_modules:
|
|||||||
script:
|
script:
|
||||||
- apt-get install -y p7zip-full
|
- apt-get install -y p7zip-full
|
||||||
- apt-get install -y expect-dev
|
- apt-get install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
- su - flectra -c "mkdir ~/others"
|
- 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-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-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-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-invoicing.git ~/others/account-invoicing"
|
||||||
@ -70,13 +71,14 @@ test_all_modules:
|
|||||||
--db_password flectra
|
--db_password flectra
|
||||||
--database test_all
|
--database test_all
|
||||||
--test-enable
|
--test-enable
|
||||||
--init account_move_line_report_xls,account_tax_balance,account_financial_report,mis_builder_cash_flow
|
--init account_move_line_report_xls,account_tax_balance,account_financial_report,mis_builder_cash_flow,partner_statement
|
||||||
--stop-after-init
|
--stop-after-init
|
||||||
--log-level error
|
--log-level error
|
||||||
--log-handler flectra.addons.account_move_line_report_xls:TEST
|
--log-handler flectra.addons.account_move_line_report_xls:TEST
|
||||||
--log-handler flectra.addons.account_tax_balance:TEST
|
--log-handler flectra.addons.account_tax_balance:TEST
|
||||||
--log-handler flectra.addons.account_financial_report:TEST
|
--log-handler flectra.addons.account_financial_report:TEST
|
||||||
--log-handler flectra.addons.mis_builder_cash_flow:TEST
|
--log-handler flectra.addons.mis_builder_cash_flow:TEST
|
||||||
|
--log-handler flectra.addons.partner_statement:TEST
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
@ -89,6 +91,7 @@ test_module_account_move_line_report_xls:
|
|||||||
script:
|
script:
|
||||||
- apt-get install -y p7zip-full
|
- apt-get install -y p7zip-full
|
||||||
- apt install -y expect-dev
|
- apt install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
- su - flectra -c "mkdir ~/others"
|
- 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-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-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-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-invoicing.git ~/others/account-invoicing"
|
||||||
@ -148,6 +151,7 @@ test_module_account_tax_balance:
|
|||||||
script:
|
script:
|
||||||
- apt-get install -y p7zip-full
|
- apt-get install -y p7zip-full
|
||||||
- apt install -y expect-dev
|
- apt install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
- su - flectra -c "mkdir ~/others"
|
- 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-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-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-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-invoicing.git ~/others/account-invoicing"
|
||||||
@ -207,6 +211,7 @@ test_module_account_financial_report:
|
|||||||
script:
|
script:
|
||||||
- apt-get install -y p7zip-full
|
- apt-get install -y p7zip-full
|
||||||
- apt install -y expect-dev
|
- apt install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
- su - flectra -c "mkdir ~/others"
|
- 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-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-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-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-invoicing.git ~/others/account-invoicing"
|
||||||
@ -266,6 +271,7 @@ test_module_mis_builder_cash_flow:
|
|||||||
script:
|
script:
|
||||||
- apt-get install -y p7zip-full
|
- apt-get install -y p7zip-full
|
||||||
- apt install -y expect-dev
|
- apt install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
- su - flectra -c "mkdir ~/others"
|
- 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-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-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-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-invoicing.git ~/others/account-invoicing"
|
||||||
@ -316,3 +322,63 @@ test_module_mis_builder_cash_flow:
|
|||||||
--log-level error
|
--log-level error
|
||||||
--log-handler flectra.addons.mis_builder_cash_flow:TEST"
|
--log-handler flectra.addons.mis_builder_cash_flow:TEST"
|
||||||
|
|
||||||
|
test_module_partner_statement:
|
||||||
|
stage: testsingle
|
||||||
|
when: on_failure
|
||||||
|
image:
|
||||||
|
name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest
|
||||||
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
|
script:
|
||||||
|
- apt-get install -y p7zip-full
|
||||||
|
- apt install -y expect-dev
|
||||||
|
- pip3 install -r ${CI_PROJECT_DIR}/requirements.txt
|
||||||
|
- su - flectra -c "mkdir ~/others"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-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-invoicing.git ~/others/account-invoicing"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/mis-builder.git ~/others/mis-builder"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web"
|
||||||
|
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms"
|
||||||
|
- sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
|
||||||
|
- mkdir ${CI_PROJECT_DIR}/ci_data
|
||||||
|
- wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip
|
||||||
|
- 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip
|
||||||
|
- export PGPASSWORD="flectra"
|
||||||
|
- createdb -h psql -U flectra -O flectra -T template1 test_partner_statement
|
||||||
|
- psql -h psql -U flectra -d test_partner_statement -f ${CI_PROJECT_DIR}/ci_data/dump.sql
|
||||||
|
- su - flectra -c "mkdir -p ~/.local/share/filestore"
|
||||||
|
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_partner_statement
|
||||||
|
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_partner_statement
|
||||||
|
- su - flectra -c "/opt/flectra/flectra-bin
|
||||||
|
--addons-path ${CI_PROJECT_DIR},~/others/account-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
|
||||||
|
--db_host psql
|
||||||
|
--db_port 5432
|
||||||
|
--db_user flectra
|
||||||
|
--db_password flectra
|
||||||
|
--database test_partner_statement
|
||||||
|
--test-enable -i partner_statement
|
||||||
|
--stop-after-init
|
||||||
|
--log-level error
|
||||||
|
--log-handler flectra.addons.partner_statement:TEST"
|
||||||
|
|
||||||
|
@ -13,5 +13,6 @@ addon | version | summary
|
|||||||
[account_tax_balance](account_tax_balance/) | 2.0.1.2.0| Compute tax balances based on date range
|
[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
|
[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
|
[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
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 13.0\n"
|
"Project-Id-Version: Odoo Server 13.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"PO-Revision-Date: 2020-08-12 00:59+0000\n"
|
"PO-Revision-Date: 2021-11-08 06:35+0000\n"
|
||||||
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
|
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: es_AR\n"
|
"Language: es_AR\n"
|
||||||
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 3.10\n"
|
"X-Generator: Weblate 4.3.2\n"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: code:addons/account_tax_balance/wizard/open_tax_balances.py:0
|
#: code:addons/account_tax_balance/wizard/open_tax_balances.py:0
|
||||||
@ -101,7 +101,7 @@ msgstr "Mostrar Nombre"
|
|||||||
#: model:ir.model.fields,field_description:account_tax_balance.field_account_move__financial_type
|
#: model:ir.model.fields,field_description:account_tax_balance.field_account_move__financial_type
|
||||||
#: model:ir.model.fields,field_description:account_tax_balance.field_account_payment__financial_type
|
#: model:ir.model.fields,field_description:account_tax_balance.field_account_payment__financial_type
|
||||||
msgid "Financial Type"
|
msgid "Financial Type"
|
||||||
msgstr ""
|
msgstr "Tipo Financiero"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model:ir.model.fields,field_description:account_tax_balance.field_wizard_open_tax_balances__from_date
|
#: model:ir.model.fields,field_description:account_tax_balance.field_wizard_open_tax_balances__from_date
|
||||||
@ -129,12 +129,12 @@ msgstr "ID"
|
|||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model:ir.model,name:account_tax_balance.model_account_move
|
#: model:ir.model,name:account_tax_balance.model_account_move
|
||||||
msgid "Journal Entry"
|
msgid "Journal Entry"
|
||||||
msgstr ""
|
msgstr "Apunte Contable"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model:ir.model,name:account_tax_balance.model_account_move_line
|
#: model:ir.model,name:account_tax_balance.model_account_move_line
|
||||||
msgid "Journal Item"
|
msgid "Journal Item"
|
||||||
msgstr "Elemento del Diario"
|
msgstr "Asiento Contable"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model:ir.model.fields,field_description:account_tax_balance.field_account_move____last_update
|
#: model:ir.model.fields,field_description:account_tax_balance.field_account_move____last_update
|
||||||
@ -158,7 +158,7 @@ msgstr "Última actualización en"
|
|||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Liquidity"
|
msgid "Liquidity"
|
||||||
msgstr ""
|
msgstr "Liquidez"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model_terms:ir.ui.view,arch_db:account_tax_balance.view_account_move_filter
|
#: model_terms:ir.ui.view,arch_db:account_tax_balance.view_account_move_filter
|
||||||
@ -174,31 +174,31 @@ msgstr "Ver Impuestos"
|
|||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr ""
|
msgstr "Otro"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Payable"
|
msgid "Payable"
|
||||||
msgstr ""
|
msgstr "Pagadero"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Payable refund"
|
msgid "Payable refund"
|
||||||
msgstr ""
|
msgstr "Reembolso a Pagar"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Receivable"
|
msgid "Receivable"
|
||||||
msgstr ""
|
msgstr "A Cobrar"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: code:addons/account_tax_balance/models/account_move.py:0
|
#: code:addons/account_tax_balance/models/account_move.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Receivable refund"
|
msgid "Receivable refund"
|
||||||
msgstr ""
|
msgstr "Reembolso a Cobrar"
|
||||||
|
|
||||||
#. module: account_tax_balance
|
#. module: account_tax_balance
|
||||||
#: model_terms:ir.ui.view,arch_db:account_tax_balance.view_tax_search_balance
|
#: model_terms:ir.ui.view,arch_db:account_tax_balance.view_tax_search_balance
|
||||||
|
18
partner_statement/COPYRIGHT
Normal file
18
partner_statement/COPYRIGHT
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Most of the files are
|
||||||
|
|
||||||
|
:Copyright: This stylesheet has been placed in the public domain.
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
|
||||||
|
Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
Copyright 2018 Graeme Gellatly
|
||||||
|
Copyright 2018 Flectra Community
|
||||||
|
|
||||||
|
Many files also contain contributions from third
|
||||||
|
parties. In this case the original copyright of
|
||||||
|
the contributions can be traced through the
|
||||||
|
history of the source version control system.
|
||||||
|
|
||||||
|
When that is not the case, the files contain a prominent
|
||||||
|
notice stating the original copyright and applicable
|
||||||
|
license, or come with their own dedicated COPYRIGHT
|
||||||
|
and/or LICENSE file.
|
663
partner_statement/LICENSE
Normal file
663
partner_statement/LICENSE
Normal file
@ -0,0 +1,663 @@
|
|||||||
|
For copyright information, please see the COPYRIGHT file.
|
||||||
|
|
||||||
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 19 November 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU Affero General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works, specifically designed to ensure
|
||||||
|
cooperation with the community in the case of network server software.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
our General Public Licenses are intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
Developers that use our General Public Licenses protect your rights
|
||||||
|
with two steps: (1) assert copyright on the software, and (2) offer
|
||||||
|
you this License which gives you legal permission to copy, distribute
|
||||||
|
and/or modify the software.
|
||||||
|
|
||||||
|
A secondary benefit of defending all users' freedom is that
|
||||||
|
improvements made in alternate versions of the program, if they
|
||||||
|
receive widespread use, become available for other developers to
|
||||||
|
incorporate. Many developers of free software are heartened and
|
||||||
|
encouraged by the resulting cooperation. However, in the case of
|
||||||
|
software used on network servers, this result may fail to come about.
|
||||||
|
The GNU General Public License permits making a modified version and
|
||||||
|
letting the public access it on a server without ever releasing its
|
||||||
|
source code to the public.
|
||||||
|
|
||||||
|
The GNU Affero General Public License is designed specifically to
|
||||||
|
ensure that, in such cases, the modified source code becomes available
|
||||||
|
to the community. It requires the operator of a network server to
|
||||||
|
provide the source code of the modified version running there to the
|
||||||
|
users of that server. Therefore, public use of a modified version, on
|
||||||
|
a publicly accessible server, gives the public access to the source
|
||||||
|
code of the modified version.
|
||||||
|
|
||||||
|
An older license, called the Affero General Public License and
|
||||||
|
published by Affero, was designed to accomplish similar goals. This is
|
||||||
|
a different license, not a version of the Affero GPL, but Affero has
|
||||||
|
released a new version of the Affero GPL which permits relicensing under
|
||||||
|
this license.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, if you modify the
|
||||||
|
Program, your modified version must prominently offer all users
|
||||||
|
interacting with it remotely through a computer network (if your version
|
||||||
|
supports such interaction) an opportunity to receive the Corresponding
|
||||||
|
Source of your version by providing access to the Corresponding Source
|
||||||
|
from a network server at no charge, through some standard or customary
|
||||||
|
means of facilitating copying of software. This Corresponding Source
|
||||||
|
shall include the Corresponding Source for any work covered by version 3
|
||||||
|
of the GNU General Public License that is incorporated pursuant to the
|
||||||
|
following paragraph.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the work with which it is combined will remain governed by version
|
||||||
|
3 of the GNU General Public License.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU Affero General Public License from time to time. Such new versions
|
||||||
|
will be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU Affero General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU Affero General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU Affero General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published
|
||||||
|
by the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If your software can interact with users remotely through a computer
|
||||||
|
network, you should also make sure that it provides a way for users to
|
||||||
|
get its source. For example, if your program is a web application, its
|
||||||
|
interface could display a "Source" link that leads users to an archive
|
||||||
|
of the code. There are many ways you could offer source, and different
|
||||||
|
solutions will be better for different programs; see section 13 for the
|
||||||
|
specific requirements.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||||
|
<http://www.gnu.org/licenses/>.
|
133
partner_statement/README.rst
Normal file
133
partner_statement/README.rst
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
=================
|
||||||
|
Partner Statement
|
||||||
|
=================
|
||||||
|
|
||||||
|
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
|
!! changes will be overwritten. !!
|
||||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||||
|
:target: https://odoo-community.org/page/development-status
|
||||||
|
:alt: Beta
|
||||||
|
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||||
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
|
:alt: License: AGPL-3
|
||||||
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github
|
||||||
|
:target: https://github.com/OCA/account-financial-reporting/tree/14.0/partner_statement
|
||||||
|
:alt: OCA/account-financial-reporting
|
||||||
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||||
|
:target: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement
|
||||||
|
:alt: Translate me on Weblate
|
||||||
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||||
|
:target: https://runbot.odoo-community.org/runbot/91/14.0
|
||||||
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
|
This module extends the functionality of Invoicing to support the printing of customer and vendor statements.
|
||||||
|
There are two types of statements, Activity and Outstanding. Aging details can be shown in the reports, expressed in aging buckets,
|
||||||
|
so the customer or vendor can review how much is open, due or overdue.
|
||||||
|
|
||||||
|
The activity statement provides details of all activity on the partner receivables or 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.
|
||||||
|
|
||||||
|
The outstanding statement provides details of all outstanding partner receivables or 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.
|
||||||
|
|
||||||
|
**Table of contents**
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
=============
|
||||||
|
|
||||||
|
|
||||||
|
Users willing to access to this report should have proper Accounting & Finance rights:
|
||||||
|
|
||||||
|
#. Go to *Settings / Users* and edit your user to add the corresponding access rights as follows.
|
||||||
|
#. In *Application / Accounting & Finance*, select *Billing* or *Billing Manager*
|
||||||
|
|
||||||
|
To configure this module, you need to:
|
||||||
|
|
||||||
|
#. Go to *Configuration / Settings*
|
||||||
|
#. Under the *Followup Section* of *Accounting* option select either or both of OCA Activity or Outstanding Statement
|
||||||
|
#. Once selected, you may set default options for the reports.
|
||||||
|
#. Click *Save*
|
||||||
|
|
||||||
|
Removing the wizard from menus follows the same process.
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
To use this module, you need to:
|
||||||
|
|
||||||
|
#. Go to a list of Partners, Contacts, Customer or Vendors and select one or more.
|
||||||
|
#. Press 'Action > Partner Activity Statement' or 'Action > Partner Outstanding Statement' respectively.
|
||||||
|
#. Indicate if you want to display receivables or payables, and if you want to display aging buckets and the aging type.
|
||||||
|
#. Optionally complete advanced options such as filtering non due or negative balance partners.
|
||||||
|
|
||||||
|
Known issues / Roadmap
|
||||||
|
======================
|
||||||
|
|
||||||
|
* Email template.
|
||||||
|
* Expose reports (using defaults) to billing users while restricting the wizard to managers option.
|
||||||
|
* Concept of statement run - to start an async job to send out all statements.
|
||||||
|
|
||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
|
12.0.1.0.0 (2018-11-08)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* [BREAKING] Modules customer_activity_statement and customer_outstanding_statement merged to create partner_statement.
|
||||||
|
* [ADD] New features.
|
||||||
|
* Age by months or days
|
||||||
|
* Filter negative balances
|
||||||
|
|
||||||
|
Bug Tracker
|
||||||
|
===========
|
||||||
|
|
||||||
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-reporting/issues>`_.
|
||||||
|
In case of trouble, please check there if your issue has already been reported.
|
||||||
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||||
|
`feedback <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20partner_statement%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||||
|
|
||||||
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Authors
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
* ForgeFlow
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Miquel Raïch <miquel.raich@forgeflow.com>
|
||||||
|
* Graeme Gellatly <graeme@o4sb.com>
|
||||||
|
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||||
|
|
||||||
|
Maintainers
|
||||||
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
.. image:: https://odoo-community.org/logo.png
|
||||||
|
:alt: Odoo Community Association
|
||||||
|
:target: https://odoo-community.org
|
||||||
|
|
||||||
|
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
|
mission is to support the collaborative development of Odoo features and
|
||||||
|
promote its widespread use.
|
||||||
|
|
||||||
|
This module is part of the `OCA/account-financial-reporting <https://github.com/OCA/account-financial-reporting/tree/14.0/partner_statement>`_ project on GitHub.
|
||||||
|
|
||||||
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
4
partner_statement/__init__.py
Normal file
4
partner_statement/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from . import report
|
||||||
|
from . import wizard
|
26
partner_statement/__manifest__.py
Normal file
26
partner_statement/__manifest__.py
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Partner Statement",
|
||||||
|
"version": "2.0.1.0.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"],
|
||||||
|
"external_dependencies": {"python": ["dateutil"]},
|
||||||
|
"data": [
|
||||||
|
"security/ir.model.access.csv",
|
||||||
|
"security/statement_security.xml",
|
||||||
|
"views/activity_statement.xml",
|
||||||
|
"views/outstanding_statement.xml",
|
||||||
|
"views/assets.xml",
|
||||||
|
"views/aging_buckets.xml",
|
||||||
|
"views/res_config_settings.xml",
|
||||||
|
"wizard/statement_wizard.xml",
|
||||||
|
],
|
||||||
|
"installable": True,
|
||||||
|
"application": False,
|
||||||
|
}
|
494
partner_statement/i18n/ca.po
Normal file
494
partner_statement/i18n/ca.po
Normal file
@ -0,0 +1,494 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-04-26 02:44+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-04-26 02:44+0000\n"
|
||||||
|
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
|
||||||
|
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
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 "<strong>Date:</strong>"
|
||||||
|
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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr "Balanç "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancel·lar "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Empresa "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Creat per "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creat a "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Nom a mostrar "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Última modificació a "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Última actualització per "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Última actualització a "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
549
partner_statement/i18n/de.po
Normal file
549
partner_statement/i18n/de.po
Normal file
@ -0,0 +1,549 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||||
|
# Rudolf Schnapka <rs@techno-flex.de>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 11.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2018-02-28 10:11+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-08-23 13:16+0000\n"
|
||||||
|
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
||||||
|
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||||
|
"Language: de\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.1.1\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1-30 Tage fällig"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "+120 Tage fällig"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "30-60 Tage fällig"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "60-90 Tage fällig"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "90-120 Tage fällig"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
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
|
||||||
|
#, fuzzy
|
||||||
|
msgid "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Der Partner hat keine offenen Posten.</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>Der Partner hat keine offenen Posten.</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Aktivitätenbericht"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Assistent zum Kundenaktivitätsnachweis"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Activity Statements show all transactions between two dates."
|
||||||
|
msgstr "Aktivitätenbericht zwischen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Betrag"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Saldovortrag"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Abbrechen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Unternehmen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Angelegt von"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Angelegt am"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Aktuell fällig"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Enddatum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Anfangsdatum"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Anzeigename"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "Unterdrücke Partner ohne fällige Posten"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Aktivitätenbericht"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr "Endsaldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Unterdrücke Partner ohne fällige Posten"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Export PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Zuletzt geändert am"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Zuletzt aktualisiert durch"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Zuletzt aktualisiert am"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Nummeriere Partner"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Betrag"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Aktivitätenbericht"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Assistent zum Kundenaktivitätsnachweis"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Kundenaktivitätsnachweis"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Kundenaktivitätsnachweis"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr "Referenznummer"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Schliesse Altersgruppen ein"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Aktivitätenbericht zwischen"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Statement of Account"
|
||||||
|
msgstr "Berichtsaktion zu PDF"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Berichtsaktion zu PDF"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr "Aktivitätenbericht"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "und"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "in"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "oder"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#~| msgid "report.customer_activity_statement.statement"
|
||||||
|
#~ msgid "report.partner_statement.activity_statement"
|
||||||
|
#~ msgstr "report.customer_activity_statement.statement"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#~| msgid "report.customer_activity_statement.statement"
|
||||||
|
#~ msgid "report.partner_statement.outstanding_statement"
|
||||||
|
#~ msgstr "report.customer_activity_statement.statement"
|
||||||
|
|
||||||
|
#~ msgid "Balance Due"
|
||||||
|
#~ msgstr "Fälliger Saldo"
|
||||||
|
|
||||||
|
#~ msgid "Date:"
|
||||||
|
#~ msgstr "Datum:"
|
||||||
|
|
||||||
|
#~ msgid "Partner ref:"
|
||||||
|
#~ msgstr "Partner-Ref.:"
|
532
partner_statement/i18n/es.po
Normal file
532
partner_statement/i18n/es.po
Normal file
@ -0,0 +1,532 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
# Gelo Joga Landoo <gj@landoo.es>, 2017
|
||||||
|
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"PO-Revision-Date: 2021-03-16 13:45+0000\n"
|
||||||
|
"Last-Translator: Ana Suárez <ana.suarez@qubiq.es>\n"
|
||||||
|
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||||
|
"Language: es\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 4.3.2\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1- 30 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 Mes"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "+121 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Días"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Fecha:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Código Cliente:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
msgstr "<strong>Nombre Empresa:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>Este cliente no tiene asientos vencidos</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Tipo de cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Asistente de Estado de la cuenta"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "El estado de la cuenta muestra todas las operaciones entre dos fechas."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Antigüedad en días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Antigüedad en meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Tipo de antigüedad"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Importe"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Saldo arrastrado"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Empresa"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Parámetros de configuración"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Creado por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Actual"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Fecha fin"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Fecha inicio"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Nombre a mostrar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "No mostrar clientes sin asientos vencidos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Fecha Vencimiento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Activar Informe OCA Estado Cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Activar Informe OCA Pendientes Cuenta"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Saldo Final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Excluir saldos negativos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Excluir clientes sin asientos vencidos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exportar a PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Última modificación en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Última modificación por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Última actualización en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nombre"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Número de Cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Anterior"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Importe pendiente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Original"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Estado pendientes"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Asistente de estado pendientes"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr ""
|
||||||
|
"Los pendientes de la cuenta muestran todas las transacciones hasta una fecha."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Estado de la cuenta del cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Estado de los pendientes de la cuenta del cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "A pagar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Por favor establezca los valores por defecto en estado de la cuenta."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "Por cobrar"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Número de Referencia"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Mostrar rangos antigüedad"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr "Informe Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr "Asistente para Informe Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Informe entre"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Informe hasta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Total"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr "Usar estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr "Usar pendientes en el estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "y"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Pago"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.activity_statement"
|
||||||
|
#~ msgstr "report.partner_statement.activity_statement"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.outstanding_statement"
|
||||||
|
#~ msgstr "report.partner_statement.outstanding_statement"
|
||||||
|
|
||||||
|
#~ msgid "Balance Due"
|
||||||
|
#~ msgstr "Saldo"
|
||||||
|
|
||||||
|
#~ msgid "Date:"
|
||||||
|
#~ msgstr "Fecha:"
|
||||||
|
|
||||||
|
#~ msgid "Partner ref:"
|
||||||
|
#~ msgstr "Ref. de Cliente:"
|
512
partner_statement/i18n/es_AR.po
Normal file
512
partner_statement/i18n/es_AR.po
Normal file
@ -0,0 +1,512 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * partner_statement
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 13.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"PO-Revision-Date: 2020-11-30 21:36+0000\n"
|
||||||
|
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
|
||||||
|
"Language-Team: none\n"
|
||||||
|
"Language: es_AR\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1- 30 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 Mes"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "'+121 Días'"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Días"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Fecha:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Código Cliente:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
msgstr "<strong>Nombre del Socio:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>Este cliente no tiene asientos vencidos</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Tipo de cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Asistente de Estado de la cuenta"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "El estado de la cuenta muestra todas las operaciones entre dos fechas."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Antigüedad en días"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Antigüedad en Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Tipo de antigüedad"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Importe"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Saldo arrastrado"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Compañía"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Configurar Ajustes"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Creado por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Actual"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Fecha fin"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Fecha inicio"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Mostrar Nombre"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "No mostrar clientes sin asientos vencidos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Fecha Vencimiento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Activar Informe OCA Estado Cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Activar Informe OCA Pendientes Cuenta"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Saldo Final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Excluir saldos negativos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Excluir clientes sin asientos vencidos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exportar a PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Última modificación en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Última modificación por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Última actualización en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nombre"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Número de Cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Mayor"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Importe pendiente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Inicial"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Estado pendientes"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Asistente de estado pendientes"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr ""
|
||||||
|
"Los pendientes de la cuenta muestran todas las transacciones hasta una fecha."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Estado de la cuenta del cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Estado de los pendientes de la cuenta del cliente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "A pagar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Por favor establezca los valores por defecto en estado de la cuenta."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "Por cobrar"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Número de Referencia"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Mostrar rangos antigüedad"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr "Informe Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr "Asistente para Informe Estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Informe entre"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Informe hasta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Total"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr "Usar estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr "Usar pendientes en el estado de la cuenta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "y"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Pago"
|
528
partner_statement/i18n/fr.po
Normal file
528
partner_statement/i18n/fr.po
Normal file
@ -0,0 +1,528 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||||
|
# Quentin THEURET <odoo@kerpeo.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 11.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2018-02-28 10:11+0000\n"
|
||||||
|
"PO-Revision-Date: 2019-10-11 16:37+0000\n"
|
||||||
|
"Last-Translator: Khalid Hazam <k.hazam@badep.ma>\n"
|
||||||
|
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 3.8\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1-30 jours"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 mois"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "+120 jours"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 mois"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 mois"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31-60 jours"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Mois"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61-90 Jours"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91-120 Jours"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Date:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>code du partenaire :</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
"<strong>Le partenaire n'a pas d'écriture en attente de paiement.</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Type de compte"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Relevé de compte"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Assistant d'édition de relevé de compte"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "afficher toutes les transactions entre deux dates."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Age par jours"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Age par mois"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Méthode"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Montant"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Solde"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Solde reporté"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Annuler"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Société"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Paramètres de configuration"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Créé par"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Créé le"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Actuel"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Date"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Jusqu'au"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "À partir du"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Nom affiché"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "Masquer les partenaires sans soldes ouverts"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Date d'échéance"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Activer le relevé de compte OCA"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Activer le relevé des arriérés OCA"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Solde final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Exclure les balances négatives"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Exclure les partenaires sans soldes ouverts"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exporter en PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Dernière modification le"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Dernière mise à jour par"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Dernière mise à jour le"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nom"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Numéro du partenaire"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Antérieur"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Montant ouvert"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Original"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Relevé des arriérés"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Assistant d'édition de relevé des arriérés"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr ""
|
||||||
|
"Le relevé des arriérés affiche toutes les transactions jusqu'à une date."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Relevé de compte des partenaires"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Relevé des arriérés du partenaire"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "A payer"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Merci d'indiquer les valeurs par défaut dans le relevé de compte"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "Recevable"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Numéro de référence"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Afficher les arriérés par tranche"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr "Rapport commun des relevés"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr "Assistant rapport commun des relevés"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Relevé de compte entre"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Export du relevé de compte"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Total"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr "Utiliser le relevé de compte"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr "Utiliser le relevé des arriérés"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "et"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "en"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Paiement"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.activity_statement"
|
||||||
|
#~ msgstr "report.customer_activity_statement.statement"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.outstanding_statement"
|
||||||
|
#~ msgstr "report.customer_activity_statement.statement"
|
||||||
|
|
||||||
|
#~ msgid "Balance Due"
|
||||||
|
#~ msgstr "Solde dû"
|
||||||
|
|
||||||
|
#~ msgid "Date:"
|
||||||
|
#~ msgstr "Date :"
|
||||||
|
|
||||||
|
#~ msgid "Partner ref:"
|
||||||
|
#~ msgstr "Réf. partenaire :"
|
498
partner_statement/i18n/hr_HR.po
Normal file
498
partner_statement/i18n/hr_HR.po
Normal file
@ -0,0 +1,498 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Bole <bole@dajmi5.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||||
|
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||||
|
"hr_HR/)\n"
|
||||||
|
"Language: hr_HR\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"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/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
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 "<strong>Date:</strong>"
|
||||||
|
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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Otkaži"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Tvrtka"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Kreirao"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Kreirano"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Naziv "
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Izvoz PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ili"
|
507
partner_statement/i18n/it.po
Normal file
507
partner_statement/i18n/it.po
Normal file
@ -0,0 +1,507 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Stefano <stefano.sforzi@agilebg.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-22 23:13+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-09-02 18:00+0000\n"
|
||||||
|
"Last-Translator: Marco Calcagni <mcalcagni@dinamicheaziendali.it>\n"
|
||||||
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||||
|
"Language: it\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1 - 30 Giorni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 Mese"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "Oltre 121 Giorni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 Mesi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 Mesi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Giorni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Mesi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Giorni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Giorni"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Data:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Codice Partner:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>Il Partner non ha partite aperte.</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Tipo Conto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Estratto Conto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Wizard Estratto Conto"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "Estratto conto mostra tutte le transazioni tra due date."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Scaduto in giorni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Scaduto per mesi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Metodo Scaduto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Importo"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Saldo Iniziale"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancellare"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Azienda"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Configurazione"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Creato da"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Attuale"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Data Fine"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Data Inizio"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Nome mostrato"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "Non visualizzare partner senza scadenze"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Data Scadenza"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Abilita Estratto Conto OCA"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Abilita Scaduto OCA"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Saldo Finale"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Escludi saldi negativi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Esclude partner senza partite scadute"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Export PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nome"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Numero Partner"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Più vecchio"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Importo aperto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Originario"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Estratto Conto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Wizard Estratto Conto"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "Mostra tutte le partite aperte aggiornate alla data."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Estratto Conto Partner"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Dovuto del Partner"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "Pagamenti"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Per favore imposta i default Estratto conto."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "Incassi"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Riferimento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Mostra Riepilogo Dovuto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Estratto conto dal"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Estratto conto al"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Totale"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "al"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "in"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Pagamento"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.activity_statement"
|
||||||
|
#~ msgstr "report.partner_statement.activity_statement"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.outstanding_statement"
|
||||||
|
#~ msgstr "report.partner_statement.outstanding_statement"
|
495
partner_statement/i18n/nl.po
Normal file
495
partner_statement/i18n/nl.po
Normal file
@ -0,0 +1,495 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Melroy van den Berg <webmaster1989@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 11.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2018-02-28 10:11+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-12-16 02:19+0000\n"
|
||||||
|
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
|
||||||
|
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 4.3.2\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1 - 30 Dagen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 maand"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "121 dagen +"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 maanden"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 maanden"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Dagen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 maanden"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Dagen"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Dagen"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Datum:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr "Balans"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Annuleren"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Bedrijf"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Gecreëerd door"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Gecreëerd op"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Weergavenaam"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Laatst Gewijzigd op"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Laatst Geüpdatet door"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Laatst Geüpdatet op"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "of"
|
497
partner_statement/i18n/nl_NL.po
Normal file
497
partner_statement/i18n/nl_NL.po
Normal file
@ -0,0 +1,497 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
|
||||||
|
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||||
|
"teams/23907/nl_NL/)\n"
|
||||||
|
"Language: nl_NL\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
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 "<strong>Date:</strong>"
|
||||||
|
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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Annuleer"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Bedrijf"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Export PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
498
partner_statement/i18n/partner_statement.pot
Normal file
498
partner_statement/i18n/partner_statement.pot
Normal file
@ -0,0 +1,498 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * partner_statement
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 14.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
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
|
||||||
|
msgid "<strong>Date:</strong>"
|
||||||
|
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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
msgid "Aging Report at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
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_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"
|
||||||
|
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_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"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Supplier"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
497
partner_statement/i18n/pt.po
Normal file
497
partner_statement/i18n/pt.po
Normal file
@ -0,0 +1,497 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-12-22 16:14+0000\n"
|
||||||
|
"Last-Translator: Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, "
|
||||||
|
"2017\n"
|
||||||
|
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||||
|
"Language: pt\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
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 "<strong>Date:</strong>"
|
||||||
|
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 "<strong>Partner Code:</strong>"
|
||||||
|
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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Amount"
|
||||||
|
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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Empresa"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Criado por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Criado em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
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 "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Exibir nome"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
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 "Ending Balance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exportar PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Última modificação em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Última atualização em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Última atualização por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
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 "Reference number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
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.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
516
partner_statement/i18n/pt_BR.po
Normal file
516
partner_statement/i18n/pt_BR.po
Normal file
@ -0,0 +1,516 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * partner_statement
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 12.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"PO-Revision-Date: 2019-10-10 21:37+0000\n"
|
||||||
|
"Last-Translator: Eder Brito <britoederr@gmail.com>\n"
|
||||||
|
"Language-Team: none\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 3.8\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1 - 30 Dias"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 Mês"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "121 Dias +"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Dias"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Dias"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Dias"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Data:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Código do Parceiro:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>O parceiro não tem registros vencidos.</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Tipo de Conta"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Relatório de Atividade"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Assistente de Extrato de Atividade"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "O Extrato de Atividade mostra todas as transações entre duas datas."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Idade por Dias"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Idade por Meses"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Método de Envelhecimento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Montante"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Saldo Previsto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Empresa"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Definições de Configuração"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Criado por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Criado em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Atual"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Data Final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Data Inicial"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Mostrar Nome"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "Não exibir parceiros sem entradas vencidas"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Data de Vencimento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Habilitar Extratos de Atividade da OCA"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Habilitar Extratos de Pendência da OCA"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Saldo Final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Excluir Saldos Negativos"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Excluir parceiros sem entradas vencidas"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exportar PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Última Modificação em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Última Atualização por"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Última Atualização em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nome"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Número do Parceiro"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Antigo"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Montante Aberto"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Original"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Extrato de Pendência"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Assistente de Extrato de Pendência"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "Extrato de Pendência mostra todas as transações até certa data."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Extrato de Atividade do Parceiro"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Extrato de Pendência do Parceiro"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "Pagável"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Defina padrões sobre Extratos de Atividade."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "Recebível"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Número de referência"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Exibir Recipiente de Envelhecimento"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr "Relatórios de Extrato Comuns"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr "Assistente de Relatório de Extratos Comuns"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
msgstr "Extrato entre"
|
||||||
|
|
||||||
|
#. 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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr "Extrato até"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Total"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr "Usar extrato de atividades"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr "Usar extrato de pendências"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "e"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "em"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Pagamento"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.activity_statement"
|
||||||
|
#~ msgstr "report.partner_statement.activity_statement"
|
||||||
|
|
||||||
|
#~ msgid "report.partner_statement.outstanding_statement"
|
||||||
|
#~ msgstr "report.partner_statement.outstanding_statement"
|
515
partner_statement/i18n/ro.po
Normal file
515
partner_statement/i18n/ro.po
Normal file
@ -0,0 +1,515 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * customer_activity_statement
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Dorin Hongu <dhongu@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 11.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2018-03-16 08:14+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-09-23 17:00+0000\n"
|
||||||
|
"Last-Translator: Dorin Hongu <dhongu@gmail.com>\n"
|
||||||
|
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||||
|
"Language: ro\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||||
|
"20)) ? 1 : 2;\n"
|
||||||
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 - 30 Days"
|
||||||
|
msgstr "1 - 30 Zile"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "1 Month"
|
||||||
|
msgstr "1 Lună"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "121 Days +"
|
||||||
|
msgstr "121 Zile +"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "2 Months"
|
||||||
|
msgstr "2 Luni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "3 Months"
|
||||||
|
msgstr "3 Luni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "31 - 60 Days"
|
||||||
|
msgstr "31 - 60 Zile"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "4 Months"
|
||||||
|
msgstr "4 Luni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "61 - 90 Days"
|
||||||
|
msgstr "61 - 90 Zile"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "91 - 120 Days"
|
||||||
|
msgstr "91 - 120 Zile"
|
||||||
|
|
||||||
|
#. 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 "<strong>Date:</strong>"
|
||||||
|
msgstr "<strong>Dată:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Code:</strong>"
|
||||||
|
msgstr "<strong>Cod Partener:</strong>"
|
||||||
|
|
||||||
|
#. 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 "<strong>Partner Name:</strong>"
|
||||||
|
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 "<strong>The partner doesn't have due entries.</strong>"
|
||||||
|
msgstr "<strong>Partenerul nu are înregistrări.</strong>"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__account_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__account_type
|
||||||
|
msgid "Account type"
|
||||||
|
msgstr "Tip de cont"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_activity_statement
|
||||||
|
msgid "Activity Statement"
|
||||||
|
msgstr "Extras de cont"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_activity_statement_wizard
|
||||||
|
msgid "Activity Statement Wizard"
|
||||||
|
msgstr "Asistent extras de cont"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "Extrasul de cont afișează toate tranzacțiile dintre două date."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__days
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__days
|
||||||
|
msgid "Age by Days"
|
||||||
|
msgstr "Perioada pe zile"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__res_config_settings__default_aging_type__months
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__aging_type__months
|
||||||
|
msgid "Age by Months"
|
||||||
|
msgstr "Perioadă pe luni"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_aging_type
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__aging_type
|
||||||
|
msgid "Aging Method"
|
||||||
|
msgstr "Periodă"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
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."
|
||||||
|
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
|
||||||
|
msgid "Amount"
|
||||||
|
msgstr "Valoare"
|
||||||
|
|
||||||
|
#. 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 "Balance"
|
||||||
|
msgstr "Sold"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Balance Forward"
|
||||||
|
msgstr "Sold inițial"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Anulare"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__company_id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__company_id
|
||||||
|
msgid "Company"
|
||||||
|
msgstr "Companie"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Setări Configurare"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_uid
|
||||||
|
msgid "Created by"
|
||||||
|
msgstr "Creat de"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__create_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__create_date
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creat pe"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Curent"
|
||||||
|
|
||||||
|
#. 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 "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__date_end
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__date_end
|
||||||
|
msgid "Date End"
|
||||||
|
msgstr "Data Final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__date_start
|
||||||
|
msgid "Date Start"
|
||||||
|
msgstr "Data Început"
|
||||||
|
|
||||||
|
#. 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 "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_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_statement_common__display_name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__display_name
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr "Nume afișat"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_partners_non_due
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_partners_non_due
|
||||||
|
msgid "Don't show partners with no due entries"
|
||||||
|
msgstr "Nu arătați partenerilor fără înregistrări cuvenite"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Due Date"
|
||||||
|
msgstr "Data scadentă"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_activity_statement
|
||||||
|
msgid "Enable OCA Activity Statements"
|
||||||
|
msgstr "Activați Fișa Partenerului OCA"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__group_outstanding_statement
|
||||||
|
msgid "Enable OCA Outstanding Statements"
|
||||||
|
msgstr "Activați Solduri Restante OCA"
|
||||||
|
|
||||||
|
#. 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 "Ending Balance"
|
||||||
|
msgstr "Sold final"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_negative_balances
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__filter_negative_balances
|
||||||
|
msgid "Exclude Negative Balances"
|
||||||
|
msgstr "Excludeți soldurile negative"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_filter_partners_non_due
|
||||||
|
msgid "Exclude partners with no due entries"
|
||||||
|
msgstr "Excludeți partenerii fără înregistrări scadente"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "Export PDF"
|
||||||
|
msgstr "Exportați PDF"
|
||||||
|
|
||||||
|
#. 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_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_statement_common__id
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__id
|
||||||
|
msgid "ID"
|
||||||
|
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_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_statement_common____last_update
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard____last_update
|
||||||
|
msgid "Last Modified on"
|
||||||
|
msgstr "Ultima dată mofidificat pe"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_uid
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_uid
|
||||||
|
msgid "Last Updated by"
|
||||||
|
msgstr "Ultima dată actualizat de"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__write_date
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__write_date
|
||||||
|
msgid "Last Updated on"
|
||||||
|
msgstr "Ultima actualizare la"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__name
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__name
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nume"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__number_partner_ids
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__number_partner_ids
|
||||||
|
msgid "Number Partner"
|
||||||
|
msgstr "Număr Partener"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: code:addons/partner_statement/report/report_statement_common.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Older"
|
||||||
|
msgstr "Mai vechi"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Open Amount"
|
||||||
|
msgstr "Suma deschisă"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Original"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.report,name:partner_statement.action_print_outstanding_statement
|
||||||
|
msgid "Outstanding Statement"
|
||||||
|
msgstr "Solduri Restante"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_outstanding_statement_wizard
|
||||||
|
msgid "Outstanding Statement Wizard"
|
||||||
|
msgstr "Asistent Solduri Restante"
|
||||||
|
|
||||||
|
#. 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."
|
||||||
|
msgstr "Soldurile restante afișează toate tranzacțiile până la data."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.activity_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_activity_statement
|
||||||
|
msgid "Partner Activity Statement"
|
||||||
|
msgstr "Fișă Partener"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.actions.act_window,name:partner_statement.outstanding_statement_wizard_action
|
||||||
|
#: model:ir.model,name:partner_statement.model_report_partner_statement_outstanding_statement
|
||||||
|
msgid "Partner Outstanding Statement"
|
||||||
|
msgstr "Solduri restante partener"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__payable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__payable
|
||||||
|
msgid "Payable"
|
||||||
|
msgstr "Plătibil"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.res_config_settings_view_form
|
||||||
|
msgid "Please set defaults under Activity Statements."
|
||||||
|
msgstr "Vă rugăm să setați valorile implicite în Extrasul de cont."
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__activity_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__outstanding_statement_wizard__account_type__receivable
|
||||||
|
#: model:ir.model.fields.selection,name:partner_statement.selection__statement_common_wizard__account_type__receivable
|
||||||
|
msgid "Receivable"
|
||||||
|
msgstr "De primit"
|
||||||
|
|
||||||
|
#. 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 "Reference number"
|
||||||
|
msgstr "Număr de referință"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_activity_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_outstanding_statement_wizard__show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_res_config_settings__default_show_aging_buckets
|
||||||
|
#: model:ir.model.fields,field_description:partner_statement.field_statement_common_wizard__show_aging_buckets
|
||||||
|
msgid "Show Aging Buckets"
|
||||||
|
msgstr "Afișare perioade"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common
|
||||||
|
msgid "Statement Reports Common"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:ir.model,name:partner_statement.model_statement_common_wizard
|
||||||
|
msgid "Statement Reports Common Wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "Statement between"
|
||||||
|
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
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "Statement up to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
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
|
||||||
|
msgid "Total"
|
||||||
|
msgstr "Total"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_activity_statement
|
||||||
|
msgid "Use activity statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model:res.groups,name:partner_statement.group_outstanding_statement
|
||||||
|
msgid "Use outstanding statements"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
msgid "and"
|
||||||
|
msgstr "și"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.activity_statement_document
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.aging_buckets
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.outstanding_statement_document
|
||||||
|
msgid "in"
|
||||||
|
msgstr "în"
|
||||||
|
|
||||||
|
#. module: partner_statement
|
||||||
|
#: model_terms:ir.ui.view,arch_db:partner_statement.statement_common_view
|
||||||
|
msgid "or"
|
||||||
|
msgstr "sau"
|
||||||
|
|
||||||
|
#~ msgid "Payment"
|
||||||
|
#~ msgstr "Plată"
|
||||||
|
|
||||||
|
#~ msgid "Date:"
|
||||||
|
#~ msgstr "Data:"
|
3
partner_statement/report/__init__.py
Normal file
3
partner_statement/report/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from . import report_statement_common
|
||||||
|
from . import activity_statement
|
||||||
|
from . import outstanding_statement
|
193
partner_statement/report/activity_statement.py
Normal file
193
partner_statement/report/activity_statement.py
Normal file
@ -0,0 +1,193 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from collections import defaultdict
|
||||||
|
|
||||||
|
from flectra import api, models
|
||||||
|
|
||||||
|
|
||||||
|
class ActivityStatement(models.AbstractModel):
|
||||||
|
"""Model of Activity Statement"""
|
||||||
|
|
||||||
|
_inherit = "statement.common"
|
||||||
|
_name = "report.partner_statement.activity_statement"
|
||||||
|
_description = "Partner Activity Statement"
|
||||||
|
|
||||||
|
def _initial_balance_sql_q1(self, partners, date_start, account_type):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT l.partner_id, l.currency_id, l.company_id,
|
||||||
|
CASE WHEN l.currency_id is not null AND l.amount_currency > 0.0
|
||||||
|
THEN sum(l.amount_currency)
|
||||||
|
ELSE sum(l.debit)
|
||||||
|
END as debit,
|
||||||
|
CASE WHEN l.currency_id is not null AND l.amount_currency < 0.0
|
||||||
|
THEN sum(l.amount_currency * (-1))
|
||||||
|
ELSE sum(l.credit)
|
||||||
|
END as credit
|
||||||
|
FROM account_move_line l
|
||||||
|
JOIN account_account aa ON (aa.id = l.account_id)
|
||||||
|
JOIN account_account_type at ON (at.id = aa.user_type_id)
|
||||||
|
JOIN account_move m ON (l.move_id = m.id)
|
||||||
|
WHERE l.partner_id IN %(partners)s
|
||||||
|
AND at.type = %(account_type)s
|
||||||
|
AND l.date < %(date_start)s AND not l.blocked
|
||||||
|
AND m.state IN ('posted')
|
||||||
|
GROUP BY l.partner_id, l.currency_id, l.amount_currency, l.company_id
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _initial_balance_sql_q2(self, company_id):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT Q1.partner_id, debit-credit AS balance,
|
||||||
|
COALESCE(Q1.currency_id, c.currency_id) AS currency_id
|
||||||
|
FROM Q1
|
||||||
|
JOIN res_company c ON (c.id = Q1.company_id)
|
||||||
|
WHERE c.id = %(company_id)s
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _get_account_initial_balance(
|
||||||
|
self, company_id, partner_ids, date_start, account_type
|
||||||
|
):
|
||||||
|
balance_start = defaultdict(list)
|
||||||
|
partners = tuple(partner_ids)
|
||||||
|
# pylint: disable=E8103
|
||||||
|
self.env.cr.execute(
|
||||||
|
"""WITH Q1 AS (%s), Q2 AS (%s)
|
||||||
|
SELECT partner_id, currency_id, balance
|
||||||
|
FROM Q2"""
|
||||||
|
% (
|
||||||
|
self._initial_balance_sql_q1(partners, date_start, account_type),
|
||||||
|
self._initial_balance_sql_q2(company_id),
|
||||||
|
)
|
||||||
|
)
|
||||||
|
for row in self.env.cr.dictfetchall():
|
||||||
|
balance_start[row.pop("partner_id")].append(row)
|
||||||
|
return balance_start
|
||||||
|
|
||||||
|
def _display_lines_sql_q1(self, partners, date_start, date_end, account_type):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT m.name AS move_id, l.partner_id, l.date,
|
||||||
|
CASE WHEN (aj.type IN ('sale', 'purchase'))
|
||||||
|
THEN l.name
|
||||||
|
ELSE '/'
|
||||||
|
END as name,
|
||||||
|
CASE
|
||||||
|
WHEN (aj.type IN ('sale', 'purchase')) AND l.name IS NOT NULL
|
||||||
|
THEN l.ref
|
||||||
|
WHEN aj.type IN ('sale', 'purchase') AND l.name IS NULL
|
||||||
|
THEN m.ref
|
||||||
|
WHEN (aj.type in ('bank', 'cash'))
|
||||||
|
THEN 'Payment'
|
||||||
|
ELSE ''
|
||||||
|
END as ref,
|
||||||
|
l.blocked, l.currency_id, l.company_id,
|
||||||
|
CASE WHEN (l.currency_id is not null AND l.amount_currency > 0.0)
|
||||||
|
THEN sum(l.amount_currency)
|
||||||
|
ELSE sum(l.debit)
|
||||||
|
END as debit,
|
||||||
|
CASE WHEN (l.currency_id is not null AND l.amount_currency < 0.0)
|
||||||
|
THEN sum(l.amount_currency * (-1))
|
||||||
|
ELSE sum(l.credit)
|
||||||
|
END as credit,
|
||||||
|
CASE WHEN l.date_maturity is null
|
||||||
|
THEN l.date
|
||||||
|
ELSE l.date_maturity
|
||||||
|
END as date_maturity
|
||||||
|
FROM account_move_line l
|
||||||
|
JOIN account_account aa ON (aa.id = l.account_id)
|
||||||
|
JOIN account_account_type at ON (at.id = aa.user_type_id)
|
||||||
|
JOIN account_move m ON (l.move_id = m.id)
|
||||||
|
JOIN account_journal aj ON (l.journal_id = aj.id)
|
||||||
|
WHERE l.partner_id IN %(partners)s
|
||||||
|
AND at.type = %(account_type)s
|
||||||
|
AND %(date_start)s <= l.date
|
||||||
|
AND l.date <= %(date_end)s
|
||||||
|
AND m.state IN ('posted')
|
||||||
|
GROUP BY l.partner_id, m.name, l.date, l.date_maturity,
|
||||||
|
CASE WHEN (aj.type IN ('sale', 'purchase'))
|
||||||
|
THEN l.name
|
||||||
|
ELSE '/'
|
||||||
|
END,
|
||||||
|
CASE
|
||||||
|
WHEN (aj.type IN ('sale', 'purchase')) AND l.name IS NOT NULL
|
||||||
|
THEN l.ref
|
||||||
|
WHEN aj.type IN ('sale', 'purchase') AND l.name IS NULL
|
||||||
|
THEN m.ref
|
||||||
|
WHEN (aj.type in ('bank', 'cash'))
|
||||||
|
THEN 'Payment'
|
||||||
|
ELSE ''
|
||||||
|
END,
|
||||||
|
l.blocked, l.currency_id, l.amount_currency, l.company_id
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _display_lines_sql_q2(self, company_id):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT Q1.partner_id, Q1.move_id, Q1.date, Q1.date_maturity,
|
||||||
|
Q1.name, Q1.ref, Q1.debit, Q1.credit,
|
||||||
|
Q1.debit-Q1.credit as amount, Q1.blocked,
|
||||||
|
COALESCE(Q1.currency_id, c.currency_id) AS currency_id
|
||||||
|
FROM Q1
|
||||||
|
JOIN res_company c ON (c.id = Q1.company_id)
|
||||||
|
WHERE c.id = %(company_id)s
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _get_account_display_lines(
|
||||||
|
self, company_id, partner_ids, date_start, date_end, account_type
|
||||||
|
):
|
||||||
|
res = dict(map(lambda x: (x, []), partner_ids))
|
||||||
|
partners = tuple(partner_ids)
|
||||||
|
|
||||||
|
# pylint: disable=E8103
|
||||||
|
self.env.cr.execute(
|
||||||
|
"""
|
||||||
|
WITH Q1 AS (%s),
|
||||||
|
Q2 AS (%s)
|
||||||
|
SELECT partner_id, move_id, date, date_maturity, name, ref, debit,
|
||||||
|
credit, amount, blocked, currency_id
|
||||||
|
FROM Q2
|
||||||
|
ORDER BY date, date_maturity, move_id"""
|
||||||
|
% (
|
||||||
|
self._display_lines_sql_q1(
|
||||||
|
partners, date_start, date_end, account_type
|
||||||
|
),
|
||||||
|
self._display_lines_sql_q2(company_id),
|
||||||
|
)
|
||||||
|
)
|
||||||
|
for row in self.env.cr.dictfetchall():
|
||||||
|
res[row.pop("partner_id")].append(row)
|
||||||
|
return res
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _get_report_values(self, docids, data=None):
|
||||||
|
if not data:
|
||||||
|
data = {}
|
||||||
|
if "company_id" not in data:
|
||||||
|
wiz = self.env["activity.statement.wizard"].with_context(
|
||||||
|
active_ids=docids, model="res.partner"
|
||||||
|
)
|
||||||
|
data.update(wiz.create({})._prepare_statement())
|
||||||
|
data["amount_field"] = "amount"
|
||||||
|
return super()._get_report_values(docids, data)
|
152
partner_statement/report/outstanding_statement.py
Normal file
152
partner_statement/report/outstanding_statement.py
Normal file
@ -0,0 +1,152 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from flectra import api, models
|
||||||
|
|
||||||
|
|
||||||
|
class OutstandingStatement(models.AbstractModel):
|
||||||
|
"""Model of Outstanding Statement"""
|
||||||
|
|
||||||
|
_inherit = "statement.common"
|
||||||
|
_name = "report.partner_statement.outstanding_statement"
|
||||||
|
_description = "Partner Outstanding Statement"
|
||||||
|
|
||||||
|
def _display_lines_sql_q1(self, partners, date_end, account_type):
|
||||||
|
partners = tuple(partners)
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT l.id, m.name AS move_id, l.partner_id, l.date, l.name,
|
||||||
|
l.blocked, l.currency_id, l.company_id,
|
||||||
|
CASE WHEN l.ref IS NOT NULL
|
||||||
|
THEN l.ref
|
||||||
|
ELSE m.ref
|
||||||
|
END as ref,
|
||||||
|
CASE WHEN (l.currency_id is not null AND l.amount_currency > 0.0)
|
||||||
|
THEN avg(l.amount_currency)
|
||||||
|
ELSE avg(l.debit)
|
||||||
|
END as debit,
|
||||||
|
CASE WHEN (l.currency_id is not null AND l.amount_currency < 0.0)
|
||||||
|
THEN avg(l.amount_currency * (-1))
|
||||||
|
ELSE avg(l.credit)
|
||||||
|
END as credit,
|
||||||
|
CASE WHEN l.balance > 0.0
|
||||||
|
THEN l.balance - sum(coalesce(pd.amount, 0.0))
|
||||||
|
ELSE l.balance + sum(coalesce(pc.amount, 0.0))
|
||||||
|
END AS open_amount,
|
||||||
|
CASE WHEN l.balance > 0.0
|
||||||
|
THEN l.amount_currency - sum(coalesce(pd.debit_amount_currency, 0.0))
|
||||||
|
ELSE l.amount_currency + sum(coalesce(pc.credit_amount_currency, 0.0))
|
||||||
|
END AS open_amount_currency,
|
||||||
|
CASE WHEN l.date_maturity is null
|
||||||
|
THEN l.date
|
||||||
|
ELSE l.date_maturity
|
||||||
|
END as date_maturity
|
||||||
|
FROM account_move_line l
|
||||||
|
JOIN account_account aa ON (aa.id = l.account_id)
|
||||||
|
JOIN account_account_type at ON (at.id = aa.user_type_id)
|
||||||
|
JOIN account_move m ON (l.move_id = m.id)
|
||||||
|
LEFT JOIN (SELECT pr.*
|
||||||
|
FROM account_partial_reconcile pr
|
||||||
|
INNER JOIN account_move_line l2
|
||||||
|
ON pr.credit_move_id = l2.id
|
||||||
|
WHERE l2.date <= %(date_end)s
|
||||||
|
) as pd ON pd.debit_move_id = l.id
|
||||||
|
LEFT JOIN (SELECT pr.*
|
||||||
|
FROM account_partial_reconcile pr
|
||||||
|
INNER JOIN account_move_line l2
|
||||||
|
ON pr.debit_move_id = l2.id
|
||||||
|
WHERE l2.date <= %(date_end)s
|
||||||
|
) as pc ON pc.credit_move_id = l.id
|
||||||
|
WHERE l.partner_id IN %(partners)s AND at.type = %(account_type)s
|
||||||
|
AND (
|
||||||
|
(pd.id IS NOT NULL AND
|
||||||
|
pd.max_date <= %(date_end)s) OR
|
||||||
|
(pc.id IS NOT NULL AND
|
||||||
|
pc.max_date <= %(date_end)s) OR
|
||||||
|
(pd.id IS NULL AND pc.id IS NULL)
|
||||||
|
) AND l.date <= %(date_end)s AND m.state IN ('posted')
|
||||||
|
GROUP BY l.id, l.partner_id, m.name, l.date, l.date_maturity, l.name,
|
||||||
|
CASE WHEN l.ref IS NOT NULL
|
||||||
|
THEN l.ref
|
||||||
|
ELSE m.ref
|
||||||
|
END,
|
||||||
|
l.blocked, l.currency_id, l.balance, l.amount_currency, l.company_id
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _display_lines_sql_q2(self):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT Q1.partner_id, Q1.currency_id, Q1.move_id,
|
||||||
|
Q1.date, Q1.date_maturity, Q1.debit, Q1.credit,
|
||||||
|
Q1.name, Q1.ref, Q1.blocked, Q1.company_id,
|
||||||
|
CASE WHEN Q1.currency_id is not null
|
||||||
|
THEN Q1.open_amount_currency
|
||||||
|
ELSE Q1.open_amount
|
||||||
|
END as open_amount
|
||||||
|
FROM Q1
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _display_lines_sql_q3(self, company_id):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT Q2.partner_id, Q2.move_id, Q2.date, Q2.date_maturity,
|
||||||
|
Q2.name, Q2.ref, Q2.debit, Q2.credit,
|
||||||
|
Q2.debit-Q2.credit AS amount, blocked,
|
||||||
|
COALESCE(Q2.currency_id, c.currency_id) AS currency_id,
|
||||||
|
Q2.open_amount
|
||||||
|
FROM Q2
|
||||||
|
JOIN res_company c ON (c.id = Q2.company_id)
|
||||||
|
WHERE c.id = %(company_id)s AND Q2.open_amount != 0.0
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _get_account_display_lines(
|
||||||
|
self, company_id, partner_ids, date_start, date_end, account_type
|
||||||
|
):
|
||||||
|
res = dict(map(lambda x: (x, []), partner_ids))
|
||||||
|
partners = tuple(partner_ids)
|
||||||
|
# pylint: disable=E8103
|
||||||
|
self.env.cr.execute(
|
||||||
|
"""
|
||||||
|
WITH Q1 as (%s),
|
||||||
|
Q2 AS (%s),
|
||||||
|
Q3 AS (%s)
|
||||||
|
SELECT partner_id, currency_id, move_id, date, date_maturity, debit,
|
||||||
|
credit, amount, open_amount, name, ref, blocked
|
||||||
|
FROM Q3
|
||||||
|
ORDER BY date, date_maturity, move_id"""
|
||||||
|
% (
|
||||||
|
self._display_lines_sql_q1(partners, date_end, account_type),
|
||||||
|
self._display_lines_sql_q2(),
|
||||||
|
self._display_lines_sql_q3(company_id),
|
||||||
|
)
|
||||||
|
)
|
||||||
|
for row in self.env.cr.dictfetchall():
|
||||||
|
res[row.pop("partner_id")].append(row)
|
||||||
|
return res
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _get_report_values(self, docids, data=None):
|
||||||
|
if not data:
|
||||||
|
data = {}
|
||||||
|
if "company_id" not in data:
|
||||||
|
wiz = self.env["outstanding.statement.wizard"].with_context(
|
||||||
|
active_ids=docids, model="res.partner"
|
||||||
|
)
|
||||||
|
data.update(wiz.create({})._prepare_statement())
|
||||||
|
data["amount_field"] = "open_amount"
|
||||||
|
return super()._get_report_values(docids, data)
|
439
partner_statement/report/report_statement_common.py
Normal file
439
partner_statement/report/report_statement_common.py
Normal file
@ -0,0 +1,439 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
|
from flectra import _, api, fields, models
|
||||||
|
from flectra.tools.misc import DEFAULT_SERVER_DATE_FORMAT
|
||||||
|
|
||||||
|
|
||||||
|
class ReportStatementCommon(models.AbstractModel):
|
||||||
|
"""Abstract Report Statement for use in other models"""
|
||||||
|
|
||||||
|
_name = "statement.common"
|
||||||
|
_description = "Statement Reports Common"
|
||||||
|
|
||||||
|
def _get_invoice_address(self, part):
|
||||||
|
inv_addr_id = part.address_get(["invoice"]).get("invoice", part.id)
|
||||||
|
return self.env["res.partner"].browse(inv_addr_id)
|
||||||
|
|
||||||
|
def _format_date_to_partner_lang(
|
||||||
|
self, date, date_format=DEFAULT_SERVER_DATE_FORMAT
|
||||||
|
):
|
||||||
|
if isinstance(date, str):
|
||||||
|
date = datetime.strptime(date, DEFAULT_SERVER_DATE_FORMAT)
|
||||||
|
return date.strftime(date_format) if date else ""
|
||||||
|
|
||||||
|
def _get_account_display_lines(
|
||||||
|
self, company_id, partner_ids, date_start, date_end, account_type
|
||||||
|
):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
|
def _get_account_initial_balance(
|
||||||
|
self, company_id, partner_ids, date_start, account_type
|
||||||
|
):
|
||||||
|
return {}
|
||||||
|
|
||||||
|
def _show_buckets_sql_q1(self, partners, date_end, account_type):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT l.partner_id, l.currency_id, l.company_id, l.move_id,
|
||||||
|
CASE WHEN l.balance > 0.0
|
||||||
|
THEN l.balance - sum(coalesce(pd.amount, 0.0))
|
||||||
|
ELSE l.balance + sum(coalesce(pc.amount, 0.0))
|
||||||
|
END AS open_due,
|
||||||
|
CASE WHEN l.balance > 0.0
|
||||||
|
THEN l.amount_currency - sum(coalesce(pd.debit_amount_currency, 0.0))
|
||||||
|
ELSE l.amount_currency + sum(coalesce(pc.credit_amount_currency, 0.0))
|
||||||
|
END AS open_due_currency,
|
||||||
|
CASE WHEN l.date_maturity is null
|
||||||
|
THEN l.date
|
||||||
|
ELSE l.date_maturity
|
||||||
|
END as date_maturity
|
||||||
|
FROM account_move_line l
|
||||||
|
JOIN account_move m ON (l.move_id = m.id)
|
||||||
|
JOIN account_account aa ON (aa.id = l.account_id)
|
||||||
|
JOIN account_account_type at ON (at.id = aa.user_type_id)
|
||||||
|
LEFT JOIN (SELECT pr.*
|
||||||
|
FROM account_partial_reconcile pr
|
||||||
|
INNER JOIN account_move_line l2
|
||||||
|
ON pr.credit_move_id = l2.id
|
||||||
|
WHERE l2.date <= %(date_end)s
|
||||||
|
) as pd ON pd.debit_move_id = l.id
|
||||||
|
LEFT JOIN (SELECT pr.*
|
||||||
|
FROM account_partial_reconcile pr
|
||||||
|
INNER JOIN account_move_line l2
|
||||||
|
ON pr.debit_move_id = l2.id
|
||||||
|
WHERE l2.date <= %(date_end)s
|
||||||
|
) as pc ON pc.credit_move_id = l.id
|
||||||
|
WHERE l.partner_id IN %(partners)s AND at.type = %(account_type)s
|
||||||
|
AND (
|
||||||
|
(pd.id IS NOT NULL AND
|
||||||
|
pd.max_date <= %(date_end)s) OR
|
||||||
|
(pc.id IS NOT NULL AND
|
||||||
|
pc.max_date <= %(date_end)s) OR
|
||||||
|
(pd.id IS NULL AND pc.id IS NULL)
|
||||||
|
) AND l.date <= %(date_end)s AND not l.blocked
|
||||||
|
AND m.state IN ('posted')
|
||||||
|
GROUP BY l.partner_id, l.currency_id, l.date, l.date_maturity,
|
||||||
|
l.amount_currency, l.balance, l.move_id,
|
||||||
|
l.company_id, l.id
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _show_buckets_sql_q2(self, date_end, minus_30, minus_60, minus_90, minus_120):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT partner_id, currency_id, date_maturity, open_due,
|
||||||
|
open_due_currency, move_id, company_id,
|
||||||
|
CASE
|
||||||
|
WHEN %(date_end)s <= date_maturity AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN %(date_end)s <= date_maturity AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as current,
|
||||||
|
CASE
|
||||||
|
WHEN %(minus_30)s < date_maturity
|
||||||
|
AND date_maturity < %(date_end)s
|
||||||
|
AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN %(minus_30)s < date_maturity
|
||||||
|
AND date_maturity < %(date_end)s
|
||||||
|
AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as b_1_30,
|
||||||
|
CASE
|
||||||
|
WHEN %(minus_60)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_30)s
|
||||||
|
AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN %(minus_60)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_30)s
|
||||||
|
AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as b_30_60,
|
||||||
|
CASE
|
||||||
|
WHEN %(minus_90)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_60)s
|
||||||
|
AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN %(minus_90)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_60)s
|
||||||
|
AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as b_60_90,
|
||||||
|
CASE
|
||||||
|
WHEN %(minus_120)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_90)s
|
||||||
|
AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN %(minus_120)s < date_maturity
|
||||||
|
AND date_maturity <= %(minus_90)s
|
||||||
|
AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as b_90_120,
|
||||||
|
CASE
|
||||||
|
WHEN date_maturity <= %(minus_120)s
|
||||||
|
AND currency_id is null
|
||||||
|
THEN open_due
|
||||||
|
WHEN date_maturity <= %(minus_120)s
|
||||||
|
AND currency_id is not null
|
||||||
|
THEN open_due_currency
|
||||||
|
ELSE 0.0
|
||||||
|
END as b_over_120
|
||||||
|
FROM Q1
|
||||||
|
GROUP BY partner_id, currency_id, date_maturity, open_due,
|
||||||
|
open_due_currency, move_id, company_id
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _show_buckets_sql_q3(self, company_id):
|
||||||
|
return str(
|
||||||
|
self._cr.mogrify(
|
||||||
|
"""
|
||||||
|
SELECT Q2.partner_id, current, b_1_30, b_30_60, b_60_90, b_90_120,
|
||||||
|
b_over_120,
|
||||||
|
COALESCE(Q2.currency_id, c.currency_id) AS currency_id
|
||||||
|
FROM Q2
|
||||||
|
JOIN res_company c ON (c.id = Q2.company_id)
|
||||||
|
WHERE c.id = %(company_id)s
|
||||||
|
""",
|
||||||
|
locals(),
|
||||||
|
),
|
||||||
|
"utf-8",
|
||||||
|
)
|
||||||
|
|
||||||
|
def _show_buckets_sql_q4(self):
|
||||||
|
return """
|
||||||
|
SELECT partner_id, currency_id, sum(current) as current,
|
||||||
|
sum(b_1_30) as b_1_30, sum(b_30_60) as b_30_60,
|
||||||
|
sum(b_60_90) as b_60_90, sum(b_90_120) as b_90_120,
|
||||||
|
sum(b_over_120) as b_over_120
|
||||||
|
FROM Q3
|
||||||
|
GROUP BY partner_id, currency_id
|
||||||
|
"""
|
||||||
|
|
||||||
|
def _get_bucket_dates(self, date_end, aging_type):
|
||||||
|
return getattr(
|
||||||
|
self, "_get_bucket_dates_%s" % aging_type, self._get_bucket_dates_days
|
||||||
|
)(date_end)
|
||||||
|
|
||||||
|
def _get_bucket_dates_days(self, date_end):
|
||||||
|
return {
|
||||||
|
"date_end": date_end,
|
||||||
|
"minus_30": date_end - timedelta(days=30),
|
||||||
|
"minus_60": date_end - timedelta(days=60),
|
||||||
|
"minus_90": date_end - timedelta(days=90),
|
||||||
|
"minus_120": date_end - timedelta(days=120),
|
||||||
|
}
|
||||||
|
|
||||||
|
def _get_bucket_dates_months(self, date_end):
|
||||||
|
res = {}
|
||||||
|
d = date_end
|
||||||
|
for k in ("date_end", "minus_30", "minus_60", "minus_90", "minus_120"):
|
||||||
|
res[k] = d
|
||||||
|
d = d.replace(day=1) - timedelta(days=1)
|
||||||
|
return res
|
||||||
|
|
||||||
|
def _get_account_show_buckets(
|
||||||
|
self, company_id, partner_ids, date_end, account_type, aging_type
|
||||||
|
):
|
||||||
|
buckets = dict(map(lambda x: (x, []), partner_ids))
|
||||||
|
partners = tuple(partner_ids)
|
||||||
|
full_dates = self._get_bucket_dates(date_end, aging_type)
|
||||||
|
# pylint: disable=E8103
|
||||||
|
# All input queries are properly escaped - false positive
|
||||||
|
self.env.cr.execute(
|
||||||
|
"""
|
||||||
|
WITH Q1 AS (%s),
|
||||||
|
Q2 AS (%s),
|
||||||
|
Q3 AS (%s),
|
||||||
|
Q4 AS (%s)
|
||||||
|
SELECT partner_id, currency_id, current, b_1_30, b_30_60, b_60_90,
|
||||||
|
b_90_120, b_over_120,
|
||||||
|
current+b_1_30+b_30_60+b_60_90+b_90_120+b_over_120
|
||||||
|
AS balance
|
||||||
|
FROM Q4
|
||||||
|
GROUP BY partner_id, currency_id, current, b_1_30, b_30_60,
|
||||||
|
b_60_90, b_90_120, b_over_120"""
|
||||||
|
% (
|
||||||
|
self._show_buckets_sql_q1(partners, date_end, account_type),
|
||||||
|
self._show_buckets_sql_q2(
|
||||||
|
full_dates["date_end"],
|
||||||
|
full_dates["minus_30"],
|
||||||
|
full_dates["minus_60"],
|
||||||
|
full_dates["minus_90"],
|
||||||
|
full_dates["minus_120"],
|
||||||
|
),
|
||||||
|
self._show_buckets_sql_q3(company_id),
|
||||||
|
self._show_buckets_sql_q4(),
|
||||||
|
)
|
||||||
|
)
|
||||||
|
for row in self.env.cr.dictfetchall():
|
||||||
|
buckets[row.pop("partner_id")].append(row)
|
||||||
|
return buckets
|
||||||
|
|
||||||
|
def _get_bucket_labels(self, date_end, aging_type):
|
||||||
|
return getattr(
|
||||||
|
self, "_get_bucket_labels_%s" % aging_type, self._get_bucket_dates_days
|
||||||
|
)(date_end)
|
||||||
|
|
||||||
|
def _get_bucket_labels_days(self, date_end):
|
||||||
|
return [
|
||||||
|
_("Current"),
|
||||||
|
_("1 - 30 Days"),
|
||||||
|
_("31 - 60 Days"),
|
||||||
|
_("61 - 90 Days"),
|
||||||
|
_("91 - 120 Days"),
|
||||||
|
_("121 Days +"),
|
||||||
|
_("Total"),
|
||||||
|
]
|
||||||
|
|
||||||
|
def _get_bucket_labels_months(self, date_end):
|
||||||
|
return [
|
||||||
|
_("Current"),
|
||||||
|
_("1 Month"),
|
||||||
|
_("2 Months"),
|
||||||
|
_("3 Months"),
|
||||||
|
_("4 Months"),
|
||||||
|
_("Older"),
|
||||||
|
_("Total"),
|
||||||
|
]
|
||||||
|
|
||||||
|
def _get_line_currency_defaults(self, currency_id, currencies, balance_forward):
|
||||||
|
if currency_id not in currencies:
|
||||||
|
# This will only happen if currency is inactive
|
||||||
|
currencies[currency_id] = self.env["res.currency"].browse(currency_id)
|
||||||
|
return (
|
||||||
|
{
|
||||||
|
"lines": [],
|
||||||
|
"buckets": [],
|
||||||
|
"balance_forward": balance_forward,
|
||||||
|
"amount_due": balance_forward,
|
||||||
|
},
|
||||||
|
currencies,
|
||||||
|
)
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _get_report_values(self, docids, data=None):
|
||||||
|
# flake8: noqa: C901
|
||||||
|
"""
|
||||||
|
@return: returns a dict of parameters to pass to qweb report.
|
||||||
|
the most important pair is {'data': res} which contains all
|
||||||
|
the data for each partner. It is structured like:
|
||||||
|
{partner_id: {
|
||||||
|
'start': date string,
|
||||||
|
'end': date_string,
|
||||||
|
'today': date_string
|
||||||
|
'currencies': {
|
||||||
|
currency_id: {
|
||||||
|
'lines': [{'date': date string, ...}, ...],
|
||||||
|
'balance_forward': float,
|
||||||
|
'amount_due': float,
|
||||||
|
'buckets': {
|
||||||
|
'p1': float, 'p2': ...
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"""
|
||||||
|
company_id = data["company_id"]
|
||||||
|
partner_ids = data["partner_ids"]
|
||||||
|
date_start = data.get("date_start")
|
||||||
|
if date_start and isinstance(date_start, str):
|
||||||
|
date_start = datetime.strptime(
|
||||||
|
date_start, DEFAULT_SERVER_DATE_FORMAT
|
||||||
|
).date()
|
||||||
|
date_end = data["date_end"]
|
||||||
|
if isinstance(date_end, str):
|
||||||
|
date_end = datetime.strptime(date_end, DEFAULT_SERVER_DATE_FORMAT).date()
|
||||||
|
account_type = data["account_type"]
|
||||||
|
aging_type = data["aging_type"]
|
||||||
|
today = fields.Date.today()
|
||||||
|
amount_field = data.get("amount_field", "amount")
|
||||||
|
|
||||||
|
# There should be relatively few of these, so to speed performance
|
||||||
|
# we cache them - default needed if partner lang not set
|
||||||
|
self._cr.execute(
|
||||||
|
"""
|
||||||
|
SELECT p.id, l.date_format
|
||||||
|
FROM res_partner p LEFT JOIN res_lang l ON p.lang=l.code
|
||||||
|
WHERE p.id IN %(partner_ids)s
|
||||||
|
""",
|
||||||
|
{"partner_ids": tuple(partner_ids)},
|
||||||
|
)
|
||||||
|
date_formats = {r[0]: r[1] for r in self._cr.fetchall()}
|
||||||
|
default_fmt = self.env["res.lang"]._lang_get(self.env.user.lang).date_format
|
||||||
|
currencies = {x.id: x for x in self.env["res.currency"].search([])}
|
||||||
|
|
||||||
|
res = {}
|
||||||
|
# get base data
|
||||||
|
lines = self._get_account_display_lines(
|
||||||
|
company_id, partner_ids, date_start, date_end, account_type
|
||||||
|
)
|
||||||
|
balances_forward = self._get_account_initial_balance(
|
||||||
|
company_id, partner_ids, date_start, account_type
|
||||||
|
)
|
||||||
|
|
||||||
|
if data["show_aging_buckets"]:
|
||||||
|
buckets = self._get_account_show_buckets(
|
||||||
|
company_id, partner_ids, date_end, account_type, aging_type
|
||||||
|
)
|
||||||
|
bucket_labels = self._get_bucket_labels(date_end, aging_type)
|
||||||
|
else:
|
||||||
|
bucket_labels = {}
|
||||||
|
|
||||||
|
# organise and format for report
|
||||||
|
format_date = self._format_date_to_partner_lang
|
||||||
|
partners_to_remove = set()
|
||||||
|
for partner_id in partner_ids:
|
||||||
|
res[partner_id] = {
|
||||||
|
"today": format_date(today, date_formats.get(partner_id, default_fmt)),
|
||||||
|
"start": format_date(
|
||||||
|
date_start, date_formats.get(partner_id, default_fmt)
|
||||||
|
),
|
||||||
|
"end": format_date(date_end, date_formats.get(partner_id, default_fmt)),
|
||||||
|
"currencies": {},
|
||||||
|
}
|
||||||
|
currency_dict = res[partner_id]["currencies"]
|
||||||
|
|
||||||
|
for line in balances_forward.get(partner_id, []):
|
||||||
|
(
|
||||||
|
currency_dict[line["currency_id"]],
|
||||||
|
currencies,
|
||||||
|
) = self._get_line_currency_defaults(
|
||||||
|
line["currency_id"], currencies, line["balance"]
|
||||||
|
)
|
||||||
|
|
||||||
|
for line in lines[partner_id]:
|
||||||
|
if line["currency_id"] not in currency_dict:
|
||||||
|
(
|
||||||
|
currency_dict[line["currency_id"]],
|
||||||
|
currencies,
|
||||||
|
) = self._get_line_currency_defaults(
|
||||||
|
line["currency_id"], currencies, 0.0
|
||||||
|
)
|
||||||
|
line_currency = currency_dict[line["currency_id"]]
|
||||||
|
if not line["blocked"]:
|
||||||
|
line_currency["amount_due"] += line[amount_field]
|
||||||
|
line["balance"] = line_currency["amount_due"]
|
||||||
|
line["date"] = format_date(
|
||||||
|
line["date"], date_formats.get(partner_id, default_fmt)
|
||||||
|
)
|
||||||
|
line["date_maturity"] = format_date(
|
||||||
|
line["date_maturity"], date_formats.get(partner_id, default_fmt)
|
||||||
|
)
|
||||||
|
line_currency["lines"].append(line)
|
||||||
|
|
||||||
|
if data["show_aging_buckets"]:
|
||||||
|
for line in buckets[partner_id]:
|
||||||
|
if line["currency_id"] not in currency_dict:
|
||||||
|
(
|
||||||
|
currency_dict[line["currency_id"]],
|
||||||
|
currencies,
|
||||||
|
) = self._get_line_currency_defaults(
|
||||||
|
line["currency_id"], currencies, 0.0
|
||||||
|
)
|
||||||
|
line_currency = currency_dict[line["currency_id"]]
|
||||||
|
line_currency["buckets"] = line
|
||||||
|
|
||||||
|
if len(partner_ids) > 1:
|
||||||
|
values = currency_dict.values()
|
||||||
|
if not any([v["lines"] or v["balance_forward"] for v in values]):
|
||||||
|
if data["filter_non_due_partners"]:
|
||||||
|
partners_to_remove.add(partner_id)
|
||||||
|
continue
|
||||||
|
else:
|
||||||
|
res[partner_id]["no_entries"] = True
|
||||||
|
if data["filter_negative_balances"]:
|
||||||
|
if not all([v["amount_due"] >= 0.0 for v in values]):
|
||||||
|
partners_to_remove.add(partner_id)
|
||||||
|
|
||||||
|
for partner in partners_to_remove:
|
||||||
|
del res[partner]
|
||||||
|
partner_ids.remove(partner)
|
||||||
|
|
||||||
|
return {
|
||||||
|
"doc_ids": partner_ids,
|
||||||
|
"doc_model": "res.partner",
|
||||||
|
"docs": self.env["res.partner"].browse(partner_ids),
|
||||||
|
"data": res,
|
||||||
|
"company": self.env["res.company"].browse(company_id),
|
||||||
|
"Currencies": currencies,
|
||||||
|
"account_type": account_type,
|
||||||
|
"bucket_labels": bucket_labels,
|
||||||
|
"get_inv_addr": self._get_invoice_address,
|
||||||
|
}
|
3
partner_statement/security/ir.model.access.csv
Normal file
3
partner_statement/security/ir.model.access.csv
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||||
|
access_activity_statement_wizard,access_activity_statement_wizard,model_activity_statement_wizard,account.group_account_invoice,1,1,1,0
|
||||||
|
access_outstanding_statement_wizard,access_outstanding_statement_wizard,model_outstanding_statement_wizard,account.group_account_invoice,1,1,1,0
|
|
11
partner_statement/security/statement_security.xml
Normal file
11
partner_statement/security/statement_security.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<flectra>
|
||||||
|
<record id="group_activity_statement" model="res.groups">
|
||||||
|
<field name="name">Use activity statements</field>
|
||||||
|
<field name="category_id" ref="base.module_category_hidden" />
|
||||||
|
</record>
|
||||||
|
<record id="group_outstanding_statement" model="res.groups">
|
||||||
|
<field name="name">Use outstanding statements</field>
|
||||||
|
<field name="category_id" ref="base.module_category_hidden" />
|
||||||
|
</record>
|
||||||
|
</flectra>
|
BIN
partner_statement/static/description/icon.png
Normal file
BIN
partner_statement/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
484
partner_statement/static/description/index.html
Normal file
484
partner_statement/static/description/index.html
Normal file
@ -0,0 +1,484 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||||
|
<title>Partner Statement</title>
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
/*
|
||||||
|
:Author: David Goodger (goodger@python.org)
|
||||||
|
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||||
|
:Copyright: This stylesheet has been placed in the public domain.
|
||||||
|
|
||||||
|
Default cascading style sheet for the HTML output of Docutils.
|
||||||
|
|
||||||
|
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||||
|
customize this style sheet.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* used to remove borders from tables and images */
|
||||||
|
.borderless, table.borderless td, table.borderless th {
|
||||||
|
border: 0 }
|
||||||
|
|
||||||
|
table.borderless td, table.borderless th {
|
||||||
|
/* Override padding for "table.docutils td" with "! important".
|
||||||
|
The right padding separates the table cells. */
|
||||||
|
padding: 0 0.5em 0 0 ! important }
|
||||||
|
|
||||||
|
.first {
|
||||||
|
/* Override more specific margin styles with "! important". */
|
||||||
|
margin-top: 0 ! important }
|
||||||
|
|
||||||
|
.last, .with-subtitle {
|
||||||
|
margin-bottom: 0 ! important }
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none }
|
||||||
|
|
||||||
|
.subscript {
|
||||||
|
vertical-align: sub;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
|
.superscript {
|
||||||
|
vertical-align: super;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
|
a.toc-backref {
|
||||||
|
text-decoration: none ;
|
||||||
|
color: black }
|
||||||
|
|
||||||
|
blockquote.epigraph {
|
||||||
|
margin: 2em 5em ; }
|
||||||
|
|
||||||
|
dl.docutils dd {
|
||||||
|
margin-bottom: 0.5em }
|
||||||
|
|
||||||
|
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||||
|
dl.docutils dt {
|
||||||
|
font-weight: bold }
|
||||||
|
*/
|
||||||
|
|
||||||
|
div.abstract {
|
||||||
|
margin: 2em 5em }
|
||||||
|
|
||||||
|
div.abstract p.topic-title {
|
||||||
|
font-weight: bold ;
|
||||||
|
text-align: center }
|
||||||
|
|
||||||
|
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||||
|
div.hint, div.important, div.note, div.tip, div.warning {
|
||||||
|
margin: 2em ;
|
||||||
|
border: medium outset ;
|
||||||
|
padding: 1em }
|
||||||
|
|
||||||
|
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||||
|
div.important p.admonition-title, div.note p.admonition-title,
|
||||||
|
div.tip p.admonition-title {
|
||||||
|
font-weight: bold ;
|
||||||
|
font-family: sans-serif }
|
||||||
|
|
||||||
|
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||||
|
div.danger p.admonition-title, div.error p.admonition-title,
|
||||||
|
div.warning p.admonition-title, .code .error {
|
||||||
|
color: red ;
|
||||||
|
font-weight: bold ;
|
||||||
|
font-family: sans-serif }
|
||||||
|
|
||||||
|
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||||
|
compound paragraphs.
|
||||||
|
div.compound .compound-first, div.compound .compound-middle {
|
||||||
|
margin-bottom: 0.5em }
|
||||||
|
|
||||||
|
div.compound .compound-last, div.compound .compound-middle {
|
||||||
|
margin-top: 0.5em }
|
||||||
|
*/
|
||||||
|
|
||||||
|
div.dedication {
|
||||||
|
margin: 2em 5em ;
|
||||||
|
text-align: center ;
|
||||||
|
font-style: italic }
|
||||||
|
|
||||||
|
div.dedication p.topic-title {
|
||||||
|
font-weight: bold ;
|
||||||
|
font-style: normal }
|
||||||
|
|
||||||
|
div.figure {
|
||||||
|
margin-left: 2em ;
|
||||||
|
margin-right: 2em }
|
||||||
|
|
||||||
|
div.footer, div.header {
|
||||||
|
clear: both;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
|
div.line-block {
|
||||||
|
display: block ;
|
||||||
|
margin-top: 1em ;
|
||||||
|
margin-bottom: 1em }
|
||||||
|
|
||||||
|
div.line-block div.line-block {
|
||||||
|
margin-top: 0 ;
|
||||||
|
margin-bottom: 0 ;
|
||||||
|
margin-left: 1.5em }
|
||||||
|
|
||||||
|
div.sidebar {
|
||||||
|
margin: 0 0 0.5em 1em ;
|
||||||
|
border: medium outset ;
|
||||||
|
padding: 1em ;
|
||||||
|
background-color: #ffffee ;
|
||||||
|
width: 40% ;
|
||||||
|
float: right ;
|
||||||
|
clear: right }
|
||||||
|
|
||||||
|
div.sidebar p.rubric {
|
||||||
|
font-family: sans-serif ;
|
||||||
|
font-size: medium }
|
||||||
|
|
||||||
|
div.system-messages {
|
||||||
|
margin: 5em }
|
||||||
|
|
||||||
|
div.system-messages h1 {
|
||||||
|
color: red }
|
||||||
|
|
||||||
|
div.system-message {
|
||||||
|
border: medium outset ;
|
||||||
|
padding: 1em }
|
||||||
|
|
||||||
|
div.system-message p.system-message-title {
|
||||||
|
color: red ;
|
||||||
|
font-weight: bold }
|
||||||
|
|
||||||
|
div.topic {
|
||||||
|
margin: 2em }
|
||||||
|
|
||||||
|
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||||
|
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||||
|
margin-top: 0.4em }
|
||||||
|
|
||||||
|
h1.title {
|
||||||
|
text-align: center }
|
||||||
|
|
||||||
|
h2.subtitle {
|
||||||
|
text-align: center }
|
||||||
|
|
||||||
|
hr.docutils {
|
||||||
|
width: 75% }
|
||||||
|
|
||||||
|
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||||
|
clear: left ;
|
||||||
|
float: left ;
|
||||||
|
margin-right: 1em }
|
||||||
|
|
||||||
|
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||||
|
clear: right ;
|
||||||
|
float: right ;
|
||||||
|
margin-left: 1em }
|
||||||
|
|
||||||
|
img.align-center, .figure.align-center, object.align-center {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.align-center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-left {
|
||||||
|
text-align: left }
|
||||||
|
|
||||||
|
.align-center {
|
||||||
|
clear: both ;
|
||||||
|
text-align: center }
|
||||||
|
|
||||||
|
.align-right {
|
||||||
|
text-align: right }
|
||||||
|
|
||||||
|
/* reset inner alignment in figures */
|
||||||
|
div.align-right {
|
||||||
|
text-align: inherit }
|
||||||
|
|
||||||
|
/* div.align-center * { */
|
||||||
|
/* text-align: left } */
|
||||||
|
|
||||||
|
.align-top {
|
||||||
|
vertical-align: top }
|
||||||
|
|
||||||
|
.align-middle {
|
||||||
|
vertical-align: middle }
|
||||||
|
|
||||||
|
.align-bottom {
|
||||||
|
vertical-align: bottom }
|
||||||
|
|
||||||
|
ol.simple, ul.simple {
|
||||||
|
margin-bottom: 1em }
|
||||||
|
|
||||||
|
ol.arabic {
|
||||||
|
list-style: decimal }
|
||||||
|
|
||||||
|
ol.loweralpha {
|
||||||
|
list-style: lower-alpha }
|
||||||
|
|
||||||
|
ol.upperalpha {
|
||||||
|
list-style: upper-alpha }
|
||||||
|
|
||||||
|
ol.lowerroman {
|
||||||
|
list-style: lower-roman }
|
||||||
|
|
||||||
|
ol.upperroman {
|
||||||
|
list-style: upper-roman }
|
||||||
|
|
||||||
|
p.attribution {
|
||||||
|
text-align: right ;
|
||||||
|
margin-left: 50% }
|
||||||
|
|
||||||
|
p.caption {
|
||||||
|
font-style: italic }
|
||||||
|
|
||||||
|
p.credits {
|
||||||
|
font-style: italic ;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
|
p.label {
|
||||||
|
white-space: nowrap }
|
||||||
|
|
||||||
|
p.rubric {
|
||||||
|
font-weight: bold ;
|
||||||
|
font-size: larger ;
|
||||||
|
color: maroon ;
|
||||||
|
text-align: center }
|
||||||
|
|
||||||
|
p.sidebar-title {
|
||||||
|
font-family: sans-serif ;
|
||||||
|
font-weight: bold ;
|
||||||
|
font-size: larger }
|
||||||
|
|
||||||
|
p.sidebar-subtitle {
|
||||||
|
font-family: sans-serif ;
|
||||||
|
font-weight: bold }
|
||||||
|
|
||||||
|
p.topic-title {
|
||||||
|
font-weight: bold }
|
||||||
|
|
||||||
|
pre.address {
|
||||||
|
margin-bottom: 0 ;
|
||||||
|
margin-top: 0 ;
|
||||||
|
font: inherit }
|
||||||
|
|
||||||
|
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||||
|
margin-left: 2em ;
|
||||||
|
margin-right: 2em }
|
||||||
|
|
||||||
|
pre.code .ln { color: grey; } /* line numbers */
|
||||||
|
pre.code, code { background-color: #eeeeee }
|
||||||
|
pre.code .comment, code .comment { color: #5C6576 }
|
||||||
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||||
|
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||||
|
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||||
|
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||||
|
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||||
|
|
||||||
|
span.classifier {
|
||||||
|
font-family: sans-serif ;
|
||||||
|
font-style: oblique }
|
||||||
|
|
||||||
|
span.classifier-delimiter {
|
||||||
|
font-family: sans-serif ;
|
||||||
|
font-weight: bold }
|
||||||
|
|
||||||
|
span.interpreted {
|
||||||
|
font-family: sans-serif }
|
||||||
|
|
||||||
|
span.option {
|
||||||
|
white-space: nowrap }
|
||||||
|
|
||||||
|
span.pre {
|
||||||
|
white-space: pre }
|
||||||
|
|
||||||
|
span.problematic {
|
||||||
|
color: red }
|
||||||
|
|
||||||
|
span.section-subtitle {
|
||||||
|
/* font-size relative to parent (h1..h6 element) */
|
||||||
|
font-size: 80% }
|
||||||
|
|
||||||
|
table.citation {
|
||||||
|
border-left: solid 1px gray;
|
||||||
|
margin-left: 1px }
|
||||||
|
|
||||||
|
table.docinfo {
|
||||||
|
margin: 2em 4em }
|
||||||
|
|
||||||
|
table.docutils {
|
||||||
|
margin-top: 0.5em ;
|
||||||
|
margin-bottom: 0.5em }
|
||||||
|
|
||||||
|
table.footnote {
|
||||||
|
border-left: solid 1px black;
|
||||||
|
margin-left: 1px }
|
||||||
|
|
||||||
|
table.docutils td, table.docutils th,
|
||||||
|
table.docinfo td, table.docinfo th {
|
||||||
|
padding-left: 0.5em ;
|
||||||
|
padding-right: 0.5em ;
|
||||||
|
vertical-align: top }
|
||||||
|
|
||||||
|
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||||
|
font-weight: bold ;
|
||||||
|
text-align: left ;
|
||||||
|
white-space: nowrap ;
|
||||||
|
padding-left: 0 }
|
||||||
|
|
||||||
|
/* "booktabs" style (no vertical lines) */
|
||||||
|
table.docutils.booktabs {
|
||||||
|
border: 0px;
|
||||||
|
border-top: 2px solid;
|
||||||
|
border-bottom: 2px solid;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
table.docutils.booktabs * {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
table.docutils.booktabs th {
|
||||||
|
border-bottom: thin solid;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||||
|
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||||
|
font-size: 100% }
|
||||||
|
|
||||||
|
ul.auto-toc {
|
||||||
|
list-style-type: none }
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="document" id="partner-statement">
|
||||||
|
<h1 class="title">Partner Statement</h1>
|
||||||
|
|
||||||
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
|
!! changes will be overwritten. !!
|
||||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||||
|
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-financial-reporting/tree/14.0/partner_statement"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/91/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||||
|
<p>This module extends the functionality of Invoicing to support the printing of customer and vendor statements.
|
||||||
|
There are two types of statements, Activity and Outstanding. Aging details can be shown in the reports, expressed in aging buckets,
|
||||||
|
so the customer or vendor can review how much is open, due or overdue.</p>
|
||||||
|
<p>The activity statement provides details of all activity on the partner receivables or 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.</p>
|
||||||
|
<p>The outstanding statement provides details of all outstanding partner receivables or 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.</p>
|
||||||
|
<p><strong>Table of contents</strong></p>
|
||||||
|
<div class="contents local topic" id="contents">
|
||||||
|
<ul class="simple">
|
||||||
|
<li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li>
|
||||||
|
<li><a class="reference internal" href="#usage" id="id3">Usage</a></li>
|
||||||
|
<li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li>
|
||||||
|
<li><a class="reference internal" href="#changelog" id="id5">Changelog</a><ul>
|
||||||
|
<li><a class="reference internal" href="#id1" id="id6">12.0.1.0.0 (2018-11-08)</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a class="reference internal" href="#bug-tracker" id="id7">Bug Tracker</a></li>
|
||||||
|
<li><a class="reference internal" href="#credits" id="id8">Credits</a><ul>
|
||||||
|
<li><a class="reference internal" href="#authors" id="id9">Authors</a></li>
|
||||||
|
<li><a class="reference internal" href="#contributors" id="id10">Contributors</a></li>
|
||||||
|
<li><a class="reference internal" href="#maintainers" id="id11">Maintainers</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="configuration">
|
||||||
|
<h1><a class="toc-backref" href="#id2">Configuration</a></h1>
|
||||||
|
<p>Users willing to access to this report should have proper Accounting & Finance rights:</p>
|
||||||
|
<ol class="arabic simple">
|
||||||
|
<li>Go to <em>Settings / Users</em> and edit your user to add the corresponding access rights as follows.</li>
|
||||||
|
<li>In <em>Application / Accounting & Finance</em>, select <em>Billing</em> or <em>Billing Manager</em></li>
|
||||||
|
</ol>
|
||||||
|
<p>To configure this module, you need to:</p>
|
||||||
|
<ol class="arabic simple">
|
||||||
|
<li>Go to <em>Configuration / Settings</em></li>
|
||||||
|
<li>Under the <em>Followup Section</em> of <em>Accounting</em> option select either or both of OCA Activity or Outstanding Statement</li>
|
||||||
|
<li>Once selected, you may set default options for the reports.</li>
|
||||||
|
<li>Click <em>Save</em></li>
|
||||||
|
</ol>
|
||||||
|
<p>Removing the wizard from menus follows the same process.</p>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="usage">
|
||||||
|
<h1><a class="toc-backref" href="#id3">Usage</a></h1>
|
||||||
|
<p>To use this module, you need to:</p>
|
||||||
|
<ol class="arabic simple">
|
||||||
|
<li>Go to a list of Partners, Contacts, Customer or Vendors and select one or more.</li>
|
||||||
|
<li>Press ‘Action > Partner Activity Statement’ or ‘Action > Partner Outstanding Statement’ respectively.</li>
|
||||||
|
<li>Indicate if you want to display receivables or payables, and if you want to display aging buckets and the aging type.</li>
|
||||||
|
<li>Optionally complete advanced options such as filtering non due or negative balance partners.</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="known-issues-roadmap">
|
||||||
|
<h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>Email template.</li>
|
||||||
|
<li>Expose reports (using defaults) to billing users while restricting the wizard to managers option.</li>
|
||||||
|
<li>Concept of statement run - to start an async job to send out all statements.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="changelog">
|
||||||
|
<h1><a class="toc-backref" href="#id5">Changelog</a></h1>
|
||||||
|
<div class="section" id="id1">
|
||||||
|
<h2><a class="toc-backref" href="#id6">12.0.1.0.0 (2018-11-08)</a></h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>[BREAKING] Modules customer_activity_statement and customer_outstanding_statement merged to create partner_statement.</li>
|
||||||
|
<li>[ADD] New features.
|
||||||
|
* Age by months or days
|
||||||
|
* Filter negative balances</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="bug-tracker">
|
||||||
|
<h1><a class="toc-backref" href="#id7">Bug Tracker</a></h1>
|
||||||
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-reporting/issues">GitHub Issues</a>.
|
||||||
|
In case of trouble, please check there if your issue has already been reported.
|
||||||
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||||
|
<a class="reference external" href="https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20partner_statement%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||||
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="credits">
|
||||||
|
<h1><a class="toc-backref" href="#id8">Credits</a></h1>
|
||||||
|
<div class="section" id="authors">
|
||||||
|
<h2><a class="toc-backref" href="#id9">Authors</a></h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>ForgeFlow</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="contributors">
|
||||||
|
<h2><a class="toc-backref" href="#id10">Contributors</a></h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>Miquel Raïch <<a class="reference external" href="mailto:miquel.raich@forgeflow.com">miquel.raich@forgeflow.com</a>></li>
|
||||||
|
<li>Graeme Gellatly <<a class="reference external" href="mailto:graeme@o4sb.com">graeme@o4sb.com</a>></li>
|
||||||
|
<li>Lois Rilo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="maintainers">
|
||||||
|
<h2><a class="toc-backref" href="#id11">Maintainers</a></h2>
|
||||||
|
<p>This module is maintained by the OCA.</p>
|
||||||
|
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||||
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
|
mission is to support the collaborative development of Odoo features and
|
||||||
|
promote its widespread use.</p>
|
||||||
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-reporting/tree/14.0/partner_statement">OCA/account-financial-reporting</a> project on GitHub.</p>
|
||||||
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
22
partner_statement/static/src/scss/layout_statement.scss
Normal file
22
partner_statement/static/src/scss/layout_statement.scss
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
.table-statement {
|
||||||
|
.amount {
|
||||||
|
text-align: right !important;
|
||||||
|
width: 14%; //spread 7 columns evenly
|
||||||
|
}
|
||||||
|
thead {
|
||||||
|
border-bottom: solid; // required for clean layout
|
||||||
|
tr th:first-child {
|
||||||
|
width: auto !important; // required for clean layout
|
||||||
|
}
|
||||||
|
tr th:last-child {
|
||||||
|
width: 16% !important; // required for boxed layout
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.statement-blocked {
|
||||||
|
background-color: $gray-500 !important;
|
||||||
|
td:last-child {
|
||||||
|
background-color: $gray-500 !important;
|
||||||
|
}
|
||||||
|
}
|
3
partner_statement/tests/__init__.py
Normal file
3
partner_statement/tests/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from . import test_activity_statement
|
||||||
|
from . import test_outstanding_statement
|
||||||
|
from . import test_res_config_settings
|
114
partner_statement/tests/test_activity_statement.py
Normal file
114
partner_statement/tests/test_activity_statement.py
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from datetime import date
|
||||||
|
|
||||||
|
from flectra import fields
|
||||||
|
from flectra.tests.common import TransactionCase
|
||||||
|
|
||||||
|
|
||||||
|
class TestActivityStatement(TransactionCase):
|
||||||
|
""" Tests for Activity Statement."""
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
super().setUp()
|
||||||
|
|
||||||
|
self.res_users_model = self.env["res.users"]
|
||||||
|
self.company = self.env.ref("base.main_company")
|
||||||
|
self.company.external_report_layout_id = self.env.ref(
|
||||||
|
"web.external_layout_standard"
|
||||||
|
)
|
||||||
|
self.partner1 = self.env.ref("base.res_partner_1")
|
||||||
|
self.partner2 = self.env.ref("base.res_partner_2")
|
||||||
|
self.g_account_user = self.env.ref("account.group_account_user")
|
||||||
|
|
||||||
|
self.user = self._create_user("user_1", [self.g_account_user], self.company).id
|
||||||
|
|
||||||
|
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_title = "Activity Statement"
|
||||||
|
self.today = fields.Date.context_today(self.wiz)
|
||||||
|
|
||||||
|
def _create_user(self, login, groups, company):
|
||||||
|
group_ids = [group.id for group in groups]
|
||||||
|
user = self.res_users_model.create(
|
||||||
|
{
|
||||||
|
"name": login,
|
||||||
|
"login": login,
|
||||||
|
"email": "example@yourcompany.com",
|
||||||
|
"company_id": company.id,
|
||||||
|
"company_ids": [(4, company.id)],
|
||||||
|
"groups_id": [(6, 0, group_ids)],
|
||||||
|
}
|
||||||
|
)
|
||||||
|
return user
|
||||||
|
|
||||||
|
def test_customer_activity_statement(self):
|
||||||
|
|
||||||
|
wiz_id = self.wiz.with_context(
|
||||||
|
active_ids=[self.partner1.id, self.partner2.id]
|
||||||
|
).create({})
|
||||||
|
|
||||||
|
wiz_id.aging_type = "months"
|
||||||
|
wiz_id.show_aging_buckets = False
|
||||||
|
|
||||||
|
statement = wiz_id.button_export_pdf()
|
||||||
|
|
||||||
|
self.assertDictContainsSubset(
|
||||||
|
{
|
||||||
|
"type": "ir.actions.report",
|
||||||
|
"report_name": self.report_name,
|
||||||
|
"report_type": "qweb-pdf",
|
||||||
|
},
|
||||||
|
statement,
|
||||||
|
"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)
|
||||||
|
self.assertIsInstance(
|
||||||
|
report, dict, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
self.assertIn(
|
||||||
|
"bucket_labels", report, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
|
||||||
|
def test_customer_activity_report_no_wizard(self):
|
||||||
|
docids = [self.partner1.id, self.partner2.id]
|
||||||
|
report = self.statement_model._get_report_values(docids, False)
|
||||||
|
self.assertIsInstance(
|
||||||
|
report, dict, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
self.assertIn(
|
||||||
|
"bucket_labels", report, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
|
||||||
|
def test_date_formatting(self):
|
||||||
|
date_fmt = "%d/%m/%Y"
|
||||||
|
test_date = date(2018, 9, 30)
|
||||||
|
res = self.statement_model._format_date_to_partner_lang(test_date, date_fmt)
|
||||||
|
self.assertEqual(res, "30/09/2018")
|
||||||
|
|
||||||
|
test_date_string = "2018-09-30"
|
||||||
|
res = self.statement_model._format_date_to_partner_lang(
|
||||||
|
test_date_string, date_fmt
|
||||||
|
)
|
||||||
|
self.assertEqual(res, "30/09/2018")
|
||||||
|
|
||||||
|
def test_onchange_aging_type(self):
|
||||||
|
"""Test that partner data is filled accordingly"""
|
||||||
|
wiz_id = self.wiz.with_context(
|
||||||
|
active_ids=[self.partner1.id, self.partner2.id]
|
||||||
|
).new()
|
||||||
|
wiz_id.aging_type = "months"
|
||||||
|
wiz_id.onchange_aging_type()
|
||||||
|
self.assertEqual(wiz_id.date_end.month, wiz_id.date_start.month)
|
||||||
|
self.assertTrue(wiz_id.date_end.day > wiz_id.date_start.day)
|
||||||
|
self.assertTrue(wiz_id.date_end < self.today)
|
||||||
|
|
||||||
|
wiz_id.aging_type = "days"
|
||||||
|
wiz_id.onchange_aging_type()
|
||||||
|
self.assertEqual((wiz_id.date_end - wiz_id.date_start).days, 30)
|
||||||
|
self.assertTrue(wiz_id.date_end == self.today)
|
82
partner_statement/tests/test_outstanding_statement.py
Normal file
82
partner_statement/tests/test_outstanding_statement.py
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from flectra.tests.common import TransactionCase
|
||||||
|
|
||||||
|
|
||||||
|
class TestOutstandingStatement(TransactionCase):
|
||||||
|
""" Tests for Outstanding Statement."""
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
super().setUp()
|
||||||
|
|
||||||
|
self.res_users_model = self.env["res.users"]
|
||||||
|
self.company = self.env.ref("base.main_company")
|
||||||
|
self.company.external_report_layout_id = self.env.ref(
|
||||||
|
"web.external_layout_standard"
|
||||||
|
)
|
||||||
|
self.partner1 = self.env.ref("base.res_partner_2")
|
||||||
|
self.partner2 = self.env.ref("base.res_partner_3")
|
||||||
|
self.g_account_user = self.env.ref("account.group_account_user")
|
||||||
|
|
||||||
|
self.user = self._create_user("user_1", [self.g_account_user], self.company).id
|
||||||
|
|
||||||
|
self.statement_model = self.env[
|
||||||
|
"report.partner_statement.outstanding_statement"
|
||||||
|
]
|
||||||
|
self.wiz = self.env["outstanding.statement.wizard"]
|
||||||
|
self.report_name = "partner_statement.outstanding_statement"
|
||||||
|
self.report_title = "Outstanding Statement"
|
||||||
|
|
||||||
|
def _create_user(self, login, groups, company):
|
||||||
|
group_ids = [group.id for group in groups]
|
||||||
|
user = self.res_users_model.create(
|
||||||
|
{
|
||||||
|
"name": login,
|
||||||
|
"login": login,
|
||||||
|
"email": "example@yourcompany.com",
|
||||||
|
"company_id": company.id,
|
||||||
|
"company_ids": [(4, company.id)],
|
||||||
|
"groups_id": [(6, 0, group_ids)],
|
||||||
|
}
|
||||||
|
)
|
||||||
|
return user
|
||||||
|
|
||||||
|
def test_customer_outstanding_statement(self):
|
||||||
|
|
||||||
|
wiz_id = self.wiz.with_context(
|
||||||
|
active_ids=[self.partner1.id, self.partner2.id]
|
||||||
|
).create({})
|
||||||
|
wiz_id.aging_type = "months"
|
||||||
|
|
||||||
|
statement = wiz_id.button_export_pdf()
|
||||||
|
|
||||||
|
self.assertDictContainsSubset(
|
||||||
|
{
|
||||||
|
"type": "ir.actions.report",
|
||||||
|
"report_name": self.report_name,
|
||||||
|
"report_type": "qweb-pdf",
|
||||||
|
},
|
||||||
|
statement,
|
||||||
|
"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)
|
||||||
|
self.assertIsInstance(
|
||||||
|
report, dict, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
self.assertIn(
|
||||||
|
"bucket_labels", report, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
|
||||||
|
def test_customer_outstanding_report_no_wizard(self):
|
||||||
|
docids = [self.partner1.id]
|
||||||
|
report = self.statement_model._get_report_values(docids, False)
|
||||||
|
self.assertIsInstance(
|
||||||
|
report, dict, "There was an error while compiling the report."
|
||||||
|
)
|
||||||
|
self.assertIn(
|
||||||
|
"bucket_labels", report, "There was an error while compiling the report."
|
||||||
|
)
|
35
partner_statement/tests/test_res_config_settings.py
Normal file
35
partner_statement/tests/test_res_config_settings.py
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from flectra.tests.common import TransactionCase
|
||||||
|
|
||||||
|
|
||||||
|
class TestResConfigSettings(TransactionCase):
|
||||||
|
def setUp(self):
|
||||||
|
super().setUp()
|
||||||
|
self.config = self.env["res.config.settings"]
|
||||||
|
self.cr.execute(
|
||||||
|
"SELECT uid FROM res_groups_users_rel "
|
||||||
|
"WHERE gid IN (SELECT res_id FROM ir_model_data "
|
||||||
|
" WHERE module='account' AND name='group_account_invoice') "
|
||||||
|
"ORDER BY uid DESC LIMIT 1"
|
||||||
|
)
|
||||||
|
self.account_user = self.cr.fetchone()[0]
|
||||||
|
self.user_obj = self.env["res.users"].with_user(self.account_user)
|
||||||
|
|
||||||
|
def test_groups(self):
|
||||||
|
conf = self.config.create(
|
||||||
|
{
|
||||||
|
"default_aging_type": "months",
|
||||||
|
"group_activity_statement": True,
|
||||||
|
"group_outstanding_statement": False,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
conf.set_values()
|
||||||
|
self.assertFalse(
|
||||||
|
self.user_obj._has_group("partner_statement.group_outstanding_statement")
|
||||||
|
)
|
||||||
|
self.assertTrue(
|
||||||
|
self.user_obj._has_group("partner_statement.group_activity_statement")
|
||||||
|
)
|
||||||
|
res = self.env["ir.default"].get("activity.statement.wizard", "aging_type")
|
||||||
|
self.assertEqual(res, "months")
|
171
partner_statement/views/activity_statement.xml
Normal file
171
partner_statement/views/activity_statement.xml
Normal file
@ -0,0 +1,171 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<flectra>
|
||||||
|
<template id="partner_statement.activity_statement_document">
|
||||||
|
<t t-call="web.external_layout">
|
||||||
|
<t t-set="o" t-value="o.with_context({'lang': lang})" />
|
||||||
|
<t t-set="address">
|
||||||
|
<address
|
||||||
|
t-esc="get_inv_addr(o)"
|
||||||
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
|
||||||
|
/>
|
||||||
|
<div t-if="o.vat" class="mt16"><t
|
||||||
|
t-esc="company.country_id.vat_label or 'Tax ID'"
|
||||||
|
/>: <span t-field="o.vat" /></div>
|
||||||
|
</t>
|
||||||
|
<div class="page">
|
||||||
|
<h2>Statement of Account</h2>
|
||||||
|
<div id="informations" class="row mt32 mb32">
|
||||||
|
<div class="col-3 bm-2">
|
||||||
|
<strong>Date:</strong>
|
||||||
|
<p t-esc="d['today']" class="m-0" />
|
||||||
|
</div>
|
||||||
|
<div class="col-3 bm-2">
|
||||||
|
<strong>Partner Name:</strong>
|
||||||
|
<p t-field="o.name" class="m-0" />
|
||||||
|
</div>
|
||||||
|
<div t-if="o.ref" class="col-3 bm-2">
|
||||||
|
<strong>Partner Code:</strong>
|
||||||
|
<p t-field="o.ref" class="m-0" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<t t-if="d['currencies']">
|
||||||
|
<br />
|
||||||
|
<t t-foreach="d['currencies'].items()" t-as="currency">
|
||||||
|
<t t-set="display_currency" t-value="Currencies[currency[0]]" />
|
||||||
|
<t t-set="currency" t-value="currency[1]" />
|
||||||
|
<p>
|
||||||
|
<span
|
||||||
|
t-if="account_type == 'payable'"
|
||||||
|
>Supplier </span>Statement between <span
|
||||||
|
t-esc="d['start']"
|
||||||
|
/> and <span t-esc="d['end']" /> in <span
|
||||||
|
t-esc="display_currency.name"
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
<table class="table table-condensed table-statement">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Reference number</th>
|
||||||
|
<th>Date</th>
|
||||||
|
<th>Description</th>
|
||||||
|
<th class="amount">Amount</th>
|
||||||
|
<th class="amount">Balance</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td />
|
||||||
|
<td>
|
||||||
|
<span t-esc="d['start']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Balance Forward
|
||||||
|
</td>
|
||||||
|
<td />
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="currency['balance_forward']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr
|
||||||
|
t-foreach="currency['lines']"
|
||||||
|
t-as="line"
|
||||||
|
t-att-class="'statement-blocked' if line['blocked'] else ''"
|
||||||
|
>
|
||||||
|
<td>
|
||||||
|
<span t-esc="line['move_id']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span t-esc="line['date']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<t t-if="line['name'] != '/'">
|
||||||
|
<t t-if="not line['ref'] and line['name']">
|
||||||
|
<span t-esc="line['name']" />
|
||||||
|
</t>
|
||||||
|
<t t-if="line['ref'] and not line['name']">
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
<t t-if="line['ref'] and line['name']">
|
||||||
|
<t
|
||||||
|
t-if="line['name'] not in line['ref'] or line['name'] == line['ref']"
|
||||||
|
>
|
||||||
|
<span t-esc="line['name']" />
|
||||||
|
</t>
|
||||||
|
<t
|
||||||
|
t-if="line['ref'] not in line['name']"
|
||||||
|
>
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
<t t-if="line['name'] == '/'">
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="line['amount']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="line['balance']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td />
|
||||||
|
<td>
|
||||||
|
<span t-esc="d['end']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Ending Balance
|
||||||
|
</td>
|
||||||
|
<td />
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="currency['amount_due']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<t
|
||||||
|
t-call="partner_statement.aging_buckets"
|
||||||
|
t-if="currency['buckets']"
|
||||||
|
/>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
<p t-if="d.get('no_entries')">
|
||||||
|
<strong>The partner doesn't have due entries.</strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</t>
|
||||||
|
</template>
|
||||||
|
<template id="activity_statement">
|
||||||
|
<t t-call="web.html_container">
|
||||||
|
<t t-foreach="docs" t-as="o">
|
||||||
|
<t t-set="d" t-value="data.get(o.id)" />
|
||||||
|
<t
|
||||||
|
t-call="partner_statement.activity_statement_document"
|
||||||
|
t-lang="o.lang"
|
||||||
|
/>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
</template>
|
||||||
|
<record id="action_print_activity_statement" 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-pdf</field>
|
||||||
|
<field name="report_file">partner_statement.activity_statement</field>
|
||||||
|
</record>
|
||||||
|
</flectra>
|
70
partner_statement/views/aging_buckets.xml
Normal file
70
partner_statement/views/aging_buckets.xml
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<flectra>
|
||||||
|
<template id="aging_buckets">
|
||||||
|
<p>
|
||||||
|
Aging Report at <span t-esc="d['end']" /> in <span
|
||||||
|
t-esc="display_currency.name"
|
||||||
|
/>:
|
||||||
|
</p>
|
||||||
|
<table class="table table-sm table-statement">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<t t-foreach="bucket_labels" t-as="bl">
|
||||||
|
<th class="amount">
|
||||||
|
<span t-esc="bl" />
|
||||||
|
</th>
|
||||||
|
</t>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<t t-set="buckets" t-value="currency['buckets']" />
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('current', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('b_1_30', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('b_30_60', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('b_60_90', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('b_90_120', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('b_over_120', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="buckets.get('balance', 0.0)"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</template>
|
||||||
|
</flectra>
|
18
partner_statement/views/assets.xml
Normal file
18
partner_statement/views/assets.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<flectra>
|
||||||
|
<template
|
||||||
|
id="report_assets_common"
|
||||||
|
name="oca_statements report assets"
|
||||||
|
inherit_id="web.report_assets_common"
|
||||||
|
>
|
||||||
|
<xpath expr="." position="inside">
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="/partner_statement/static/src/scss/layout_statement.scss"
|
||||||
|
type="text/scss"
|
||||||
|
/>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
</flectra>
|
167
partner_statement/views/outstanding_statement.xml
Normal file
167
partner_statement/views/outstanding_statement.xml
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<flectra>
|
||||||
|
<template id="partner_statement.outstanding_statement_document">
|
||||||
|
<t t-call="web.external_layout">
|
||||||
|
<t t-set="o" t-value="o.with_context({'lang': lang})" />
|
||||||
|
<t t-set="address">
|
||||||
|
<address
|
||||||
|
t-esc="get_inv_addr(o)"
|
||||||
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
|
||||||
|
/>
|
||||||
|
<div t-if="o.vat" class="mt16"><t
|
||||||
|
t-esc="company.country_id.vat_label or 'Tax ID'"
|
||||||
|
/>: <span t-field="o.vat" /></div>
|
||||||
|
</t>
|
||||||
|
<div class="page">
|
||||||
|
<div class="oe_structure" />
|
||||||
|
<h2>Statement of Account</h2>
|
||||||
|
<div id="informations" class="row mt32 mb32">
|
||||||
|
<div class="col-3 bm-2">
|
||||||
|
<strong>Date:</strong>
|
||||||
|
<p t-esc="d['today']" class="m-0" />
|
||||||
|
</div>
|
||||||
|
<div class="col-3 bm-2">
|
||||||
|
<strong>Partner Name:</strong>
|
||||||
|
<p t-field="o.name" class="m-0" />
|
||||||
|
</div>
|
||||||
|
<div t-if="o.ref" class="col-3 bm-2">
|
||||||
|
<strong>Partner Code:</strong>
|
||||||
|
<p t-field="o.ref" class="m-0" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<t t-if="d['currencies']">
|
||||||
|
<br />
|
||||||
|
<t t-foreach="d['currencies'].items()" t-as="currency">
|
||||||
|
<t t-set="display_currency" t-value="Currencies[currency[0]]" />
|
||||||
|
<t t-set="currency" t-value="currency[1]" />
|
||||||
|
<p>
|
||||||
|
<span
|
||||||
|
t-esc="'' if account_type == 'receivable' else 'Supplier '"
|
||||||
|
/>Statement up to <span t-esc="d['end']" /> in <span
|
||||||
|
t-esc="display_currency.name"
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
<table class="table table-sm table-statement">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Reference number</th>
|
||||||
|
<th>Date</th>
|
||||||
|
<th>Due Date</th>
|
||||||
|
<th>Description</th>
|
||||||
|
<th class="amount">Original</th>
|
||||||
|
<th class="amount">Open Amount</th>
|
||||||
|
<th class="amount">Balance</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr
|
||||||
|
t-foreach="currency['lines']"
|
||||||
|
t-as="line"
|
||||||
|
t-att-class="'statement-blocked' if line['blocked'] else ''"
|
||||||
|
>
|
||||||
|
<td>
|
||||||
|
<span t-esc="line['move_id']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span t-esc="line['date']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span t-esc="line['date_maturity']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<t t-if="line['name'] != '/'">
|
||||||
|
<t t-if="not line['ref']">
|
||||||
|
<span t-esc="line['name']" />
|
||||||
|
</t>
|
||||||
|
<t t-if="line['ref'] and not line['name']">
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
<t t-if="line['ref'] and line['name']">
|
||||||
|
<t
|
||||||
|
t-if="line['name'] not in line['ref'] or line['name'] == line['ref']"
|
||||||
|
>
|
||||||
|
<span t-esc="line['name']" />
|
||||||
|
</t>
|
||||||
|
<t
|
||||||
|
t-if="line['ref'] not in line['name']"
|
||||||
|
>
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
<t t-if="line['name'] == '/'">
|
||||||
|
<span t-esc="line['ref']" />
|
||||||
|
</t>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="line['amount']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="line['open_amount']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="line['balance']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td />
|
||||||
|
<td>
|
||||||
|
<span t-esc="d['end']" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Ending Balance
|
||||||
|
</td>
|
||||||
|
<td />
|
||||||
|
<td />
|
||||||
|
<td />
|
||||||
|
<td class="amount">
|
||||||
|
<span
|
||||||
|
t-esc="currency['amount_due']"
|
||||||
|
t-options="{'widget': 'monetary', 'display_currency': display_currency}"
|
||||||
|
/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<t
|
||||||
|
t-call="partner_statement.aging_buckets"
|
||||||
|
t-if="currency['buckets']"
|
||||||
|
/>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
<p t-if="d.get('no_entries')">
|
||||||
|
<strong>The partner doesn't have due entries.</strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</t>
|
||||||
|
</template>
|
||||||
|
<template id="outstanding_statement">
|
||||||
|
<t t-call="web.html_container">
|
||||||
|
<t t-foreach="docs" t-as="o">
|
||||||
|
<t t-set="d" t-value="data.get(o.id)" />
|
||||||
|
<t
|
||||||
|
t-call="partner_statement.outstanding_statement_document"
|
||||||
|
t-lang="o.lang"
|
||||||
|
/>
|
||||||
|
</t>
|
||||||
|
</t>
|
||||||
|
</template>
|
||||||
|
<record id="action_print_outstanding_statement" 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-pdf</field>
|
||||||
|
<field name="report_file">partner_statement.outstanding_statement</field>
|
||||||
|
</record>
|
||||||
|
</flectra>
|
86
partner_statement/views/res_config_settings.xml
Normal file
86
partner_statement/views/res_config_settings.xml
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<flectra>
|
||||||
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
||||||
|
<field name="name">res.config.settings.view.form (in partner_statement)</field>
|
||||||
|
<field name="model">res.config.settings</field>
|
||||||
|
<field name="priority" eval="40" />
|
||||||
|
<field name="inherit_id" ref="account.res_config_settings_view_form" />
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath
|
||||||
|
expr="//field[@name='module_account_payment']/../.."
|
||||||
|
position="after"
|
||||||
|
>
|
||||||
|
<div class="col-12 col-lg-6 o_setting_box">
|
||||||
|
<div class="o_setting_left_pane">
|
||||||
|
<field name="group_activity_statement" />
|
||||||
|
</div>
|
||||||
|
<div class="o_setting_right_pane">
|
||||||
|
<label for="group_activity_statement" />
|
||||||
|
<div class="text-muted">
|
||||||
|
Activity Statements show all transactions between two dates.
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="content-group"
|
||||||
|
attrs="{'invisible': [('group_activity_statement', '=', False), ('group_outstanding_statement', '=', False)]}"
|
||||||
|
>
|
||||||
|
<div class="row mt16">
|
||||||
|
<label
|
||||||
|
for="default_aging_type"
|
||||||
|
class="col-lg-3 o_light_label"
|
||||||
|
/>
|
||||||
|
<field name="default_aging_type" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<field
|
||||||
|
name="default_show_aging_buckets"
|
||||||
|
class="oe_inline"
|
||||||
|
/>
|
||||||
|
<label
|
||||||
|
for="default_show_aging_buckets"
|
||||||
|
class="o_light_label"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<field
|
||||||
|
name="default_filter_partners_non_due"
|
||||||
|
class="oe_inline"
|
||||||
|
/>
|
||||||
|
<label
|
||||||
|
for="default_filter_partners_non_due"
|
||||||
|
class="o_light_label"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<field
|
||||||
|
name="default_filter_negative_balances"
|
||||||
|
class="oe_inline"
|
||||||
|
/>
|
||||||
|
<label
|
||||||
|
for="default_filter_negative_balances"
|
||||||
|
class="o_light_label"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-12 col-lg-6 o_setting_box">
|
||||||
|
<div class="o_setting_left_pane">
|
||||||
|
<field name="group_outstanding_statement" />
|
||||||
|
</div>
|
||||||
|
<div class="o_setting_right_pane">
|
||||||
|
<label for="group_outstanding_statement" />
|
||||||
|
<div class="text-muted">
|
||||||
|
Outstanding Statements show all transactions up to a date.
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="text-muted"
|
||||||
|
attrs="{'invisible': [('group_outstanding_statement', '=', False)]}"
|
||||||
|
>
|
||||||
|
Please set defaults under Activity Statements.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</flectra>
|
4
partner_statement/wizard/__init__.py
Normal file
4
partner_statement/wizard/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from . import statement_common
|
||||||
|
from . import activity_statement_wizard
|
||||||
|
from . import outstanding_statement_wizard
|
||||||
|
from . import res_config_settings
|
42
partner_statement/wizard/activity_statement_wizard.py
Normal file
42
partner_statement/wizard/activity_statement_wizard.py
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from dateutil.relativedelta import relativedelta
|
||||||
|
|
||||||
|
from flectra import api, fields, models
|
||||||
|
|
||||||
|
|
||||||
|
class ActivityStatementWizard(models.TransientModel):
|
||||||
|
"""Activity Statement wizard."""
|
||||||
|
|
||||||
|
_inherit = "statement.common.wizard"
|
||||||
|
_name = "activity.statement.wizard"
|
||||||
|
_description = "Activity Statement Wizard"
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _get_date_start(self):
|
||||||
|
return (
|
||||||
|
fields.Date.context_today(self).replace(day=1) - relativedelta(days=1)
|
||||||
|
).replace(day=1)
|
||||||
|
|
||||||
|
date_start = fields.Date(required=True, default=_get_date_start)
|
||||||
|
|
||||||
|
@api.onchange("aging_type")
|
||||||
|
def onchange_aging_type(self):
|
||||||
|
super().onchange_aging_type()
|
||||||
|
if self.aging_type == "months":
|
||||||
|
self.date_start = self.date_end.replace(day=1)
|
||||||
|
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
|
19
partner_statement/wizard/outstanding_statement_wizard.py
Normal file
19
partner_statement/wizard/outstanding_statement_wizard.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
|
from flectra import models
|
||||||
|
|
||||||
|
|
||||||
|
class OutstandingStatementWizard(models.TransientModel):
|
||||||
|
"""Outstanding Statement wizard."""
|
||||||
|
|
||||||
|
_name = "outstanding.statement.wizard"
|
||||||
|
_inherit = "statement.common.wizard"
|
||||||
|
_description = "Outstanding Statement Wizard"
|
||||||
|
|
||||||
|
def _export(self):
|
||||||
|
"""Export to PDF."""
|
||||||
|
data = self._prepare_statement()
|
||||||
|
return self.env.ref(
|
||||||
|
"partner_statement.action_print_outstanding_statement"
|
||||||
|
).report_action(self.ids, data=data)
|
58
partner_statement/wizard/res_config_settings.py
Normal file
58
partner_statement/wizard/res_config_settings.py
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
from flectra import fields, models
|
||||||
|
|
||||||
|
|
||||||
|
class ResConfigSettings(models.TransientModel):
|
||||||
|
_inherit = "res.config.settings"
|
||||||
|
|
||||||
|
group_activity_statement = fields.Boolean(
|
||||||
|
"Enable OCA Activity Statements",
|
||||||
|
group="account.group_account_invoice",
|
||||||
|
implied_group="partner_statement.group_activity_statement",
|
||||||
|
)
|
||||||
|
|
||||||
|
default_aging_type = fields.Selection(
|
||||||
|
[("days", "Age by Days"), ("months", "Age by Months")],
|
||||||
|
string="Aging Method",
|
||||||
|
required=True,
|
||||||
|
default="days",
|
||||||
|
default_model="statement.common.wizard",
|
||||||
|
)
|
||||||
|
|
||||||
|
default_show_aging_buckets = fields.Boolean(
|
||||||
|
string="Show Aging Buckets", default_model="statement.common.wizard"
|
||||||
|
)
|
||||||
|
|
||||||
|
default_filter_partners_non_due = fields.Boolean(
|
||||||
|
string="Exclude partners with no due entries",
|
||||||
|
default_model="statement.common.wizard",
|
||||||
|
)
|
||||||
|
|
||||||
|
default_filter_negative_balances = fields.Boolean(
|
||||||
|
"Exclude Negative Balances", default_model="statement.common.wizard"
|
||||||
|
)
|
||||||
|
|
||||||
|
group_outstanding_statement = fields.Boolean(
|
||||||
|
"Enable OCA Outstanding Statements",
|
||||||
|
group="account.group_account_invoice",
|
||||||
|
implied_group="partner_statement.group_outstanding_statement",
|
||||||
|
)
|
||||||
|
|
||||||
|
def set_values(self):
|
||||||
|
self = self.with_context(active_test=False)
|
||||||
|
# default values fields
|
||||||
|
IrDefault = self.env["ir.default"].sudo()
|
||||||
|
for name, field in self._fields.items():
|
||||||
|
if (
|
||||||
|
name.startswith("default_")
|
||||||
|
and field.default_model == "statement.common.wizard"
|
||||||
|
):
|
||||||
|
if isinstance(self[name], models.BaseModel):
|
||||||
|
if self._fields[name].type == "many2one":
|
||||||
|
value = self[name].id
|
||||||
|
else:
|
||||||
|
value = self[name].ids
|
||||||
|
else:
|
||||||
|
value = self[name]
|
||||||
|
IrDefault.set("activity.statement.wizard", name[8:], value)
|
||||||
|
IrDefault.set("outstanding.statement.wizard", name[8:], value)
|
||||||
|
return super().set_values()
|
71
partner_statement/wizard/statement_common.py
Normal file
71
partner_statement/wizard/statement_common.py
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
# Copyright 2018 Graeme Gellatly
|
||||||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from dateutil.relativedelta import relativedelta
|
||||||
|
|
||||||
|
from flectra import api, fields, models
|
||||||
|
|
||||||
|
|
||||||
|
class StatementCommon(models.AbstractModel):
|
||||||
|
|
||||||
|
_name = "statement.common.wizard"
|
||||||
|
_description = "Statement Reports Common Wizard"
|
||||||
|
|
||||||
|
name = fields.Char()
|
||||||
|
company_id = fields.Many2one(
|
||||||
|
comodel_name="res.company",
|
||||||
|
default=lambda self: self.env.company,
|
||||||
|
string="Company",
|
||||||
|
required=True,
|
||||||
|
)
|
||||||
|
date_end = fields.Date(required=True, default=fields.Date.context_today)
|
||||||
|
show_aging_buckets = fields.Boolean(default=True)
|
||||||
|
number_partner_ids = fields.Integer(
|
||||||
|
default=lambda self: len(self._context["active_ids"])
|
||||||
|
)
|
||||||
|
filter_partners_non_due = fields.Boolean(
|
||||||
|
string="Don't show partners with no due entries", default=True
|
||||||
|
)
|
||||||
|
filter_negative_balances = fields.Boolean("Exclude Negative Balances", default=True)
|
||||||
|
|
||||||
|
aging_type = fields.Selection(
|
||||||
|
[("days", "Age by Days"), ("months", "Age by Months")],
|
||||||
|
string="Aging Method",
|
||||||
|
default="days",
|
||||||
|
required=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
account_type = fields.Selection(
|
||||||
|
[("receivable", "Receivable"), ("payable", "Payable")],
|
||||||
|
string="Account type",
|
||||||
|
default="receivable",
|
||||||
|
)
|
||||||
|
|
||||||
|
@api.onchange("aging_type")
|
||||||
|
def onchange_aging_type(self):
|
||||||
|
if self.aging_type == "months":
|
||||||
|
self.date_end = fields.Date.context_today(self).replace(
|
||||||
|
day=1
|
||||||
|
) - relativedelta(days=1)
|
||||||
|
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 {
|
||||||
|
"date_end": self.date_end,
|
||||||
|
"company_id": self.company_id.id,
|
||||||
|
"partner_ids": self._context["active_ids"],
|
||||||
|
"show_aging_buckets": self.show_aging_buckets,
|
||||||
|
"filter_non_due_partners": self.filter_partners_non_due,
|
||||||
|
"account_type": self.account_type,
|
||||||
|
"aging_type": self.aging_type,
|
||||||
|
"filter_negative_balances": self.filter_negative_balances,
|
||||||
|
}
|
||||||
|
|
||||||
|
def _export(self):
|
||||||
|
raise NotImplementedError
|
129
partner_statement/wizard/statement_wizard.xml
Normal file
129
partner_statement/wizard/statement_wizard.xml
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<flectra>
|
||||||
|
<!-- wizard action on res.partner -->
|
||||||
|
<record id="activity_statement_wizard_action" model="ir.actions.act_window">
|
||||||
|
<field name="name">Partner Activity Statement</field>
|
||||||
|
<field name="binding_model_id" ref="base.model_res_partner" />
|
||||||
|
<field name="res_model">activity.statement.wizard</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field
|
||||||
|
name="groups_id"
|
||||||
|
eval="[(4, ref('partner_statement.group_activity_statement'))]"
|
||||||
|
/>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
<record id="outstanding_statement_wizard_action" model="ir.actions.act_window">
|
||||||
|
<field name="name">Partner Outstanding Statement</field>
|
||||||
|
<field name="binding_model_id" ref="base.model_res_partner" />
|
||||||
|
<field name="res_model">outstanding.statement.wizard</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field
|
||||||
|
name="groups_id"
|
||||||
|
eval="[(4, ref('partner_statement.group_outstanding_statement'))]"
|
||||||
|
/>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
<!-- wizard view -->
|
||||||
|
<record id="statement_common_view" model="ir.ui.view">
|
||||||
|
<field name="name">Statement Common Wizard View</field>
|
||||||
|
<field name="model">statement.common.wizard</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form name="Report Options">
|
||||||
|
<div style="text-align:justify" name="info">
|
||||||
|
<span
|
||||||
|
class="o_form_label"
|
||||||
|
>Aging details can be shown in the report, expressed in aging
|
||||||
|
buckets, so the partner can review how much is open, due or overdue.
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
<group>
|
||||||
|
<group name="main_info">
|
||||||
|
<field
|
||||||
|
name="company_id"
|
||||||
|
options="{'no_create': True}"
|
||||||
|
groups="base.group_multi_company"
|
||||||
|
/>
|
||||||
|
<label for="account_type" />
|
||||||
|
<field name="account_type" nolabel="1" widget="radio" />
|
||||||
|
</group>
|
||||||
|
<group name="aging_report">
|
||||||
|
<field name="show_aging_buckets" />
|
||||||
|
<field name="aging_type" />
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<group name="dates">
|
||||||
|
<field name="date_end" />
|
||||||
|
</group>
|
||||||
|
<group name="multiple_partners">
|
||||||
|
<field name="number_partner_ids" readonly="1" invisible="1" />
|
||||||
|
<field
|
||||||
|
name="filter_partners_non_due"
|
||||||
|
attrs="{'invisible': [('number_partner_ids', '=', 1)]}"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="filter_negative_balances"
|
||||||
|
attrs="{'invisible': [('number_partner_ids', '=', 1)]}"
|
||||||
|
/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<footer>
|
||||||
|
<button
|
||||||
|
name="button_export_pdf"
|
||||||
|
string="Export PDF"
|
||||||
|
type="object"
|
||||||
|
default_focus="1"
|
||||||
|
class="oe_highlight"
|
||||||
|
/>
|
||||||
|
or
|
||||||
|
<button string="Cancel" class="oe_link" special="cancel" />
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<record id="outstanding_statement_wizard_view" model="ir.ui.view">
|
||||||
|
<field name="name">Outstanding Statement Wizard</field>
|
||||||
|
<field name="model">outstanding.statement.wizard</field>
|
||||||
|
<field name="inherit_id" ref="partner_statement.statement_common_view" />
|
||||||
|
<field name="mode">primary</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//div[@name='info']/span" position="before">
|
||||||
|
<span
|
||||||
|
class="o_form_label"
|
||||||
|
>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.
|
||||||
|
</span>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<record id="activity_statement_wizard_view" model="ir.ui.view">
|
||||||
|
<field name="name">Activity Statement Wizard</field>
|
||||||
|
<field name="model">activity.statement.wizard</field>
|
||||||
|
<field name="inherit_id" ref="partner_statement.statement_common_view" />
|
||||||
|
<field name="mode">primary</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//div[@name='info']/span" position="before">
|
||||||
|
<span
|
||||||
|
class="o_form_label"
|
||||||
|
>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.
|
||||||
|
</span>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//field[@name='date_end']" position="before">
|
||||||
|
<field name="date_start" />
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</flectra>
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# generated from manifests external_dependencies
|
||||||
|
python-dateutil
|
Loading…
Reference in New Issue
Block a user