diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index f347a1b7..66c2afbc 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -28,17 +28,18 @@ Usage To graphically design your analysis data-set: -- From the Reporting menu, select "Custom BI Views" +- From the Dashboards menu, select "Custom BI Views" - Browse trough the business objects in the Query tab - Pick the interesting fields (Drag & Drop) -- For each selected field, right-click on the Options column and select whether it's a row, column or measure +- For each selected field, right-click on the Options column and select whether it's a row, column or measure; if you want to remove the field from the list view, unflag the checkbox ´List´ in the Options column - Save and click "Generate BI View" - Click "Open BI View" to view the result - If module Dashboard (board) is installed, the standard "Add to My Dashboard" functionality would be available +- Click "Create a menu" to create a new menu item directly linked to your new BI view (this feature is available in developer mode); when the BI view is reset back to draft this menu will be removed, and you will need to re-create the menu entry. .. 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/9.0 + :target: https://runbot.odoo-community.org/runbot/143/10.0 Known issues / Roadmap ====================== @@ -47,6 +48,7 @@ Known issues / Roadmap * 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 Bug Tracker =========== diff --git a/bi_view_editor/__init__.py b/bi_view_editor/__init__.py index d4da6d0f..2bd76b60 100644 --- a/bi_view_editor/__init__.py +++ b/bi_view_editor/__init__.py @@ -3,4 +3,5 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import models +from . import wizard from .hooks import uninstall_hook diff --git a/bi_view_editor/__manifest__.py b/bi_view_editor/__manifest__.py index a2fa6f0e..94177ed9 100644 --- a/bi_view_editor/__manifest__.py +++ b/bi_view_editor/__manifest__.py @@ -10,7 +10,7 @@ 'license': 'AGPL-3', 'website': 'http://www.onestein.eu', 'category': 'Reporting', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.1', 'depends': [ 'base', 'web' @@ -24,9 +24,6 @@ 'qweb': [ 'templates/qweb_template.xml', ], - 'js': [ - 'static/src/js/bve.js' - ], - 'installable': False, + 'installable': True, 'uninstall_hook': 'uninstall_hook' } diff --git a/bi_view_editor/i18n/am.po b/bi_view_editor/i18n/am.po index 305a7273..d3d1c11c 100644 --- a/bi_view_editor/i18n/am.po +++ b/bi_view_editor/i18n/am.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ar.po b/bi_view_editor/i18n/ar.po index 66466c16..d78da9a8 100644 --- a/bi_view_editor/i18n/ar.po +++ b/bi_view_editor/i18n/ar.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/bg.po b/bi_view_editor/i18n/bg.po index 68a45629..0af37f7d 100644 --- a/bi_view_editor/i18n/bg.po +++ b/bi_view_editor/i18n/bg.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/bs.po b/bi_view_editor/i18n/bs.po index 440528cd..b60ca0fc 100644 --- a/bi_view_editor/i18n/bs.po +++ b/bi_view_editor/i18n/bs.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ca.po b/bi_view_editor/i18n/ca.po index 4670b0fb..379d2e38 100644 --- a/bi_view_editor/i18n/ca.po +++ b/bi_view_editor/i18n/ca.po @@ -180,7 +180,7 @@ msgstr "Estat" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/cs.po b/bi_view_editor/i18n/cs.po index 4d5e07d9..4ca499d0 100644 --- a/bi_view_editor/i18n/cs.po +++ b/bi_view_editor/i18n/cs.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/da.po b/bi_view_editor/i18n/da.po index 3d2b578e..845ebf1e 100644 --- a/bi_view_editor/i18n/da.po +++ b/bi_view_editor/i18n/da.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/de.po b/bi_view_editor/i18n/de.po index 467a3f8b..e0901591 100644 --- a/bi_view_editor/i18n/de.po +++ b/bi_view_editor/i18n/de.po @@ -180,7 +180,7 @@ msgstr "Status" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/el_GR.po b/bi_view_editor/i18n/el_GR.po index 0d92f28e..e049c9b5 100644 --- a/bi_view_editor/i18n/el_GR.po +++ b/bi_view_editor/i18n/el_GR.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/en_GB.po b/bi_view_editor/i18n/en_GB.po index 3a815d91..c246b238 100644 --- a/bi_view_editor/i18n/en_GB.po +++ b/bi_view_editor/i18n/en_GB.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es.po b/bi_view_editor/i18n/es.po index fc13c890..bfe74bf5 100644 --- a/bi_view_editor/i18n/es.po +++ b/bi_view_editor/i18n/es.po @@ -181,7 +181,7 @@ msgstr "Estado" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"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'" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_AR.po b/bi_view_editor/i18n/es_AR.po index 09e10c71..32c9ac50 100644 --- a/bi_view_editor/i18n/es_AR.po +++ b/bi_view_editor/i18n/es_AR.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_CL.po b/bi_view_editor/i18n/es_CL.po index 86f7d687..bc40b717 100644 --- a/bi_view_editor/i18n/es_CL.po +++ b/bi_view_editor/i18n/es_CL.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_CO.po b/bi_view_editor/i18n/es_CO.po index 4e32d4d9..378f04fb 100644 --- a/bi_view_editor/i18n/es_CO.po +++ b/bi_view_editor/i18n/es_CO.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_CR.po b/bi_view_editor/i18n/es_CR.po index 0a6aae1d..998c4140 100644 --- a/bi_view_editor/i18n/es_CR.po +++ b/bi_view_editor/i18n/es_CR.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_DO.po b/bi_view_editor/i18n/es_DO.po index d7667082..63cee89f 100644 --- a/bi_view_editor/i18n/es_DO.po +++ b/bi_view_editor/i18n/es_DO.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_EC.po b/bi_view_editor/i18n/es_EC.po index e912e08e..aac7c9b2 100644 --- a/bi_view_editor/i18n/es_EC.po +++ b/bi_view_editor/i18n/es_EC.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_ES.po b/bi_view_editor/i18n/es_ES.po index 1e70ae1d..4be82873 100644 --- a/bi_view_editor/i18n/es_ES.po +++ b/bi_view_editor/i18n/es_ES.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_MX.po b/bi_view_editor/i18n/es_MX.po index 42e5d6f5..f78e1714 100644 --- a/bi_view_editor/i18n/es_MX.po +++ b/bi_view_editor/i18n/es_MX.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_PE.po b/bi_view_editor/i18n/es_PE.po index eb3368fe..094495bd 100644 --- a/bi_view_editor/i18n/es_PE.po +++ b/bi_view_editor/i18n/es_PE.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_PY.po b/bi_view_editor/i18n/es_PY.po index 65bf63e9..9212daee 100644 --- a/bi_view_editor/i18n/es_PY.po +++ b/bi_view_editor/i18n/es_PY.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/es_VE.po b/bi_view_editor/i18n/es_VE.po index 51b1a5e9..941f4b0e 100644 --- a/bi_view_editor/i18n/es_VE.po +++ b/bi_view_editor/i18n/es_VE.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/et.po b/bi_view_editor/i18n/et.po index 15ea8a01..db1e0edc 100644 --- a/bi_view_editor/i18n/et.po +++ b/bi_view_editor/i18n/et.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/eu.po b/bi_view_editor/i18n/eu.po index eac53734..8887a23c 100644 --- a/bi_view_editor/i18n/eu.po +++ b/bi_view_editor/i18n/eu.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/fa.po b/bi_view_editor/i18n/fa.po index fee56cbe..198cd3d4 100644 --- a/bi_view_editor/i18n/fa.po +++ b/bi_view_editor/i18n/fa.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/fi.po b/bi_view_editor/i18n/fi.po index fcb56681..bf1693d0 100644 --- a/bi_view_editor/i18n/fi.po +++ b/bi_view_editor/i18n/fi.po @@ -180,7 +180,7 @@ msgstr "Tila" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/fr.po b/bi_view_editor/i18n/fr.po index 3b301d72..20d9b833 100644 --- a/bi_view_editor/i18n/fr.po +++ b/bi_view_editor/i18n/fr.po @@ -180,7 +180,7 @@ msgstr "État" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/fr_CA.po b/bi_view_editor/i18n/fr_CA.po index 9d21e22d..6570510d 100644 --- a/bi_view_editor/i18n/fr_CA.po +++ b/bi_view_editor/i18n/fr_CA.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/fr_CH.po b/bi_view_editor/i18n/fr_CH.po index 46ee3dd2..4c4c3b5c 100644 --- a/bi_view_editor/i18n/fr_CH.po +++ b/bi_view_editor/i18n/fr_CH.po @@ -180,7 +180,7 @@ msgstr "État" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/gl.po b/bi_view_editor/i18n/gl.po index 886ead88..81ce00a0 100644 --- a/bi_view_editor/i18n/gl.po +++ b/bi_view_editor/i18n/gl.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/gl_ES.po b/bi_view_editor/i18n/gl_ES.po index f4771006..5ea4a4a2 100644 --- a/bi_view_editor/i18n/gl_ES.po +++ b/bi_view_editor/i18n/gl_ES.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/he.po b/bi_view_editor/i18n/he.po index 31faf6f6..9fd527ec 100644 --- a/bi_view_editor/i18n/he.po +++ b/bi_view_editor/i18n/he.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/hr.po b/bi_view_editor/i18n/hr.po index 0329f30e..56bea157 100644 --- a/bi_view_editor/i18n/hr.po +++ b/bi_view_editor/i18n/hr.po @@ -180,7 +180,7 @@ msgstr "Status" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/hr_HR.po b/bi_view_editor/i18n/hr_HR.po index 9963a373..34958ccf 100644 --- a/bi_view_editor/i18n/hr_HR.po +++ b/bi_view_editor/i18n/hr_HR.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/hu.po b/bi_view_editor/i18n/hu.po index 38411b6c..da368444 100644 --- a/bi_view_editor/i18n/hu.po +++ b/bi_view_editor/i18n/hu.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/id.po b/bi_view_editor/i18n/id.po index 41384bc3..1c03bbdc 100644 --- a/bi_view_editor/i18n/id.po +++ b/bi_view_editor/i18n/id.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/it.po b/bi_view_editor/i18n/it.po index 5a33e030..455486e9 100644 --- a/bi_view_editor/i18n/it.po +++ b/bi_view_editor/i18n/it.po @@ -180,7 +180,7 @@ msgstr "Stato" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ja.po b/bi_view_editor/i18n/ja.po index adfe2377..aa1f66f7 100644 --- a/bi_view_editor/i18n/ja.po +++ b/bi_view_editor/i18n/ja.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ko.po b/bi_view_editor/i18n/ko.po index 23ee1627..d6aadac6 100644 --- a/bi_view_editor/i18n/ko.po +++ b/bi_view_editor/i18n/ko.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/lt.po b/bi_view_editor/i18n/lt.po index 8bef66e5..d0ada9a7 100644 --- a/bi_view_editor/i18n/lt.po +++ b/bi_view_editor/i18n/lt.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/lt_LT.po b/bi_view_editor/i18n/lt_LT.po index be8670c2..95d218ec 100644 --- a/bi_view_editor/i18n/lt_LT.po +++ b/bi_view_editor/i18n/lt_LT.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/lv.po b/bi_view_editor/i18n/lv.po index 910ddf9e..2c281b66 100644 --- a/bi_view_editor/i18n/lv.po +++ b/bi_view_editor/i18n/lv.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/mk.po b/bi_view_editor/i18n/mk.po index e35012f3..5cf131da 100644 --- a/bi_view_editor/i18n/mk.po +++ b/bi_view_editor/i18n/mk.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/mn.po b/bi_view_editor/i18n/mn.po index 01b169dd..acecd003 100644 --- a/bi_view_editor/i18n/mn.po +++ b/bi_view_editor/i18n/mn.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/nb.po b/bi_view_editor/i18n/nb.po index d8c8510c..27c5738d 100644 --- a/bi_view_editor/i18n/nb.po +++ b/bi_view_editor/i18n/nb.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/nb_NO.po b/bi_view_editor/i18n/nb_NO.po index 512e6ff6..09cff7e0 100644 --- a/bi_view_editor/i18n/nb_NO.po +++ b/bi_view_editor/i18n/nb_NO.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/nl.po b/bi_view_editor/i18n/nl.po old mode 100644 new mode 100755 index a2bad31a..4007bba6 --- a/bi_view_editor/i18n/nl.po +++ b/bi_view_editor/i18n/nl.po @@ -1,16 +1,17 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_view_editor -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: reporting-engine (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-07 05:41+0000\n" -"PO-Revision-Date: 2016-03-21 15:33+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-8-0/language/nl/)\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" @@ -27,21 +28,27 @@ msgid "" "
\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 "" +msgstr "Actie" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_bve_view msgid "BI View Editor" -msgstr "" +msgstr "BI Weergave bewerker" #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Created" -msgstr "" +msgstr "Aangemaakt" #. module: bi_view_editor #: field:bve.view,create_uid:0 @@ -56,33 +63,33 @@ msgstr "Aangemaakt op" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree msgid "Custom BI View" -msgstr "" +msgstr "Aangepaste BI Weergave" #. module: bi_view_editor #: sql_constraint:bve.view:0 msgid "Custom BI View names must be unique!" -msgstr "" +msgstr "Aangepaste BI Weergave moet uniek zijn!" #. 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 "" +msgstr "Aangepaste BI Weergaves" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Custom Object" -msgstr "" +msgstr "Aangepast object" #. module: bi_view_editor #: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_custom_reports msgid "Custom Reports" -msgstr "" +msgstr "Aangepaste rapporten" #. module: bi_view_editor #: field:bve.view,data:0 msgid "Data" -msgstr "" +msgstr "Data" #. module: bi_view_editor #: field:bve.view,display_name:0 @@ -92,23 +99,23 @@ msgstr "Te tonen naam" #. module: bi_view_editor #: selection:bve.view,state:0 msgid "Draft" -msgstr "" +msgstr "Concept" #. module: bi_view_editor #: code:addons/bi_view_editor/models/bve_view.py:72 #, python-format msgid "Error" -msgstr "" +msgstr "Fout" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Generate BI View" -msgstr "" +msgstr "Genereer BI Weergave" #. module: bi_view_editor #: field:bve.view,group_ids:0 msgid "Groups" -msgstr "" +msgstr "Groepen" #. module: bi_view_editor #: field:bve.view,id:0 @@ -133,12 +140,12 @@ msgstr "Laatst bijgewerkt op" #. module: bi_view_editor #: field:bve.view,model_name:0 msgid "Model Name" -msgstr "" +msgstr "Model naam" #. module: bi_view_editor #: model:ir.model,name:bi_view_editor.model_ir_model msgid "Models" -msgstr "" +msgstr "Modellen" #. module: bi_view_editor #: field:bve.view,name:0 @@ -149,39 +156,42 @@ msgstr "Naam" #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form #: field:bve.view,note:0 msgid "Notes" -msgstr "" +msgstr "Notities" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Open BI View" -msgstr "" +msgstr "Open BI Weergave" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Query" -msgstr "" +msgstr "Query" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Reset to Draft" -msgstr "" +msgstr "Terug naar concept" #. module: bi_view_editor #: view:bve.view:bi_view_editor.view_bi_view_editor_view_form msgid "Security" -msgstr "" +msgstr "Beveiliging" #. module: bi_view_editor #: field:bve.view,state:0 msgid "State" -msgstr "" +msgstr "Status" #. module: bi_view_editor #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"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. " #. module: bi_view_editor #: help:bve.view,group_ids:0 @@ -189,6 +199,8 @@ msgid "" "User groups allowed to see the generated report; if NO groups are specified " "the report will be public for everyone." msgstr "" +"Gebruikers groepen die de gegenereerde rapporten kunnen zijn; wanneer geen " +"groepen ingesteld zijn is het rapport zichtbaar voor alle gebruikers." #. module: bi_view_editor #: field:bve.view,user_ids:0 @@ -198,10 +210,12 @@ msgstr "Gebruikers" #. module: bi_view_editor #: field:bve.view,view_id:0 msgid "View" -msgstr "" +msgstr "Weergave" #. module: bi_view_editor #: 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." diff --git a/bi_view_editor/i18n/nl_BE.po b/bi_view_editor/i18n/nl_BE.po index b9a8059a..d5e5b75d 100644 --- a/bi_view_editor/i18n/nl_BE.po +++ b/bi_view_editor/i18n/nl_BE.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/pl.po b/bi_view_editor/i18n/pl.po index afc9cee7..037a1276 100644 --- a/bi_view_editor/i18n/pl.po +++ b/bi_view_editor/i18n/pl.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/pt.po b/bi_view_editor/i18n/pt.po index b5c9df90..dc147d5c 100644 --- a/bi_view_editor/i18n/pt.po +++ b/bi_view_editor/i18n/pt.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/pt_BR.po b/bi_view_editor/i18n/pt_BR.po index 1b63df7f..7f722449 100644 --- a/bi_view_editor/i18n/pt_BR.po +++ b/bi_view_editor/i18n/pt_BR.po @@ -180,7 +180,7 @@ msgstr "Estado" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/pt_PT.po b/bi_view_editor/i18n/pt_PT.po index 979fa271..79580352 100644 --- a/bi_view_editor/i18n/pt_PT.po +++ b/bi_view_editor/i18n/pt_PT.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ro.po b/bi_view_editor/i18n/ro.po index 36d89903..50b9663c 100644 --- a/bi_view_editor/i18n/ro.po +++ b/bi_view_editor/i18n/ro.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/ru.po b/bi_view_editor/i18n/ru.po index e7a49dc5..944b78fd 100644 --- a/bi_view_editor/i18n/ru.po +++ b/bi_view_editor/i18n/ru.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/sk.po b/bi_view_editor/i18n/sk.po index 8c22a58b..2bc6810d 100644 --- a/bi_view_editor/i18n/sk.po +++ b/bi_view_editor/i18n/sk.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/sl.po b/bi_view_editor/i18n/sl.po index 18b00f22..4186abe1 100644 --- a/bi_view_editor/i18n/sl.po +++ b/bi_view_editor/i18n/sl.po @@ -181,7 +181,7 @@ msgstr "Stanje" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"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'." #. module: bi_view_editor diff --git a/bi_view_editor/i18n/sr.po b/bi_view_editor/i18n/sr.po index 5cbf2b1f..1c2969a5 100644 --- a/bi_view_editor/i18n/sr.po +++ b/bi_view_editor/i18n/sr.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/sr@latin.po b/bi_view_editor/i18n/sr@latin.po index 1f9fcecc..f0ec94ce 100644 --- a/bi_view_editor/i18n/sr@latin.po +++ b/bi_view_editor/i18n/sr@latin.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/sv.po b/bi_view_editor/i18n/sv.po index 25062cde..10cd7f2f 100644 --- a/bi_view_editor/i18n/sv.po +++ b/bi_view_editor/i18n/sv.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/th.po b/bi_view_editor/i18n/th.po index f1e17997..67768883 100644 --- a/bi_view_editor/i18n/th.po +++ b/bi_view_editor/i18n/th.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/tr.po b/bi_view_editor/i18n/tr.po index af8f781e..736e18f3 100644 --- a/bi_view_editor/i18n/tr.po +++ b/bi_view_editor/i18n/tr.po @@ -180,7 +180,7 @@ msgstr "Durum" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/tr_TR.po b/bi_view_editor/i18n/tr_TR.po index 5d205bd5..e8d47018 100644 --- a/bi_view_editor/i18n/tr_TR.po +++ b/bi_view_editor/i18n/tr_TR.po @@ -181,7 +181,7 @@ msgstr "Hal" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/uk.po b/bi_view_editor/i18n/uk.po index 568fd2f7..32fb8468 100644 --- a/bi_view_editor/i18n/uk.po +++ b/bi_view_editor/i18n/uk.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/vi.po b/bi_view_editor/i18n/vi.po index 46fad7a1..1f966276 100644 --- a/bi_view_editor/i18n/vi.po +++ b/bi_view_editor/i18n/vi.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/vi_VN.po b/bi_view_editor/i18n/vi_VN.po index 474e0b5b..162905ef 100644 --- a/bi_view_editor/i18n/vi_VN.po +++ b/bi_view_editor/i18n/vi_VN.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/zh_CN.po b/bi_view_editor/i18n/zh_CN.po index a005ee66..77eeaf6e 100644 --- a/bi_view_editor/i18n/zh_CN.po +++ b/bi_view_editor/i18n/zh_CN.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/i18n/zh_TW.po b/bi_view_editor/i18n/zh_TW.po index c41e9f7f..4f54cca5 100644 --- a/bi_view_editor/i18n/zh_TW.po +++ b/bi_view_editor/i18n/zh_TW.po @@ -180,7 +180,7 @@ msgstr "" #: help:bve.view,data:0 msgid "" "Use the special query builder to define the query to generate your report " -"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +"dataset. NOTE: To be edited, the query should be in 'Draft' status." msgstr "" #. module: bi_view_editor diff --git a/bi_view_editor/models/__init__.py b/bi_view_editor/models/__init__.py index 204ac77a..7e6dcc7e 100644 --- a/bi_view_editor/models/__init__.py +++ b/bi_view_editor/models/__init__.py @@ -2,5 +2,6 @@ # Copyright 2015-2017 Onestein (Please choose the join node