OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

632 lines
18 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * bi_sql_editor
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Peter Hageman <hageman.p@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 9.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-08-31 11:56+0000\n"
  13. "PO-Revision-Date: 2017-08-31 11:56+0000\n"
  14. "Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
  15. "Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
  16. "teams/23907/nl_NL/)\n"
  17. "Language: nl_NL\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: bi_sql_editor
  23. #: code:addons/bi_sql_editor/models/bi_sql_view.py:450
  24. #, python-format
  25. msgid "%m/%d/%Y %H:%M:%S UTC"
  26. msgstr ""
  27. #. module: bi_sql_editor
  28. #: code:addons/bi_sql_editor/models/bi_sql_view.py:222
  29. #, python-format
  30. msgid "%s (Copy)"
  31. msgstr ""
  32. #. module: bi_sql_editor
  33. #: code:addons/bi_sql_editor/models/bi_sql_view.py:325
  34. #, python-format
  35. msgid "%s Access %s"
  36. msgstr ""
  37. #. module: bi_sql_editor
  38. #: code:addons/bi_sql_editor/models/bi_sql_view.py:352
  39. #, python-format
  40. msgid "Access %s"
  41. msgstr ""
  42. #. module: bi_sql_editor
  43. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_group_ids
  44. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  45. msgid "Allowed Groups"
  46. msgstr ""
  47. #. module: bi_sql_editor
  48. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  49. msgid ""
  50. "Are you sure you want to set to draft this SQL View. It will delete the "
  51. "materialized view, and all the previous mapping realized with the columns"
  52. msgstr ""
  53. #. module: bi_sql_editor
  54. #: selection:bi.sql.view.field,tree_visibility:0
  55. msgid "Available"
  56. msgstr ""
  57. #. module: bi_sql_editor
  58. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_group_by
  59. msgid ""
  60. "Check this box if you want to create a 'group by' option in the search view"
  61. msgstr ""
  62. #. module: bi_sql_editor
  63. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_index
  64. msgid ""
  65. "Check this box if you want to create an index on that field. This is "
  66. "recommended for searchable and groupable fields, to reduce duration"
  67. msgstr ""
  68. #. module: bi_sql_editor
  69. #: selection:bi.sql.view.field,graph_type:0
  70. msgid "Column"
  71. msgstr ""
  72. #. module: bi_sql_editor
  73. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_order
  74. msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"tree\""
  75. msgstr ""
  76. #. module: bi_sql_editor
  77. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  78. msgid "Create SQL View, Indexes and Models"
  79. msgstr ""
  80. #. module: bi_sql_editor
  81. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  82. msgid "Create UI"
  83. msgstr ""
  84. #. module: bi_sql_editor
  85. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_uid
  86. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_uid
  87. msgid "Created by"
  88. msgstr "Aangemaakt door"
  89. #. module: bi_sql_editor
  90. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_date
  91. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_date
  92. msgid "Created on"
  93. msgstr "Aangemaakt op"
  94. #. module: bi_sql_editor
  95. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_cron_id
  96. msgid "Cron Task that will refresh the materialized view"
  97. msgstr ""
  98. #. module: bi_sql_editor
  99. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_size
  100. msgid "Database Size"
  101. msgstr ""
  102. #. module: bi_sql_editor
  103. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_domain_force
  104. msgid ""
  105. "Define here access restriction to data.\n"
  106. " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be "
  107. "created. A typical Multi Company rule is for exemple \n"
  108. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
  109. "False)]."
  110. msgstr ""
  111. #. module: bi_sql_editor
  112. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_display_name
  113. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_display_name
  114. msgid "Display Name"
  115. msgstr "Weergavenaam"
  116. #. module: bi_sql_editor
  117. #: selection:bi.sql.view,state:0
  118. msgid "Draft"
  119. msgstr ""
  120. #. module: bi_sql_editor
  121. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_domain_force
  122. msgid "Extra Rule Definition"
  123. msgstr ""
  124. #. module: bi_sql_editor
  125. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  126. msgid "Extras Information"
  127. msgstr ""
  128. #. module: bi_sql_editor
  129. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_field_description
  130. msgid "Field Description"
  131. msgstr ""
  132. #. module: bi_sql_editor
  133. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_ttype
  134. msgid "Field Type"
  135. msgstr ""
  136. #. module: bi_sql_editor
  137. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_many2one_model_id
  138. msgid ""
  139. "For 'Many2one' Odoo field.\n"
  140. " Comodel of the field."
  141. msgstr ""
  142. #. module: bi_sql_editor
  143. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_selection
  144. msgid ""
  145. "For 'Selection' Odoo field.\n"
  146. " List of options, specified as a Python expression defining a list of (key, "
  147. "label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  148. msgstr ""
  149. #. module: bi_sql_editor
  150. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_model_name
  151. msgid "Full Qualified Name of the transient model that will be created."
  152. msgstr ""
  153. #. module: bi_sql_editor
  154. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_name
  155. msgid "Full name of the SQL view"
  156. msgstr ""
  157. #. module: bi_sql_editor
  158. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_graph_type
  159. msgid "Graph Type"
  160. msgstr ""
  161. #. module: bi_sql_editor
  162. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_has_group_changed
  163. msgid "Has group changed"
  164. msgstr ""
  165. #. module: bi_sql_editor
  166. #: selection:bi.sql.view.field,tree_visibility:0
  167. msgid "Hidden"
  168. msgstr ""
  169. #. module: bi_sql_editor
  170. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_id
  171. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_id
  172. msgid "ID"
  173. msgstr "ID"
  174. #. module: bi_sql_editor
  175. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_index_name
  176. msgid "Index Name"
  177. msgstr ""
  178. #. module: bi_sql_editor
  179. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_group_by
  180. msgid "Is Group by"
  181. msgstr ""
  182. #. module: bi_sql_editor
  183. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_index
  184. msgid "Is Index"
  185. msgstr ""
  186. #. module: bi_sql_editor
  187. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_is_materialized
  188. msgid "Is Materialized View"
  189. msgstr ""
  190. #. module: bi_sql_editor
  191. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view___last_update
  192. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field___last_update
  193. msgid "Last Modified on"
  194. msgstr "Laatst gewijzigd op"
  195. #. module: bi_sql_editor
  196. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_uid
  197. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_uid
  198. msgid "Last Updated by"
  199. msgstr "Laatst bijgewerkt door"
  200. #. module: bi_sql_editor
  201. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_date
  202. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_date
  203. msgid "Last Updated on"
  204. msgstr "Laatst bijgewerkt op"
  205. #. module: bi_sql_editor
  206. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_materialized_text
  207. msgid "Materialized text"
  208. msgstr ""
  209. #. module: bi_sql_editor
  210. #: selection:bi.sql.view.field,graph_type:0
  211. msgid "Measure"
  212. msgstr ""
  213. #. module: bi_sql_editor
  214. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_many2one_model_id
  215. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  216. msgid "Model"
  217. msgstr ""
  218. #. module: bi_sql_editor
  219. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_name
  220. msgid "Model Name"
  221. msgstr ""
  222. #. module: bi_sql_editor
  223. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_name
  224. msgid "Name"
  225. msgstr ""
  226. #. module: bi_sql_editor
  227. #: code:addons/bi_sql_editor/models/bi_sql_view.py:603
  228. #, python-format
  229. msgid ""
  230. "No Column was found.\n"
  231. "Columns name should be prefixed by 'x_'."
  232. msgstr ""
  233. #. module: bi_sql_editor
  234. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_action_id
  235. msgid "Odoo Action"
  236. msgstr ""
  237. #. module: bi_sql_editor
  238. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_cron_id
  239. msgid "Odoo Cron"
  240. msgstr ""
  241. #. module: bi_sql_editor
  242. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_graph_view_id
  243. msgid "Odoo Graph View"
  244. msgstr ""
  245. #. module: bi_sql_editor
  246. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_menu_id
  247. msgid "Odoo Menu"
  248. msgstr ""
  249. #. module: bi_sql_editor
  250. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_id
  251. msgid "Odoo Model"
  252. msgstr ""
  253. #. module: bi_sql_editor
  254. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_pivot_view_id
  255. msgid "Odoo Pivot View"
  256. msgstr ""
  257. #. module: bi_sql_editor
  258. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_rule_id
  259. msgid "Odoo Rule"
  260. msgstr ""
  261. #. module: bi_sql_editor
  262. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_search_view_id
  263. msgid "Odoo Search View"
  264. msgstr ""
  265. #. module: bi_sql_editor
  266. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_tree_view_id
  267. msgid "Odoo Tree View"
  268. msgstr ""
  269. #. module: bi_sql_editor
  270. #: code:addons/bi_sql_editor/models/bi_sql_view.py:172
  271. #, python-format
  272. msgid "Only graph, pivot or tree views are supported"
  273. msgstr ""
  274. #. module: bi_sql_editor
  275. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  276. msgid "Open View"
  277. msgstr ""
  278. #. module: bi_sql_editor
  279. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  280. msgid "Preview SQL Expression"
  281. msgstr ""
  282. #. module: bi_sql_editor
  283. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_query
  284. msgid "Query"
  285. msgstr ""
  286. #. module: bi_sql_editor
  287. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  288. msgid "Refresh Materialized View"
  289. msgstr ""
  290. #. module: bi_sql_editor
  291. #: code:addons/bi_sql_editor/models/bi_sql_view.py:340
  292. #, python-format
  293. msgid "Refresh Materialized View %s"
  294. msgstr ""
  295. #. module: bi_sql_editor
  296. #: selection:bi.sql.view.field,graph_type:0
  297. msgid "Row"
  298. msgstr ""
  299. #. module: bi_sql_editor
  300. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  301. msgid "Rule Definition"
  302. msgstr ""
  303. #. module: bi_sql_editor
  304. #: code:addons/bi_sql_editor/models/bi_sql_view.py:483
  305. #, python-format
  306. msgid ""
  307. "SQL Error while creating %s VIEW %s :\n"
  308. " %s"
  309. msgstr ""
  310. #. module: bi_sql_editor
  311. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_bi_sql_view_field_ids
  312. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  313. msgid "SQL Fields"
  314. msgstr ""
  315. #. module: bi_sql_editor
  316. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  317. msgid "SQL Query"
  318. msgstr ""
  319. #. module: bi_sql_editor
  320. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  321. msgid "SQL Reports"
  322. msgstr ""
  323. #. module: bi_sql_editor
  324. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_query
  325. msgid ""
  326. "SQL Request that will be inserted as the view. Take care to :\n"
  327. " * set a name for all your selected fields, specially if you use SQL "
  328. "function (like EXTRACT, ...);\n"
  329. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  330. " * prefix the name of the selectable columns by 'x_';"
  331. msgstr ""
  332. #. module: bi_sql_editor
  333. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sql_type
  334. msgid "SQL Type"
  335. msgstr ""
  336. #. module: bi_sql_editor
  337. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_sql_type
  338. msgid "SQL Type in the database"
  339. msgstr ""
  340. #. module: bi_sql_editor
  341. #: selection:bi.sql.view,state:0
  342. msgid "SQL Valid"
  343. msgstr ""
  344. #. module: bi_sql_editor
  345. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_bi_sql_view_id
  346. msgid "SQL View"
  347. msgstr ""
  348. #. module: bi_sql_editor
  349. #: selection:bi.sql.view,state:0
  350. msgid "SQL View and Model Created"
  351. msgstr ""
  352. #. module: bi_sql_editor
  353. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  354. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  355. msgid "SQL Views"
  356. msgstr ""
  357. #. module: bi_sql_editor
  358. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  359. msgid "Security"
  360. msgstr ""
  361. #. module: bi_sql_editor
  362. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_selection
  363. msgid "Selection Options"
  364. msgstr ""
  365. #. module: bi_sql_editor
  366. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  367. msgid "Set to Draft"
  368. msgstr ""
  369. #. module: bi_sql_editor
  370. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_size
  371. msgid "Size of the materialized view and its indexes"
  372. msgstr ""
  373. #. module: bi_sql_editor
  374. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_state
  375. msgid "State"
  376. msgstr ""
  377. #. module: bi_sql_editor
  378. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_state
  379. msgid ""
  380. "State of the Request:\n"
  381. " * 'Draft': Not tested\n"
  382. " * 'SQL Valid': SQL Request has been checked and is valid"
  383. msgstr ""
  384. #. module: bi_sql_editor
  385. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_technical_name
  386. msgid ""
  387. "Suffix of the SQL view. SQL full name will be computed and prefixed by "
  388. "'x_bi_sql_view_'. Syntax should follow: https://www.postgresql.org/docs/"
  389. "current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS"
  390. msgstr ""
  391. #. module: bi_sql_editor
  392. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_technical_name
  393. msgid "Technical Name"
  394. msgstr ""
  395. #. module: bi_sql_editor
  396. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_field_description
  397. msgid "This will be used as the name of the Odoo field, displayed for users"
  398. msgstr ""
  399. #. module: bi_sql_editor
  400. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  401. msgid "This will create Odoo View, Action and Menu"
  402. msgstr ""
  403. #. module: bi_sql_editor
  404. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  405. msgid ""
  406. "This will try to create an SQL View, based on the SQL request and the "
  407. "according Transient Model and fields, based on settings"
  408. msgstr ""
  409. #. module: bi_sql_editor
  410. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_tree_visibility
  411. msgid "Tree Visibility"
  412. msgstr ""
  413. #. module: bi_sql_editor
  414. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_ttype
  415. msgid ""
  416. "Type of the Odoo field that will be created. Keep empty if you don't want to "
  417. "create a new field. If empty, this field will not be displayed neither "
  418. "available for search or group by function"
  419. msgstr ""
  420. #. module: bi_sql_editor
  421. #: selection:bi.sql.view.field,tree_visibility:0
  422. msgid "Unavailable"
  423. msgstr ""
  424. #. module: bi_sql_editor
  425. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  426. msgid ""
  427. "Update Model Access. Required if you changed groups list after having "
  428. "created the model"
  429. msgstr ""
  430. #. module: bi_sql_editor
  431. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  432. msgid "Update Model Acess"
  433. msgstr ""
  434. #. module: bi_sql_editor
  435. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  436. msgid "User Interface"
  437. msgstr ""
  438. #. module: bi_sql_editor
  439. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  440. msgid "Validate SQL Expression"
  441. msgstr ""
  442. #. module: bi_sql_editor
  443. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_name
  444. msgid "View Name"
  445. msgstr ""
  446. #. module: bi_sql_editor
  447. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_order
  448. msgid "View Order"
  449. msgstr ""
  450. #. module: bi_sql_editor
  451. #: selection:bi.sql.view,state:0
  452. msgid "Views, Action and Menu Created"
  453. msgstr ""
  454. #. module: bi_sql_editor
  455. #: code:addons/bi_sql_editor/models/bi_sql_view.py:162
  456. #: code:addons/bi_sql_editor/models/bi_sql_view_field.py:110
  457. #, python-format
  458. msgid "You can not create indexes on non materialized views"
  459. msgstr ""
  460. #. module: bi_sql_editor
  461. #: code:addons/bi_sql_editor/models/bi_sql_view.py:232
  462. #, python-format
  463. msgid "You can only process this action on SQL Valid items"
  464. msgstr ""
  465. #. module: bi_sql_editor
  466. #: code:addons/bi_sql_editor/models/bi_sql_view.py:214
  467. #, python-format
  468. msgid "You can only unlink draft views"
  469. msgstr ""
  470. #. module: bi_sql_editor
  471. #: model:ir.model,name:bi_sql_editor.model_base
  472. msgid "base"
  473. msgstr ""
  474. #. module: bi_sql_editor
  475. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view
  476. msgid "bi.sql.view"
  477. msgstr ""
  478. #. module: bi_sql_editor
  479. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view_field
  480. msgid "bi.sql.view.field"
  481. msgstr ""
  482. #. module: bi_sql_editor
  483. #: selection:bi.sql.view.field,ttype:0
  484. msgid "boolean"
  485. msgstr ""
  486. #. module: bi_sql_editor
  487. #: selection:bi.sql.view.field,ttype:0
  488. msgid "char"
  489. msgstr ""
  490. #. module: bi_sql_editor
  491. #: selection:bi.sql.view.field,ttype:0
  492. msgid "date"
  493. msgstr ""
  494. #. module: bi_sql_editor
  495. #: selection:bi.sql.view.field,ttype:0
  496. msgid "datetime"
  497. msgstr ""
  498. #. module: bi_sql_editor
  499. #: selection:bi.sql.view.field,ttype:0
  500. msgid "float"
  501. msgstr ""
  502. #. module: bi_sql_editor
  503. #: selection:bi.sql.view.field,ttype:0
  504. msgid "integer"
  505. msgstr ""
  506. #. module: bi_sql_editor
  507. #: selection:bi.sql.view.field,ttype:0
  508. msgid "many2one"
  509. msgstr ""
  510. #. module: bi_sql_editor
  511. #: selection:bi.sql.view.field,ttype:0
  512. msgid "selection"
  513. msgstr ""
  514. #. module: bi_sql_editor
  515. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sequence
  516. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_sequence
  517. msgid "sequence"
  518. msgstr ""
  519. #. module: bi_sql_editor
  520. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  521. msgid "this will refresh the materialized view"
  522. msgstr ""