mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 11:12:07 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
1bf93ea9cc
commit
51c7f93c6f
148
.gitlab-ci.yml
148
.gitlab-ci.yml
@ -35,17 +35,20 @@ test_all_modules:
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux"
|
||||
@ -67,19 +70,19 @@ test_all_modules:
|
||||
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_all
|
||||
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_all
|
||||
- su - flectra -c "/opt/flectra/flectra-bin
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--db_host psql
|
||||
--db_port 5432
|
||||
--db_user flectra
|
||||
--db_password flectra
|
||||
--database test_all
|
||||
--test-enable
|
||||
--init mis_builder_budget,mis_builder,mis_builder_demo
|
||||
--init mis_builder_budget,mis_builder_demo,mis_builder
|
||||
--stop-after-init
|
||||
--log-level error
|
||||
--log-handler flectra.addons.mis_builder_budget:TEST
|
||||
--log-handler flectra.addons.mis_builder:TEST
|
||||
--log-handler flectra.addons.mis_builder_demo:TEST
|
||||
--log-handler flectra.addons.mis_builder:TEST
|
||||
"
|
||||
|
||||
|
||||
@ -103,17 +106,20 @@ test_module_mis_builder_budget:
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux"
|
||||
@ -135,7 +141,7 @@ test_module_mis_builder_budget:
|
||||
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_builder_budget
|
||||
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_builder_budget
|
||||
- su - flectra -c "/opt/flectra/flectra-bin
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--db_host psql
|
||||
--db_port 5432
|
||||
--db_user flectra
|
||||
@ -146,69 +152,6 @@ test_module_mis_builder_budget:
|
||||
--log-level error
|
||||
--log-handler flectra.addons.mis_builder_budget:TEST"
|
||||
|
||||
test_module_mis_builder:
|
||||
stage: testsingle
|
||||
when: on_failure
|
||||
image:
|
||||
name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
script:
|
||||
- apt-get install -y p7zip-full
|
||||
- apt install -y expect-dev
|
||||
- su - flectra -c "mkdir ~/others"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/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_mis_builder
|
||||
- psql -h psql -U flectra -d test_mis_builder -f ${CI_PROJECT_DIR}/ci_data/dump.sql
|
||||
- su - flectra -c "mkdir -p ~/.local/share/filestore"
|
||||
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_builder
|
||||
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_builder
|
||||
- su - flectra -c "/opt/flectra/flectra-bin
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/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_mis_builder
|
||||
--test-enable -i mis_builder
|
||||
--stop-after-init
|
||||
--log-level error
|
||||
--log-handler flectra.addons.mis_builder:TEST"
|
||||
|
||||
test_module_mis_builder_demo:
|
||||
stage: testsingle
|
||||
when: on_failure
|
||||
@ -229,17 +172,20 @@ test_module_mis_builder_demo:
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux"
|
||||
@ -261,7 +207,7 @@ test_module_mis_builder_demo:
|
||||
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_builder_demo
|
||||
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_builder_demo
|
||||
- su - flectra -c "/opt/flectra/flectra-bin
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--db_host psql
|
||||
--db_port 5432
|
||||
--db_user flectra
|
||||
@ -272,3 +218,69 @@ test_module_mis_builder_demo:
|
||||
--log-level error
|
||||
--log-handler flectra.addons.mis_builder_demo:TEST"
|
||||
|
||||
test_module_mis_builder:
|
||||
stage: testsingle
|
||||
when: on_failure
|
||||
image:
|
||||
name: registry.gitlab.com/jamotion/flectra/ubuntudev:2-latest
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
script:
|
||||
- apt-get install -y p7zip-full
|
||||
- apt install -y expect-dev
|
||||
- su - flectra -c "mkdir ~/others"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-analytic.git ~/others/account-analytic"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-closing.git ~/others/account-closing"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-financial-tools.git ~/others/account-financial-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-invoicing.git ~/others/account-invoicing"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/account-payment.git ~/others/account-payment"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/bank-payment.git ~/others/bank-payment"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/brand.git ~/others/brand"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/community-data-files.git ~/others/community-data-files"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector.git ~/others/connector"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/connector-telephony.git ~/others/connector-telephony"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/contract.git ~/others/contract"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/delivery-carrier.git ~/others/delivery-carrier"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/edi.git ~/others/edi"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/intrastat-extrastat.git ~/others/intrastat-extrastat"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/partner-contact.git ~/others/partner-contact"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/product-attribute.git ~/others/product-attribute"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/purchase-workflow.git ~/others/purchase-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/queue.git ~/others/queue"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/report-print-send.git ~/others/report-print-send"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/reporting-engine.git ~/others/reporting-engine"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/rest-framework.git ~/others/rest-framework"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/sale-workflow.git ~/others/sale-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-auth.git ~/others/server-auth"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-backend.git ~/others/server-backend"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-env.git ~/others/server-env"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-tools.git ~/others/server-tools"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/server-ux.git ~/others/server-ux"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/social.git ~/others/social"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-transport.git ~/others/stock-logistics-transport"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-warehouse.git ~/others/stock-logistics-warehouse"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/stock-logistics-workflow.git ~/others/stock-logistics-workflow"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/storage.git ~/others/storage"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/web.git ~/others/web"
|
||||
- su - flectra -c "git clone --branch 20-fixed --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/flectra-community/wms.git ~/others/wms"
|
||||
- sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
|
||||
- mkdir ${CI_PROJECT_DIR}/ci_data
|
||||
- wget -O ${CI_PROJECT_DIR}/ci_data/test_base.zip https://gitlab.com/flectra-community/devops/oca2fc/raw/master/ci_data/test_base.zip
|
||||
- 7z x -o ${CI_PROJECT_DIR}/ci_data/ ${CI_PROJECT_DIR}/ci_data/test_base.zip
|
||||
- export PGPASSWORD="flectra"
|
||||
- createdb -h psql -U flectra -O flectra -T template1 test_mis_builder
|
||||
- psql -h psql -U flectra -d test_mis_builder -f ${CI_PROJECT_DIR}/ci_data/dump.sql
|
||||
- su - flectra -c "mkdir -p ~/.local/share/filestore"
|
||||
- mv ${CI_PROJECT_DIR}/ci_data/filestore /opt/flectra/.local/share/filestore/test_mis_builder
|
||||
- chown -R flectra.flectra /opt/flectra/.local/share/filestore/test_mis_builder
|
||||
- su - flectra -c "/opt/flectra/flectra-bin
|
||||
--addons-path ${CI_PROJECT_DIR},~/others/account-analytic,~/others/account-closing,~/others/account-financial-tools,~/others/account-invoicing,~/others/account-payment,~/others/bank-payment,~/others/brand,~/others/community-data-files,~/others/connector,~/others/connector-telephony,~/others/contract,~/others/delivery-carrier,~/others/edi,~/others/intrastat-extrastat,~/others/partner-contact,~/others/product-attribute,~/others/purchase-workflow,~/others/queue,~/others/report-print-send,~/others/reporting-engine,~/others/rest-framework,~/others/sale-workflow,~/others/server-auth,~/others/server-backend,~/others/server-env,~/others/server-tools,~/others/server-ux,~/others/social,~/others/stock-logistics-transport,~/others/stock-logistics-warehouse,~/others/stock-logistics-workflow,~/others/storage,~/others/web,~/others/wms
|
||||
--db_host psql
|
||||
--db_port 5432
|
||||
--db_user flectra
|
||||
--db_password flectra
|
||||
--database test_mis_builder
|
||||
--test-enable -i mis_builder
|
||||
--stop-after-init
|
||||
--log-level error
|
||||
--log-handler flectra.addons.mis_builder:TEST"
|
||||
|
||||
|
@ -10,7 +10,7 @@ Available addons
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[mis_builder_budget](mis_builder_budget/) | 1.0.3.5.0| Create budgets for MIS reports
|
||||
[mis_builder](mis_builder/) | 1.0.3.6.6| Build 'Management Information System' Reports and Dashboards
|
||||
[mis_builder_demo](mis_builder_demo/) | 1.0.3.1.1| Demo addon for MIS Builder
|
||||
[mis_builder](mis_builder/) | 1.0.3.6.6| Build 'Management Information System' Reports and Dashboards
|
||||
|
||||
|
||||
|
@ -6,15 +6,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2018-10-08 22:55+0000\n"
|
||||
"Last-Translator: Harald Panten <harald.panten@qubiq.es>\n"
|
||||
"PO-Revision-Date: 2022-03-21 12:17+0000\n"
|
||||
"Last-Translator: Noel estudillo <noelestudilloviera@gmail.com>\n"
|
||||
"Language-Team: none\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"
|
||||
"X-Generator: Weblate 3.1.1\n"
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report.py:531
|
||||
@ -36,6 +36,16 @@ msgid ""
|
||||
"all receivable\n"
|
||||
" accounts over the period."
|
||||
msgstr ""
|
||||
"<b>\n"
|
||||
" balp[('usuario_tipo_id', '=',"
|
||||
"\n"
|
||||
" ref('compte.\n"
|
||||
" "
|
||||
"data_account_type_receivable').id)][]\n"
|
||||
" </b>\n"
|
||||
" : variació del saldo de tots els "
|
||||
"crèdits\n"
|
||||
" comptes al llarg del període."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -50,6 +60,15 @@ msgid ""
|
||||
"to tax grid\n"
|
||||
" 56."
|
||||
msgstr ""
|
||||
"<b>\n"
|
||||
" balp[][("
|
||||
"'tax_line_id.tag_ids', '=',\n"
|
||||
" ref('l10n_be.tax_tag_56')."
|
||||
"id)]\n"
|
||||
" </b>\n"
|
||||
" : saldo de línies de moviment "
|
||||
"relacionades amb la xarxa fiscal\n"
|
||||
" 56."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -63,6 +82,14 @@ msgid ""
|
||||
"55 and\n"
|
||||
" journal BNK1 during the period."
|
||||
msgstr ""
|
||||
"<b>\n"
|
||||
" debp[55%][("
|
||||
"'journal_id.code', '=',\n"
|
||||
" 'BNK1')]\n"
|
||||
" </b>\n"
|
||||
" :suma de tots els dèbits dels "
|
||||
"comptes 55 i\n"
|
||||
" revista BNK1 durant el període."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -72,6 +99,10 @@ msgid ""
|
||||
"in\n"
|
||||
" arithmetic operations."
|
||||
msgstr ""
|
||||
"<b>SenseCompte</b>\n"
|
||||
" : un valor nul que es comporta "
|
||||
"com a 0 polzades\n"
|
||||
" operacions aritmètiques."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -81,6 +112,10 @@ msgid ""
|
||||
"positive balance,\n"
|
||||
" negative balance."
|
||||
msgstr ""
|
||||
"<b>bal, crd, deb, pbal, nbal</b>\n"
|
||||
" : saldo, dèbit, crèdit, saldo "
|
||||
"positiu,\n"
|
||||
" saldo negatiu."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -91,6 +126,11 @@ msgid ""
|
||||
" over the period (it is the same "
|
||||
"as balp[70]."
|
||||
msgstr ""
|
||||
"<b>bal[70]</b>\n"
|
||||
" : variació del saldo del compte "
|
||||
"70\n"
|
||||
" durant el període (és el mateix "
|
||||
"que balp[70]."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -100,6 +140,10 @@ msgid ""
|
||||
"with 1 at end\n"
|
||||
" of period."
|
||||
msgstr ""
|
||||
"<b>bale[1%]</b>\n"
|
||||
" : saldo dels comptes començant "
|
||||
"per 1 al final\n"
|
||||
" de període."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -108,6 +152,9 @@ msgid ""
|
||||
" : initial balance of accounts 70 "
|
||||
"and 60."
|
||||
msgstr ""
|
||||
"<b>bali[70,60]</b>\n"
|
||||
" :saldo inicial dels comptes 70 i "
|
||||
"60."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -120,6 +167,13 @@ msgid ""
|
||||
" profit/loss of previous\n"
|
||||
" fiscal years."
|
||||
msgstr ""
|
||||
"<b>balu[]</b>\n"
|
||||
" :(u per no assignat) és un "
|
||||
"especial\n"
|
||||
" expressió que mostra el no "
|
||||
"assignat\n"
|
||||
" guanys/pèrdues anteriors\n"
|
||||
" exercicis fiscals."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -129,6 +183,10 @@ msgid ""
|
||||
"starting\n"
|
||||
" with 40 during the period."
|
||||
msgstr ""
|
||||
"<b>crdp[40%]</b>\n"
|
||||
" : suma de tots els crèdits dels "
|
||||
"comptes que s'inicien\n"
|
||||
" amb 40 durant el període."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -137,6 +195,9 @@ msgid ""
|
||||
" : beginning and end date of the "
|
||||
"period."
|
||||
msgstr ""
|
||||
"<b>data_des de, data_fins</b>\n"
|
||||
" : data d'inici i finalització "
|
||||
"del període."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -144,6 +205,8 @@ msgid ""
|
||||
"<b>datetime, datetime, dateutil</b>\n"
|
||||
" : the python modules."
|
||||
msgstr ""
|
||||
"<b>datetime, datetime, dateutildatetime, datetime, dateutil</b>\n"
|
||||
" : els mòduls Python."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -153,6 +216,10 @@ msgid ""
|
||||
"the period,\n"
|
||||
" initial balance, ending balance"
|
||||
msgstr ""
|
||||
"<b>p, i, e</b>\n"
|
||||
" : respectivament variació al "
|
||||
"llarg del període,\n"
|
||||
" saldo inicial, saldo final"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -163,6 +230,11 @@ msgid ""
|
||||
" starting with 55 whose\n"
|
||||
" ending balance is positive."
|
||||
msgstr ""
|
||||
"<b>pbale[55%]</b>\n"
|
||||
" : suma de tots els saldos finals "
|
||||
"dels comptes\n"
|
||||
" començant per 55 els quals\n"
|
||||
" el saldo final és positiu."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -172,6 +244,10 @@ msgid ""
|
||||
"similar to the\n"
|
||||
" python builtins."
|
||||
msgstr ""
|
||||
"<b>sum, min, max, len, avg</b>\n"
|
||||
" :comportar-se com s'esperava, "
|
||||
"molt semblant al\n"
|
||||
" python integrats."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period_source_aml_model_id
|
||||
@ -184,13 +260,13 @@ msgstr ""
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_move_lines_source
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"A 'move line like' model, ie having at least debit, credit, date, account_id "
|
||||
"and company_id fields. This model is the data source for column Actuals."
|
||||
msgstr ""
|
||||
"Model que sigui 'de tipus apunt' , és a dir, que tingui almenys els camps "
|
||||
"debit, credit, date, account_id y company_id."
|
||||
"Un model \"com a línia de moviment\", és a dir, amb com a mínim els camps de "
|
||||
"dèbit, crèdit, data, account_id i company_id. Aquest model és la font de "
|
||||
"dades de la columna Reals."
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:430
|
||||
@ -200,9 +276,8 @@ msgstr "Un filtre de data és obligatori per aquest origen a la columna %s."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_account_model
|
||||
#, fuzzy
|
||||
msgid "Account model"
|
||||
msgstr "Detalls de compte de la suma"
|
||||
msgstr "Model de compte"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi_accumulation_method
|
||||
@ -216,6 +291,9 @@ msgid ""
|
||||
"Actual (alternative) models used in columns must have the same account model "
|
||||
"in the Account field and must be the same defined in the report template: %s"
|
||||
msgstr ""
|
||||
"Els models reals (alternatius) utilitzats a les columnes han de tenir el "
|
||||
"mateix model de compte al camp Compte i han de ser el mateix definit a la "
|
||||
"plantilla d'informe: %s"
|
||||
|
||||
#. module: mis_builder
|
||||
#: selection:mis.report.instance.period,source:0
|
||||
@ -248,6 +326,8 @@ msgstr ""
|
||||
#: model:ir.model,name:mis_builder.model_prorata_read_group_mixin
|
||||
msgid "Adapt model with date_from/date_to for pro-rata temporis read_group"
|
||||
msgstr ""
|
||||
"Adapta el model amb data_from/date_to per al grup de lectura pro-rata "
|
||||
"temporis"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.actions.act_window,name:mis_builder.mis_report_instance_add_to_dashboard_action
|
||||
@ -262,6 +342,8 @@ msgid ""
|
||||
"Additionally following variables are available\n"
|
||||
" in the evaluation context:"
|
||||
msgstr ""
|
||||
"A més, hi ha disponibles les variables següents\n"
|
||||
" en el context de l'avaluació:"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_query_aggregate
|
||||
@ -276,7 +358,7 @@ msgstr "Tots els assentaments"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_all_kpi_ids
|
||||
msgid "All Kpi"
|
||||
msgstr ""
|
||||
msgstr "Tots els Kpi"
|
||||
|
||||
#. module: mis_builder
|
||||
#: selection:mis.report.instance,target_move:0
|
||||
@ -302,39 +384,39 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_analytic_account_id
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_analytic_account_id
|
||||
msgid "Analytic Account"
|
||||
msgstr ""
|
||||
msgstr "Compte analític"
|
||||
|
||||
#. module: mis_builder
|
||||
#. openerp-web
|
||||
#: code:addons/mis_builder/static/src/js/mis_report_widget.js:35
|
||||
#, python-format
|
||||
msgid "Analytic Account Filter"
|
||||
msgstr ""
|
||||
msgstr "Filtre de compte analític"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:584
|
||||
#, python-format
|
||||
msgid "Analytic Account: %s"
|
||||
msgstr ""
|
||||
msgstr "Compte analític: %s"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_analytic_tag_ids
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_analytic_tag_ids
|
||||
msgid "Analytic Tags"
|
||||
msgstr ""
|
||||
msgstr "Etiquetes analítiques"
|
||||
|
||||
#. module: mis_builder
|
||||
#. openerp-web
|
||||
#: code:addons/mis_builder/static/src/js/mis_report_widget.js:38
|
||||
#, python-format
|
||||
msgid "Analytic Tags Filter"
|
||||
msgstr ""
|
||||
msgstr "Filtre d'etiquetes analítiques"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:592
|
||||
#, python-format
|
||||
msgid "Analytic Tags: %s"
|
||||
msgstr ""
|
||||
msgstr "Etiquetes analítiques: %s"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -411,15 +493,17 @@ msgstr "Columna"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:450
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "Column %s cannot be compared to itrec."
|
||||
msgstr "La columna %s no pot ser comparada amb ella mateixa."
|
||||
msgstr "La columna %s no es pot comparar amb itrec."
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:736
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "Column %s with move lines source must have from/to dates."
|
||||
msgstr "La columna %s amb font de dades reals ha de tenir data des de/fins a."
|
||||
msgstr ""
|
||||
"La columna %s amb l'origen de les línies de moviment ha de tenir dates des/"
|
||||
"fins."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_instance_view_form
|
||||
@ -521,7 +605,6 @@ msgstr "Taulell"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_budget_by_account_item_date
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_prorata_read_group_mixin_date
|
||||
#, fuzzy
|
||||
msgid "Date"
|
||||
msgstr "Dates"
|
||||
|
||||
@ -532,9 +615,8 @@ msgstr "Camp data"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_prorata_read_group_mixin_date_from
|
||||
#, fuzzy
|
||||
msgid "Date From"
|
||||
msgstr "Camp data"
|
||||
msgstr "Data Des de"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:194
|
||||
@ -543,7 +625,7 @@ msgstr "Camp data"
|
||||
#: selection:mis.report.instance.period,type:0
|
||||
#, python-format
|
||||
msgid "Date Range"
|
||||
msgstr "Rang de dates"
|
||||
msgstr "Interval de dates"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_date_range_type_id
|
||||
@ -552,9 +634,8 @@ msgstr "Tipus de rang de dates"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_prorata_read_group_mixin_date_to
|
||||
#, fuzzy
|
||||
msgid "Date To"
|
||||
msgstr "Dates"
|
||||
msgstr "Data fins a"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_instance_period_view_form
|
||||
@ -608,7 +689,7 @@ msgstr "Desactiva l'expansió dels detalls del compte"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_display_columns_description
|
||||
msgid "Display Columns Description"
|
||||
msgstr ""
|
||||
msgstr "Mostra la descripció de les columnes"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_add_mis_report_instance_dashboard_wizard_display_name
|
||||
@ -636,7 +717,7 @@ msgstr "Mostrar detalls per compte"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_display_columns_description
|
||||
msgid "Display the date range details in the column headers."
|
||||
msgstr ""
|
||||
msgstr "Mostra els detalls de l'interval de dates a les capçaleres de columna."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_style_divider_inherit
|
||||
@ -659,6 +740,8 @@ msgstr "Dp heretat"
|
||||
msgid ""
|
||||
"Dummy field that adapts searches on date to searches on date_from/date_to."
|
||||
msgstr ""
|
||||
"Camp fictici que adapta les cerques de la data a les cerques de la data_des/"
|
||||
"data_fins."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_duration
|
||||
@ -713,6 +796,10 @@ msgid ""
|
||||
"kpi2,\n"
|
||||
" kpi2.subkpi1, query1.field1)."
|
||||
msgstr ""
|
||||
"Les expressions poden incloure altres KPI, sub KPI i\n"
|
||||
" consulteu els resultats pel nom (p. "
|
||||
"ex. kpi1 + kpi2,\n"
|
||||
" kpi2.subkpi1, consulta1.camp1)."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_normalize_factor
|
||||
@ -748,6 +835,9 @@ msgid ""
|
||||
"filter is combined with a AND with the report-level filters and cannot be "
|
||||
"modified in the preview."
|
||||
msgstr ""
|
||||
"Filtreu la columna a les entrades de diari que tenen totes aquestes "
|
||||
"etiquetes analítiques. Aquest filtre es combina amb un AND amb els filtres a "
|
||||
"nivell d'informe i no es pot modificar a la vista prèvia."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period_analytic_account_id
|
||||
@ -756,6 +846,9 @@ msgid ""
|
||||
"filter is combined with a AND with the report-level filters and cannot be "
|
||||
"modified in the preview."
|
||||
msgstr ""
|
||||
"Filtreu la columna a les entrades de diari que coincideixen amb aquest "
|
||||
"compte analític. Aquest filtre es combina amb un AND amb els filtres del "
|
||||
"nivell d'informe i no es pot modificar a la vista prèvia."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_instance_period_view_form
|
||||
@ -806,7 +899,7 @@ msgstr "Tamany del tipus de lletra heretat"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period_is_ytd
|
||||
msgid "Forces the start date to Jan 1st of the relevant year"
|
||||
msgstr ""
|
||||
msgstr "Força la data d'inici a l'1 de gener de l'any corresponent"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data_date_from
|
||||
@ -818,13 +911,13 @@ msgstr "Des de"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_date_from
|
||||
msgid "From (computed)"
|
||||
msgstr ""
|
||||
msgstr "De (calculat)"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/report/mis_report_instance_xlsx.py:163
|
||||
#, python-format
|
||||
msgid "Generated on {} at {}"
|
||||
msgstr ""
|
||||
msgstr "Generat el dia {} a les {}"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -844,7 +937,7 @@ msgstr "Amagar sempre heretat"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_hide_analytic_filters
|
||||
msgid "Hide Analytic Filters"
|
||||
msgstr ""
|
||||
msgstr "Amaga els filtres analítics"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_style_hide_empty
|
||||
@ -926,6 +1019,13 @@ msgid ""
|
||||
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
|
||||
"sub-KPI."
|
||||
msgstr ""
|
||||
"El KPI \"{}\" té el tipus {} mentre s'esperava una tupla.\n"
|
||||
"\n"
|
||||
"Això es pot solucionar mitjançant:\n"
|
||||
"\t- Canviant el valor del KPI a una tupla de longitud {}\n"
|
||||
"o\n"
|
||||
"\t- Canviar el KPI al mode \"múltiple\" i donar un valor explícit per a cada "
|
||||
"sub-KPI."
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report.py:725
|
||||
@ -934,19 +1034,20 @@ msgid ""
|
||||
"KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
|
||||
"expected."
|
||||
msgstr ""
|
||||
"El KPI \"{}\" es valora com una tupla de longitud {} mentre que s'espera una "
|
||||
"tupla de longitud {}."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_budget_item_seq1
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data_seq1
|
||||
#, fuzzy
|
||||
msgid "KPI Sequence"
|
||||
msgstr "Seqüència"
|
||||
msgstr "Seqüència KPI"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report.py:162
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "KPI name ({}) must be a valid python identifier"
|
||||
msgstr "El nom ha de ser un identificador Python vàlid"
|
||||
msgstr "El nom KPI ({}) ha de ser un identificador de Python vàlid"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi_ids
|
||||
@ -957,7 +1058,7 @@ msgstr "KPI's"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,help:mis_builder.field_mis_report_all_kpi_ids
|
||||
msgid "KPIs of this report and subreports."
|
||||
msgstr ""
|
||||
msgstr "KPI d'aquest informe i subinformes."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi_expression_kpi_id
|
||||
@ -1035,15 +1136,13 @@ msgstr "Disseny"
|
||||
|
||||
#. module: mis_builder
|
||||
#: selection:mis.report.instance.period,source:0
|
||||
#, fuzzy
|
||||
msgid "MIS Budget by Account"
|
||||
msgstr "Pressupost MIS"
|
||||
msgstr "MIS Pressupost per compte"
|
||||
|
||||
#. module: mis_builder
|
||||
#: selection:mis.report.instance.period,source:0
|
||||
#, fuzzy
|
||||
msgid "MIS Budget by KPI"
|
||||
msgstr "Pressupost MIS"
|
||||
msgstr "Pressupost MIS per KPI"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_kpi_data
|
||||
@ -1057,15 +1156,13 @@ msgstr "Informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_subreport
|
||||
#, fuzzy
|
||||
msgid "MIS Report - Sub Reports Relation"
|
||||
msgstr "Resultat d'informe MIS"
|
||||
msgstr "Informe MIS - Relació subinformes"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_add_mis_report_instance_dashboard_wizard
|
||||
#, fuzzy
|
||||
msgid "MIS Report Add to Dashboard Wizard"
|
||||
msgstr "Afegir al taulell"
|
||||
msgstr "Assistent per afegir un informe MIS al tauler de control"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_instance
|
||||
@ -1075,15 +1172,13 @@ msgstr "Instància d'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_instance_period
|
||||
#, fuzzy
|
||||
msgid "MIS Report Instance Period"
|
||||
msgstr "Instància d'informe MIS"
|
||||
msgstr "Període de la instància de l'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_instance_period_sum
|
||||
#, fuzzy
|
||||
msgid "MIS Report Instance Period Sum"
|
||||
msgstr "Instància d'informe MIS"
|
||||
msgstr "Suma del període de la instància de l'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_instance_view_tree
|
||||
@ -1098,15 +1193,13 @@ msgstr "KPI d'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_kpi_expression
|
||||
#, fuzzy
|
||||
msgid "MIS Report KPI Expression"
|
||||
msgstr "KPI d'informe MIS"
|
||||
msgstr "Informe MIS Expressió de KPI"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_query
|
||||
#, fuzzy
|
||||
msgid "MIS Report Query"
|
||||
msgstr "Informe MIS"
|
||||
msgstr "Consulta d'informes MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_instance_result_view_form
|
||||
@ -1128,15 +1221,13 @@ msgstr "Estils d'informes MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report_subkpi
|
||||
#, fuzzy
|
||||
msgid "MIS Report Sub-KPI"
|
||||
msgstr "KPI d'informe MIS"
|
||||
msgstr "Sub-KPI de l'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model,name:mis_builder.model_mis_report
|
||||
#, fuzzy
|
||||
msgid "MIS Report Template"
|
||||
msgstr "Plantilles d'informe MIS"
|
||||
msgstr "Plantilla d'informe MIS"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.actions.act_window,name:mis_builder.mis_report_view_action
|
||||
@ -1206,9 +1297,8 @@ msgstr "Origen dels apunts"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_source_aml_model_name
|
||||
#, fuzzy
|
||||
msgid "Move lines source model name"
|
||||
msgstr "Origen dels apunts"
|
||||
msgstr "Moveu el nom del model font de línies"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi_multi
|
||||
@ -1367,9 +1457,9 @@ msgstr "Companyia de la consulta"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report.py:409
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "Query name ({}) must be valid python identifier"
|
||||
msgstr "El nom ha de ser un identificador Python vàlid"
|
||||
msgstr "El nom de la consulta ({}) ha de ser un identificador de Python vàlid"
|
||||
|
||||
#. module: mis_builder
|
||||
#. openerp-web
|
||||
@ -1454,6 +1544,8 @@ msgid ""
|
||||
"Should not include the same report more than once as sub report of a given "
|
||||
"report"
|
||||
msgstr ""
|
||||
"No s'ha d'incloure el mateix informe més d'una vegada com a subinforme d'un "
|
||||
"informe determinat"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_sum_sign
|
||||
@ -1517,28 +1609,25 @@ msgstr "Sub KPI's"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_form
|
||||
#, fuzzy
|
||||
msgid "Sub Reports"
|
||||
msgstr "Informes MIS"
|
||||
msgstr "Subinformes"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_subreport_ids
|
||||
#, fuzzy
|
||||
msgid "Sub reports"
|
||||
msgstr "Informes MIS"
|
||||
msgstr "Subinformes"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_budget_item_seq2
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data_seq2
|
||||
#, fuzzy
|
||||
msgid "Sub-KPI Sequence"
|
||||
msgstr "Seqüència"
|
||||
msgstr "Seqüència de sub-KPI"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report.py:270
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "Sub-KPI name ({}) must be a valid python identifier"
|
||||
msgstr "El nom ha de ser un identificador Python vàlid"
|
||||
msgstr "El nom del sub-KPI ({}) ha de ser un identificador de Python vàlid"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi_expression_subkpi_id
|
||||
@ -1547,27 +1636,25 @@ msgstr "SubKPI"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_subreport_subreport_id
|
||||
#, fuzzy
|
||||
msgid "Subreport"
|
||||
msgstr "Informe"
|
||||
msgstr "Subinforme"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_subreport.py:64
|
||||
#, python-format
|
||||
msgid "Subreport loop detected"
|
||||
msgstr ""
|
||||
msgstr "S'ha detectat un bucle de subinforme"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_subreport.py:45
|
||||
#, fuzzy, python-format
|
||||
#, python-format
|
||||
msgid "Subreport name ({}) must be a valid python identifier"
|
||||
msgstr "El nom ha de ser un identificador Python vàlid"
|
||||
msgstr "El nom del subinforme ({}) ha de ser un identificador de Python vàlid"
|
||||
|
||||
#. module: mis_builder
|
||||
#: sql_constraint:mis.report.subreport:0
|
||||
#, fuzzy
|
||||
msgid "Subreport name should be unique by report"
|
||||
msgstr "El nom del període ha de ser únic a cada informe"
|
||||
msgstr "El nom del subinforme ha de ser únic per a l'informe"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_style_suffix
|
||||
@ -1643,6 +1730,11 @@ msgid ""
|
||||
"account code (eg\n"
|
||||
" 70%, etc)."
|
||||
msgstr ""
|
||||
"El\n"
|
||||
" <b>selector de comptes</b>\n"
|
||||
" és una expressió semblant al codi "
|
||||
"del compte (p. ex\n"
|
||||
" 70%, etc)."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -1652,6 +1744,11 @@ msgid ""
|
||||
" is an Odoo domain filter on "
|
||||
"journal items."
|
||||
msgstr ""
|
||||
"El\n"
|
||||
" <b>domini d'articles de diari</b>"
|
||||
"\n"
|
||||
" és un filtre de domini d'Odoo "
|
||||
"sobre articles de diari."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
||||
@ -1666,6 +1763,16 @@ msgid ""
|
||||
" </code>\n"
|
||||
" ."
|
||||
msgstr ""
|
||||
"Els següents elements especials es reconeixen a\n"
|
||||
" les expressions per calcular dades "
|
||||
"comptables:\n"
|
||||
" <code>\n"
|
||||
" {bal|crd|deb|pbal|nbal}{pieu}["
|
||||
"account\n"
|
||||
" selector][domini d'articles de "
|
||||
"diari]\n"
|
||||
" </code>\n"
|
||||
" ."
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data_date_to
|
||||
@ -1677,7 +1784,7 @@ msgstr "Fins a"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_date_to
|
||||
msgid "To (computed)"
|
||||
msgstr ""
|
||||
msgstr "a (calculat)"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_kpi_data.py:104
|
||||
@ -1689,7 +1796,7 @@ msgstr "Mètode d'acumulació %s no esperat per a %s."
|
||||
#: code:addons/mis_builder/models/prorata_read_group_mixin.py:32
|
||||
#, python-format
|
||||
msgid "Unsupported operator %s for searching on date"
|
||||
msgstr ""
|
||||
msgstr "L'operador %s no és compatible per cercar la data"
|
||||
|
||||
#. module: mis_builder
|
||||
#: model:ir.actions.server,name:mis_builder.ir_cron_vacuum_temp_reports_ir_actions_server
|
||||
@ -1740,7 +1847,7 @@ msgstr "Any"
|
||||
#. module: mis_builder
|
||||
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_instance_period_is_ytd
|
||||
msgid "Year to date"
|
||||
msgstr ""
|
||||
msgstr "Any fins a la data"
|
||||
|
||||
#. module: mis_builder
|
||||
#: code:addons/mis_builder/models/mis_report_instance.py:61
|
||||
|
@ -6,15 +6,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2018-10-06 12:25+0000\n"
|
||||
"Last-Translator: Harald Panten <harald.panten@qubiq.es>\n"
|
||||
"PO-Revision-Date: 2022-03-02 12:17+0000\n"
|
||||
"Last-Translator: Noel estudillo <noelestudilloviera@gmail.com>\n"
|
||||
"Language-Team: none\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"
|
||||
"X-Generator: Weblate 3.1.1\n"
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: code:addons/mis_builder_budget/models/mis_budget_abstract.py:37
|
||||
@ -42,9 +42,8 @@ msgstr "La data d'inici de %s no pot ser posterior a la data de finalització"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_account_id
|
||||
#, fuzzy
|
||||
msgid "Account"
|
||||
msgstr "Compte analític"
|
||||
msgstr "Compte"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_analytic_tag_ids
|
||||
@ -62,9 +61,8 @@ msgstr "Compte analític"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_balance
|
||||
#, fuzzy
|
||||
msgid "Balance"
|
||||
msgstr "Cancel·lar"
|
||||
msgstr "Balanç"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_budget_id
|
||||
@ -77,7 +75,6 @@ msgstr "Pressupost"
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_budget_date_from
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_item_abstract_budget_date_from
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_item_budget_date_from
|
||||
#, fuzzy
|
||||
msgid "Budget Date From"
|
||||
msgstr "Elements de pressupost"
|
||||
|
||||
@ -85,20 +82,18 @@ msgstr "Elements de pressupost"
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_budget_date_to
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_item_abstract_budget_date_to
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_item_budget_date_to
|
||||
#, fuzzy
|
||||
msgid "Budget Date To"
|
||||
msgstr "Elements de pressupost"
|
||||
msgstr "Data final del pressupost"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_report_instance_period_source_mis_budget_by_account_id
|
||||
msgid "Budget by Account"
|
||||
msgstr ""
|
||||
msgstr "Pressupost per compte"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_report_instance_period_source_mis_budget_id
|
||||
#, fuzzy
|
||||
msgid "Budget by KPI"
|
||||
msgstr "Pressupost"
|
||||
msgstr "Pressupost per KPI"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.ui.view,arch_db:mis_builder_budget.mis_budget_by_account_form_view
|
||||
@ -133,9 +128,8 @@ msgstr "Companyia"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_company_currency_id
|
||||
#, fuzzy
|
||||
msgid "Company Currency"
|
||||
msgstr "Companyia"
|
||||
msgstr "Tipus de moneda de l'empresa"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.ui.view,arch_db:mis_builder_budget.mis_budget_by_account_form_view
|
||||
@ -168,7 +162,7 @@ msgstr "Creat el"
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_credit
|
||||
msgid "Credit"
|
||||
msgstr ""
|
||||
msgstr "Crèdit"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_abstract_date_range_id
|
||||
@ -183,7 +177,7 @@ msgstr "Rang de data"
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item_debit
|
||||
msgid "Debit"
|
||||
msgstr ""
|
||||
msgstr "Debit"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_abstract_description
|
||||
@ -268,86 +262,74 @@ msgstr "Última actualització el"
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget_abstract
|
||||
msgid "MIS Budget (Abstract Base Class)"
|
||||
msgstr ""
|
||||
msgstr "MIS Budget (Classe Base Abstracta)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget_item_abstract
|
||||
#, fuzzy
|
||||
msgid "MIS Budget Item (Abstract Base Class)"
|
||||
msgstr "Objectes de pressupostos MIS"
|
||||
msgstr "MIS Budget Item (Classe Base Abstracta)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget_by_account_item
|
||||
#, fuzzy
|
||||
msgid "MIS Budget Item (by Account)"
|
||||
msgstr "Objecte de pressupost MIS"
|
||||
msgstr "Partida pressupostària MIS (per compte)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget_item
|
||||
#, fuzzy
|
||||
msgid "MIS Budget Item (by KPI)"
|
||||
msgstr "Objecte de pressupost MIS"
|
||||
msgstr "Partida pressupostària MIS (per KPI)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.actions.act_window,name:mis_builder_budget.mis_budget_item_act_window
|
||||
#, fuzzy
|
||||
msgid "MIS Budget Items (by KPIs)"
|
||||
msgstr "Objectes de pressupostos MIS"
|
||||
msgstr "Partides pressupostàries MIS (per KPI)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.actions.act_window,name:mis_builder_budget.mis_budget_by_account_item_act_window
|
||||
#, fuzzy
|
||||
msgid "MIS Budget Items (by accounts)"
|
||||
msgstr "Objectes de pressupostos MIS"
|
||||
msgstr "Partides pressupostàries MIS (per comptes)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget_by_account
|
||||
#, fuzzy
|
||||
msgid "MIS Budget by Account"
|
||||
msgstr "Objecte de pressupost MIS"
|
||||
msgstr "Pressupost per compte MIS"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_budget
|
||||
#, fuzzy
|
||||
msgid "MIS Budget by KPI"
|
||||
msgstr "Objecte de pressupost MIS"
|
||||
msgstr "Pressupost MIS per KPI"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.actions.act_window,name:mis_builder_budget.mis_budget_act_window
|
||||
#: model:ir.ui.menu,name:mis_builder_budget.mis_budget_menu
|
||||
#, fuzzy
|
||||
msgid "MIS Budgets (by KPIs)"
|
||||
msgstr "Objectes de pressupostos MIS"
|
||||
msgstr "Pressupostos MIS (per KPI)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.actions.act_window,name:mis_builder_budget.mis_budget_by_account_act_window
|
||||
#: model:ir.ui.menu,name:mis_builder_budget.mis_budget_by_account_menu
|
||||
#, fuzzy
|
||||
msgid "MIS Budgets (by accounts)"
|
||||
msgstr "Objectes de pressupostos MIS"
|
||||
msgstr "Pressupostos MIS (per comptes)"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_report_instance
|
||||
#, fuzzy
|
||||
msgid "MIS Report Instance"
|
||||
msgstr "Plantilla de pressupost MIS"
|
||||
msgstr "Instància d'informe MIS"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_report_instance_period
|
||||
#, fuzzy
|
||||
msgid "MIS Report Instance Period"
|
||||
msgstr "mis.report.instance.period"
|
||||
msgstr "Període de la instància de l'informe MIS"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_report_kpi
|
||||
#, fuzzy
|
||||
msgid "MIS Report KPI"
|
||||
msgstr "Plantilla de pressupost MIS"
|
||||
msgstr "Informe MIS KPI"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model,name:mis_builder_budget.model_mis_report_kpi_expression
|
||||
msgid "MIS Report KPI Expression"
|
||||
msgstr ""
|
||||
msgstr "Expressió de KPI en Informes MIS"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_item_report_id
|
||||
@ -388,7 +370,7 @@ msgstr "a"
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,help:mis_builder_budget.field_mis_budget_by_account_item_company_currency_id
|
||||
msgid "Utility field to express amount currency"
|
||||
msgstr ""
|
||||
msgstr "Camp d'utilitat per expressar l'import de la moneda"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: sql_constraint:mis.budget.by.account.item:0
|
||||
@ -396,12 +378,16 @@ msgid ""
|
||||
"Wrong credit or debit value in budget item! Credit and debit should be "
|
||||
"positive."
|
||||
msgstr ""
|
||||
"Valor de crèdit o dèbit incorrecte a la partida del pressupost! El crèdit i "
|
||||
"el dèbit han de ser positius."
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: sql_constraint:mis.budget.by.account.item:0
|
||||
msgid ""
|
||||
"Wrong credit or debit value in budget item! Credit or debit should be zero."
|
||||
msgstr ""
|
||||
"Valor de crèdit o dèbit incorrecte a la partida del pressupost! El crèdit o "
|
||||
"el dèbit hauria de ser zero."
|
||||
|
||||
#~ msgid "MIS Budget"
|
||||
#~ msgstr "Pressupost MIS"
|
||||
|
@ -1,6 +1,7 @@
|
||||
Most of the files are
|
||||
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
<!-- Copyright 2017 ACSONE SA/NV
|
||||
<!-- Copyright 2017-2018 ACSONE SA/NV
|
||||
Copyright 2017 ACSONE SA/NV
|
||||
Copyright 2018 Flectra Community
|
||||
|
@ -6,15 +6,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2018-10-06 11:41+0000\n"
|
||||
"Last-Translator: Harald Panten <harald.panten@qubiq.es>\n"
|
||||
"PO-Revision-Date: 2022-03-02 12:17+0000\n"
|
||||
"Last-Translator: Noel estudillo <noelestudilloviera@gmail.com>\n"
|
||||
"Language-Team: none\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"
|
||||
"X-Generator: Weblate 3.1.1\n"
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:mis.report.instance.period,name:mis_builder_demo.mis_report_instance_expenses_bud
|
||||
@ -28,15 +28,13 @@ msgstr "Compte"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:ir.model.fields,field_description:mis_builder_demo.field_mis_committed_purchase_analytic_account_id
|
||||
#, fuzzy
|
||||
msgid "Analytic Account"
|
||||
msgstr "Compte"
|
||||
msgstr "Compte analític"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:ir.model.fields,field_description:mis_builder_demo.field_mis_committed_purchase_analytic_tag_ids
|
||||
#, fuzzy
|
||||
msgid "Analytic Tags"
|
||||
msgstr "Compte"
|
||||
msgstr "Etiquetes analítiques"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:mis.report.instance.period,name:mis_builder_demo.mis_report_instance_expenses_avail
|
||||
@ -120,7 +118,6 @@ msgstr "M-2"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:ir.model,name:mis_builder_demo.model_mis_committed_purchase
|
||||
#, fuzzy
|
||||
msgid "MIS Commitment"
|
||||
msgstr "MIS consignat a compra"
|
||||
|
||||
@ -137,12 +134,12 @@ msgstr "Altre"
|
||||
#. module: mis_builder_demo
|
||||
#: model:ir.model.fields,field_description:mis_builder_demo.field_mis_committed_purchase_res_id
|
||||
msgid "Resource ID"
|
||||
msgstr ""
|
||||
msgstr "ID del recurs"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:ir.model.fields,field_description:mis_builder_demo.field_mis_committed_purchase_res_model
|
||||
msgid "Resource Model Name"
|
||||
msgstr ""
|
||||
msgstr "Nom del model de recurs"
|
||||
|
||||
#. module: mis_builder_demo
|
||||
#: model:mis.report.kpi,description:mis_builder_demo.mis_report_expenses_kpi_total
|
||||
|
Loading…
Reference in New Issue
Block a user