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.

618 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: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
  15. "Language: th\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=1; plural=0;\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 "สร้างโดย"
  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 "สร้างเมื่อ"
  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 "ชื่อที่ใช้แสดง"
  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 "รหัส"
  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 "อัพเดทครั้งสุดท้ายโดย"
  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 "อัพเดทครั้งสุดท้ายเมื่อ"
  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 ""
  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 "ชื่อ"
  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.model.fields,field_description:bi_sql_editor.field_bi_sql_view_query
  283. msgid "Query"
  284. msgstr ""
  285. #. module: bi_sql_editor
  286. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  287. msgid "Refresh Materialized View"
  288. msgstr ""
  289. #. module: bi_sql_editor
  290. #: code:addons/bi_sql_editor/models/bi_sql_view.py:293
  291. #, python-format
  292. msgid "Refresh Materialized View %s"
  293. msgstr ""
  294. #. module: bi_sql_editor
  295. #: selection:bi.sql.view.field,graph_type:0
  296. msgid "Row"
  297. msgstr ""
  298. #. module: bi_sql_editor
  299. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  300. msgid "Rule Definition"
  301. msgstr ""
  302. #. module: bi_sql_editor
  303. #: code:addons/bi_sql_editor/models/bi_sql_view.py:426
  304. #, python-format
  305. msgid ""
  306. "SQL Error while creating %s VIEW %s :\n"
  307. " %s"
  308. msgstr ""
  309. #. module: bi_sql_editor
  310. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_bi_sql_view_field_ids
  311. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  312. msgid "SQL Fields"
  313. msgstr ""
  314. #. module: bi_sql_editor
  315. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  316. msgid "SQL Query"
  317. msgstr ""
  318. #. module: bi_sql_editor
  319. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  320. msgid "SQL Reports"
  321. msgstr ""
  322. #. module: bi_sql_editor
  323. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_query
  324. msgid ""
  325. "SQL Request that will be inserted as the view. Take care to :\n"
  326. " * set a name for all your selected fields, specially if you use SQL "
  327. "function (like EXTRACT, ...);\n"
  328. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  329. " * prefix the name of the selectable columns by 'x_';"
  330. msgstr ""
  331. #. module: bi_sql_editor
  332. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sql_type
  333. msgid "SQL Type"
  334. msgstr ""
  335. #. module: bi_sql_editor
  336. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_sql_type
  337. msgid "SQL Type in the database"
  338. msgstr ""
  339. #. module: bi_sql_editor
  340. #: selection:bi.sql.view,state:0
  341. msgid "SQL Valid"
  342. msgstr ""
  343. #. module: bi_sql_editor
  344. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_bi_sql_view_id
  345. msgid "SQL View"
  346. msgstr ""
  347. #. module: bi_sql_editor
  348. #: selection:bi.sql.view,state:0
  349. msgid "SQL View and Model Created"
  350. msgstr ""
  351. #. module: bi_sql_editor
  352. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  353. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  354. msgid "SQL Views"
  355. msgstr ""
  356. #. module: bi_sql_editor
  357. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  358. msgid "Security"
  359. msgstr "ความปลอดภัย"
  360. #. module: bi_sql_editor
  361. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_selection
  362. msgid "Selection Options"
  363. msgstr ""
  364. #. module: bi_sql_editor
  365. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  366. msgid "Set to Draft"
  367. msgstr "กำหนดให้เป็นแบบร่าง"
  368. #. module: bi_sql_editor
  369. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_size
  370. msgid "Size of the materialized view and its indexes"
  371. msgstr ""
  372. #. module: bi_sql_editor
  373. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_state
  374. msgid "State"
  375. msgstr ""
  376. #. module: bi_sql_editor
  377. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_state
  378. msgid ""
  379. "State of the Request:\n"
  380. " * 'Draft': Not tested\n"
  381. " * 'SQL Valid': SQL Request has been checked and is valid"
  382. msgstr ""
  383. #. module: bi_sql_editor
  384. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_technical_name
  385. msgid ""
  386. "Suffix of the SQL view. SQL full name will be computed and prefixed by "
  387. "'x_bi_sql_view_'. Syntax should follow: https://www.postgresql.org/docs/"
  388. "current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS"
  389. msgstr ""
  390. #. module: bi_sql_editor
  391. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_technical_name
  392. msgid "Technical Name"
  393. msgstr ""
  394. #. module: bi_sql_editor
  395. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_field_description
  396. msgid "This will be used as the name of the Odoo field, displayed for users"
  397. msgstr ""
  398. #. module: bi_sql_editor
  399. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  400. msgid "This will create Odoo View, Action and Menu"
  401. msgstr ""
  402. #. module: bi_sql_editor
  403. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  404. msgid ""
  405. "This will try to create an SQL View, based on the SQL request and the "
  406. "according Transient Model and fields, based on settings"
  407. msgstr ""
  408. #. module: bi_sql_editor
  409. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_tree_visibility
  410. msgid "Tree Visibility"
  411. msgstr ""
  412. #. module: bi_sql_editor
  413. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_ttype
  414. msgid ""
  415. "Type of the Odoo field that will be created. Keep empty if you don't want to "
  416. "create a new field. If empty, this field will not be displayed neither "
  417. "available for search or group by function"
  418. msgstr ""
  419. #. module: bi_sql_editor
  420. #: selection:bi.sql.view.field,tree_visibility:0
  421. msgid "Unavailable"
  422. msgstr ""
  423. #. module: bi_sql_editor
  424. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  425. msgid ""
  426. "Update Model Access. Required if you changed groups list after having "
  427. "created the model"
  428. msgstr ""
  429. #. module: bi_sql_editor
  430. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  431. msgid "Update Model Acess"
  432. msgstr ""
  433. #. module: bi_sql_editor
  434. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  435. msgid "User Interface"
  436. msgstr ""
  437. #. module: bi_sql_editor
  438. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  439. msgid "Validate SQL Expression"
  440. msgstr ""
  441. #. module: bi_sql_editor
  442. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_name
  443. msgid "View Name"
  444. msgstr ""
  445. #. module: bi_sql_editor
  446. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_order
  447. msgid "View Order"
  448. msgstr ""
  449. #. module: bi_sql_editor
  450. #: selection:bi.sql.view,state:0
  451. msgid "Views, Action and Menu Created"
  452. msgstr ""
  453. #. module: bi_sql_editor
  454. #: code:addons/bi_sql_editor/models/bi_sql_view.py:186
  455. #, python-format
  456. msgid "You can only process this action on SQL Valid items"
  457. msgstr ""
  458. #. module: bi_sql_editor
  459. #: code:addons/bi_sql_editor/models/bi_sql_view.py:168
  460. #, python-format
  461. msgid "You can only unlink draft views"
  462. msgstr ""
  463. #. module: bi_sql_editor
  464. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view
  465. msgid "bi.sql.view"
  466. msgstr ""
  467. #. module: bi_sql_editor
  468. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view_field
  469. msgid "bi.sql.view.field"
  470. msgstr ""
  471. #. module: bi_sql_editor
  472. #: selection:bi.sql.view.field,ttype:0
  473. msgid "boolean"
  474. msgstr ""
  475. #. module: bi_sql_editor
  476. #: selection:bi.sql.view.field,ttype:0
  477. msgid "char"
  478. msgstr ""
  479. #. module: bi_sql_editor
  480. #: selection:bi.sql.view.field,ttype:0
  481. msgid "date"
  482. msgstr ""
  483. #. module: bi_sql_editor
  484. #: selection:bi.sql.view.field,ttype:0
  485. msgid "datetime"
  486. msgstr ""
  487. #. module: bi_sql_editor
  488. #: selection:bi.sql.view.field,ttype:0
  489. msgid "float"
  490. msgstr ""
  491. #. module: bi_sql_editor
  492. #: selection:bi.sql.view.field,ttype:0
  493. msgid "integer"
  494. msgstr ""
  495. #. module: bi_sql_editor
  496. #: selection:bi.sql.view.field,ttype:0
  497. msgid "many2one"
  498. msgstr ""
  499. #. module: bi_sql_editor
  500. #: selection:bi.sql.view.field,ttype:0
  501. msgid "selection"
  502. msgstr ""
  503. #. module: bi_sql_editor
  504. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sequence
  505. msgid "sequence"
  506. msgstr ""
  507. #. module: bi_sql_editor
  508. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  509. msgid "this will refresh the materialized view"
  510. msgstr ""