tryton 7.0.20__tar.gz → 7.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tryton might be problematic. Click here for more details.

Files changed (297) hide show
  1. {tryton-7.0.20 → tryton-7.2.0}/CHANGELOG +7 -97
  2. {tryton-7.0.20 → tryton-7.2.0}/PKG-INFO +2 -2
  3. {tryton-7.0.20 → tryton-7.2.0}/bin/tryton +1 -2
  4. tryton-7.2.0/darwin/gtk-3.0/gdk-pixbuf.loaders +107 -0
  5. tryton-7.2.0/darwin/gtk-3.0/gtk.immodules +40 -0
  6. {tryton-7.0.20 → tryton-7.2.0}/doc/usage.rst +8 -7
  7. tryton-7.2.0/make-darwin-installer.sh +17 -0
  8. {tryton-7.0.20 → tryton-7.2.0}/make-win32-installer.sh +0 -3
  9. {tryton-7.0.20 → tryton-7.2.0}/tryton/__init__.py +1 -1
  10. tryton-7.2.0/tryton/cache.py +34 -0
  11. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/common.py +125 -69
  12. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/completion.py +2 -2
  13. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/domain_inversion.py +1 -2
  14. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/domain_parser.py +7 -17
  15. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/selection.py +6 -3
  16. tryton-7.2.0/tryton/common/tempfile.py +34 -0
  17. {tryton-7.0.20 → tryton-7.2.0}/tryton/config.py +3 -2
  18. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/bg/LC_MESSAGES/tryton.mo +0 -0
  19. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/bg/LC_MESSAGES/tryton.po +28 -3
  20. tryton-7.2.0/tryton/data/locale/ca/LC_MESSAGES/tryton.mo +0 -0
  21. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ca/LC_MESSAGES/tryton.po +33 -5
  22. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/cs/LC_MESSAGES/tryton.mo +0 -0
  23. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/cs/LC_MESSAGES/tryton.po +28 -3
  24. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/de/LC_MESSAGES/tryton.mo +0 -0
  25. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/de/LC_MESSAGES/tryton.po +32 -4
  26. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/es/LC_MESSAGES/tryton.mo +0 -0
  27. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/es/LC_MESSAGES/tryton.po +32 -4
  28. tryton-7.2.0/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo +0 -0
  29. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/es_419/LC_MESSAGES/tryton.po +29 -4
  30. tryton-7.2.0/tryton/data/locale/et/LC_MESSAGES/tryton.mo +0 -0
  31. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/et/LC_MESSAGES/tryton.po +32 -5
  32. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fa/LC_MESSAGES/tryton.mo +0 -0
  33. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fa/LC_MESSAGES/tryton.po +32 -6
  34. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fi/LC_MESSAGES/tryton.mo +0 -0
  35. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fi/LC_MESSAGES/tryton.po +28 -3
  36. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fr/LC_MESSAGES/tryton.mo +0 -0
  37. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/fr/LC_MESSAGES/tryton.po +32 -4
  38. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/hu/LC_MESSAGES/tryton.mo +0 -0
  39. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/hu/LC_MESSAGES/tryton.po +32 -5
  40. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/id/LC_MESSAGES/tryton.mo +0 -0
  41. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/id/LC_MESSAGES/tryton.po +30 -3
  42. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/it/LC_MESSAGES/tryton.mo +0 -0
  43. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/it/LC_MESSAGES/tryton.po +31 -5
  44. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo +0 -0
  45. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/lo/LC_MESSAGES/tryton.mo +0 -0
  46. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/lo/LC_MESSAGES/tryton.po +31 -5
  47. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/lt/LC_MESSAGES/tryton.mo +0 -0
  48. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/lt/LC_MESSAGES/tryton.po +32 -5
  49. tryton-7.2.0/tryton/data/locale/nl/LC_MESSAGES/tryton.mo +0 -0
  50. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/nl/LC_MESSAGES/tryton.po +32 -4
  51. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/pl/LC_MESSAGES/tryton.mo +0 -0
  52. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/pl/LC_MESSAGES/tryton.po +32 -5
  53. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/pt/LC_MESSAGES/tryton.mo +0 -0
  54. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/pt/LC_MESSAGES/tryton.po +31 -5
  55. tryton-7.2.0/tryton/data/locale/ro/LC_MESSAGES/tryton.mo +0 -0
  56. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ro/LC_MESSAGES/tryton.po +43 -16
  57. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ru/LC_MESSAGES/tryton.mo +0 -0
  58. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ru/LC_MESSAGES/tryton.po +29 -5
  59. tryton-7.2.0/tryton/data/locale/sl/LC_MESSAGES/tryton.mo +0 -0
  60. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/sl/LC_MESSAGES/tryton.po +32 -4
  61. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/tr/LC_MESSAGES/tryton.mo +0 -0
  62. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/tr/LC_MESSAGES/tryton.po +28 -3
  63. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/tryton.pot +35 -4
  64. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/uk/LC_MESSAGES/tryton.mo +0 -0
  65. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/uk/LC_MESSAGES/tryton.po +32 -5
  66. tryton-7.2.0/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo +0 -0
  67. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po +32 -4
  68. {tryton-7.0.20 → tryton-7.2.0}/tryton/device_cookie.py +1 -1
  69. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/main.py +3 -2
  70. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/about.py +1 -1
  71. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/dblogin.py +2 -2
  72. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/email_.py +1 -1
  73. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/form.py +4 -3
  74. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/log.py +24 -2
  75. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/model/field.py +56 -62
  76. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/model/group.py +3 -1
  77. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/model/record.py +55 -16
  78. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/screen/screen.py +15 -12
  79. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/calendar_gtk/calendar_.py +7 -12
  80. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form.py +4 -14
  81. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/dictionary.py +33 -27
  82. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/document.py +10 -9
  83. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/many2many.py +17 -7
  84. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/many2one.py +21 -13
  85. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/one2many.py +25 -6
  86. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/state_widget.py +6 -2
  87. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/list.py +47 -56
  88. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/list_gtk/widget.py +36 -23
  89. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/screen_container.py +5 -3
  90. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/win_export.py +1 -2
  91. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/win_form.py +6 -8
  92. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/wizard.py +11 -10
  93. {tryton-7.0.20 → tryton-7.2.0}/tryton/jsonrpc.py +41 -27
  94. {tryton-7.0.20 → tryton-7.2.0}/tryton/pyson.py +54 -4
  95. {tryton-7.0.20 → tryton-7.2.0}/tryton/rpc.py +18 -0
  96. {tryton-7.0.20 → tryton-7.2.0}/tryton/tests/test_common_domain_parser.py +0 -8
  97. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/PKG-INFO +2 -2
  98. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/SOURCES.txt +7 -1
  99. tryton-7.2.0/win32/gtk-3.0/gdk-pixbuf.loaders +114 -0
  100. tryton-7.2.0/win32/gtk-3.0/gtk.immodules +0 -0
  101. tryton-7.0.20/make-darwin-installer.sh +0 -25
  102. tryton-7.0.20/tryton/data/locale/ca/LC_MESSAGES/tryton.mo +0 -0
  103. tryton-7.0.20/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo +0 -0
  104. tryton-7.0.20/tryton/data/locale/et/LC_MESSAGES/tryton.mo +0 -0
  105. tryton-7.0.20/tryton/data/locale/nl/LC_MESSAGES/tryton.mo +0 -0
  106. tryton-7.0.20/tryton/data/locale/ro/LC_MESSAGES/tryton.mo +0 -0
  107. tryton-7.0.20/tryton/data/locale/sl/LC_MESSAGES/tryton.mo +0 -0
  108. tryton-7.0.20/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo +0 -0
  109. {tryton-7.0.20 → tryton-7.2.0}/COPYRIGHT +0 -0
  110. {tryton-7.0.20 → tryton-7.2.0}/LICENSE +0 -0
  111. {tryton-7.0.20 → tryton-7.2.0}/MANIFEST.in +0 -0
  112. {tryton-7.0.20 → tryton-7.2.0}/README.rst +0 -0
  113. {tryton-7.0.20 → tryton-7.2.0}/catalan.nsh +0 -0
  114. {tryton-7.0.20 → tryton-7.2.0}/doc/conf.py +0 -0
  115. {tryton-7.0.20 → tryton-7.2.0}/doc/glossary.rst +0 -0
  116. {tryton-7.0.20 → tryton-7.2.0}/doc/index.rst +0 -0
  117. {tryton-7.0.20 → tryton-7.2.0}/doc/installation.rst +0 -0
  118. {tryton-7.0.20 → tryton-7.2.0}/doc/releases.rst +0 -0
  119. {tryton-7.0.20 → tryton-7.2.0}/doc/requirements-doc.txt +0 -0
  120. {tryton-7.0.20 → tryton-7.2.0}/english.nsh +0 -0
  121. {tryton-7.0.20 → tryton-7.2.0}/farsi.nsh +0 -0
  122. {tryton-7.0.20 → tryton-7.2.0}/french.nsh +0 -0
  123. {tryton-7.0.20 → tryton-7.2.0}/german.nsh +0 -0
  124. {tryton-7.0.20 → tryton-7.2.0}/portuguese.nsh +0 -0
  125. {tryton-7.0.20 → tryton-7.2.0}/setup-freeze.py +0 -0
  126. {tryton-7.0.20 → tryton-7.2.0}/setup.cfg +0 -0
  127. {tryton-7.0.20 → tryton-7.2.0}/setup.nsi +0 -0
  128. {tryton-7.0.20 → tryton-7.2.0}/setup.py +0 -0
  129. {tryton-7.0.20 → tryton-7.2.0}/slovenian.nsh +0 -0
  130. {tryton-7.0.20 → tryton-7.2.0}/spanish.nsh +0 -0
  131. {tryton-7.0.20 → tryton-7.2.0}/tox.ini +0 -0
  132. {tryton-7.0.20 → tryton-7.2.0}/tryton/action/__init__.py +0 -0
  133. {tryton-7.0.20 → tryton-7.2.0}/tryton/action/main.py +0 -0
  134. {tryton-7.0.20 → tryton-7.2.0}/tryton/bus.py +0 -0
  135. {tryton-7.0.20 → tryton-7.2.0}/tryton/client.py +0 -0
  136. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/__init__.py +0 -0
  137. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/button.py +0 -0
  138. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrendererbinary.py +0 -0
  139. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrendererbutton.py +0 -0
  140. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrendererclickablepixbuf.py +0 -0
  141. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrenderercombo.py +0 -0
  142. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrendererfloat.py +0 -0
  143. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrendererinteger.py +0 -0
  144. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrenderertext.py +0 -0
  145. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/cellrenderertoggle.py +0 -0
  146. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/datetime_.py +0 -0
  147. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/entry_position.py +0 -0
  148. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/environment.py +0 -0
  149. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/focus.py +0 -0
  150. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/htmltextbuffer.py +0 -0
  151. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/number_entry.py +0 -0
  152. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/popup_menu.py +0 -0
  153. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/richtext.py +0 -0
  154. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/timedelta.py +0 -0
  155. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/underline.py +0 -0
  156. {tryton-7.0.20 → tryton-7.2.0}/tryton/common/widget_style.py +0 -0
  157. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.po +0 -0
  158. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/LICENSE +0 -0
  159. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-add.svg +0 -0
  160. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-archive.svg +0 -0
  161. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-arrow-down.svg +0 -0
  162. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-arrow-left.svg +0 -0
  163. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-arrow-right.svg +0 -0
  164. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-arrow-up.svg +0 -0
  165. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-attach.svg +0 -0
  166. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-back.svg +0 -0
  167. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-barcode-scanner.svg +0 -0
  168. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-bookmark-border.svg +0 -0
  169. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-bookmark.svg +0 -0
  170. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-bookmarks.svg +0 -0
  171. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-cancel.svg +0 -0
  172. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-clear.svg +0 -0
  173. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-close.svg +0 -0
  174. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-copy.svg +0 -0
  175. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-create.svg +0 -0
  176. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-date.svg +0 -0
  177. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-delete.svg +0 -0
  178. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-download.svg +0 -0
  179. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-drag.svg +0 -0
  180. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-email.svg +0 -0
  181. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-error.svg +0 -0
  182. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-exit.svg +0 -0
  183. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-export.svg +0 -0
  184. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-filter.svg +0 -0
  185. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-align-center.svg +0 -0
  186. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-align-justify.svg +0 -0
  187. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-align-left.svg +0 -0
  188. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-align-right.svg +0 -0
  189. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-bold.svg +0 -0
  190. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-color-text.svg +0 -0
  191. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-italic.svg +0 -0
  192. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-format-underline.svg +0 -0
  193. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-forward.svg +0 -0
  194. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-history.svg +0 -0
  195. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-icon.png +0 -0
  196. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-icon.svg +0 -0
  197. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-import.svg +0 -0
  198. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-info.svg +0 -0
  199. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-launch.svg +0 -0
  200. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-link.svg +0 -0
  201. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-log.svg +0 -0
  202. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-menu.svg +0 -0
  203. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-note.svg +0 -0
  204. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-ok.svg +0 -0
  205. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-open.svg +0 -0
  206. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-print.svg +0 -0
  207. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-public.svg +0 -0
  208. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-question.svg +0 -0
  209. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-refresh.svg +0 -0
  210. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-remove.svg +0 -0
  211. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-save.svg +0 -0
  212. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-search.svg +0 -0
  213. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-send.svg +0 -0
  214. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-sound-off.svg +0 -0
  215. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-sound-on.svg +0 -0
  216. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-star-border.svg +0 -0
  217. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-star.svg +0 -0
  218. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-switch.svg +0 -0
  219. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-translate.svg +0 -0
  220. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-unarchive.svg +0 -0
  221. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-undo.svg +0 -0
  222. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton-warning.svg +0 -0
  223. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton.icns +0 -0
  224. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton.ico +0 -0
  225. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/pixmaps/tryton/tryton.svg +0 -0
  226. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/sounds/LICENSE +0 -0
  227. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/sounds/danger.wav +0 -0
  228. {tryton-7.0.20 → tryton-7.2.0}/tryton/data/sounds/success.wav +0 -0
  229. {tryton-7.0.20 → tryton-7.2.0}/tryton/exceptions.py +0 -0
  230. {tryton-7.0.20 → tryton-7.2.0}/tryton/fingerprints.py +0 -0
  231. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/__init__.py +0 -0
  232. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/__init__.py +0 -0
  233. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/attachment.py +0 -0
  234. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/board.py +0 -0
  235. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/code_scanner.py +0 -0
  236. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/infobar.py +0 -0
  237. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/limit.py +0 -0
  238. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/nomodal.py +0 -0
  239. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/note.py +0 -0
  240. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/preference.py +0 -0
  241. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/revision.py +0 -0
  242. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/tabcontent.py +0 -0
  243. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_board/__init__.py +0 -0
  244. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_board/action.py +0 -0
  245. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_board/view_board.py +0 -0
  246. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/__init__.py +0 -0
  247. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/model/__init__.py +0 -0
  248. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/screen/__init__.py +0 -0
  249. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/__init__.py +0 -0
  250. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/calendar_.py +0 -0
  251. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/calendar_gtk/__init__.py +0 -0
  252. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/calendar_gtk/dates_period.py +0 -0
  253. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/calendar_gtk/toolbar.py +0 -0
  254. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/__init__.py +0 -0
  255. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/binary.py +0 -0
  256. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/calendar_.py +0 -0
  257. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/char.py +0 -0
  258. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/checkbox.py +0 -0
  259. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/float.py +0 -0
  260. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/image.py +0 -0
  261. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/integer.py +0 -0
  262. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/multiselection.py +0 -0
  263. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/one2one.py +0 -0
  264. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/progressbar.py +0 -0
  265. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/pyson.py +0 -0
  266. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/reference.py +0 -0
  267. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/richtextbox.py +0 -0
  268. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/selection.py +0 -0
  269. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/textbox.py +0 -0
  270. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/timedelta.py +0 -0
  271. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/url.py +0 -0
  272. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/form_gtk/widget.py +0 -0
  273. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph.py +0 -0
  274. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph_gtk/__init__.py +0 -0
  275. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph_gtk/bar.py +0 -0
  276. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph_gtk/graph.py +0 -0
  277. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph_gtk/line.py +0 -0
  278. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/graph_gtk/pie.py +0 -0
  279. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/list_form.py +0 -0
  280. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/list_gtk/__init__.py +0 -0
  281. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/view_form/view/list_gtk/editabletree.py +0 -0
  282. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/win_csv.py +0 -0
  283. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/win_import.py +0 -0
  284. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/win_search.py +0 -0
  285. {tryton-7.0.20 → tryton-7.2.0}/tryton/gui/window/window.py +0 -0
  286. {tryton-7.0.20 → tryton-7.2.0}/tryton/plugins/__init__.py +0 -0
  287. {tryton-7.0.20 → tryton-7.2.0}/tryton/plugins/translation/__init__.py +0 -0
  288. {tryton-7.0.20 → tryton-7.2.0}/tryton/tests/__init__.py +0 -0
  289. {tryton-7.0.20 → tryton-7.2.0}/tryton/tests/test_common.py +0 -0
  290. {tryton-7.0.20 → tryton-7.2.0}/tryton/tests/test_common_selection.py +0 -0
  291. {tryton-7.0.20 → tryton-7.2.0}/tryton/tests/test_common_timedelta.py +0 -0
  292. {tryton-7.0.20 → tryton-7.2.0}/tryton/translate.py +0 -0
  293. {tryton-7.0.20 → tryton-7.2.0}/tryton.desktop +0 -0
  294. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/dependency_links.txt +0 -0
  295. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/not-zip-safe +0 -0
  296. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/requires.txt +0 -0
  297. {tryton-7.0.20 → tryton-7.2.0}/tryton.egg-info/top_level.txt +0 -0
@@ -1,103 +1,13 @@
1
1
 
2
- Version 7.0.20 - 2025-01-01
3
- ---------------------------
4
- * Bug fixes (see mercurial logs for details)
5
-
6
-
7
- Version 7.0.19 - 2024-12-16
8
- ---------------------------
9
- * Bug fixes (see mercurial logs for details)
10
-
11
-
12
- Version 7.0.18 - 2024-12-01
13
- ---------------------------
14
- * Bug fixes (see mercurial logs for details)
15
-
16
-
17
- Version 7.0.17 - 2024-11-06
18
- ---------------------------
19
- * Bug fixes (see mercurial logs for details)
20
-
21
-
22
- Version 7.0.16 - 2024-10-18
23
- ---------------------------
24
- * Bug fixes (see mercurial logs for details)
25
-
26
-
27
- Version 7.0.15 - 2024-10-05
28
- ---------------------------
29
- * Bug fixes (see mercurial logs for details)
30
-
31
-
32
- Version 7.0.14 - 2024-09-16
33
- ---------------------------
34
- * Bug fixes (see mercurial logs for details)
35
-
36
-
37
- Version 7.0.13 - 2024-09-01
38
- ---------------------------
39
- * Bug fixes (see mercurial logs for details)
40
-
41
-
42
- Version 7.0.12 - 2024-08-01
43
- ---------------------------
44
- * Bug fixes (see mercurial logs for details)
45
-
46
-
47
- Version 7.0.11 - 2024-07-01
48
- ---------------------------
49
- * Bug fixes (see mercurial logs for details)
50
-
51
-
52
- Version 7.0.10 - 2024-05-01
53
- ---------------------------
54
- * Bug fixes (see mercurial logs for details)
55
-
56
-
57
- Version 7.0.9 - 2024-04-17
2
+ Version 7.2.0 - 2024-04-29
58
3
  --------------------------
59
4
  * Bug fixes (see mercurial logs for details)
60
-
61
-
62
- Version 7.0.8 - 2024-04-04
63
- --------------------------
64
- * Bug fixes (see mercurial logs for details)
65
-
66
-
67
- Version 7.0.7 - 2024-03-03
68
- --------------------------
69
- * Bug fixes (see mercurial logs for details)
70
-
71
-
72
- Version 7.0.6 - 2024-02-15
73
- --------------------------
74
- * Bug fixes (see mercurial logs for details)
75
-
76
-
77
- Version 7.0.5 - 2024-01-15
78
- --------------------------
79
- * Bug fixes (see mercurial logs for details)
80
-
81
-
82
- Version 7.0.4 - 2024-01-01
83
- --------------------------
84
- * Bug fixes (see mercurial logs for details)
85
-
86
-
87
- Version 7.0.3 - 2023-12-16
88
- --------------------------
89
- * Bug fixes (see mercurial logs for details)
90
-
91
-
92
- Version 7.0.2 - 2023-11-17
93
- --------------------------
94
- * Bug fixes (see mercurial logs for details)
95
-
96
-
97
- Version 7.0.1 - 2023-11-03
98
- --------------------------
99
- * Bug fixes (see mercurial logs for details)
100
-
5
+ * Read xxx2Many fields using the dotted notation
6
+ * Display XML ID on Log window
7
+ * Use operators when converting PYSON to string
8
+ * Add contextual menu to copy cell and column
9
+ * Allow resetting forgotten password
10
+ * Clean temporary files and directories at exit
101
11
 
102
12
  Version 7.0.0 - 2023-10-30
103
13
  --------------------------
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tryton
3
- Version: 7.0.20
3
+ Version: 7.2.0
4
4
  Summary: Tryton desktop client
5
5
  Home-page: http://www.tryton.org/
6
- Download-URL: http://downloads.tryton.org/7.0/
6
+ Download-URL: http://downloads.tryton.org/7.2/
7
7
  Author: Tryton
8
8
  Author-email: foundation@tryton.org
9
9
  License: GPL-3
@@ -15,8 +15,7 @@ if hasattr(sys, 'frozen'):
15
15
  share = os.path.join(prefix, 'share')
16
16
  os.environ['GTK_EXE_PREFIX'] = prefix
17
17
  os.environ['GTK_DATA_PREFIX'] = prefix
18
- os.environ['EV_BACKENDS_DIR'] = os.path.join(
19
- prefix, 'lib', 'evince', '4', 'backends')
18
+ os.environ['EV_BACKENDS_DIR'] = prefix
20
19
  os.environ['XDG_DATA_DIRS'] = share
21
20
  os.environ['GDK_PIXBUF_MODULE_FILE'] = os.path.join(
22
21
  share, 'gtk-3.0', 'gdk-pixbuf.loaders')
@@ -0,0 +1,107 @@
1
+ # GdkPixbuf Image Loader Modules file
2
+ # Automatically generated file, do not edit
3
+ # Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.34.0
4
+ #
5
+ # LoaderDir = @executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders
6
+ #
7
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so"
8
+ "ani" 4 "gdk-pixbuf" "Windows animated cursor" "LGPL"
9
+ "application/x-navi-animation" ""
10
+ "ani" ""
11
+ "RIFF ACON" " xxxx " 100
12
+
13
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so"
14
+ "bmp" 5 "gdk-pixbuf" "BMP" "LGPL"
15
+ "image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
16
+ "bmp" ""
17
+ "BM" "" 100
18
+
19
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so"
20
+ "gif" 4 "gdk-pixbuf" "GIF" "LGPL"
21
+ "image/gif" ""
22
+ "gif" ""
23
+ "GIF8" "" 100
24
+
25
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so"
26
+ "icns" 4 "gdk-pixbuf" "MacOS X icon" "GPL"
27
+ "image/x-icns" ""
28
+ "icns" ""
29
+ "icns" "" 100
30
+
31
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so"
32
+ "ico" 5 "gdk-pixbuf" "Windows icon" "LGPL"
33
+ "image/x-icon" "image/x-ico" "image/x-win-bitmap" "image/vnd.microsoft.icon" "application/ico" "image/ico" "image/icon" "text/ico" ""
34
+ "ico" "cur" ""
35
+ " \001 " "zz znz" 100
36
+ " \002 " "zz znz" 100
37
+
38
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so"
39
+ "jpeg" 5 "gdk-pixbuf" "JPEG" "LGPL"
40
+ "image/jpeg" ""
41
+ "jpeg" "jpe" "jpg" ""
42
+ "\377\330" "" 100
43
+
44
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so"
45
+ "png" 5 "gdk-pixbuf" "PNG" "LGPL"
46
+ "image/png" ""
47
+ "png" ""
48
+ "\211PNG\r\n\032\n" "" 100
49
+
50
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so"
51
+ "pnm" 4 "gdk-pixbuf" "PNM/PBM/PGM/PPM" "LGPL"
52
+ "image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
53
+ "pnm" "pbm" "pgm" "ppm" ""
54
+ "P1" "" 100
55
+ "P2" "" 100
56
+ "P3" "" 100
57
+ "P4" "" 100
58
+ "P5" "" 100
59
+ "P6" "" 100
60
+
61
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so"
62
+ "qtif" 4 "gdk-pixbuf" "QuickTime" "LGPL"
63
+ "image/x-quicktime" "image/qtif" ""
64
+ "qtif" "qif" ""
65
+ "abcdidsc" "xxxx " 100
66
+ "abcdidat" "xxxx " 100
67
+
68
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
69
+ "svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
70
+ "image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
71
+ "svg" "svgz" "svg.gz" ""
72
+ " <svg" "* " 100
73
+ " <!DOCTYPE svg" "* " 100
74
+
75
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so"
76
+ "tga" 4 "gdk-pixbuf" "Targa" "LGPL"
77
+ "image/x-tga" ""
78
+ "tga" "targa" ""
79
+ " \001\001" "x " 100
80
+ " \001\t" "x " 100
81
+ " \002" "xz " 99
82
+ " \003" "xz " 100
83
+ " \n" "xz " 100
84
+ " \v" "xz " 100
85
+
86
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so"
87
+ "tiff" 5 "gdk-pixbuf" "TIFF" "LGPL"
88
+ "image/tiff" ""
89
+ "tiff" "tif" ""
90
+ "MM *" " z " 100
91
+ "II* " " z" 100
92
+ "II* \020 CR\002 " " z zzz z" 0
93
+
94
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so"
95
+ "xbm" 4 "gdk-pixbuf" "XBM" "LGPL"
96
+ "image/x-xbitmap" ""
97
+ "xbm" ""
98
+ "#define " "" 100
99
+ "/*" "" 50
100
+
101
+ "@executable_path/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
102
+ "xpm" 4 "gdk-pixbuf" "XPM" "LGPL"
103
+ "image/x-xpixmap" ""
104
+ "xpm" ""
105
+ "/* XPM */" "" 100
106
+
107
+
@@ -0,0 +1,40 @@
1
+ # GTK+ Input Method Modules file
2
+ # Automatically generated file, do not edit
3
+ # Created by gtk-query-immodules-3.0 from gtk+-3.22.26
4
+ #
5
+ # ModulesPath = @executable_path/lib/gtk-3.0/3.0.0/x86_64-apple-darwin16.7.0/immodules:@executable_path/lib/gtk-3.0/3.0.0/immodules:@executable_path/lib/gtk-3.0/x86_64-apple-darwin16.7.0/immodules:@executable_path/lib/gtk-3.0/immodules
6
+ #
7
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-am-et.so"
8
+ "am_et" "Amharic (EZ+)" "gtk30" "@executable_path/share/locale" "am"
9
+
10
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-cedilla.so"
11
+ "cedilla" "Cedilla" "gtk30" "@executable_path/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"
12
+
13
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so"
14
+ "cyrillic_translit" "Cyrillic (Transliterated)" "gtk30" "@executable_path/share/locale" ""
15
+
16
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.so"
17
+ "inuktitut" "Inuktitut (Transliterated)" "gtk30" "@executable_path/share/locale" "iu"
18
+
19
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-ipa.so"
20
+ "ipa" "IPA" "gtk30" "@executable_path/share/locale" ""
21
+
22
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-multipress.so"
23
+ "multipress" "Multipress" "gtk30" "" ""
24
+
25
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-quartz.so"
26
+ "quartz" "Mac OS X Quartz" "gtk30" "@executable_path/share/locale" "ja:ko:zh:*"
27
+
28
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-thai.so"
29
+ "thai" "Thai-Lao" "gtk30" "@executable_path/share/locale" "lo:th"
30
+
31
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-ti-er.so"
32
+ "ti_er" "Tigrigna-Eritrean (EZ+)" "gtk30" "@executable_path/share/locale" "ti"
33
+
34
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-ti-et.so"
35
+ "ti_et" "Tigrigna-Ethiopian (EZ+)" "gtk30" "@executable_path/share/locale" "ti"
36
+
37
+ "@executable_path/lib/gtk-3.0/3.0.0/immodules/im-viqr.so"
38
+ "viqr" "Vietnamese (VIQR)" "gtk30" "@executable_path/share/locale" "vi"
39
+
40
+
@@ -446,8 +446,8 @@ A query is composed of search clauses.
446
446
  A clause is composed of a field name (with ``:`` at the end), an operator and a
447
447
  value.
448
448
  The field name is optional and defaults to the record name.
449
- The operator is also optional and defaults to ``like`` or ``equal`` depending
450
- on the type of the field.
449
+ The operator is also optional and defaults to ``ilike`` or ``=`` depending on
450
+ the type of the field.
451
451
  The default operator is ``=`` except for fields of type ``char``, ``text`` and
452
452
  ``many2one`` which is ``ilike``.
453
453
 
@@ -479,10 +479,6 @@ The following operators can be used:
479
479
 
480
480
  For example: ``Name: != Dwight``
481
481
 
482
- .. note::
483
- The ``ilike`` operator is never explicit and ``%`` is appended to the value
484
- to make it behaves like ``starts with``.
485
-
486
482
  Values
487
483
  ++++++
488
484
 
@@ -506,12 +502,17 @@ There are two wildcards:
506
502
  * ``%``: matches any string of zero or more characters.
507
503
  * ``_``: matches any single character.
508
504
 
509
- It is possible to escape special characters in values by using double quotes.
505
+ It is possible to escape special characters in values by using double quotes or
506
+ prepending ``\\``.
510
507
 
511
508
  For example: ``Name: "Michael:Scott"``
512
509
 
513
510
  Here it will search with the value ``Michael:Scott``.
514
511
 
512
+ Or: ``Name: Michael\\_Scott``
513
+
514
+ Here it will search with the value ``Michael\_Scott``.
515
+
515
516
  Clause composition
516
517
  ++++++++++++++++++
517
518
 
@@ -0,0 +1,17 @@
1
+ #!/bin/sh
2
+ set -e
3
+ version=`./setup.py --version`
4
+ machine=`python3 -c "import platform; print(platform.machine())"`
5
+ rm -rf build dist
6
+ ./setup.py compile_catalog
7
+ ./setup-freeze.py bdist_mac
8
+ mkdir dist
9
+ mv build/Tryton.app dist/
10
+ for f in CHANGELOG COPYRIGHT LICENSE; do
11
+ cp ${f} dist/${f}.txt
12
+ done
13
+ cp -r doc dist/
14
+ rm -f "tryton-${machine}-${version}.dmg"
15
+ hdiutil create "tryton-${machine}-${version}.dmg" \
16
+ -volname "Tryton Client ${machine} ${version}" \
17
+ -fs HFS+ -srcfolder dist
@@ -4,9 +4,6 @@ version=`./setup.py --version`
4
4
  series=${version%.*}
5
5
  bits=`python -c "import platform; print(platform.architecture()[0])"`
6
6
  rm -rf build dist
7
- mkdir -p win32/gtk-3.0
8
- gdk-pixbuf-query-loaders | sed -e '/^#/d' > win32/gtk-3.0/gdk-pixbuf.loaders
9
- gtk-query-immodules-3.0 | sed -e '/^#/d' > win32/gtk-3.0/gtk.immodules
10
7
  ./setup.py compile_catalog
11
8
  ./setup-freeze.py install_exe -d dist
12
9
  cp `which gdbus.exe` dist/
@@ -1,6 +1,6 @@
1
1
  # This file is part of Tryton. The COPYRIGHT file at the top level of
2
2
  # this repository contains the full copyright notices and license terms.
3
- __version__ = "7.0.20"
3
+ __version__ = "7.2.0"
4
4
  import locale
5
5
 
6
6
  import gi
@@ -0,0 +1,34 @@
1
+ # This file is part of Tryton. The COPYRIGHT file at the top level of
2
+ # this repository contains the full copyright notices and license terms.
3
+
4
+ from collections import OrderedDict
5
+
6
+
7
+ class CacheDict(OrderedDict):
8
+
9
+ def __init__(self, *args, cache_len=10, default_factory=None, **kwargs):
10
+ assert cache_len > 0
11
+ self.cache_len = cache_len
12
+ self.default_factory = default_factory
13
+
14
+ super().__init__(*args, **kwargs)
15
+
16
+ def __setitem__(self, key, value):
17
+ super().__setitem__(key, value)
18
+ self.move_to_end(key)
19
+
20
+ while len(self) > self.cache_len:
21
+ oldkey = next(iter(self))
22
+ self.__delitem__(oldkey)
23
+
24
+ def __getitem__(self, key):
25
+ value = super().__getitem__(key)
26
+ self.move_to_end(key)
27
+ return value
28
+
29
+ def __missing__(self, key):
30
+ if self.default_factory is None:
31
+ raise KeyError(key)
32
+ value = self.default_factory()
33
+ self[key] = value
34
+ return value