diff --git a/bi_sql_editor/i18n/bi_sql_editor.pot b/bi_sql_editor/i18n/bi_sql_editor.pot index ae8077133..79bc38e9a 100644 --- a/bi_sql_editor/i18n/bi_sql_editor.pot +++ b/bi_sql_editor/i18n/bi_sql_editor.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * bi_sql_editor +# * bi_sql_editor # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -14,25 +14,25 @@ msgstr "" "Plural-Forms: \n" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:473 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "%m/%d/%Y %H:%M:%S UTC" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:243 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:346 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:374 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "Access %s" msgstr "" @@ -60,14 +60,21 @@ msgstr "" #. module: bi_sql_editor #: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form -msgid "Are you sure you want to set to draft this SQL View. It will delete the materialized view, and all the previous mapping realized with the columns" +msgid "" +"Are you sure you want to set to draft this SQL View. It will delete the " +"materialized view, and all the previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,tree_visibility:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__tree_visibility__available msgid "Available" msgstr "" +#. module: bi_sql_editor +#: model:ir.model,name:bi_sql_editor.model_bi_sql_view +msgid "BI SQL View" +msgstr "" + #. module: bi_sql_editor #: model:ir.model,name:bi_sql_editor.model_bi_sql_view_field msgid "Bi SQL View Field" @@ -75,16 +82,19 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_group_by -msgid "Check this box if you want to create a 'group by' option in the search view" +msgid "" +"Check this box if you want to create a 'group by' option in the search view" msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_index -msgid "Check this box if you want to create an index on that field. This is recommended for searchable and groupable fields, to reduce duration" +msgid "" +"Check this box if you want to create an index on that field. This is " +"recommended for searchable and groupable fields, to reduce duration" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,graph_type:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__graph_type__col msgid "Column" msgstr "" @@ -132,12 +142,15 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__action_context -msgid "Define here a context that will be used by default, when creating the action." +msgid "" +"Define here a context that will be used by default, when creating the " +"action." msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__domain_force -msgid "Define here access restriction to data.\n" +msgid "" +"Define here access restriction to data.\n" " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." msgstr "" @@ -148,11 +161,6 @@ msgstr "" msgid "Display Name" msgstr "" -#. module: bi_sql_editor -#: selection:bi.sql.view,state:0 -msgid "Draft" -msgstr "" - #. module: bi_sql_editor #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__domain_force msgid "Extra Rule Definition" @@ -175,13 +183,15 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__many2one_model_id -msgid "For 'Many2one' Odoo field.\n" +msgid "" +"For 'Many2one' Odoo field.\n" " Comodel of the field." msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__selection -msgid "For 'Selection' Odoo field.\n" +msgid "" +"For 'Selection' Odoo field.\n" " List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" @@ -206,7 +216,7 @@ msgid "Has Group Changed" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,tree_visibility:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__tree_visibility__hidden msgid "Hidden" msgstr "" @@ -260,7 +270,7 @@ msgid "Materialized Text" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,graph_type:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__graph_type__measure msgid "Measure" msgstr "" @@ -282,9 +292,10 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:627 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format -msgid "No Column was found.\n" +msgid "" +"No Column was found.\n" "Columns name should be prefixed by 'x_'." msgstr "" @@ -334,7 +345,7 @@ msgid "Odoo Tree View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:191 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "Only graph, pivot or tree views are supported" msgstr "" @@ -360,13 +371,13 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:361 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "Refresh Materialized View %s" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,graph_type:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__graph_type__row msgid "Row" msgstr "" @@ -376,9 +387,10 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:506 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format -msgid "SQL Error while creating %s VIEW %s :\n" +msgid "" +"SQL Error while creating %s VIEW %s :\n" " %s" msgstr "" @@ -400,7 +412,8 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__query -msgid "SQL Request that will be inserted as the view. Take care to :\n" +msgid "" +"SQL Request that will be inserted as the view. Take care to :\n" " * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" @@ -416,18 +429,13 @@ msgstr "" msgid "SQL Type in the database" msgstr "" -#. module: bi_sql_editor -#: selection:bi.sql.view,state:0 -msgid "SQL Valid" -msgstr "" - #. module: bi_sql_editor #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__bi_sql_view_id msgid "SQL View" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view,state:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view__state__model_valid msgid "SQL View and Model Created" msgstr "" @@ -464,14 +472,19 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__state -msgid "State of the Request:\n" +msgid "" +"State of the Request:\n" " * 'Draft': Not tested\n" " * 'SQL Valid': SQL Request has been checked and is valid" msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__technical_name -msgid "Suffix of the SQL view. SQL full name will be computed and prefixed by 'x_bi_sql_view_'. Syntax should follow: https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS" +msgid "" +"Suffix of the SQL view. SQL full name will be computed and prefixed by " +"'x_bi_sql_view_'. Syntax should follow: " +"https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-" +"SYNTAX-IDENTIFIERS" msgstr "" #. module: bi_sql_editor @@ -491,7 +504,9 @@ msgstr "" #. module: bi_sql_editor #: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form -msgid "This will try to create an SQL View, based on the SQL request and the according Transient Model and fields, based on settings" +msgid "" +"This will try to create an SQL View, based on the SQL request and the " +"according Transient Model and fields, based on settings" msgstr "" #. module: bi_sql_editor @@ -501,11 +516,14 @@ msgstr "" #. module: bi_sql_editor #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__ttype -msgid "Type of the Odoo field that will be created. Keep empty if you don't want to create a new field. If empty, this field will not be displayed neither available for search or group by function" +msgid "" +"Type of the Odoo field that will be created. Keep empty if you don't want to" +" create a new field. If empty, this field will not be displayed neither " +"available for search or group by function" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,tree_visibility:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__tree_visibility__unavailable msgid "Unavailable" msgstr "" @@ -516,7 +534,9 @@ msgstr "" #. module: bi_sql_editor #: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form -msgid "Update Model Access. Required if you changed groups list after having created the model" +msgid "" +"Update Model Access. Required if you changed groups list after having " +"created the model" msgstr "" #. module: bi_sql_editor @@ -540,71 +560,68 @@ msgid "View Order" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view,state:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view__state__ui_valid msgid "Views, Action and Menu Created" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:181 -#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:110 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 +#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0 #, python-format msgid "You can not create indexes on non materialized views" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:253 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format msgid "You can only process this action on SQL Valid items" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:234 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:0 #, python-format -msgid "You can only unlink draft views.If you want to delete them, first set them to draft." +msgid "" +"You can only unlink draft views.If you want to delete them, first set them " +"to draft." msgstr "" #. module: bi_sql_editor -#: model:ir.model,name:bi_sql_editor.model_bi_sql_view -msgid "bi.sql.view" -msgstr "" - -#. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__boolean msgid "boolean" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__char msgid "char" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__date msgid "date" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__datetime msgid "datetime" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__float msgid "float" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__integer msgid "integer" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__many2one msgid "many2one" msgstr "" #. module: bi_sql_editor -#: selection:bi.sql.view.field,ttype:0 +#: model:ir.model.fields.selection,name:bi_sql_editor.selection__bi_sql_view_field__ttype__selection msgid "selection" msgstr "" @@ -618,4 +635,3 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form msgid "this will refresh the materialized view" msgstr "" -