tryton 7.2.7__tar.gz → 7.2.9__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.
- {tryton-7.2.7 → tryton-7.2.9}/CHANGELOG +10 -0
- {tryton-7.2.7 → tryton-7.2.9}/PKG-INFO +1 -1
- {tryton-7.2.7 → tryton-7.2.9}/make-darwin-installer.sh +10 -0
- {tryton-7.2.7 → tryton-7.2.9}/make-win32-installer.sh +3 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/__init__.py +1 -1
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/domain_parser.py +17 -7
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/bg/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ca/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/cs/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/de/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/es/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/et/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fa/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fi/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fr/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/hu/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/id/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/it/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/lo/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/lt/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/nl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/pl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/pt/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ro/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ru/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/sl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/tr/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/uk/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/dictionary.py +7 -5
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/list.py +15 -1
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/list_gtk/widget.py +7 -6
- {tryton-7.2.7 → tryton-7.2.9}/tryton/pyson.py +3 -3
- {tryton-7.2.7 → tryton-7.2.9}/tryton/tests/test_common_domain_parser.py +6 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/PKG-INFO +1 -1
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/SOURCES.txt +1 -5
- tryton-7.2.7/darwin/gtk-3.0/gdk-pixbuf.loaders +0 -107
- tryton-7.2.7/darwin/gtk-3.0/gtk.immodules +0 -40
- tryton-7.2.7/win32/gtk-3.0/gdk-pixbuf.loaders +0 -114
- tryton-7.2.7/win32/gtk-3.0/gtk.immodules +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/COPYRIGHT +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/LICENSE +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/MANIFEST.in +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/README.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/bin/tryton +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/catalan.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/conf.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/glossary.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/index.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/installation.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/releases.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/requirements-doc.txt +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/doc/usage.rst +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/english.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/farsi.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/french.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/german.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/portuguese.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/setup-freeze.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/setup.cfg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/setup.nsi +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/setup.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/slovenian.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/spanish.nsh +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tox.ini +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/action/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/action/main.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/bus.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/cache.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/client.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/button.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrendererbinary.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrendererbutton.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrendererclickablepixbuf.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrenderercombo.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrendererfloat.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrendererinteger.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrenderertext.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/cellrenderertoggle.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/common.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/completion.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/datetime_.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/domain_inversion.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/entry_position.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/environment.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/focus.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/htmltextbuffer.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/number_entry.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/popup_menu.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/richtext.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/selection.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/tempfile.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/timedelta.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/underline.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/common/widget_style.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/config.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/bg/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ca/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/cs/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/de/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/es/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/es_419/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/et/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fa/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fi/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/fr/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/hu/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/id/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/it/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/lo/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/lt/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/nl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/pl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/pt/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ro/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/ru/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/sl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/tr/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/tryton.pot +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/uk/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/LICENSE +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-add.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-archive.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-arrow-down.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-arrow-left.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-arrow-right.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-arrow-up.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-attach.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-back.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-barcode-scanner.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-bookmark-border.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-bookmark.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-bookmarks.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-cancel.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-clear.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-close.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-copy.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-create.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-date.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-delete.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-download.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-drag.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-email.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-error.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-exit.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-export.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-filter.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-align-center.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-align-justify.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-align-left.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-align-right.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-bold.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-color-text.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-italic.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-format-underline.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-forward.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-history.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-icon.png +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-icon.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-import.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-info.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-launch.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-link.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-log.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-menu.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-note.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-ok.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-open.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-print.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-public.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-question.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-refresh.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-remove.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-save.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-search.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-send.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-sound-off.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-sound-on.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-star-border.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-star.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-switch.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-translate.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-unarchive.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-undo.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton-warning.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton.icns +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton.ico +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/pixmaps/tryton/tryton.svg +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/sounds/LICENSE +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/sounds/danger.wav +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/data/sounds/success.wav +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/device_cookie.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/exceptions.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/fingerprints.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/main.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/about.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/attachment.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/board.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/code_scanner.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/dblogin.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/email_.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/form.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/infobar.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/limit.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/log.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/nomodal.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/note.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/preference.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/revision.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/tabcontent.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_board/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_board/action.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_board/view_board.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/model/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/model/field.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/model/group.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/model/record.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/screen/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/screen/screen.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/calendar_.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/calendar_gtk/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/calendar_gtk/calendar_.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/calendar_gtk/dates_period.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/calendar_gtk/toolbar.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/binary.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/calendar_.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/char.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/checkbox.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/document.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/float.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/image.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/integer.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/many2many.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/many2one.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/multiselection.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/one2many.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/one2one.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/progressbar.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/pyson.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/reference.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/richtextbox.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/selection.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/state_widget.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/textbox.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/timedelta.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/url.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/form_gtk/widget.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph_gtk/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph_gtk/bar.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph_gtk/graph.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph_gtk/line.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/graph_gtk/pie.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/list_form.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/list_gtk/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/list_gtk/editabletree.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/view_form/view/screen_container.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/win_csv.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/win_export.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/win_form.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/win_import.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/win_search.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/window.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/gui/window/wizard.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/jsonrpc.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/plugins/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/plugins/translation/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/rpc.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/tests/__init__.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/tests/test_common.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/tests/test_common_selection.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/tests/test_common_timedelta.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton/translate.py +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.desktop +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/dependency_links.txt +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/not-zip-safe +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/requires.txt +0 -0
- {tryton-7.2.7 → tryton-7.2.9}/tryton.egg-info/top_level.txt +0 -0
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
|
|
2
|
+
Version 7.2.9 - 2024-11-06
|
|
3
|
+
--------------------------
|
|
4
|
+
* Bug fixes (see mercurial logs for details)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Version 7.2.8 - 2024-10-18
|
|
8
|
+
--------------------------
|
|
9
|
+
* Bug fixes (see mercurial logs for details)
|
|
10
|
+
|
|
11
|
+
|
|
2
12
|
Version 7.2.7 - 2024-10-05
|
|
3
13
|
--------------------------
|
|
4
14
|
* Bug fixes (see mercurial logs for details)
|
|
@@ -3,6 +3,16 @@ set -e
|
|
|
3
3
|
version=`./setup.py --version`
|
|
4
4
|
machine=`python3 -c "import platform; print(platform.machine())"`
|
|
5
5
|
rm -rf build dist
|
|
6
|
+
mkdir -p darwin/gtk-3.0
|
|
7
|
+
GDK_PIXBUF_MODULEDIR="$(dirname $(which gdk-pixbuf-query-loaders))/../lib/gdk-pixbuf-2.0/2.10.0/loaders" \
|
|
8
|
+
gdk-pixbuf-query-loaders \
|
|
9
|
+
| sed -e '/^#/d' \
|
|
10
|
+
| sed -e 's@/.*/lib/gdk-pixbuf-2.0@\@executable_path/lib/gdk-pixbuf-2.0@' \
|
|
11
|
+
> darwin/gtk-3.0/gdk-pixbuf.loaders
|
|
12
|
+
gtk-query-immodules-3.0 \
|
|
13
|
+
| sed -e '/^#/d' \
|
|
14
|
+
| sed -e 's@/.*/lib/gtk-3.0@\@executable_path/lib/gtk-3.0@' \
|
|
15
|
+
> darwin/gtk-3.0/gtk.immodules
|
|
6
16
|
./setup.py compile_catalog
|
|
7
17
|
./setup-freeze.py bdist_mac
|
|
8
18
|
mkdir dist
|
|
@@ -4,6 +4,9 @@ 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
|
|
7
10
|
./setup.py compile_catalog
|
|
8
11
|
./setup-freeze.py install_exe -d dist
|
|
9
12
|
cp `which gdbus.exe` dist/
|
|
@@ -128,10 +128,12 @@ def unescape(value, escape='\\'):
|
|
|
128
128
|
return value.replace(escape + '%', '%').replace(escape + '_', '_')
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
def quote(value):
|
|
131
|
+
def quote(value, empty=False):
|
|
132
132
|
"Quote string if needed"
|
|
133
133
|
if not isinstance(value, str):
|
|
134
134
|
return value
|
|
135
|
+
if empty and value == '':
|
|
136
|
+
return '""'
|
|
135
137
|
if '\\' in value:
|
|
136
138
|
value = value.replace('\\', '\\\\')
|
|
137
139
|
if '"' in value:
|
|
@@ -307,7 +309,7 @@ def convert_value(field, value, context=None):
|
|
|
307
309
|
return converts.get(field['type'], lambda: value)()
|
|
308
310
|
|
|
309
311
|
|
|
310
|
-
def format_value(field, value, target=None, context=None):
|
|
312
|
+
def format_value(field, value, target=None, context=None, _quote_empty=False):
|
|
311
313
|
"Format value for field"
|
|
312
314
|
if context is None:
|
|
313
315
|
context = {}
|
|
@@ -410,9 +412,11 @@ def format_value(field, value, target=None, context=None):
|
|
|
410
412
|
'many2one': format_many2one,
|
|
411
413
|
}
|
|
412
414
|
if isinstance(value, (list, tuple)):
|
|
413
|
-
return ';'.join(
|
|
415
|
+
return ';'.join(
|
|
416
|
+
format_value(field, x, context=context, _quote_empty=True)
|
|
417
|
+
for x in value)
|
|
414
418
|
return quote(converts.get(field['type'],
|
|
415
|
-
lambda: value if value is not None else '')())
|
|
419
|
+
lambda: value if value is not None else '')(), empty=_quote_empty)
|
|
416
420
|
|
|
417
421
|
|
|
418
422
|
def complete_value(field, value):
|
|
@@ -647,10 +651,16 @@ class DomainParser(object):
|
|
|
647
651
|
operator = operator.rstrip(def_operator
|
|
648
652
|
).replace('not', '!').strip()
|
|
649
653
|
if operator.endswith('in'):
|
|
650
|
-
if
|
|
651
|
-
operator
|
|
654
|
+
if isinstance(value, (list, tuple)) and len(value) == 1:
|
|
655
|
+
if operator == 'not in':
|
|
656
|
+
operator = '!='
|
|
657
|
+
else:
|
|
658
|
+
operator = '='
|
|
652
659
|
else:
|
|
653
|
-
operator
|
|
660
|
+
if operator == 'not in':
|
|
661
|
+
operator = '!'
|
|
662
|
+
else:
|
|
663
|
+
operator = ''
|
|
654
664
|
formatted_value = format_value(field, value, target, self.context)
|
|
655
665
|
if (operator in OPERATORS
|
|
656
666
|
and field['type'] in ('char', 'text', 'selection')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# This file is part of Tryton. The COPYRIGHT file at the top level of this
|
|
2
2
|
# repository contains the full copyright notices and license terms.
|
|
3
3
|
|
|
4
|
+
import datetime as dt
|
|
4
5
|
import decimal
|
|
5
6
|
import gettext
|
|
6
7
|
import locale
|
|
@@ -64,7 +65,7 @@ class DictEntry(object):
|
|
|
64
65
|
return self.widget.get_text()
|
|
65
66
|
|
|
66
67
|
def set_value(self, value):
|
|
67
|
-
self.widget.set_text(value or '')
|
|
68
|
+
self.widget.set_text(str(value or ''))
|
|
68
69
|
reset_position(self.widget)
|
|
69
70
|
|
|
70
71
|
def set_readonly(self, readonly):
|
|
@@ -279,7 +280,7 @@ class DictIntegerEntry(DictEntry):
|
|
|
279
280
|
return None
|
|
280
281
|
|
|
281
282
|
def set_value(self, value):
|
|
282
|
-
if value
|
|
283
|
+
if isinstance(value, (int, float, Decimal)):
|
|
283
284
|
txt_val = locale.format_string('%d', value, True)
|
|
284
285
|
else:
|
|
285
286
|
txt_val = ''
|
|
@@ -316,7 +317,7 @@ class DictFloatEntry(DictIntegerEntry):
|
|
|
316
317
|
else:
|
|
317
318
|
self.widget.digits = None
|
|
318
319
|
self.widget.set_width_chars(self.width)
|
|
319
|
-
if value
|
|
320
|
+
if isinstance(value, (int, float, Decimal)):
|
|
320
321
|
txt_val = locale.localize(
|
|
321
322
|
'{0:.{1}f}'.format(value, digits[1]), True)
|
|
322
323
|
else:
|
|
@@ -362,7 +363,8 @@ class DictDateTimeEntry(DictEntry):
|
|
|
362
363
|
return untimezoned_date(self.widget.props.value)
|
|
363
364
|
|
|
364
365
|
def set_value(self, value):
|
|
365
|
-
self.widget.props.value =
|
|
366
|
+
self.widget.props.value = (
|
|
367
|
+
timezoned_date(value) if isinstance(value, dt.datetime) else None)
|
|
366
368
|
|
|
367
369
|
def set_readonly(self, readonly):
|
|
368
370
|
for child in self.widget.get_children():
|
|
@@ -397,7 +399,7 @@ class DictDateEntry(DictEntry):
|
|
|
397
399
|
return self.widget.props.value
|
|
398
400
|
|
|
399
401
|
def set_value(self, value):
|
|
400
|
-
self.widget.props.value = value
|
|
402
|
+
self.widget.props.value = value if isinstance(value, dt.date) else None
|
|
401
403
|
|
|
402
404
|
def set_readonly(self, readonly):
|
|
403
405
|
super().set_readonly(readonly)
|
|
@@ -758,6 +758,8 @@ class ViewTree(View):
|
|
|
758
758
|
continue
|
|
759
759
|
reader = csv.reader(StringIO(text), delimiter='\t')
|
|
760
760
|
break
|
|
761
|
+
else:
|
|
762
|
+
return
|
|
761
763
|
col = self.treeview.get_cursor()[1]
|
|
762
764
|
columns = [c for c in self.treeview.get_columns()
|
|
763
765
|
if c.get_visible() and c.name]
|
|
@@ -783,13 +785,25 @@ class ViewTree(View):
|
|
|
783
785
|
for col, value in zip(columns, line):
|
|
784
786
|
widget = self.get_column_widget(col)
|
|
785
787
|
if widget.get_textual_value(record) != value:
|
|
786
|
-
widget
|
|
788
|
+
if hasattr(widget, 'search_remote'):
|
|
789
|
+
field = record.group.fields[widget.attrs['name']]
|
|
790
|
+
win = widget.search_remote(record, field, value)
|
|
791
|
+
if len(win.screen.group) == 1:
|
|
792
|
+
target, = win.screen.group
|
|
793
|
+
field.set_client(
|
|
794
|
+
record, (target.id, target.rec_name()))
|
|
795
|
+
else:
|
|
796
|
+
field.set_client(record, (None, ''))
|
|
797
|
+
win.response(win, Gtk.ResponseType.CANCEL)
|
|
798
|
+
else:
|
|
799
|
+
widget.value_from_text(record, value)
|
|
787
800
|
if value and not widget.get_textual_value(record):
|
|
788
801
|
# Stop setting value if a value is correctly set
|
|
789
802
|
idx = len(group)
|
|
790
803
|
break
|
|
791
804
|
if not record.validate():
|
|
792
805
|
break
|
|
806
|
+
record.save()
|
|
793
807
|
idx += 1
|
|
794
808
|
self.record = record
|
|
795
809
|
self.screen.display(set_cursor=True)
|
|
@@ -1419,12 +1419,13 @@ class Button(Cell):
|
|
|
1419
1419
|
cell.set_property('visible', not invisible)
|
|
1420
1420
|
readonly = states.get('readonly', False)
|
|
1421
1421
|
cell.set_property('sensitive', not readonly)
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1422
|
+
if self.attrs.get('type', 'class') == 'class':
|
|
1423
|
+
parent = record.parent if record else None
|
|
1424
|
+
while parent:
|
|
1425
|
+
if parent.modified:
|
|
1426
|
+
cell.set_property('sensitive', False)
|
|
1427
|
+
break
|
|
1428
|
+
parent = parent.parent
|
|
1428
1429
|
# TODO icon
|
|
1429
1430
|
self._set_visual(cell, record)
|
|
1430
1431
|
|
|
@@ -149,7 +149,7 @@ class Eval(PYSON):
|
|
|
149
149
|
@property
|
|
150
150
|
def __repr_params__(self):
|
|
151
151
|
params = (self._value,)
|
|
152
|
-
if self._default != '':
|
|
152
|
+
if isinstance(self._default, PYSON) or self._default != '':
|
|
153
153
|
params += (self._default,)
|
|
154
154
|
return params
|
|
155
155
|
|
|
@@ -363,7 +363,7 @@ class Greater(PYSON):
|
|
|
363
363
|
|
|
364
364
|
@property
|
|
365
365
|
def _binary_operator(self):
|
|
366
|
-
return '
|
|
366
|
+
return '>=' if self._equal else '>'
|
|
367
367
|
|
|
368
368
|
@property
|
|
369
369
|
def __repr_params__(self):
|
|
@@ -413,7 +413,7 @@ class Less(Greater):
|
|
|
413
413
|
|
|
414
414
|
@property
|
|
415
415
|
def _binary_operator(self):
|
|
416
|
-
return '
|
|
416
|
+
return '<=' if self._equal else '<'
|
|
417
417
|
|
|
418
418
|
def pyson(self):
|
|
419
419
|
res = super(Less, self).pyson()
|
|
@@ -681,9 +681,15 @@ class DomainParserTestCase(TestCase):
|
|
|
681
681
|
dom.string([('name', 'not ilike', '%Doe%')]), 'Name: !Doe')
|
|
682
682
|
self.assertEqual(
|
|
683
683
|
dom.string([('name', 'in', ['John', 'Jane'])]), 'Name: John;Jane')
|
|
684
|
+
self.assertEqual(
|
|
685
|
+
dom.string([('name', 'in', ['John', ''])]), 'Name: John;""')
|
|
686
|
+
self.assertEqual(
|
|
687
|
+
dom.string([('name', 'in', ['John'])]), 'Name: =John')
|
|
684
688
|
self.assertEqual(
|
|
685
689
|
dom.string([('name', 'not in', ['John', 'Jane'])]),
|
|
686
690
|
'Name: !John;Jane')
|
|
691
|
+
self.assertEqual(
|
|
692
|
+
dom.string([('name', 'not in', ['John'])]), 'Name: !=John')
|
|
687
693
|
self.assertEqual(
|
|
688
694
|
dom.string([
|
|
689
695
|
('name', 'ilike', '%Doe%'),
|
|
@@ -20,8 +20,6 @@ spanish.nsh
|
|
|
20
20
|
tox.ini
|
|
21
21
|
tryton.desktop
|
|
22
22
|
bin/tryton
|
|
23
|
-
darwin/gtk-3.0/gdk-pixbuf.loaders
|
|
24
|
-
darwin/gtk-3.0/gtk.immodules
|
|
25
23
|
doc/conf.py
|
|
26
24
|
doc/glossary.rst
|
|
27
25
|
doc/index.rst
|
|
@@ -283,6 +281,4 @@ tryton/tests/__init__.py
|
|
|
283
281
|
tryton/tests/test_common.py
|
|
284
282
|
tryton/tests/test_common_domain_parser.py
|
|
285
283
|
tryton/tests/test_common_selection.py
|
|
286
|
-
tryton/tests/test_common_timedelta.py
|
|
287
|
-
win32/gtk-3.0/gdk-pixbuf.loaders
|
|
288
|
-
win32/gtk-3.0/gtk.immodules
|
|
284
|
+
tryton/tests/test_common_timedelta.py
|
|
@@ -1,107 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# GdkPixbuf Image Loader Modules file
|
|
2
|
-
# Automatically generated file, do not edit
|
|
3
|
-
# Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.36.12
|
|
4
|
-
#
|
|
5
|
-
# LoaderDir = lib\gdk-pixbuf-2.0\2.10.0\loaders
|
|
6
|
-
#
|
|
7
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-ani.dll"
|
|
8
|
-
"ani" 4 "gdk-pixbuf" "Windows animated cursor" "LGPL"
|
|
9
|
-
"application/x-navi-animation" ""
|
|
10
|
-
"ani" ""
|
|
11
|
-
"RIFF ACON" " xxxx " 100
|
|
12
|
-
|
|
13
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-bmp.dll"
|
|
14
|
-
"bmp" 5 "gdk-pixbuf" "BMP" "LGPL"
|
|
15
|
-
"image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
|
|
16
|
-
"bmp" ""
|
|
17
|
-
"BM" "" 100
|
|
18
|
-
|
|
19
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-gif.dll"
|
|
20
|
-
"gif" 4 "gdk-pixbuf" "GIF" "LGPL"
|
|
21
|
-
"image/gif" ""
|
|
22
|
-
"gif" ""
|
|
23
|
-
"GIF8" "" 100
|
|
24
|
-
|
|
25
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-icns.dll"
|
|
26
|
-
"icns" 4 "gdk-pixbuf" "MacOS X icon" "GPL"
|
|
27
|
-
"image/x-icns" ""
|
|
28
|
-
"icns" ""
|
|
29
|
-
"icns" "" 100
|
|
30
|
-
|
|
31
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-ico.dll"
|
|
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
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-jasper.dll"
|
|
39
|
-
"jpeg2000" 4 "gdk-pixbuf" "JPEG 2000" "LGPL"
|
|
40
|
-
"image/jp2" "image/jpeg2000" "image/jpx" ""
|
|
41
|
-
"jp2" "jpc" "jpx" "j2k" "jpf" ""
|
|
42
|
-
" jP" "!!!! " 100
|
|
43
|
-
"\377O\377Q" "" 100
|
|
44
|
-
|
|
45
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-jpeg.dll"
|
|
46
|
-
"jpeg" 5 "gdk-pixbuf" "JPEG" "LGPL"
|
|
47
|
-
"image/jpeg" ""
|
|
48
|
-
"jpeg" "jpe" "jpg" ""
|
|
49
|
-
"\377\330" "" 100
|
|
50
|
-
|
|
51
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-png.dll"
|
|
52
|
-
"png" 5 "gdk-pixbuf" "PNG" "LGPL"
|
|
53
|
-
"image/png" ""
|
|
54
|
-
"png" ""
|
|
55
|
-
"\211PNG\r\n\032\n" "" 100
|
|
56
|
-
|
|
57
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-pnm.dll"
|
|
58
|
-
"pnm" 4 "gdk-pixbuf" "PNM/PBM/PGM/PPM" "LGPL"
|
|
59
|
-
"image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
|
|
60
|
-
"pnm" "pbm" "pgm" "ppm" ""
|
|
61
|
-
"P1" "" 100
|
|
62
|
-
"P2" "" 100
|
|
63
|
-
"P3" "" 100
|
|
64
|
-
"P4" "" 100
|
|
65
|
-
"P5" "" 100
|
|
66
|
-
"P6" "" 100
|
|
67
|
-
|
|
68
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-qtif.dll"
|
|
69
|
-
"qtif" 4 "gdk-pixbuf" "QuickTime" "LGPL"
|
|
70
|
-
"image/x-quicktime" "image/qtif" ""
|
|
71
|
-
"qtif" "qif" ""
|
|
72
|
-
"abcdidsc" "xxxx " 100
|
|
73
|
-
"abcdidat" "xxxx " 100
|
|
74
|
-
|
|
75
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-svg.dll"
|
|
76
|
-
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
|
|
77
|
-
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
|
|
78
|
-
"svg" "svgz" "svg.gz" ""
|
|
79
|
-
" <svg" "* " 100
|
|
80
|
-
" <!DOCTYPE svg" "* " 100
|
|
81
|
-
|
|
82
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-tga.dll"
|
|
83
|
-
"tga" 4 "gdk-pixbuf" "Targa" "LGPL"
|
|
84
|
-
"image/x-tga" ""
|
|
85
|
-
"tga" "targa" ""
|
|
86
|
-
" \001\001" "x " 100
|
|
87
|
-
" \001\t" "x " 100
|
|
88
|
-
" \002" "xz " 99
|
|
89
|
-
" \003" "xz " 100
|
|
90
|
-
" \n" "xz " 100
|
|
91
|
-
" \v" "xz " 100
|
|
92
|
-
|
|
93
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-tiff.dll"
|
|
94
|
-
"tiff" 5 "gdk-pixbuf" "TIFF" "LGPL"
|
|
95
|
-
"image/tiff" ""
|
|
96
|
-
"tiff" "tif" ""
|
|
97
|
-
"MM *" " z " 100
|
|
98
|
-
"II* " " z" 100
|
|
99
|
-
"II* \020 CR\002 " " z zzz z" 0
|
|
100
|
-
|
|
101
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-xbm.dll"
|
|
102
|
-
"xbm" 4 "gdk-pixbuf" "XBM" "LGPL"
|
|
103
|
-
"image/x-xbitmap" ""
|
|
104
|
-
"xbm" ""
|
|
105
|
-
"#define " "" 100
|
|
106
|
-
"/*" "" 50
|
|
107
|
-
|
|
108
|
-
"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-xpm.dll"
|
|
109
|
-
"xpm" 4 "gdk-pixbuf" "XPM" "LGPL"
|
|
110
|
-
"image/x-xpixmap" ""
|
|
111
|
-
"xpm" ""
|
|
112
|
-
"/* XPM */" "" 100
|
|
113
|
-
|
|
114
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|