From decd669ac84fde7e600833a636c476fad495ab21 Mon Sep 17 00:00:00 2001 From: tarteo Date: Thu, 22 Mar 2018 11:16:32 +0100 Subject: [PATCH] [MIG] bi_view_editor: Migration to 11.0 --- bi_view_editor/README.rst | 21 +- bi_view_editor/__init__.py | 4 +- bi_view_editor/__manifest__.py | 11 +- bi_view_editor/hooks.py | 5 +- bi_view_editor/i18n/am.po | 174 ++----- bi_view_editor/i18n/ar.po | 174 ++----- bi_view_editor/i18n/bg.po | 174 ++----- bi_view_editor/i18n/bs.po | 174 ++----- bi_view_editor/i18n/ca.po | 174 ++----- bi_view_editor/i18n/cs.po | 174 ++----- bi_view_editor/i18n/da.po | 174 ++----- bi_view_editor/i18n/de.po | 174 ++----- bi_view_editor/i18n/el_GR.po | 174 ++----- bi_view_editor/i18n/en_GB.po | 174 ++----- bi_view_editor/i18n/es.po | 200 +++----- bi_view_editor/i18n/es_AR.po | 174 ++----- bi_view_editor/i18n/es_CL.po | 174 ++----- bi_view_editor/i18n/es_CO.po | 174 ++----- bi_view_editor/i18n/es_CR.po | 174 ++----- bi_view_editor/i18n/es_DO.po | 174 ++----- bi_view_editor/i18n/es_EC.po | 174 ++----- bi_view_editor/i18n/es_ES.po | 174 ++----- bi_view_editor/i18n/es_MX.po | 174 ++----- bi_view_editor/i18n/es_PE.po | 174 ++----- bi_view_editor/i18n/es_PY.po | 174 ++----- bi_view_editor/i18n/es_VE.po | 174 ++----- bi_view_editor/i18n/et.po | 174 ++----- bi_view_editor/i18n/eu.po | 174 ++----- bi_view_editor/i18n/fa.po | 174 ++----- bi_view_editor/i18n/fi.po | 174 ++----- bi_view_editor/i18n/fr.po | 214 +++------ bi_view_editor/i18n/fr_CA.po | 174 ++----- bi_view_editor/i18n/fr_CH.po | 174 ++----- bi_view_editor/i18n/gl.po | 174 ++----- bi_view_editor/i18n/gl_ES.po | 174 ++----- bi_view_editor/i18n/he.po | 174 ++----- bi_view_editor/i18n/hr.po | 179 ++----- bi_view_editor/i18n/hr_HR.po | 175 ++----- bi_view_editor/i18n/hu.po | 174 ++----- bi_view_editor/i18n/id.po | 174 ++----- bi_view_editor/i18n/it.po | 174 ++----- bi_view_editor/i18n/ja.po | 174 ++----- bi_view_editor/i18n/ko.po | 174 ++----- bi_view_editor/i18n/lt.po | 174 ++----- bi_view_editor/i18n/lt_LT.po | 174 ++----- bi_view_editor/i18n/lv.po | 174 ++----- bi_view_editor/i18n/mk.po | 174 ++----- bi_view_editor/i18n/mn.po | 174 ++----- bi_view_editor/i18n/nb.po | 174 ++----- bi_view_editor/i18n/nb_NO.po | 174 ++----- bi_view_editor/i18n/nl.po | 197 +++----- bi_view_editor/i18n/nl_BE.po | 174 ++----- bi_view_editor/i18n/nl_NL.po | 285 ----------- bi_view_editor/i18n/pl.po | 176 ++----- bi_view_editor/i18n/pt.po | 174 ++----- bi_view_editor/i18n/pt_BR.po | 175 ++----- bi_view_editor/i18n/pt_PT.po | 174 ++----- bi_view_editor/i18n/ro.po | 174 ++----- bi_view_editor/i18n/ru.po | 174 ++----- bi_view_editor/i18n/sk.po | 174 ++----- bi_view_editor/i18n/sl.po | 192 +++----- bi_view_editor/i18n/sr.po | 174 ++----- bi_view_editor/i18n/sr@latin.po | 174 ++----- bi_view_editor/i18n/sv.po | 174 ++----- bi_view_editor/i18n/th.po | 174 ++----- bi_view_editor/i18n/tr.po | 174 ++----- bi_view_editor/i18n/tr_TR.po | 187 +++----- bi_view_editor/i18n/uk.po | 174 ++----- bi_view_editor/i18n/vi.po | 176 ++----- bi_view_editor/i18n/vi_VN.po | 174 ++----- bi_view_editor/i18n/zh_CN.po | 174 ++----- bi_view_editor/i18n/zh_TW.po | 174 ++----- bi_view_editor/models/__init__.py | 4 +- bi_view_editor/models/bve_view.py | 68 ++- bi_view_editor/models/ir_model.py | 21 +- bi_view_editor/models/models.py | 132 ++++-- bi_view_editor/static/src/css/bve.css | 37 +- .../static/src/js/bi_view_editor.FieldList.js | 305 ++++++++++++ .../src/js/bi_view_editor.JoinNodeDialog.js | 52 ++ .../static/src/js/bi_view_editor.ModelList.js | 171 +++++++ .../static/src/js/bi_view_editor.js | 143 ++++++ bi_view_editor/static/src/js/bve.js | 445 ------------------ .../static/src/xml/bi_view_editor.xml | 183 +++++++ bi_view_editor/templates/assets_template.xml | 8 +- bi_view_editor/templates/qweb_template.xml | 54 --- bi_view_editor/tests/__init__.py | 4 +- bi_view_editor/tests/test_bi_view.py | 5 +- bi_view_editor/views/bve_view.xml | 19 +- bi_view_editor/wizard/__init__.py | 4 +- .../wizard/wizard_ir_model_menu_create.py | 5 +- 90 files changed, 4375 insertions(+), 9400 deletions(-) mode change 100644 => 100755 bi_view_editor/i18n/nl.po delete mode 100644 bi_view_editor/i18n/nl_NL.po create mode 100644 bi_view_editor/static/src/js/bi_view_editor.FieldList.js create mode 100644 bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js create mode 100644 bi_view_editor/static/src/js/bi_view_editor.ModelList.js create mode 100644 bi_view_editor/static/src/js/bi_view_editor.js delete mode 100644 bi_view_editor/static/src/js/bve.js create mode 100644 bi_view_editor/static/src/xml/bi_view_editor.xml delete mode 100644 bi_view_editor/templates/qweb_template.xml diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index 66c2afbc..fcb01c55 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 ============== @@ -39,16 +39,20 @@ To graphically design your analysis data-set: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/143/10.0 + :target: https://runbot.odoo-community.org/runbot/143/11.0 Known issues / Roadmap ====================== -* Non-stored fields are not supported +* Non-stored fields and many2many fields are not supported * Provide graph view for table relations * Extend the capabilities of the tree views (e.g. add sums) * Provide a tutorial (eg. a working example of usage) * Implement a more advanced UI, with possibilities to use LEFT JOIN as default instead of INNER JOIN +* Find better ways to extend the *_auto_init()* without override (possibly avoid the monkey patch) +* Data the user has no access to (e.g. in a multi company situation) can be viewed by making a view +* Store the JSON data structure in ORM +* Would be nice if models available to select when creating a view are limited to the ones that have intersecting groups (for non technical users) Bug Tracker =========== @@ -78,6 +82,15 @@ Contributors * Antonio Esposito * Jordi Ballester Alomar +Do not contact contributors directly about support or help with technical issues. + +Funders +------- + +The development of this module has been financially supported by: + +* IDEAL Connaissances SAS https://www.idealconnaissances.com + Maintainer ---------- diff --git a/bi_view_editor/__init__.py b/bi_view_editor/__init__.py index 2bd76b60..d771dad2 100644 --- a/bi_view_editor/__init__.py +++ b/bi_view_editor/__init__.py @@ -1,6 +1,4 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import models from . import wizard diff --git a/bi_view_editor/__manifest__.py b/bi_view_editor/__manifest__.py index 94177ed9..01a6aa33 100644 --- a/bi_view_editor/__manifest__.py +++ b/bi_view_editor/__manifest__.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2015-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': 'BI View Editor', @@ -8,9 +7,9 @@ 'images': ['static/description/main_screenshot.png'], 'author': 'Onestein,Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'website': 'http://www.onestein.eu', + 'website': 'https://github.com/OCA/reporting-engine', 'category': 'Reporting', - 'version': '10.0.1.0.1', + 'version': '11.0.1.0.0', 'depends': [ 'base', 'web' @@ -22,7 +21,7 @@ 'views/bve_view.xml', ], 'qweb': [ - 'templates/qweb_template.xml', + 'static/src/xml/bi_view_editor.xml' ], 'installable': True, 'uninstall_hook': 'uninstall_hook' diff --git a/bi_view_editor/hooks.py b/bi_view_editor/hooks.py index 8ed1dfab..cd449f66 100644 --- a/bi_view_editor/hooks.py +++ b/bi_view_editor/hooks.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2015-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). def uninstall_hook(cr, registry): diff --git a/bi_view_editor/i18n/am.po b/bi_view_editor/i18n/am.po index 2cd927fa..d3d1c11c 100644 --- a/bi_view_editor/i18n/am.po +++ b/bi_view_editor/i18n/am.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"POT-Creation-Date: 2016-09-15 19:59+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ar.po b/bi_view_editor/i18n/ar.po index c3492ffa..d78da9a8 100644 --- a/bi_view_editor/i18n/ar.po +++ b/bi_view_editor/i18n/ar.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "أنشئ بواسطة" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "أنشئ في" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "اسم العرض" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "المعرف" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "آخر تعديل في" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "آخر تحديث في" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "الاسم" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "الأمن" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "المستخدمون" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/bg.po b/bi_view_editor/i18n/bg.po index 83bffd43..0af37f7d 100644 --- a/bi_view_editor/i18n/bg.po +++ b/bi_view_editor/i18n/bg.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Създадено от" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Създадено на" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Име за Показване" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Последно обновено на" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Последно обновено от" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Последно обновено на" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Име" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Защита" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/bs.po b/bi_view_editor/i18n/bs.po index e3c47262..b60ca0fc 100644 --- a/bi_view_editor/i18n/bs.po +++ b/bi_view_editor/i18n/bs.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Kreirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Kreirano" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Prikaži naziv" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Ime" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Sigurnost" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ca.po b/bi_view_editor/i18n/ca.po index fb648fac..379d2e38 100644 --- a/bi_view_editor/i18n/ca.po +++ b/bi_view_editor/i18n/ca.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"POT-Creation-Date: 2017-01-14 06:04+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creat per" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creat el" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Veure el nom" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Darrera modificació el" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Darrera Actualització el" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nom" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Estat" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Usuaris" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/cs.po b/bi_view_editor/i18n/cs.po index 94a0229a..4ca499d0 100644 --- a/bi_view_editor/i18n/cs.po +++ b/bi_view_editor/i18n/cs.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Vytvořil(a)" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Vytvořeno" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Zobrazovaný název" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Naposled upraveno" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Naposled upraveno" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Naposled upraveno" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Název" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Zabezpečení" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/da.po b/bi_view_editor/i18n/da.po index 3b0f2f49..845ebf1e 100644 --- a/bi_view_editor/i18n/da.po +++ b/bi_view_editor/i18n/da.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Oprettet af" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Oprettet den" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Vist navn" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "Id" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Sidst ændret den" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Sidst opdateret den" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Navn" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Sikkerhed" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Brugere" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/de.po b/bi_view_editor/i18n/de.po index b17a250a..e0901591 100644 --- a/bi_view_editor/i18n/de.po +++ b/bi_view_editor/i18n/de.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"POT-Creation-Date: 2017-01-21 05:51+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Aktion" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Erstellt von" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Erstellt am:" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Anzeigename" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "Entwurf" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Datenmodelle" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Bezeichnung" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Hinweise" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Status" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Benutzer" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/el_GR.po b/bi_view_editor/i18n/el_GR.po index c1c88676..e049c9b5 100644 --- a/bi_view_editor/i18n/el_GR.po +++ b/bi_view_editor/i18n/el_GR.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Δημιουργήθηκε από " #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "Κωδικός" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Τελευταία ενημέρωση από" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Τελευταία ενημέρωση στις" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Χρήστες" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/en_GB.po b/bi_view_editor/i18n/en_GB.po index 585a0855..c246b238 100644 --- a/bi_view_editor/i18n/en_GB.po +++ b/bi_view_editor/i18n/en_GB.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Created by" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Created on" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Display Name" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Last Modified on" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Last Updated by" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Last Updated on" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Name" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Security" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es.po b/bi_view_editor/i18n/es.po index fad883d8..bfe74bf5 100644 --- a/bi_view_editor/i18n/es.po +++ b/bi_view_editor/i18n/es.po @@ -3,17 +3,15 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 -# Fernando Lara , 2018 -# enjolras , 2018 +# Eduardo Rodríguez Crespo , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: enjolras , 2018\n" -"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"POT-Creation-Date: 2016-05-08 09:43+0000\n" +"PO-Revision-Date: 2016-06-13 21:28+0000\n" +"Last-Translator: Eduardo Rodríguez Crespo \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,83 +19,50 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "%s (copia)" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" -msgstr "Unirse usando el campo" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Acción" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "Vista BI" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "Editor de vistas BI" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "Cancelar" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "Crear un menú" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "Creado" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" -msgstr "Creado el" +msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "Vista BI personalizada" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" -msgstr "El nombre de las vistas BI personalizadas debe ser único." +msgstr "¡El nombre de las vistas BI personalizadas debe ser único!" #. module: bi_view_editor #: model:ir.actions.act_window,name:bi_view_editor.action_bi_view_editor_view_form @@ -106,7 +71,7 @@ msgid "Custom BI Views" msgstr "Vistas BI personalizadas" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "Objeto personalizado" @@ -116,12 +81,12 @@ msgid "Custom Reports" msgstr "Informes personalizados" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "Datos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre mostrado" @@ -131,38 +96,44 @@ msgid "Draft" msgstr "Borrador" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "Generar vista BI" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "Grupos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" -msgstr "Última modificación el" +msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" -msgstr "Última actualización el" +msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "Nombre del modelo" #. module: bi_view_editor @@ -171,124 +142,67 @@ msgid "Models" msgstr "Modelos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "No se mostrará información" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "No hay información que procesar." - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Notas" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "Abrir vista BI" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "Consulta" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "Devolver a estado borrador" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Estado" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "Usar el campo en el modelo" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." -msgstr "" -"Usa el constructor especial de consultas para definir la consulta del " -"informe de datos. NOTA: para ser editada, la consulta debe estar en estado " -"'Borrador'" +msgstr "Usa el constructor especial de consultas para definir la consulta del informe de datos. NOTA: para ser editada, la consulta debe estar en estado 'Borrador'" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." -msgstr "" -"Grupos de usuarios permitidos para ver el informe generado; si NO se " -"especifican grupos, el informe será público para todos" +msgstr "Grupos de usuarios permitidos para ver el informe generado; si NO se especifican grupos, el informe será público para todos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Usuarios" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "Vista" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." -msgstr "" -"No se puede eliminar una vista creada. Debe ser devuelta primero a estado de" -" borrador." - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "base" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "modelo" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "nuevo" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "en" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "wizard.ir.model.menu.create" +msgstr "¡No puedes eliminar una vista creada! Devuélvela a estado borrador primero" diff --git a/bi_view_editor/i18n/es_AR.po b/bi_view_editor/i18n/es_AR.po index a206aedf..32c9ac50 100644 --- a/bi_view_editor/i18n/es_AR.po +++ b/bi_view_editor/i18n/es_AR.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Mostrar Nombre" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización el" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_CL.po b/bi_view_editor/i18n/es_CL.po index 64d221bb..bc40b717 100644 --- a/bi_view_editor/i18n/es_CL.po +++ b/bi_view_editor/i18n/es_CL.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_CL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre mostrado" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID (identificación)" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización de" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_CO.po b/bi_view_editor/i18n/es_CO.po index bed0d043..378f04fb 100644 --- a/bi_view_editor/i18n/es_CO.po +++ b/bi_view_editor/i18n/es_CO.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre Público" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última Modificación el" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Actualizado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Actualizado" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_CR.po b/bi_view_editor/i18n/es_CR.po index e4334209..998c4140 100644 --- a/bi_view_editor/i18n/es_CR.po +++ b/bi_view_editor/i18n/es_CR.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_CR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ultima actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_DO.po b/bi_view_editor/i18n/es_DO.po index d290271c..63cee89f 100644 --- a/bi_view_editor/i18n/es_DO.po +++ b/bi_view_editor/i18n/es_DO.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_DO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre mostrado" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización de" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_EC.po b/bi_view_editor/i18n/es_EC.po index f70cc7c9..aac7c9b2 100644 --- a/bi_view_editor/i18n/es_EC.po +++ b/bi_view_editor/i18n/es_EC.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_EC/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre mostrado" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID (identificación)" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización de" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_ES.po b/bi_view_editor/i18n/es_ES.po index 8a9cba70..4be82873 100644 --- a/bi_view_editor/i18n/es_ES.po +++ b/bi_view_editor/i18n/es_ES.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"POT-Creation-Date: 2017-01-21 05:51+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre para mostrar" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Modelos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Usuarios" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_MX.po b/bi_view_editor/i18n/es_MX.po index 551fdf2e..f78e1714 100644 --- a/bi_view_editor/i18n/es_MX.po +++ b/bi_view_editor/i18n/es_MX.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre desplegado" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima actualización realizada" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_PE.po b/bi_view_editor/i18n/es_PE.po index 984ad6a4..094495bd 100644 --- a/bi_view_editor/i18n/es_PE.po +++ b/bi_view_editor/i18n/es_PE.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_PE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nombre a Mostrar" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Ultima Modificación en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Actualizado última vez por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima Actualización" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_PY.po b/bi_view_editor/i18n/es_PY.po index c0ce83c6..9212daee 100644 --- a/bi_view_editor/i18n/es_PY.po +++ b/bi_view_editor/i18n/es_PY.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_PY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ultima actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/es_VE.po b/bi_view_editor/i18n/es_VE.po index 47a7f2ee..941f4b0e 100644 --- a/bi_view_editor/i18n/es_VE.po +++ b/bi_view_editor/i18n/es_VE.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/es_VE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Mostrar nombre" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Modificada por última vez" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima actualizacion en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nombre" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Seguridad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/et.po b/bi_view_editor/i18n/et.po index c2a4db17..db1e0edc 100644 --- a/bi_view_editor/i18n/et.po +++ b/bi_view_editor/i18n/et.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"POT-Creation-Date: 2016-12-03 04:09+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Loonud" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Loodud" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Näidatav nimi" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Viimati muudetud" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Viimati uuendatud" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nimi" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Turvalisus" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/eu.po b/bi_view_editor/i18n/eu.po index 983c5dd4..8887a23c 100644 --- a/bi_view_editor/i18n/eu.po +++ b/bi_view_editor/i18n/eu.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"POT-Creation-Date: 2017-01-21 05:51+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Nork sortua" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Created on" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Izena erakutsi" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Errorea" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Last Updated by" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Last Updated on" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Models" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Izena" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/fa.po b/bi_view_editor/i18n/fa.po index b8c7fd3d..198cd3d4 100644 --- a/bi_view_editor/i18n/fa.po +++ b/bi_view_editor/i18n/fa.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "ایجاد شده توسط" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "ایجاد شده در" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "نام نمایشی" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "شناسه" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "تاریخ آخرین به‌روزرسانی" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "آخرین به روز رسانی توسط" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "آخرین به روز رسانی در" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "نام" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "امنیت" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/fi.po b/bi_view_editor/i18n/fi.po index 70295ebc..bf1693d0 100644 --- a/bi_view_editor/i18n/fi.po +++ b/bi_view_editor/i18n/fi.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"POT-Creation-Date: 2017-01-21 05:51+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Toiminto" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Luonut" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Luotu" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nimi" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "Luonnos" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Virhe" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Mallit" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nimi" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Huomautukset" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "Palauta luonnokseksi" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Tila" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Käyttäjät" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/fr.po b/bi_view_editor/i18n/fr.po index 94f200ec..20d9b833 100644 --- a/bi_view_editor/i18n/fr.po +++ b/bi_view_editor/i18n/fr.po @@ -3,16 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 -# Quentin THEURET , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: Quentin THEURET , 2018\n" -"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"POT-Creation-Date: 2016-12-03 04:09+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -20,107 +18,74 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "%s (copie)" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" -msgstr "Jointure utilisant le champ" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Action" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "Vue BI" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" -msgstr "Éditeur de vue BI" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "Annuler" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "Choisissez un nœud de jointure" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "Cliquez pour créer un objet de requête personnalisée." - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "Créer un menu" +msgstr "" #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" -msgstr "Créé" +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Créé par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Date" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" -msgstr "Vue BI personnalisée" +msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" -msgstr "Le nom de la vue BI personnalisée doit être unique !" +msgstr "" #. module: bi_view_editor #: model:ir.actions.act_window,name:bi_view_editor.action_bi_view_editor_view_form #: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_view msgid "Custom BI Views" -msgstr "Vues BI personnalisées" +msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" -msgstr "Objet personnalisé" +msgstr "" #. module: bi_view_editor #: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_custom_reports msgid "Custom Reports" -msgstr "Rapports personnalisé" +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" -msgstr "Données" +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nom à afficher" @@ -130,39 +95,45 @@ msgid "Draft" msgstr "Brouillon" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Erreur" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" -msgstr "Générer la vue BI" +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "Groupes" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Dernière modification le" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" -msgstr "Nom du modèle" +#: field:bve.view,model_name:0 +msgid "Model Name" +msgstr "" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_ir_model @@ -170,124 +141,67 @@ msgid "Models" msgstr "Modèles" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nom" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "Aucune donnée à afficher." - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "Aucune donnée à traiter." - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Commentaires" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" -msgstr "Ouvrir la vue BI" +msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" -msgstr "Requête" +msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" -msgstr "Remettre en brouillon" +msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" -msgstr "Sécurité" +msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "État" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "Utiliser le champ sur le modèle" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" -"Utiliser le constructeur de requête spéciale pour définir la requête pour " -"générer votre rapport de jeu de données. NOTE : Pour être éditée, la requête" -" doit être dans l'état 'Brouillon'." #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" -"Les groupes d'utilisateurs autorisés à voir le rapport généré; si aucun " -"groupe n'est spécifié, le rapport sera accessible à tout le monde." #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Utilisateurs" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" -msgstr "Vue" +msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" -"Vous ne pouvez pas supprimer une vue créée ! Remettez d'abord la vue en " -"brouillon." - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "base" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "modèle" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "nouveau" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "sur" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "wizard.ir.model.menu.create" diff --git a/bi_view_editor/i18n/fr_CA.po b/bi_view_editor/i18n/fr_CA.po index a368580a..6570510d 100644 --- a/bi_view_editor/i18n/fr_CA.po +++ b/bi_view_editor/i18n/fr_CA.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Créé par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Créé le" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Afficher le nom" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "Identifiant" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nom" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/fr_CH.po b/bi_view_editor/i18n/fr_CH.po index 32649299..4c4c3b5c 100644 --- a/bi_view_editor/i18n/fr_CH.po +++ b/bi_view_editor/i18n/fr_CH.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"POT-Creation-Date: 2016-11-29 16:14+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fr_CH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Créé par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Créé le" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nom affiché" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Dernière modification le" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Modifié par" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Modifié le" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "État" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Utilisateurs" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/gl.po b/bi_view_editor/i18n/gl.po index 974979e9..81ce00a0 100644 --- a/bi_view_editor/i18n/gl.po +++ b/bi_view_editor/i18n/gl.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creado en" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última modificación" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "ültima actualización por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/gl_ES.po b/bi_view_editor/i18n/gl_ES.po index 0e29166c..5ea4a4a2 100644 --- a/bi_view_editor/i18n/gl_ES.po +++ b/bi_view_editor/i18n/gl_ES.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/gl_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/he.po b/bi_view_editor/i18n/he.po index 0455fd28..9fd527ec 100644 --- a/bi_view_editor/i18n/he.po +++ b/bi_view_editor/i18n/he.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "נוצר על ידי" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "נוצר ב-" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "השם המוצג" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "מזהה" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "תאריך שינוי אחרון" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "עודכן לאחרונה על ידי" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "עודכן לאחרונה על" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "שם" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "אבטחה" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/hr.po b/bi_view_editor/i18n/hr.po index 18602c5f..56bea157 100644 --- a/bi_view_editor/i18n/hr.po +++ b/bi_view_editor/i18n/hr.po @@ -3,16 +3,14 @@ # * bi_view_editor # # Translators: -# Bole , 2018 -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -20,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Kreirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Kreirano" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -105,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -115,14 +80,14 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" -msgstr "Naziv" +msgstr "Naziv " #. module: bi_view_editor #: selection:bve.view,state:0 @@ -130,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" -msgstr "Zadnje ažurirano" +msgstr "Zadnje ažuriranje" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -170,117 +141,67 @@ msgid "Models" msgstr "Modeli" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Naziv" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Bilješke" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Sigurnost" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Status" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Korisnici" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/hr_HR.po b/bi_view_editor/i18n/hr_HR.po index 84fe1522..34958ccf 100644 --- a/bi_view_editor/i18n/hr_HR.po +++ b/bi_view_editor/i18n/hr_HR.po @@ -3,16 +3,14 @@ # * bi_view_editor # # Translators: -# Bole , 2018 -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -20,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Kreirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Kreirano" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -105,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -115,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Naziv" @@ -130,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -170,117 +141,67 @@ msgid "Models" msgstr "Modeli" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" -msgstr "Naziv" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Korisnici" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/hu.po b/bi_view_editor/i18n/hu.po index d62c93bb..da368444 100644 --- a/bi_view_editor/i18n/hu.po +++ b/bi_view_editor/i18n/hu.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"POT-Creation-Date: 2016-12-03 04:09+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Készítette" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Létrehozás dátuma" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Név megjelenítése" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Utolsó frissítés dátuma" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Utoljára frissítve, által" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Utoljára frissítve " #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Név" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Biztonság" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/id.po b/bi_view_editor/i18n/id.po index 7cb16a79..1c03bbdc 100644 --- a/bi_view_editor/i18n/id.po +++ b/bi_view_editor/i18n/id.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Dibuat oleh" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Dibuat pada" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nama Tampilan" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Diperbaharui pada" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nama" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Keamanan" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/it.po b/bi_view_editor/i18n/it.po index 43afda1e..455486e9 100644 --- a/bi_view_editor/i18n/it.po +++ b/bi_view_editor/i18n/it.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"POT-Creation-Date: 2017-01-21 05:51+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Azione" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creato da" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creato il" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nome da visualizzare" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "Bozza" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Ultima modifica il" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Modelli" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nome" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Note" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Sicurezza" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Stato" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Utenti" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ja.po b/bi_view_editor/i18n/ja.po index d22e58d1..aa1f66f7 100644 --- a/bi_view_editor/i18n/ja.po +++ b/bi_view_editor/i18n/ja.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "作成者" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "作成日" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "表示名" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "最終更新日" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "最終更新者" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "最終更新日" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "名称" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "セキュリティ" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ko.po b/bi_view_editor/i18n/ko.po index 8884dd8b..d6aadac6 100644 --- a/bi_view_editor/i18n/ko.po +++ b/bi_view_editor/i18n/ko.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "작성자" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "작성일" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "표시 이름" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "최근 수정" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "최근 갱신한 사람" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "최근 갱신 날짜" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "이름" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "보안" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/lt.po b/bi_view_editor/i18n/lt.po index 86c96d1d..d0ada9a7 100644 --- a/bi_view_editor/i18n/lt.po +++ b/bi_view_editor/i18n/lt.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Sukūrė" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Sukurta" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Vaizduojamas pavadinimas" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Paskutinį kartą keista" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Pavadinimas" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Saugumas" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/lt_LT.po b/bi_view_editor/i18n/lt_LT.po index 99bb080e..95d218ec 100644 --- a/bi_view_editor/i18n/lt_LT.po +++ b/bi_view_editor/i18n/lt_LT.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Sukūrė" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Sukurta" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/lv.po b/bi_view_editor/i18n/lv.po index 287fae69..2c281b66 100644 --- a/bi_view_editor/i18n/lv.po +++ b/bi_view_editor/i18n/lv.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Izveidoja" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Izveidots" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Pēdējo reizi atjaunoja" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Pēdējās izmaiņas" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nosaukums" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Drošība" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/mk.po b/bi_view_editor/i18n/mk.po index b3ecccb9..5cf131da 100644 --- a/bi_view_editor/i18n/mk.po +++ b/bi_view_editor/i18n/mk.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Креирано од" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Креирано на" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Прикажи име" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Последна промена на" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Последно ажурирање од" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Последно ажурирање на" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Име" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Безбедност" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/mn.po b/bi_view_editor/i18n/mn.po index 30f61b38..acecd003 100644 --- a/bi_view_editor/i18n/mn.po +++ b/bi_view_editor/i18n/mn.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/mn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Үүсгэгч" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Үүсгэсэн" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Дэлгэцийн Нэр" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Сүүлийн засвар хийсэн" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Нэр" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Хамгаалалт" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/nb.po b/bi_view_editor/i18n/nb.po index ff250af4..27c5738d 100644 --- a/bi_view_editor/i18n/nb.po +++ b/bi_view_editor/i18n/nb.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Opprettet av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Opprettet den" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Visnings navn" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Sist oppdatert " #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Sist oppdatert" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Navn" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Sikkerhet" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/nb_NO.po b/bi_view_editor/i18n/nb_NO.po index 37c3ab91..09cff7e0 100644 --- a/bi_view_editor/i18n/nb_NO.po +++ b/bi_view_editor/i18n/nb_NO.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Laget av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Laget den" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Vis navn" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Sist endret den" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Sist oppdatert den" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/nl.po b/bi_view_editor/i18n/nl.po old mode 100644 new mode 100755 index b89fb4ab..4007bba6 --- a/bi_view_editor/i18n/nl.po +++ b/bi_view_editor/i18n/nl.po @@ -1,17 +1,17 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_view_editor -# +# # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2017-03-14 19:54+0100\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-reporting-engine-10-0/" +"language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +19,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " +msgstr "" +"

\n" +" Klik om een nieuwe custom query object te maken.\n" +"

\n" +"\n" +"

\n" +" " + +#. module: bi_view_editor +#: field:bve.view,action_id:0 msgid "Action" msgstr "Actie" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "BI Weergave bewerker" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "Aangemaakt" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Aangemaakt door" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Aangemaakt op" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "Aangepaste BI Weergave" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "Aangepaste BI Weergave moet uniek zijn!" @@ -104,7 +77,7 @@ msgid "Custom BI Views" msgstr "Aangepaste BI Weergaves" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "Aangepast object" @@ -114,12 +87,12 @@ msgid "Custom Reports" msgstr "Aangepaste rapporten" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "Data" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Te tonen naam" @@ -129,39 +102,45 @@ msgid "Draft" msgstr "Concept" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Fout" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "Genereer BI Weergave" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "Groepen" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" -msgstr "" +#: field:bve.view,model_name:0 +msgid "Model Name" +msgstr "Model naam" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_ir_model @@ -169,72 +148,53 @@ msgid "Models" msgstr "Modellen" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Naam" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Notities" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "Open BI Weergave" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "Query" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "Terug naar concept" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Beveiliging" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Status" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" -"Gebruik de speciale query bouwer om queries te definiëren voor uw rapportage" -" dataset. LET OP: Om te bewerken moet de query in de 'Concept\" status zijn." -" " +"Gebruik de speciale query bouwer om queries te definiëren voor uw " +"rapportage dataset. LET OP: Om te bewerken moet de query in de 'Concept\" " +"status zijn. " #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." @@ -243,50 +203,19 @@ msgstr "" "groepen ingesteld zijn is het rapport zichtbaar voor alle gebruikers." #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Gebruikers" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "Weergave" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" "U kunt een aangemaakte weergave niet verwijderen. Reset de weergave eerst " "naar de concept fase." - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/nl_BE.po b/bi_view_editor/i18n/nl_BE.po index 53b76618..d5e5b75d 100644 --- a/bi_view_editor/i18n/nl_BE.po +++ b/bi_view_editor/i18n/nl_BE.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/nl_BE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Gemaakt door" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Gemaakt op" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Schermnaam" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Naam:" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/nl_NL.po b/bi_view_editor/i18n/nl_NL.po deleted file mode 100644 index 7675ad28..00000000 --- a/bi_view_editor/i18n/nl_NL.po +++ /dev/null @@ -1,285 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * bi_view_editor -# -# Translators: -# Peter Hageman , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: Peter Hageman , 2018\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: nl_NL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id -msgid "Action" -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_bve_view -msgid "BI View Editor" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - -#. module: bi_view_editor -#: selection:bve.view,state:0 -msgid "Created" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid -msgid "Created by" -msgstr "Aangemaakt door" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date -msgid "Created on" -msgstr "Aangemaakt op" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree -msgid "Custom BI View" -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format -msgid "Custom BI View names must be unique!" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,name:bi_view_editor.action_bi_view_editor_view_form -#: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_view -msgid "Custom BI Views" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Custom Object" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_custom_reports -msgid "Custom Reports" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data -msgid "Data" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name -msgid "Display Name" -msgstr "Weergavenaam" - -#. module: bi_view_editor -#: selection:bve.view,state:0 -msgid "Draft" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Generate BI View" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids -msgid "Groups" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id -msgid "ID" -msgstr "ID" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update -msgid "Last Modified on" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid -msgid "Last Updated by" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date -msgid "Last Updated on" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_ir_model -msgid "Models" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name -msgid "Name" -msgstr "Naam" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Notes" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Open BI View" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Query" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Reset to Draft" -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Security" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state -msgid "State" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data -msgid "" -"Use the special query builder to define the query to generate your report " -"dataset. NOTE: To be edited, the query should be in 'Draft' status." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids -msgid "" -"User groups allowed to see the generated report; if NO groups are specified " -"the report will be public for everyone." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids -msgid "Users" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id -msgid "View" -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 -#, python-format -msgid "You cannot delete a created view! Reset the view to draft first." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/pl.po b/bi_view_editor/i18n/pl.po index 15b8c741..037a1276 100644 --- a/bi_view_editor/i18n/pl.po +++ b/bi_view_editor/i18n/pl.po @@ -3,97 +3,63 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Utworzone przez" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Utworzono" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Wyświetlana nazwa " @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ostatnia zmiana" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nazwa" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Uprawnienia" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/pt.po b/bi_view_editor/i18n/pt.po index 045296f0..dc147d5c 100644 --- a/bi_view_editor/i18n/pt.po +++ b/bi_view_editor/i18n/pt.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Criado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Criado em" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nome" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Modificado a última vez por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nome" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/pt_BR.po b/bi_view_editor/i18n/pt_BR.po index 1cb54054..7f722449 100644 --- a/bi_view_editor/i18n/pt_BR.po +++ b/bi_view_editor/i18n/pt_BR.po @@ -3,16 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 -# Cezar José Sant Anna Junior , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: Cezar José Sant Anna Junior , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"POT-Creation-Date: 2016-12-03 04:09+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -20,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Ação" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Criado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Criado em" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -105,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -115,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nome para Mostrar" @@ -130,38 +95,44 @@ msgid "Draft" msgstr "Rascunho" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "Identificação" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última atualização em" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Última atualização por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Última atualização em" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -170,117 +141,67 @@ msgid "Models" msgstr "Modelos" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nome" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Estado" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Usuários" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/pt_PT.po b/bi_view_editor/i18n/pt_PT.po index 2658aa11..79580352 100644 --- a/bi_view_editor/i18n/pt_PT.po +++ b/bi_view_editor/i18n/pt_PT.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"POT-Creation-Date: 2017-02-25 05:54+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Criado por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Criado em" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nome a Apresentar" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "Rascunho" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Erro" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Última Modificação Em" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Nome" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ro.po b/bi_view_editor/i18n/ro.po index 20669744..50b9663c 100644 --- a/bi_view_editor/i18n/ro.po +++ b/bi_view_editor/i18n/ro.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Creat de" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Creat la" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Nume Afişat" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Ultima actualizare în" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Ultima actualizare făcută de" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Ultima actualizare la" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/ru.po b/bi_view_editor/i18n/ru.po index 1888cff1..944b78fd 100644 --- a/bi_view_editor/i18n/ru.po +++ b/bi_view_editor/i18n/ru.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Создано" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Создан" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Последний раз обновлено" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Последний раз обновлено" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Название" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/sk.po b/bi_view_editor/i18n/sk.po index 3b75c4ec..2bc6810d 100644 --- a/bi_view_editor/i18n/sk.po +++ b/bi_view_editor/i18n/sk.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Vytvoril" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Vytvorené" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Zobraziť meno" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Naposledy upravované" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Meno" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Bezpečnosť" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/sl.po b/bi_view_editor/i18n/sl.po index dfe04b45..4186abe1 100644 --- a/bi_view_editor/i18n/sl.po +++ b/bi_view_editor/i18n/sl.po @@ -3,15 +3,15 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 +# Matjaž Mozetič , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"POT-Creation-Date: 2016-05-04 02:44+0000\n" +"PO-Revision-Date: 2016-05-03 15:03+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +19,48 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" -msgstr "" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " +msgstr "

\n Ustvari prilagojen objekt poizvedbe.\n

\n\n

\n " #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Ukrep" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "BI urejevalnik prikazov" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "Nastanek" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Ustvaril" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Ustvarjeno" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "Prilagojen BI prikaz" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "Nazivi prilagojenih BI prikazov morajo biti unikatni!" @@ -104,7 +71,7 @@ msgid "Custom BI Views" msgstr "Prilagojeni BI prikazi" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "Prilagojen objekt" @@ -114,12 +81,12 @@ msgid "Custom Reports" msgstr "Prilagojena poročila" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "Podatki" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Prikazni naziv" @@ -129,39 +96,45 @@ msgid "Draft" msgstr "Osnutek" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Napaka" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "Ustvari BI prikaz" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "Skupine" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" -msgstr "" +#: field:bve.view,model_name:0 +msgid "Model Name" +msgstr "Naziv modela" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_ir_model @@ -169,124 +142,67 @@ msgid "Models" msgstr "Modeli" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Naziv" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Opombe" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "Odpri BI prikaz" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "Poizvedba" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "Ponastavi v osnutek" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Varnost" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Stanje" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." -msgstr "" -"Uporabite posebni gradnik poizvedb za določanje poizvedbe, ki bo ustvarila " -"poročilo z vašim naborom podatkov. OPOMBA: Urejate lahko le poizvedbe s " -"statusom 'Osnutek'." +msgstr "Uporabite posebni gradnik poizvedb za določanje poizvedbe, ki bo ustvarila poročilo z vašim naborom podatkov. OPOMBA: Urejate lahko le poizvedbe s statusom 'Osnutek'." #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." -msgstr "" -"Uporabniške skupine, ki imajo vpogled v ustvarjeno poročilo; če ni določena " -"nobena skupina, bo poročilo javno dostopno." +msgstr "Uporabniške skupine, ki imajo vpogled v ustvarjeno poročilo; če ni določena nobena skupina, bo poročilo javno dostopno." #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Uporabniki" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "Prikaz" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." -msgstr "" -"Ustvarjenega prikaza ne morete brisati! Najprej morate prikaz ponastaviti v " -"osnutek." - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" +msgstr "Ustvarjenega prikaza ne morete brisati! Najprej morate prikaz ponastaviti v osnutek." diff --git a/bi_view_editor/i18n/sr.po b/bi_view_editor/i18n/sr.po index 3e9ab4e2..1c2969a5 100644 --- a/bi_view_editor/i18n/sr.po +++ b/bi_view_editor/i18n/sr.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Kreiran" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Ime" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Bezbednost" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/sr@latin.po b/bi_view_editor/i18n/sr@latin.po index fa5022d4..f0ec94ce 100644 --- a/bi_view_editor/i18n/sr@latin.po +++ b/bi_view_editor/i18n/sr@latin.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Kreirao" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Kreiran" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Ime za prikaz" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Zadnja izmjena" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Ime:" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Bezbednost" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/sv.po b/bi_view_editor/i18n/sv.po index 27bd307a..10cd7f2f 100644 --- a/bi_view_editor/i18n/sv.po +++ b/bi_view_editor/i18n/sv.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Skapad av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Skapad den" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Visa namn" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Senast redigerad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Namn" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Säkerhet" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/th.po b/bi_view_editor/i18n/th.po index 6d83c39a..67768883 100644 --- a/bi_view_editor/i18n/th.po +++ b/bi_view_editor/i18n/th.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "สร้างโดย" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "สร้างเมื่อ" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "รหัส" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "ชื่อ" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "ความปลอดภัย" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/tr.po b/bi_view_editor/i18n/tr.po index 193fa40c..736e18f3 100644 --- a/bi_view_editor/i18n/tr.po +++ b/bi_view_editor/i18n/tr.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Eylem" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Oluşturan" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Oluşturuldu" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Görünen İsim" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "Taslak" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Son değişiklik" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Son güncelleyen" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Son güncelleme" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "Modeller" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Adı" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Notlar" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "Taslakta Sıfırla" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Durum" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Kullanıcılar" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/tr_TR.po b/bi_view_editor/i18n/tr_TR.po index 048dc0c9..e8d47018 100644 --- a/bi_view_editor/i18n/tr_TR.po +++ b/bi_view_editor/i18n/tr_TR.po @@ -3,97 +3,64 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 +# Ozge Altinisik , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-16 01:44+0000\n" -"PO-Revision-Date: 2018-02-16 01:44+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"POT-Creation-Date: 2016-12-31 06:53+0000\n" +"PO-Revision-Date: 2017-01-04 14:44+0000\n" +"Last-Translator: Ozge Altinisik \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: tr_TR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:384 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "Eylem" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:378 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "Oluşturuldu" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Oluşturan" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Oluşturulma tarihi" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +71,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +81,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "Veri" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Görünen ad" @@ -129,39 +96,45 @@ msgid "Draft" msgstr "Taslak" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "Hata" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "Kimlik" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "En son güncelleme tarihi" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "En son güncelleyen " #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "En son güncelleme tarihi" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" -msgstr "" +#: field:bve.view,model_name:0 +msgid "Model Name" +msgstr "Tip adı" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_ir_model @@ -169,121 +142,67 @@ msgid "Models" msgstr "Tipler" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Ad" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:284 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "Notlar" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "Soru" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Güvenlik" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "Hal" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." -msgstr "" -"Kullanıcı grupları oluşturulan raporu görebilir; eğer hiçbir grup " -"belirlenmemişse rapor herkes tarafından görüntülenebilir." +msgstr "Kullanıcı grupları oluşturulan raporu görebilir; eğer hiçbir grup belirlenmemişse rapor herkes tarafından görüntülenebilir." #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "Kullanıcılar" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "Görüntüle" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:424 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." -msgstr "" -"Oluşturulmuş görüntüyü silemezsiniz! İlk önce taslak hazırlamak için " -"görüntüyü sıfırla. " - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" +msgstr "Oluşturulmuş görüntüyü silemezsiniz! İlk önce taslak hazırlamak için görüntüyü sıfırla. " diff --git a/bi_view_editor/i18n/uk.po b/bi_view_editor/i18n/uk.po index cf5072d4..32fb8468 100644 --- a/bi_view_editor/i18n/uk.po +++ b/bi_view_editor/i18n/uk.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Створив" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Дата створення" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Назва для відображення" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Остання модифікація" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Востаннє оновив" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Останнє оновлення" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Name" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "Безпека" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/vi.po b/bi_view_editor/i18n/vi.po index 873891d3..1f966276 100644 --- a/bi_view_editor/i18n/vi.po +++ b/bi_view_editor/i18n/vi.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Được tạo bởi" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Được tạo vào" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "Tên hiển thị" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Last Updated by" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "Tên" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" -msgstr "" +msgstr "Bảo mật" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/vi_VN.po b/bi_view_editor/i18n/vi_VN.po index 433d027a..162905ef 100644 --- a/bi_view_editor/i18n/vi_VN.po +++ b/bi_view_editor/i18n/vi_VN.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"POT-Creation-Date: 2016-12-24 04:38+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "Tạo bởi" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "Tạo vào" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/zh_CN.po b/bi_view_editor/i18n/zh_CN.po index c65499a8..77eeaf6e 100644 --- a/bi_view_editor/i18n/zh_CN.po +++ b/bi_view_editor/i18n/zh_CN.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"POT-Creation-Date: 2017-01-07 05:41+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "创建者" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "创建时间" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "显示名称" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "ID" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "最后修改时间" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "最后更新者" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "上次更新日期" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "名称" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "安全" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "用户" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/i18n/zh_TW.po b/bi_view_editor/i18n/zh_TW.po index 13d48afe..4f54cca5 100644 --- a/bi_view_editor/i18n/zh_TW.po +++ b/bi_view_editor/i18n/zh_TW.po @@ -3,15 +3,14 @@ # * bi_view_editor # # Translators: -# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"POT-Creation-Date: 2016-09-18 04:34+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +18,48 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:382 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "Join using the field" +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_action_id +#: field:bve.view,action_id:0 msgid "Action" msgstr "" -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:376 -#, python-format -msgid "BI View" -msgstr "" - #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" msgstr "" -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:43 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:41 -#, python-format -msgid "Choose join node" -msgstr "" - -#. module: bi_view_editor -#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form -msgid "Click to create a Custom Query Object." -msgstr "" - -#. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form -msgid "Create a Menu" -msgstr "" - #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid +#: field:bve.view,create_uid:0 msgid "Created by" msgstr "建立者" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date +#: field:bve.view,create_date:0 msgid "Created on" msgstr "建立於" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:63 sql_constraint:bve.view:0 -#, python-format +#: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" msgstr "" @@ -104,7 +70,7 @@ msgid "Custom BI Views" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" msgstr "" @@ -114,12 +80,12 @@ msgid "Custom Reports" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_data +#: field:bve.view,data:0 msgid "Data" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name +#: field:bve.view,display_name:0 msgid "Display Name" msgstr "顯示名稱" @@ -129,38 +95,44 @@ msgid "Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_group_ids +#: field:bve.view,group_ids:0 msgid "Groups" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_id +#: field:bve.view,id:0 msgid "ID" msgstr "編號" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update +#: field:bve.view,__last_update:0 msgid "Last Modified on" msgstr "最後修改:" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid +#: field:bve.view,write_uid:0 msgid "Last Updated by" msgstr "最後更新:" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date +#: field:bve.view,write_date:0 msgid "Last Updated on" msgstr "最後更新於" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name -msgid "Model name" +#: field:bve.view,model_name:0 +msgid "Model Name" msgstr "" #. module: bi_view_editor @@ -169,117 +141,67 @@ msgid "Models" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name +#: field:bve.view,name:0 msgid "Name" msgstr "名稱" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/models.py:42 -#, python-format -msgid "No data to be displayed." -msgstr "" - -#. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:285 -#, python-format -msgid "No data to process." -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 msgid "Notes" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" msgstr "" #. module: bi_view_editor -#: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" msgstr "安全" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_state +#: field:bve.view,state:0 msgid "State" msgstr "" #. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:26 -#, python-format -msgid "Use the field on model" -msgstr "" - -#. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_data +#: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " "dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,help:bi_view_editor.field_bve_view_group_ids +#: help:bve.view,group_ids:0 msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_user_ids +#: field:bve.view,user_ids:0 msgid "Users" msgstr "" #. module: bi_view_editor -#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_view_id +#: field:bve.view,view_id:0 msgid "View" msgstr "" #. module: bi_view_editor -#: code:addons/bi_view_editor/models/bve_view.py:420 +#: code:addons/bi_view_editor/models/bve_view.py:73 #, python-format msgid "You cannot delete a created view! Reset the view to draft first." msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_base -msgid "base" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "model" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:30 -#, python-format -msgid "new" -msgstr "" - -#. module: bi_view_editor -#. openerp-web -#: code:addons/bi_view_editor/static/src/js/bve.js:32 -#, python-format -msgid "on " -msgstr "" - -#. module: bi_view_editor -#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create -msgid "wizard.ir.model.menu.create" -msgstr "" diff --git a/bi_view_editor/models/__init__.py b/bi_view_editor/models/__init__.py index 7e6dcc7e..cacf524b 100644 --- a/bi_view_editor/models/__init__.py +++ b/bi_view_editor/models/__init__.py @@ -1,6 +1,4 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import models from . import bve_view diff --git a/bi_view_editor/models/bve_view.py b/bi_view_editor/models/bve_view.py index d8419296..053fed4f 100644 --- a/bi_view_editor/models/bve_view.py +++ b/bi_view_editor/models/bve_view.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2015-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import json @@ -130,7 +129,7 @@ class BveView(models.Model): # create views View = self.env['ir.ui.view'] old_views = View.sudo().search([('model', '=', self.model_name)]) - old_views.sudo().unlink() + old_views.unlink() view_vals = [{ 'name': 'Pivot Analysis', @@ -205,18 +204,19 @@ class BveView(models.Model): self.ensure_one() def group_ids_with_access(model_name, access_mode): + # pylint: disable=sql-injection self.env.cr.execute('''SELECT g.id FROM ir_model_access a JOIN ir_model m ON (a.model_id=m.id) JOIN res_groups g ON (a.group_id=g.id) - LEFT JOIN ir_module_category c ON (c.id=g.category_id) WHERE m.model=%s AND - a.active IS True AND + a.active = true AND a.perm_''' + access_mode, (model_name,)) - return [x[0] for x in self.env.cr.fetchall()] + res = self.env.cr.fetchall() + return [x[0] for x in res] info = json.loads(self._get_format_data(self.data)) model_names = list(set([f['model'] for f in info])) @@ -224,6 +224,10 @@ class BveView(models.Model): group_ids_with_access(model_name, 'read') ) for model_name in model_names]) + if not read_groups and not self.group_ids: + raise UserError(_('Please select at least one group' + ' on the security tab.')) + # read access for group in read_groups: self.env['ir.model.access'].sudo().create({ @@ -294,12 +298,13 @@ class BveView(models.Model): table_name = self.model_name.replace('.', '_') # robustness in case something went wrong + # pylint: disable=sql-injection self._cr.execute('DROP TABLE IF EXISTS "%s"' % table_name) basic_fields = [ ("t0.id", "id") ] - + # pylint: disable=sql-injection q = """CREATE or REPLACE VIEW %s as ( SELECT %s FROM %s @@ -314,6 +319,35 @@ class BveView(models.Model): self.env.cr.execute(q) + @api.multi + def action_translations(self): + self.ensure_one() + model = self.env['ir.model'].sudo().search([ + ('model', '=', self.model_name) + ]) + translation_obj = self.env['ir.translation'].sudo() + translation_obj.translate_fields('ir.model', model.id) + for field_id in model.field_id.ids: + translation_obj.translate_fields('ir.model.fields', field_id) + return { + 'name': 'Translations', + 'res_model': 'ir.translation', + 'type': 'ir.actions.act_window', + 'view_mode': 'tree', + 'view_id': self.env.ref('base.view_translation_dialog_tree').id, + 'target': 'current', + 'flags': {'search_view': True, 'action_buttons': True}, + 'domain': [ + '|', + '&', + ('res_id', 'in', model.field_id.ids), + ('name', '=', 'ir.model.fields,field_description'), + '&', + ('res_id', '=', model.id), + ('name', '=', 'ir.model,name') + ], + } + @api.multi def action_create(self): self.ensure_one() @@ -331,7 +365,8 @@ class BveView(models.Model): 'ttype': field.ttype, 'selection': field.selection, 'size': field.size, - 'state': 'manual' + 'state': 'manual', + 'readonly': True } if vals['ttype'] == 'monetary': vals.update({'ttype': 'float'}) @@ -391,11 +426,11 @@ class BveView(models.Model): has_menus = False if self.action_id: action = 'ir.actions.act_window,%d' % (self.action_id.id,) - menus = self.env['ir.ui.menu'].sudo().search( - [('action', '=', action)] - ) + menus = self.env['ir.ui.menu'].sudo().search([ + ('action', '=', action) + ]) has_menus = True if menus else False - menus.sudo().unlink() + menus.unlink() if self.action_id.view_id: self.action_id.view_id.sudo().unlink() @@ -403,10 +438,11 @@ class BveView(models.Model): self.env['ir.ui.view'].sudo().search( [('model', '=', self.model_name)]).unlink() - ir_models = self.env['ir.model'].sudo().search( - [('model', '=', self.model_name)]) + ir_models = self.env['ir.model'].sudo().search([ + ('model', '=', self.model_name) + ]) for model in ir_models: - model.sudo().unlink() + model.unlink() table_name = self.model_name.replace('.', '_') tools.drop_view_if_exists(self.env.cr, table_name) diff --git a/bi_view_editor/models/ir_model.py b/bi_view_editor/models/ir_model.py index bdac552f..deb7ea36 100644 --- a/bi_view_editor/models/ir_model.py +++ b/bi_view_editor/models/ir_model.py @@ -1,8 +1,7 @@ -# -*- coding: utf-8 -*- -# Copyright 2015-2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2015-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo import api, models +from odoo import api, models, registry NO_BI_MODELS = [ 'temp.range', @@ -112,7 +111,7 @@ class IrModel(models.Model): def get_model_list(model_ids): model_list = [] - domain = [('model_id', 'in', model_ids.values()), + domain = [('model_id', 'in', list(model_ids.values())), ('store', '=', True), ('ttype', 'in', ['many2one'])] filtered_fields = self._search_fields(domain) @@ -128,7 +127,7 @@ class IrModel(models.Model): def get_relation_list(model_ids, model_names): relation_list = [] - domain = [('relation', 'in', model_names.values()), + domain = [('relation', 'in', list(model_names.values())), ('store', '=', True), ('ttype', 'in', ['many2one'])] filtered_fields = self._search_fields(domain) @@ -166,7 +165,7 @@ class IrModel(models.Model): return field_list def _get_list_id(model_ids, fields): - list_model = model_ids.values() + list_model = list(model_ids.values()) list_model += _get_field(fields, 'table_alias', 'model_id') return list_model @@ -236,9 +235,9 @@ class IrModel(models.Model): join_nodes = _get_join_nodes_dict(model_ids, new_field) join_nodes = remove_duplicate_nodes(join_nodes) - return filter( + return list(filter( lambda x: 'id' not in x or - (x['table_alias'], x['id']) not in keys, join_nodes) + (x['table_alias'], x['id']) not in keys, join_nodes)) @api.model def get_fields(self, model_id): @@ -284,9 +283,9 @@ class IrModel(models.Model): # # update registry if self._context.get('bve'): # setup models; this reloads custom models in registry - self.pool.setup_models(self._cr, partial=(not self.pool.ready)) + self.pool.setup_models(self._cr) # signal that registry has changed - self.pool.signal_registry_change() + registry(self.env.cr.dbname).signal_changes() return res diff --git a/bi_view_editor/models/models.py b/bi_view_editor/models/models.py index 4b62e6f9..f945bb47 100644 --- a/bi_view_editor/models/models.py +++ b/bi_view_editor/models/models.py @@ -1,39 +1,123 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2017-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo import api, models +import logging + +from odoo import _, api, models, tools from odoo.exceptions import UserError -from odoo.tools.translate import _ +_logger = logging.getLogger(__name__) -class Base(models.AbstractModel): - _inherit = 'base' - @api.model - def _bi_view(self): - return self._name[0:6] == 'x_bve.' +@api.model +def _bi_view(_name): + return _name[0:6] == 'x_bve.' - @api.model - def _auto_end(self): - if not self._bi_view(): - super(Base, self)._auto_end() + +@api.model_cr_context +def _auto_init(self): + """ Initialize the database schema of ``self``: + - create the corresponding table, + - create/update the necessary columns/tables for fields, + - initialize new columns on existing rows, + - add the SQL constraints given on the model, + - add the indexes on indexed fields, + + Also prepare post-init stuff to: + - add foreign key constraints, + - reflect models, fields, relations and constraints, + - mark fields to recompute on existing records. + + Note: you should not override this method. Instead, you can modify + the model's database schema by overriding method :meth:`~.init`, + which is called right after this one. + """ + # This monkey patch is meant to fix an error (probably + # introduced by https://github.com/odoo/odoo/pull/15412), while + # running an update all. The _auto_init() method invoked during + # an update all is the one of BaseModel, and not the one of Base. + + # START OF patch + # TODO: find better ways to do this patch + if _bi_view(self._name): + return + # END of patch + + models.raise_on_invalid_object_name(self._name) + + # This prevents anything called by this method (in particular default + # values) from prefetching a field for which the corresponding column + # has not been added in database yet! + self = self.with_context(prefetch_fields=False) + + self.pool.post_init(self._reflect) + + cr = self._cr + parent_store_compute = False + update_custom_fields = self._context.get('update_custom_fields', False) + must_create_table = not tools.table_exists(cr, self._table) + + if self._auto: + if must_create_table: + tools.create_model_table(cr, self._table, self._description) + + if self._parent_store: + if not tools.column_exists(cr, self._table, 'parent_left'): + self._create_parent_columns() + parent_store_compute = True + + self._check_removed_columns(log=False) + + # update the database schema for fields + columns = tools.table_columns(cr, self._table) + + def recompute(field): + _logger.info("Storing computed values of %s", field) + recs = self.with_context(active_test=False).search([]) + recs._recompute_todo(field) + + for field in self._fields.values(): + if not field.store: + continue + + if field.manual and not update_custom_fields: + continue # don't update custom fields + + new = field.update_db(self, columns) + if new and field.compute: + self.pool.post_init(recompute, field) + + if self._auto: + self._add_sql_constraints() + + if must_create_table: + self._execute_sql() + + if parent_store_compute: + self._parent_store_compute() + + +models.BaseModel._auto_init = _auto_init + + +class Base(models.AbstractModel): + _inherit = 'base' @api.model def _auto_init(self): - if not self._bi_view(): + if not _bi_view(self._name): super(Base, self)._auto_init() @api.model def _setup_complete(self): - if not self._bi_view(): + if not _bi_view(self._name): super(Base, self)._setup_complete() else: self.pool.models[self._name]._log_access = False @api.model def _read_group_process_groupby(self, gb, query): - if not self._bi_view(): + if not _bi_view(self._name): return super(Base, self)._read_group_process_groupby(gb, query) split = gb.split(':') @@ -44,18 +128,6 @@ class Base(models.AbstractModel): @api.model def _add_magic_fields(self): - if self._bi_view(): + if _bi_view(self._name): self._log_access = False return super(Base, self)._add_magic_fields() - - @api.model_cr - def _table_exist(self): - if not self._bi_view(): - return super(Base, self)._table_exist() - return 1 - - # @api.model_cr - # def _create_table(self): - # if not self._bi_view(): - # return super(Base, self)._create_table() - # return 1 diff --git a/bi_view_editor/static/src/css/bve.css b/bi_view_editor/static/src/css/bve.css index fddcebe8..8290cd13 100644 --- a/bi_view_editor/static/src/css/bve.css +++ b/bi_view_editor/static/src/css/bve.css @@ -83,6 +83,14 @@ cursor: pointer; } +.oe_form_field_bi_editor .body .left .class-list.readonly { + opacity: .35; +} + +.oe_form_field_bi_editor .body .left .class-list .class.readonly { + cursor: default; +} + .oe_form_field_bi_editor .body .left .class-list .class:hover { background-color: #7C7BAD; color: #FFF; @@ -130,8 +138,13 @@ background-color: #DDD; } +.oe_form_field_bi_editor .body .right .field-list tbody tr.join-node { + background-color: #D2D2FF; + text-align: center; + border-top: 1px solid #DDDDDD; +} + .oe_form_field_bi_editor .context-menu, .oe_form_field_bi_editor .context-menu ul { - display: none; z-index: 1000; position: fixed; background-color: #fff; @@ -140,15 +153,26 @@ list-style-type: none; padding: 0; width: 175px; - +} + +.oe_form_field_bi_editor .context-menu .checkbox { + margin-top: 0px; + margin-bottom: 0px; +} + +.oe_form_field_bi_editor .context-menu .checkbox label { + display: block; } .oe_form_field_bi_editor .context-menu li { padding: 5px; - height: 28px; cursor: pointer; } +.oe_form_field_bi_editor .clear-btn { + display: inline-block; +} + .oe_form_field_bi_editor .context-menu li:hover { background-color: #7C7BAD; color: #FFF; @@ -166,11 +190,10 @@ margin-top: -24px; } - .clear { clear: both; } -.displaynone { - display: none; -} +.oe_bi_view_editor_join_node_dialog li { + cursor: pointer; +} \ No newline at end of file diff --git a/bi_view_editor/static/src/js/bi_view_editor.FieldList.js b/bi_view_editor/static/src/js/bi_view_editor.FieldList.js new file mode 100644 index 00000000..37cbc2e1 --- /dev/null +++ b/bi_view_editor/static/src/js/bi_view_editor.FieldList.js @@ -0,0 +1,305 @@ +/* Copyright 2015-2018 Onestein () + * License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */ + +odoo.define('bi_view_editor.FieldList', function(require) { + "use strict"; + + var core = require('web.core'); + var qweb = core.qweb; + var Widget = require('web.Widget'); + + var FieldListContextMenu = Widget.extend({ + start: function() { + var res = this._super.apply(this, arguments); + this.$el.mouseleave(function() { + $(this).addClass('hidden'); + }); + return res; + }, + open: function(x, y) { + this.$el.css({ + 'left': x + 'px', + 'top': y + 'px' + }); + this.$el.removeClass('hidden'); + return _.extend({}, window.Backbone.Events); + } + }); + + var FieldListFieldContextMenu = FieldListContextMenu.extend({ + template: 'bi_view_editor.FieldList.FieldContextMenu', + open: function(x, y, field) { + this.$el.find('.checkbox-column').prop('checked', field.column); + this.$el.find('.checkbox-row').prop('checked', field.row); + this.$el.find('.checkbox-measure').prop('checked', field.measure); + this.$el.find('.checkbox-list').prop('checked', field.list); + + var measureable = + field.type === "float" || + field.type === "integer" || + field.type === "monetary" + ; + + this.$el.find('.checkbox-column').attr('disabled', measureable); + this.$el.find('.checkbox-row').attr('disabled', measureable); + this.$el.find('.checkbox-measure').attr('disabled', !measureable); + this.$el.find('.checkbox-list').attr('disabled', false); + + var events = this._super(x, y, field); + this.$el.find('input').unbind('change'); + this.$el.find('input').change(function() { + var $checkbox = $(this); + var property = $checkbox.attr('data-for'); + field[property] = $checkbox.is(':checked'); + events.trigger('change', field); + }); + + return events; + } + }); + + var FieldListJoinContextMenu = FieldListContextMenu.extend({ + template: 'bi_view_editor.FieldList.JoinContextMenu', + open: function(x, y, node) { + this.$el.find('.checkbox-join-left').prop('checked', node.join_left); + + var events = this._super(x, y, node); + this.$el.find('input').unbind('change'); + this.$el.find('input').change(function() { + var $checkbox = $(this); + var property = $checkbox.attr('data-for'); + node[property] = $checkbox.is(':checked'); + events.trigger('change', node); + }); + return events; + } + }); + + var FieldList = Widget.extend({ + template: 'bi_view_editor.FieldList', + events: { + 'click .delete-button': 'removeClicked', + 'keyup input[name="description"]': 'keyupDescription' + }, + start: function() { + var res = this._super.apply(this, arguments); + this.contextmenu = new FieldListFieldContextMenu(this); + this.contextmenu.appendTo(this.$el); + this.contextmenu_join = new FieldListJoinContextMenu(this); + this.contextmenu_join.appendTo(this.$el); + this.$table = this.$el.find('tbody'); + this.mode = null; + return res; + }, + setMode: function(mode) { + if(mode === 'readonly') { + this.$el.find('input[type="text"]').attr('disabled', true); + this.$el.find(".delete-button:last").addClass('hidden'); + } else { + this.$el.find('input[type="text"]').removeAttr('disabled'); + this.$el.find(".delete-button:last").removeClass('hidden'); + } + this.mode = mode; + }, + get: function() { + return $.makeArray(this.$el.find("tbody tr").map(function () { + var field = $(this).data('field'); + field.description = $(this).find('input[name="description"]').val(); + return field; + })); + }, + getModelIds: function () { + var model_ids = {}; + this.$el.find("tbody tr").each(function () { + var data = $(this).data('field'); + model_ids[data.table_alias] = data.model_id; + }); + return model_ids; + }, + getModelData: function () { + var model_data = {}; + this.$el.find("tbody tr").each(function () { + var data = $(this).data('field'); + model_data[data.table_alias] = { + model_id: data.model_id, + model_name: data.model_name + }; + }); + return model_data; + }, + add: function(field) { + var self = this; + field.row = typeof field.row === 'undefined' ? false : field.row; + field.column = typeof field.column === 'undefined' ? false : field.column; + field.measure = typeof field.measure === 'undefined' ? false : field.measure; + field.list = typeof field.list === 'undefined' ? false : field.list; + field._id = typeof field._id === 'undefined' ? _.uniqueId('node_') : field._id; + if(field.join_node) { + field.join_left = typeof field.join_left === 'undefined' ? false : field.join_left; + } + + var i = 0; + var name = field.name; + while (this.get().filter(function(item) { + return item.name === field.name; + }).length > 0) { + field.name = name + '_' + i; + i++; + } + + // Render table row + var $html = $(qweb.render(field.join_node ? 'bi_view_editor.JoinListItem' : 'bi_view_editor.FieldListItem', { + 'field': field + })).data('field', field).contextmenu(function(e) { + var $item = $(this); + if(self.mode === 'readonly') { + return; + } + e.preventDefault(); + self.openContextMenu($item, e.pageX, e.pageY); + }); + + this.$el.find('tbody').append($html); + + this.$el.find(".delete-button").addClass('hidden'); + this.$el.find(".delete-button:last").removeClass('hidden'); + this.order(); + }, + remove: function(id) { + var $item = this.$el.find('tr[data-id="' + id + '"]'); + $item.remove(); + this.cleanJoinNodes(); + this.$el.find(".delete-button").addClass('hidden'); + this.$el.find(".delete-button:last").removeClass('hidden'); + this.trigger('removed', id); + }, + set: function(fields) { + var set_fields = fields; + if (!set_fields) { + set_fields = []; + } + this.$el.find('tbody tr').remove(); + for(var i = 0; i < set_fields.length; i++) { + this.add(set_fields[i]); + } + this.$el.find(".delete-button").addClass('hidden'); + this.$el.find(".delete-button:last").removeClass('hidden'); + }, + openContextMenu: function($item, x, y) { + var field = $item.data('field'); + var contextmenu = field.join_node ? this.contextmenu_join : this.contextmenu; + // Temporary disable contextmenu for join node (until left join is implemented) + if (field.join_node) { + return; + } + contextmenu.open(x - 20, y - 20, $item.data('field')).on('change', function(f) { + $item.data('field', f); + this.refreshItem($item); + this.trigger('updated'); + }.bind(this)); + }, + refreshItem: function($item) { + var data = $item.data('field'); + var $attributes = $item.find('span[data-for], img[data-for]'); + $.each($attributes, function() { + var $attribute = $(this); + var value = data[$attribute.attr('data-for')]; + if(value) { + $attribute.removeClass('hidden'); + } else { + $attribute.addClass('hidden'); + } + }); + }, + removeClicked: function(e) { + var $button = $(e.currentTarget); + var id = $button.attr('data-id'); + this.remove(id); + }, + keyupDescription: function() { + this.trigger('updated'); + }, + cleanJoinNodes: function() { + var aliases = $.makeArray(this.$el.find("tbody tr").map(function () { + var data = $(this).data('field'); + return data.table_alias.localeCompare(data.join_node) > 0 ? data.join_node : data.table_alias; + })); + + this.$el.find("tbody tr").each(function () { + var data = $(this).data('field'); + if (typeof data.join_node === 'undefined') { + return; + } + var no_alias = data.table_alias.localeCompare(data.join_node) > 0 && + aliases.indexOf(data.table_alias) === -1; + if (no_alias || + aliases.indexOf(data.join_node) === -1) { + $(this).remove(); + } + }); + }, + getOrder: function() { + var items = this.get(); + var ordered = items.sort(function(a, b) { + var res = a.table_alias.localeCompare(b.table_alias); + if (res === 0) { + var both_join_node = a.join_node && b.join_node; + var both_not_join_node = !a.join_node && !b.join_node; + if(both_join_node || both_not_join_node) { + return 0; + } else if(!a.join_node && b.join_node) { + if(b.table_alias.localeCompare(b.join_node) > 0) { + return 1; + } + return -1; + } else if(a.join_node && !b.join_node) { + if(a.table_alias.localeCompare(a.join_node) > 0) { + return -1; + } + return 1; + } + } + return res; + }); + + var res = []; + _.each(ordered, function(item) { + var already_exists = _.findIndex(res, function(f) { + return f._id === item._id; + }) !== -1; + if(already_exists) { + return; + } + res.push(item); + if(item.join_node) { + var join_node_fields = _.filter(ordered, function(f) { + return f.table_alias === item.join_node && !f.join_node; + }); + res = _.union(res, join_node_fields); + } + }); + return res; + }, + order: function() { + var order = this.getOrder(); + var $rows = this.$el.find("tbody tr"); + + $rows.sort(function(a, b) { + var a_index = _.findIndex(order, function(item) { + return item._id === $(a).data('field')._id; + }); + var b_index = _.findIndex(order, function(item) { + return item._id === $(b).data('field')._id; + }); + return a_index - b_index; + }).appendTo(this.$el.find("tbody")); + } + }); + + return { + 'FieldList': FieldList, + 'FieldListContextMenu': FieldListContextMenu, + 'FieldListFieldContextMenu': FieldListFieldContextMenu, + 'FieldListJoinContextMenu': FieldListJoinContextMenu + }; +}); diff --git a/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js b/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js new file mode 100644 index 00000000..0ea99037 --- /dev/null +++ b/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js @@ -0,0 +1,52 @@ +/* Copyright 2015-2018 Onestein () + * License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */ + +odoo.define('bi_view_editor.JoinNodeDialog', function (require) { + "use strict"; + + var Dialog = require("web.Dialog"); + var core = require('web.core'); + var qweb = core.qweb; + var _t = core._t; + + var JoinNodeDialog = Dialog.extend({ + xmlDependencies: Dialog.prototype.xmlDependencies.concat([ + '/bi_view_editor/static/src/xml/bi_view_editor.xml' + ]), + events: { + "click li": "choiceClicked", + }, + init: function(parent, options, choices, model_data) { + this.choices = choices; + // Prepare data for view + for (var i = 0; i < choices.length; i++) { + if (choices[i].join_node !== -1 && choices[i].table_alias !== -1) { + choices[i].model_name = model_data[choices[i].table_alias].model_name; + } + choices[i].index = i; + } + + var defaults = _.defaults(options || {}, { + title: _t("Join..."), + dialogClass: 'oe_act_window', + $content: qweb.render('bi_view_editor.JoinNodeDialog', { + 'choices': choices + }), + buttons: [{ + text: _t("Cancel"), + classes: "btn-default o_form_button_cancel", + close: true + }], + }); + this._super(parent, defaults); + }, + choiceClicked: function(e) { + this.trigger('chosen', { + choice: this.choices[$(e.currentTarget).attr('data-index')] + }); + this.close(); + } + }); + + return JoinNodeDialog; +}); diff --git a/bi_view_editor/static/src/js/bi_view_editor.ModelList.js b/bi_view_editor/static/src/js/bi_view_editor.ModelList.js new file mode 100644 index 00000000..e60a2c0a --- /dev/null +++ b/bi_view_editor/static/src/js/bi_view_editor.ModelList.js @@ -0,0 +1,171 @@ +/* Copyright 2015-2018 Onestein () + * License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */ + +odoo.define('bi_view_editor.ModelList', function (require) { + "use strict"; + + var Widget = require('web.Widget'); + var core = require('web.core'); + var session = require('web.session'); + var qweb = core.qweb; + + var ModelList = Widget.extend({ + template: 'bi_view_editor.ModelList', + events: { + 'keyup .search-bar > input': 'filterChanged' + }, + init: function(parent) { + var res = this._super(parent); + this.active_models = []; + this.cache_fields = {}; + this.current_filter = ''; + this.mode = null; + return res; + }, + setMode: function(mode) { + if(mode === 'readonly') { + this.$el.find('.search-bar').attr('disabled', true); + this.$el.find('.class-list, .class').addClass('readonly'); + } else { + this.$el.find('.search-bar').attr('disabled', false); + this.$el.find('.class-list, .class').removeClass('readonly'); + } + this.mode = mode; + }, + isActive: function(id) { + return this.active_models.indexOf(id) !== -1; + }, + removeAsActive: function(id) { + var i = this.active_models.indexOf(id); + this.active_models.splice(i, 1); + }, + addAsActive: function(id) { + this.active_models.push(id); + }, + loadModels: function(model_ids) { + if (model_ids) { + return this._rpc({ + model: 'ir.model', + method: 'get_related_models', + args: [model_ids], + context: { + lang: session.user_context.lang + } + }); + } + return this._rpc({ + model: 'ir.model', + method: 'get_models', + context: { + lang: session.user_context.lang + } + }); + }, + loadFields: function(model_id) { + if (!(model_id in this.cache_fields)) { + var deferred = this._rpc({ + model: 'ir.model', + method: 'get_fields', + args: [model_id], + context: { + lang: session.user_context.lang + } + }); + this.cache_fields[model_id] = deferred; + } + return this.cache_fields[model_id]; + }, + populateModels: function (models) { + var self = this; + this.$el.find(".class-list").html(''); + + _.each(models, function(model) { + var $html = $(qweb.render('bi_view_editor.ModelListItem', { + 'id': model.id, + 'model': model.model, + 'name': model.name + })); + $html.find('.class').data('model', model).click(function() { + self.modelClicked($(this)); + }); + self.$el.find(".class-list").append($html); + + if (self.isActive(model.id)) { + self.loadFields(model.id).done(function(fields) { + self.populateFields(fields, model.id); + }); + } + }); + }, + populateFields: function(fields, model_id) { + var self = this; + if(!model_id && fields.length === 0) { + return; + } + var data_model_id = model_id; + if(!data_model_id) { + data_model_id = fields[0].model_id; + } + var $model_item = this.$el.find(".class[data-id='" + data_model_id + "']"); + _.each(fields, function(field) { + var $field = $(qweb.render('bi_view_editor.ModelListFieldItem', { + name: field.name, + description: field.description + })).data('field', field).click(function() { + self.fieldClicked($(this)); + }).draggable({ + 'revert': 'invalid', + 'scroll': false, + 'helper': 'clone', + 'appendTo': 'body', + 'containment': 'window' + }); + $model_item.after($field); + + }); + }, + modelClicked: function($el) { + if (this.mode === 'readonly') { + return; + } + var model = $el.data('model'); + $el.parent().find('.field').remove(); + if(this.isActive(model.id)) { + this.removeAsActive(model.id); + } else { + this.addAsActive(model.id); + this.loadFields(model.id).done(function(fields) { + this.populateFields(fields, model.id); + }.bind(this)); + } + }, + fieldClicked: function($el) { + if (this.mode === 'readonly') { + return; + } + this.trigger('field_clicked', $el.data('field')); + }, + filterChanged: function(e) { + var $input = $(e.target); + this.filter($input.val()); + }, + filter: function(value) { + this.active_models = []; + this.$el.find('.field').remove(); + var val = typeof value === 'undefined' ? this.current_filter : value.toLowerCase(); + this.$el.find(".class").each(function() { + var data = $(this).data('model'); + if (data.name.toLowerCase().indexOf(val) === -1 && + data.model.toLowerCase().indexOf(val) === -1) { + $(this).addClass('hidden'); + } else { + $(this).removeClass('hidden'); + } + }); + this.current_filter = val; + } + }); + + return ModelList; + +}); diff --git a/bi_view_editor/static/src/js/bi_view_editor.js b/bi_view_editor/static/src/js/bi_view_editor.js new file mode 100644 index 00000000..2f52d483 --- /dev/null +++ b/bi_view_editor/static/src/js/bi_view_editor.js @@ -0,0 +1,143 @@ +/* Copyright 2015-2018 Onestein () + * License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */ + +odoo.define('bi_view_editor', function (require) { + "use strict"; + + var JoinNodeDialog = require('bi_view_editor.JoinNodeDialog'); + var ModelList = require('bi_view_editor.ModelList'); + var FieldList = require('bi_view_editor.FieldList').FieldList; + + var AbstractField = require('web.AbstractField'); + var Data = require('web.data'); + var field_registry = require('web.field_registry'); + + var BiViewEditor = AbstractField.extend({ + template: "bi_view_editor.Frame", + events: { + "click .clear-btn": "clear" + }, + start: function() { + var self = this; + var res = this._super.apply(this, arguments); + + // Init ModelList + this.model_list = new ModelList(this); + this.model_list.appendTo(this.$(".body > .left")); + this.model_list.on('field_clicked', this, function(field) { + self.addField(_.extend({}, field)); + }); + + // Init FieldList + this.field_list = new FieldList(this); + this.field_list.appendTo(this.$(".body > .right")); + this.field_list.on('removed', this, this.fieldListRemoved); + this.field_list.on('updated', this, this.fieldListChanged); + + this.$el.find(".body > .right").droppable({ + accept: "div.class-list div.field", + drop: function (event, ui) { + self.addField(_.extend({}, ui.draggable.data('field'))); + ui.draggable.draggable('option', 'revert', false); + } + }); + + this.on("change:effective_readonly", this, function() { + this.updateMode(); + }); + this.renderValue(); + this.loadAndPopulateModelList(); + this.updateMode(); + return res; + }, + clear: function() { + if (this.mode !== 'readonly') { + this.field_list.set([]); + this.loadAndPopulateModelList(); + this._setValue(JSON.stringify(this.field_list.get())); + } + }, + fieldListChanged: function() { + this._setValue(JSON.stringify(this.field_list.get())); + }, + fieldListRemoved: function() { + this.loadAndPopulateModelList(); + this._setValue(JSON.stringify(this.field_list.get())); + }, + renderValue: function() { + this.field_list.set(JSON.parse(this.value)); + }, + updateMode: function () { + if (this.mode === 'readonly') { + this.$el.find('.clear-btn').addClass('hidden'); + this.$el.find(".body .right").droppable("option", "disabled", true); + } else { + this.$el.find('.clear-btn').removeClass('hidden'); + this.$el.find('.body .right').droppable('option', 'disabled', false); + } + this.field_list.setMode(this.mode); + this.model_list.setMode(this.mode); + }, + loadAndPopulateModelList: function() { + var model_ids = null; + if (this.field_list.get().length > 0) { + model_ids = this.field_list.getModelIds(); + } + this.model_list.loadModels(model_ids).done(function(models) { + this.model_list.populateModels(models); + }.bind(this)); + }, + getTableAlias: function(field) { + if (typeof field.table_alias === 'undefined') { + var model_ids = this.field_list.getModelIds(); + var n = 0; + while (typeof model_ids["t" + n] !== 'undefined') { + n++; + } + return "t" + n; + } + return field.table_alias; + }, + addFieldAndJoinNode: function(field, join_node) { + if (join_node.join_node === -1 || join_node.table_alias === -1) { + field.table_alias = this.getTableAlias(field); + if (join_node.join_node === -1) { + join_node.join_node = field.table_alias; + } else { + join_node.table_alias = field.table_alias; + } + this.field_list.add(join_node); + } else { + field.table_alias = join_node.table_alias; + } + + this.field_list.add(field); + this.loadAndPopulateModelList(); + this._setValue(JSON.stringify(this.field_list.get())); + }, + addField: function(field) { + var data = _.extend({}, field); + var model = new Data.DataSet(this, "ir.model"); + var field_data = this.field_list.get(); + model.call('get_join_nodes', [field_data, data]).then(function(result) { + if (result.length === 1) { + this.addFieldAndJoinNode(data, result[0]); + } else if (result.length > 1) { + var dialog = new JoinNodeDialog(this, {}, result, this.field_list.getModelData()); + dialog.open().on('chosen', this, function(e) { + this.addFieldAndJoinNode(data, e.choice); + }); + } else { + var table_alias = this.getTableAlias(data); + data.table_alias = table_alias; + this.field_list.add(data); + this.loadAndPopulateModelList(); + this._setValue(JSON.stringify(this.field_list.get())); + } + }.bind(this)); + } + }); + + field_registry.add('BVEEditor', BiViewEditor); + +}); diff --git a/bi_view_editor/static/src/js/bve.js b/bi_view_editor/static/src/js/bve.js deleted file mode 100644 index e6f6db9d..00000000 --- a/bi_view_editor/static/src/js/bve.js +++ /dev/null @@ -1,445 +0,0 @@ -odoo.define('bi_view_editor', function (require) { -"use strict"; - - var Core = require("web.core"); - var FormCommon = require('web.form_common'); - var Model = require('web.Model'); - var Data = require('web.data'); - var Widget = require('web.Widget'); - var Dialog = require("web.Dialog"); - var _t = Core._t; - - var JoinNodePopup = Widget.extend({ - template: "JoinNodePopup", - start: function() { - var self = this; - }, - - display_popup: function(choices, model_data, callback, callback_data) { - var self = this; - this.renderElement(); - var joinnodes = this.$el.find('#join-nodes'); - joinnodes.empty(); - for (var i=0; i" + model_data[choices[i].table_alias].model_name + ""; - } else { - var new_str = ""; - if (choices[i].join_node !== -1) { - new_str = "" + _t("new") + " "; - } - description = _t("Join using the field") + " " + choices[i].description + " " + _t("on ") + new_str + _t("model") +" " + choices[i].model_name + ""; - } - joinnodes.append($('' + description+ '') - .data('idx', i) - .wrap('

') - .parent()); - } - var dialog = new Dialog(this, { - dialogClass: 'oe_act_window', - title: _t("Choose join node"), - $content: this.$el, - buttons: [{text: _t("Cancel"), - classes: "btn-default o_form_button_cancel", - close: true - }] - }).open(); - - joinnodes.find('a').click(function() { - callback(callback_data, choices[$(this).data('idx')]); - dialog.close(); - }); - - this.start(); - } - }); - - var BiViewEditor = FormCommon.AbstractField.extend({ - template: "BVEEditor", - activeModelMenus: [], - currentFilter: "", - init: function() { - this._super.apply(this, arguments); - }, - start: function() { - this._super(); - this.on("change:effective_readonly", this, function() { - this.display_field(); - this.render_value(); - }); - this.display_field(); - this.render_value(); - }, - display_field: function () { - var self = this; - this.$el.find(".body .right").droppable({ - accept: "div.class-list div.field", - drop: function (event, ui) { - self.add_field(ui.draggable); - ui.draggable.draggable('option', 'revert', false ); - } - }); - if (!this.get("effective_readonly")) { - this.$el.find('.search-bar').attr('disabled', false); - this.$el.find('.class-list').css('opacity', '1'); - this.$el.find('.class-list .class').css('cursor', 'pointer'); - this.$el.find(".body .right").droppable("option", "disabled", false); - this.$el.find('#clear').css('display', 'inline-block').click(function () { - self.set_fields([]); - self.internal_set_value('[]'); - }); - this.$el.find('.search-bar input').keyup(function(e) { - //Local filter - self.filter($(this).val()); - }); - } else { - this.$el.find(".body .right").droppable("option", "disabled", true); - this.$el.find('#clear').css('display', 'none'); - this.$el.find('.search-bar').attr('disabled', true); - this.$el.find('.class-list').css('opacity', '.35'); - this.$el.find('.class-list .class').css('cursor', 'default'); - } - }, - filter: function(val) { - val = (typeof val !== 'undefined') ? val.toLowerCase() : this.currentFilter; - this.currentFilter = val; - this.$el.find(".class-list .class-container").each(function() { - var modelData = $(this).find(".class").data('model-data'); - //TODO: filter on all model fields (name, technical name, etc) - - if(typeof modelData === 'undefined' || (modelData.name.toLowerCase().indexOf(val) === -1 && modelData.model.toLowerCase().indexOf(val) === -1)) - $(this).hide(); - else - $(this).show(); - }); - }, - get_field_icons: function(field) { - var icons = ""; - if(field.column) - icons += " "; - if(field.row) - icons += " "; - if(field.measure) - icons += " "; - if(field.list) - icons += " "; - - return icons; - }, - update_field_view: function(row) { - row.find("td:nth-child(3)").html(this.get_field_icons(row.data('field-data'))); - }, - render_value: function() { - this.set_fields(JSON.parse(this.get('value'))); - }, - load_classes: function(scrollTo) { - scrollTo = (typeof scrollTo === 'undefined') ? false : scrollTo; - var self = this; - var model = new Model("ir.model"); - if (this.$el.find(".field-list tbody tr").length > 0) { - model.call("get_related_models", [this.get_model_ids()], { context: new Data.CompoundContext() }).then(function(result) { - self.show_classes(result); - }); - } else { - model.call("get_models", { context: new Data.CompoundContext() }).then(function(result) { - self.show_classes(result); - }); - } - }, - show_classes: function (result) { - var self = this; - var model = new Model("ir.model"); - self.$el.find(".class-list .class").remove(); - self.$el.find(".class-list .field").remove(); - var css = this.get('effective_readonly') ? 'cursor: default' : 'cursor: pointer'; - function addField() { - if (!self.get("effective_readonly")) { - self.add_field($(this)); - } - } - function clickHandler(evt) { - if(self.get("effective_readonly")) return; - var classel = $(this); - if (classel.data('bve-processed')) { - classel.parent().find('.field').remove(); - classel.data('bve-processed', false); - var index = self.activeModelMenus.indexOf(classel.data('model-data').id); - if(index !== -1) self.activeModelMenus.splice(index, 1); - } else { - self.activeModelMenus.push(classel.data('model-data').id); - model.call("get_fields", [classel.data('model-data').id], { context: new Data.CompoundContext() }).then(function(result) { - for (var i = 0; i < result.length; i++) { - classel.find("#bve-field-" + result[i].name).remove(); - self._render_field(self, i, result, classel, addField) - } - }); - $(this).data('bve-processed', true); - } - } - function renderFields(result) { - if (typeof(result[0]) !== 'undefined') { - var item = self.$el.find(".class-list #bve-class-" + result[0].model_id); - for (var o = 0; o < result.length; o++) { - self._render_field(self, o, result, item, addField) - } - item.data('bve-processed', true); - } - } - for (var i = 0; i < result.length; i++) { - var item = $("
" + result[i].name + "
") - .data('model-data', result[i]) - .click(clickHandler) - .wrap("
").parent(); - self.$el.find(".class-list").append(item); - - var index = self.activeModelMenus.indexOf(item.find(".class").data('model-data').id); - if(index !== -1 && !self.get("effective_readonly")) { - model.call("get_fields", [self.activeModelMenus[index]], { context: new Data.CompoundContext() }).then(renderFields); - } - self.filter(); - } - - }, - _render_field(_self, _index, _result, _item, _addField) { - if(_self.$el.find(".field-list tbody [name=label-" + _result[_index].id + "]").length > 0) return; - _item.after($("
" + _result[_index].description + "
") - .data('field-data', _result[_index]) - .click(_addField) - .draggable({ - 'revert': 'invalid', - 'scroll': false, - 'helper': 'clone', - 'appendTo': 'body', - 'containment': 'window' - }) - ); - }, - set_checkbox: function(check, identifier, _contextMenu) { - if(check) - _contextMenu.find(identifier).attr('checked', true); - else - _contextMenu.find(identifier).attr('checked', false); - }, - _false_if_undefined: function(to_check) { - if (typeof to_check === 'undefined') return false; - return to_check; - }, - _true_if_undefined: function(to_check) { - if (typeof to_check === 'undefined') return true; - return to_check; - }, - add_field_to_table: function(data, options) { - var self = this; - data.row = self._false_if_undefined(data.row); - data.column = self._false_if_undefined(data.column); - data.measure = self._false_if_undefined(data.measure); - data.list = self._true_if_undefined(data.list); - - var n = 1; - var name = data.name; - function checkNameMatches(el) { return el.name === data.name;} - while ($.grep(self.get_fields(), checkNameMatches).length > 0) { - data.name = name + '_' + n; - n += 1; - } - var classes = ""; - if (typeof data.join_node !== 'undefined') { - classes = "join-node displaynone"; - } - var delete_button = ""; - var disabled = " disabled=\"disabled\" "; - if (!this.get("effective_readonly")) { - delete_button = ""; - disabled = ""; - } - - self.$el.find(".field-list tbody") - .append($("" + data.model_name + "" + self.get_field_icons(data) + "" + delete_button + "") - .data('field-data', data) - .contextmenu(function(e) { - e.preventDefault(); - if (self.get("effective_readonly")) return; - var target = $(e.currentTarget); - var currentFieldData = target.data('field-data'); - - var contextMenu = self.$el.find(".context-menu"); - contextMenu.css("left", e.pageX + "px"); - contextMenu.css("top", e.pageY + "px"); - contextMenu.mouseleave(function() { - contextMenu.hide(); - }); - contextMenu.find("li").hover(function() { - $(this).find("ul").css("color", "#000"); - $(this).find("ul").show(); - }, function() { - $(this).find("ul").hide(); - }); - - - //Set checkboxes - self.set_checkbox(currentFieldData.column, '#column-checkbox', contextMenu); - self.set_checkbox(currentFieldData.row, '#row-checkbox', contextMenu); - self.set_checkbox(currentFieldData.measure, '#measure-checkbox', contextMenu); - self.set_checkbox(currentFieldData.list, '#list-checkbox', contextMenu); - - var to_disable = false; - if(currentFieldData.type === "float" || currentFieldData.type === "integer" || currentFieldData.type === "monetary") to_disable = true; - var identifiers = [['#column-checkbox', 'column', to_disable], ['#row-checkbox', 'row', to_disable], ['#measure-checkbox', 'measure', !to_disable], ['#list-checkbox', 'list', false]]; - identifiers.forEach(function (element) { - contextMenu.find(element[0]).attr('disabled', element[2]); - }); - - //Add change events - identifiers.forEach(function (element) { - contextMenu.find(element[0]).unbind("change"); - contextMenu.find(element[0]).change(function() { - currentFieldData[element[1]] = $(this).is(":checked"); - target.data('field-data', currentFieldData); - self.update_field_view(target); - self.internal_set_value(JSON.stringify(self.get_fields())); - }); - - }); - contextMenu.show(); - - $(document).mouseup(function (e) { - var container = $(".context-menu"); - - // if the target of the click isn't the container nor a descendant of the container - if (!container.is(e.target) && container.has(e.target).length === 0) - { - container.hide(); - } - }); - - }) - ); - - self.$el.find('.delete-button').unbind("click"); - self.$el.find('.delete-button').click(function() { - $(this).closest('tr').remove(); - self.clean_join_nodes(); - self.internal_set_value(JSON.stringify(self.get_fields())); - self.load_classes(); - self.$el.find(".field-list .delete-button").hide(); - self.$el.find(".field-list .delete-button:last").show(); - return false; - }); - - self.$el.find(".field-list .delete-button").hide(); - self.$el.find(".field-list .delete-button:last").show(); - }, - clean_join_nodes: function () { - var aliases = $.makeArray(this.$el.find(".field-list tbody tr").map(function (idx, el) { - var d = $(this).data('field-data'); - return d.table_alias; - })); - - this.$el.find(".field-list tbody tr").each(function (idx, el) { - var d = $(this).data('field-data'); - if (typeof d.join_node !== 'undefined' && aliases.indexOf(d.join_node) === -1) { - $(this).remove(); - } - }); - }, - get_model_ids: function () { - var model_ids = {}; - this.$el.find(".field-list tbody tr").each(function (idx, el) { - var d = $(this).data('field-data'); - model_ids[d.table_alias] = d.model_id; - }); - return model_ids; - }, - get_model_data: function () { - var model_data = {}; - this.$el.find(".field-list tbody tr").each(function (idx, el) { - var d = $(this).data('field-data'); - model_data[d.table_alias] = {model_id: d.model_id, model_name: d.model_name}; - }); - return model_data; - }, - get_table_alias: function(field) { - if (typeof field.table_alias !== 'undefined') { - return field.table_alias; - } else { - var model_ids = this.get_model_ids(); - var n = 0; - while (typeof model_ids["t" + n] !== 'undefined') n++; - return "t" + n; - } - }, - add_field_and_join_node: function(field, join_node) { - var self = this; - - var go_to_else = true; - if (join_node.join_node === -1 || join_node.table_alias === -1){ - go_to_else = false; - field.table_alias = self.get_table_alias(field); - if (join_node.join_node === -1) join_node.join_node = field.table_alias; - else join_node.table_alias = field.table_alias; - self.add_field_to_table(join_node); - } - else field.table_alias = join_node.table_alias; - - self.add_field_to_table(field); - self.internal_set_value(JSON.stringify(self.get_fields())); - self.load_classes(field); - }, - add_field: function(field) { - var self = this; - - // Quick fix for double click - if(self._adding) { - return; - } - self._adding = true; - setTimeout(function() { - self._adding = false; - }, 1000); - // End quick fix - - var data = field.data('field-data'); - var model = new Model("ir.model"); - var model_ids = this.get_model_ids(); - var field_data = this.get_fields(); - model.call('get_join_nodes', [field_data, data], {context: new Data.CompoundContext()}).then(function(result) { - - if (result.length === 1) { - self.add_field_and_join_node(data, result[0]); - self.internal_set_value(JSON.stringify(self.get_fields())); - } else if (result.length > 1) { - var pop = new JoinNodePopup(self); - pop.display_popup(result, self.get_model_data(), self.add_field_and_join_node.bind(self), data); - } else { - // first field and table only. - var table_alias = self.get_table_alias(data); - data.table_alias = table_alias; - self.add_field_to_table(data); - self.internal_set_value(JSON.stringify(self.get_fields())); - self.load_classes(data); - } - }); - }, - get_fields: function() { - return $.makeArray(this.$el.find(".field-list tbody tr").map(function (idx, el) { - var d = $(this).data('field-data'); - d.description = $("input[name='label-" + d.id + "']").val(); - return d; - })); - }, - set_fields: function(values) { - this.activeModelMenus = []; - if (!values) { - values = []; - } - this.$el.find('.field-list tbody tr').remove(); - for(var i = 0; i < values.length; i++) { - this.add_field_to_table(values[i]); - } - this.load_classes(); - } - }); - Core.form_widget_registry.add('BVEEditor', BiViewEditor); - -}); diff --git a/bi_view_editor/static/src/xml/bi_view_editor.xml b/bi_view_editor/static/src/xml/bi_view_editor.xml new file mode 100644 index 00000000..fb82e796 --- /dev/null +++ b/bi_view_editor/static/src/xml/bi_view_editor.xml @@ -0,0 +1,183 @@ + + diff --git a/bi_view_editor/templates/assets_template.xml b/bi_view_editor/templates/assets_template.xml index 94ea7cd5..016c136f 100644 --- a/bi_view_editor/templates/assets_template.xml +++ b/bi_view_editor/templates/assets_template.xml @@ -1,11 +1,15 @@ - + diff --git a/bi_view_editor/templates/qweb_template.xml b/bi_view_editor/templates/qweb_template.xml deleted file mode 100644 index cc8243f6..00000000 --- a/bi_view_editor/templates/qweb_template.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - -
-
-
-
-
- - - -
- -
- -
- -
-
-
-
- - - - - - - - - - - -
NameModelOptions
-
-
-
- -
    - -
  • Column
  • -
  • Row
  • -
  • Measure
  • -
  • List
  • - -
-
-
-
diff --git a/bi_view_editor/tests/__init__.py b/bi_view_editor/tests/__init__.py index 8cde8cac..b88bba13 100644 --- a/bi_view_editor/tests/__init__.py +++ b/bi_view_editor/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import test_bi_view diff --git a/bi_view_editor/tests/test_bi_view.py b/bi_view_editor/tests/test_bi_view.py index 375227aa..4175b8fc 100644 --- a/bi_view_editor/tests/test_bi_view.py +++ b/bi_view_editor/tests/test_bi_view.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2017-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo.tests.common import TransactionCase, at_install, post_install from odoo.exceptions import UserError diff --git a/bi_view_editor/views/bve_view.xml b/bi_view_editor/views/bve_view.xml index d6d50254..9e91d071 100644 --- a/bi_view_editor/views/bve_view.xml +++ b/bi_view_editor/views/bve_view.xml @@ -1,6 +1,15 @@ - + + + Translations + ir.actions.act_window + ir.translation + form + [('res_id', '=', active_record.), ('name', '=', 'ir.model.fields,field_description')] + + + bve.view @@ -22,6 +31,14 @@ +
+

diff --git a/bi_view_editor/wizard/__init__.py b/bi_view_editor/wizard/__init__.py index bca2d78f..262e6a5c 100644 --- a/bi_view_editor/wizard/__init__.py +++ b/bi_view_editor/wizard/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import wizard_ir_model_menu_create diff --git a/bi_view_editor/wizard/wizard_ir_model_menu_create.py b/bi_view_editor/wizard/wizard_ir_model_menu_create.py index 58cc3288..33412ef2 100644 --- a/bi_view_editor/wizard/wizard_ir_model_menu_create.py +++ b/bi_view_editor/wizard/wizard_ir_model_menu_create.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Onestein () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2017-2018 Onestein () +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import api, models