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.

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