tryton 7.4.0__tar.gz → 7.4.2__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.4.0 → tryton-7.4.2}/CHANGELOG +10 -0
- {tryton-7.4.0 → tryton-7.4.2}/PKG-INFO +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/__init__.py +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/domain_inversion.py +2 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/bg/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ca/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/cs/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/de/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/es/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/es_419/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/et/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fa/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fi/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fr/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/hu/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/id/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/id/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/it/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/it/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/lo/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/lt/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/nl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/pl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/pt/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ro/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ro/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ru/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/sl/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/tr/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/uk/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/uk/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/model/record.py +2 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/screen/screen.py +4 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form.py +3 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/list.py +6 -3
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/list_gtk/widget.py +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/tryton/jsonrpc.py +3 -2
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/PKG-INFO +1 -1
- {tryton-7.4.0 → tryton-7.4.2}/COPYRIGHT +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/LICENSE +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/MANIFEST.in +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/README.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/bin/tryton +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/catalan.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/conf.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/glossary.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/index.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/installation.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/releases.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/requirements-doc.txt +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/doc/usage.rst +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/english.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/farsi.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/french.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/german.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/make-darwin-installer.sh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/make-win32-installer.sh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/portuguese.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/setup-freeze.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/setup.cfg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/setup.nsi +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/setup.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/slovenian.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/spanish.nsh +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tox.ini +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/action/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/action/main.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/bus.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/cache.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/client.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/button.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrendererbinary.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrendererbutton.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrendererclickablepixbuf.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrenderercombo.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrendererfloat.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrendererinteger.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrenderertext.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/cellrenderertoggle.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/common.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/completion.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/datetime_.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/domain_parser.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/entry_position.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/environment.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/focus.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/htmltextbuffer.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/number_entry.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/popup_menu.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/richtext.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/selection.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/tempfile.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/timedelta.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/underline.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/common/widget_style.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/config.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/bg/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ca/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/cs/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/de/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/es/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/et/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fa/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fi/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/fr/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/hu/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/lo/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/lt/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/nl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/pl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/pt/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/ru/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/sl/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/tr/LC_MESSAGES/tryton.po +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/locale/tryton.pot +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/LICENSE +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-add.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-archive.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-arrow-down.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-arrow-left.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-arrow-right.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-arrow-up.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-attach.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-back.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-barcode-scanner.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-bookmark-border.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-bookmark.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-bookmarks.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-cancel.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-clear.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-close.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-copy.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-create.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-date.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-delete.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-download.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-drag.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-email.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-error.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-exit.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-export.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-filter.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-align-center.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-align-justify.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-align-left.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-align-right.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-bold.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-color-text.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-italic.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-format-underline.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-forward.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-history.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-icon.png +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-icon.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-import.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-info.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-launch.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-link.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-log.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-menu.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-note.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-ok.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-open.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-print.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-public.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-question.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-refresh.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-remove.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-save.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-search.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-send.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-sound-off.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-sound-on.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-star-border.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-star.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-switch.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-translate.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-unarchive.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-undo.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton-warning.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton.icns +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton.ico +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/pixmaps/tryton/tryton.svg +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/sounds/LICENSE +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/sounds/danger.wav +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/data/sounds/success.wav +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/device_cookie.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/exceptions.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/fingerprints.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/main.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/about.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/attachment.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/board.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/code_scanner.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/dblogin.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/email_.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/form.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/infobar.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/limit.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/log.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/nomodal.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/note.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/preference.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/revision.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/tabcontent.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_board/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_board/action.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_board/view_board.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/model/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/model/field.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/model/group.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/screen/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/calendar_.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/calendar_gtk/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/calendar_gtk/calendar_.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/calendar_gtk/dates_period.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/calendar_gtk/toolbar.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/binary.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/calendar_.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/char.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/checkbox.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/dictionary.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/document.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/float.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/image.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/integer.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/many2many.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/many2one.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/multiselection.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/one2many.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/one2one.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/progressbar.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/pyson.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/reference.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/richtextbox.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/selection.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/state_widget.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/textbox.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/timedelta.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/url.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/form_gtk/widget.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph_gtk/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph_gtk/bar.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph_gtk/graph.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph_gtk/line.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/graph_gtk/pie.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/list_form.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/list_gtk/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/list_gtk/editabletree.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/view_form/view/screen_container.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/win_csv.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/win_export.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/win_form.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/win_import.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/win_search.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/window.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/gui/window/wizard.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/plugins/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/plugins/translation/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/pyson.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/rpc.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/tests/__init__.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/tests/test_common.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/tests/test_common_domain_parser.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/tests/test_common_selection.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/tests/test_common_timedelta.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton/translate.py +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.desktop +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/SOURCES.txt +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/dependency_links.txt +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/not-zip-safe +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/requires.txt +0 -0
- {tryton-7.4.0 → tryton-7.4.2}/tryton.egg-info/top_level.txt +0 -0
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
|
|
2
|
+
Version 7.4.2 - 2024-12-16
|
|
3
|
+
--------------------------
|
|
4
|
+
* Bug fixes (see mercurial logs for details)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Version 7.4.1 - 2024-12-01
|
|
8
|
+
--------------------------
|
|
9
|
+
* Bug fixes (see mercurial logs for details)
|
|
10
|
+
|
|
11
|
+
|
|
2
12
|
Version 7.4.0 - 2024-11-04
|
|
3
13
|
--------------------------
|
|
4
14
|
* Bug fixes (see mercurial logs for details)
|
|
@@ -433,7 +433,8 @@ def unique_value(domain, single_value=True):
|
|
|
433
433
|
and operator == 'in' and len(value) == 1))
|
|
434
434
|
and (not count
|
|
435
435
|
or (count == 1 and model and name.endswith('.id')))):
|
|
436
|
-
|
|
436
|
+
if operator == 'in' and single_value:
|
|
437
|
+
value = value[0]
|
|
437
438
|
if model and name.endswith('.id'):
|
|
438
439
|
model = model[0]
|
|
439
440
|
value = [model, value]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -142,7 +142,7 @@ msgstr ""
|
|
|
142
142
|
|
|
143
143
|
#, fuzzy, python-format
|
|
144
144
|
msgid "Error: \"%s\". Try again later."
|
|
145
|
-
msgstr "
|
|
145
|
+
msgstr "Error: \"%s\". Inténtalo de nuevo más tarde."
|
|
146
146
|
|
|
147
147
|
msgid "Too many requests. Try again later."
|
|
148
148
|
msgstr "Demasiadas peticiones. Inténtalo de nuevo más tarde."
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -139,7 +139,7 @@ msgstr "Tidak dapat terhubung ke server."
|
|
|
139
139
|
|
|
140
140
|
#, fuzzy, python-format
|
|
141
141
|
msgid "Error: \"%s\". Try again later."
|
|
142
|
-
msgstr "
|
|
142
|
+
msgstr "Kesalahan: \"%s\". Coba lagi nanti."
|
|
143
143
|
|
|
144
144
|
msgid "Too many requests. Try again later."
|
|
145
145
|
msgstr "Terlalu banyak permintaan. Coba lagi nanti."
|
|
Binary file
|
|
@@ -144,7 +144,7 @@ msgstr "Impossibile connettersi al server."
|
|
|
144
144
|
|
|
145
145
|
#, fuzzy, python-format
|
|
146
146
|
msgid "Error: \"%s\". Try again later."
|
|
147
|
-
msgstr "
|
|
147
|
+
msgstr "Errore: \"%s\". Riprova più tardi."
|
|
148
148
|
|
|
149
149
|
msgid "Too many requests. Try again later."
|
|
150
150
|
msgstr "Troppe richieste. Riprovare più tardi."
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -139,7 +139,7 @@ msgstr "Nu s-a putut găsi o sesiune."
|
|
|
139
139
|
|
|
140
140
|
#, fuzzy, python-format
|
|
141
141
|
msgid "Error: \"%s\". Try again later."
|
|
142
|
-
msgstr "
|
|
142
|
+
msgstr "Eroare: „%s”. Încercați din nou mai târziu."
|
|
143
143
|
|
|
144
144
|
msgid "Too many requests. Try again later."
|
|
145
145
|
msgstr "Prea multe cereri. Încercați mai târziu."
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -140,7 +140,7 @@ msgstr "Не вдалося підключитися до сервера."
|
|
|
140
140
|
|
|
141
141
|
#, fuzzy, python-format
|
|
142
142
|
msgid "Error: \"%s\". Try again later."
|
|
143
|
-
msgstr "
|
|
143
|
+
msgstr "Помилка: \"%s\". Повторіть спробу пізніше."
|
|
144
144
|
|
|
145
145
|
msgid "Too many requests. Try again later."
|
|
146
146
|
msgstr "Дуже багато запитів. Спробуйте ще раз пізніше."
|
|
Binary file
|
|
@@ -406,6 +406,7 @@ class Record:
|
|
|
406
406
|
return self.id
|
|
407
407
|
|
|
408
408
|
def default_get(self, defaults=None):
|
|
409
|
+
vals = {}
|
|
409
410
|
if len(self.group.fields):
|
|
410
411
|
context = self.get_context()
|
|
411
412
|
if defaults is not None:
|
|
@@ -415,7 +416,7 @@ class Record:
|
|
|
415
416
|
vals = RPCExecute('model', self.model_name, 'default_get',
|
|
416
417
|
list(self.group.fields.keys()), context=context)
|
|
417
418
|
except RPCException:
|
|
418
|
-
return
|
|
419
|
+
return vals
|
|
419
420
|
if (self.parent
|
|
420
421
|
and self.parent_name in self.group.fields):
|
|
421
422
|
parent_field = self.group.fields[self.parent_name]
|
|
@@ -547,7 +547,7 @@ class Screen:
|
|
|
547
547
|
views = self.views + self.view_to_load
|
|
548
548
|
next_view_index = (self.view_index + 1) % len(views)
|
|
549
549
|
next_view = views[next_view_index]
|
|
550
|
-
if not isinstance(next_view, str):
|
|
550
|
+
if next_view and not isinstance(next_view, str):
|
|
551
551
|
next_view = next_view.view_type
|
|
552
552
|
return next_view
|
|
553
553
|
|
|
@@ -816,6 +816,9 @@ class Screen:
|
|
|
816
816
|
record.group.remove(
|
|
817
817
|
record, remove=remove, modified=False,
|
|
818
818
|
force_remove=force_remove)
|
|
819
|
+
# set current_record to None to prevent __select_changed
|
|
820
|
+
# to set deleted record as current_record
|
|
821
|
+
self.current_record = None
|
|
819
822
|
# call only once
|
|
820
823
|
record.set_modified()
|
|
821
824
|
|
|
@@ -382,7 +382,6 @@ class FormXMLViewParser(XMLViewParser):
|
|
|
382
382
|
group = Container.constructor(
|
|
383
383
|
int(attributes.get('col', 4)),
|
|
384
384
|
attributes.get('homogeneous', False))
|
|
385
|
-
self.parse_child(node, group)
|
|
386
385
|
|
|
387
386
|
if 'name' in attributes and attributes['name'] == self.exclude_field:
|
|
388
387
|
self.container.add(None, attributes)
|
|
@@ -406,6 +405,9 @@ class FormXMLViewParser(XMLViewParser):
|
|
|
406
405
|
bool(attributes.get('yexpand'))))
|
|
407
406
|
self.view.state_widgets.append(widget)
|
|
408
407
|
self.container.add(widget, attributes)
|
|
408
|
+
# Parse the children at the end to preserve the order of the state
|
|
409
|
+
# widgets
|
|
410
|
+
self.parse_child(node, group)
|
|
409
411
|
|
|
410
412
|
def _parse_hpaned(self, node, attributes):
|
|
411
413
|
self._parse_paned(node, attributes, Gtk.HPaned)
|
|
@@ -1094,9 +1094,12 @@ class ViewTree(View):
|
|
|
1094
1094
|
elif tree_sel.get_mode() == Gtk.SelectionMode.MULTIPLE:
|
|
1095
1095
|
model, paths = tree_sel.get_selected_rows()
|
|
1096
1096
|
if model and paths:
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1097
|
+
records = []
|
|
1098
|
+
for path in paths:
|
|
1099
|
+
iter_ = model.get_iter(path)
|
|
1100
|
+
records.append(model.get_value(iter_, 0))
|
|
1101
|
+
if self.record not in records:
|
|
1102
|
+
self.record = records[0]
|
|
1100
1103
|
else:
|
|
1101
1104
|
self.record = None
|
|
1102
1105
|
|
|
@@ -742,7 +742,7 @@ class _BinarySelect(_BinaryIcon):
|
|
|
742
742
|
invisible = field.get_state_attrs(record).get('invisible', False)
|
|
743
743
|
readonly = self.attrs.get('readonly',
|
|
744
744
|
field.get_state_attrs(record).get('readonly', False))
|
|
745
|
-
if readonly
|
|
745
|
+
if readonly or size:
|
|
746
746
|
cell.set_property('visible', False)
|
|
747
747
|
else:
|
|
748
748
|
cell.set_property('visible', not invisible)
|
|
@@ -302,6 +302,7 @@ class ServerProxy(xmlrpc.client.ServerProxy):
|
|
|
302
302
|
request,
|
|
303
303
|
verbose=self.__verbose
|
|
304
304
|
)
|
|
305
|
+
break
|
|
305
306
|
except xmlrpc.client.ProtocolError as e:
|
|
306
307
|
if e.errcode == HTTPStatus.SERVICE_UNAVAILABLE:
|
|
307
308
|
try:
|
|
@@ -314,8 +315,8 @@ class ServerProxy(xmlrpc.client.ServerProxy):
|
|
|
314
315
|
delay = i
|
|
315
316
|
delay = min(delay, 10)
|
|
316
317
|
time.sleep(delay)
|
|
317
|
-
|
|
318
|
-
|
|
318
|
+
else:
|
|
319
|
+
raise
|
|
319
320
|
except (socket.error, http.client.HTTPException) as v:
|
|
320
321
|
if (isinstance(v, socket.error)
|
|
321
322
|
and v.args[0] == errno.EPIPE):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|