How To Install trytond on Fedora 34

trytond is Server for the Tryton application framework

Introduction

In this tutorial we learn how to install trytond on Fedora 34.

What is trytond

Tryton is a three-tiers high-level general purpose application framework written in Python and use PostgreSQL as database engine. It is the core base of an Open Source ERP. It provides modularity, scalability and security. The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework an ORM with extensive modularity), users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation. Thus constituting a complete application platform which can be used for any relevant purpose.

We can use yum or dnf to install trytond on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install trytond.

Install trytond on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install trytond using dnf by running the following command:

sudo dnf -y install trytond

Install trytond on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install trytond using yum by running the following command:

sudo yum -y install trytond

How To Uninstall trytond on Fedora 34

To uninstall only the trytond package we can use the following command:

sudo dnf remove trytond

trytond Package Contents on Fedora 34

/etc/trytond.conf
/etc/trytond_log.conf
/usr/bin/trytond
/usr/bin/trytond-admin
/usr/bin/trytond-cron
/usr/lib/python3.9/site-packages/trytond
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/not-zip-safe
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/trytond-4.0.4-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/trytond/__init__.py
/usr/lib/python3.9/site-packages/trytond/__pycache__
/usr/lib/python3.9/site-packages/trytond/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/admin.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/admin.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/application.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/application.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/commandline.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/commandline.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/config.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/const.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/const.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/convert.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/convert.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/cron.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/cron.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/error.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/error.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/exceptions.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/pool.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/pool.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/pyson.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/pyson.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/rpc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/rpc.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/security.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/security.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/sendmail.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/sendmail.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/test_loader.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/test_loader.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/transaction.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/transaction.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/url.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/url.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/wsgi.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/__pycache__/wsgi.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/admin.py
/usr/lib/python3.9/site-packages/trytond/application.py
/usr/lib/python3.9/site-packages/trytond/backend
/usr/lib/python3.9/site-packages/trytond/backend/__init__.py
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/database.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/database.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/table.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/backend/__pycache__/table.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/backend/database.py
/usr/lib/python3.9/site-packages/trytond/backend/table.py
/usr/lib/python3.9/site-packages/trytond/cache.py
/usr/lib/python3.9/site-packages/trytond/commandline.py
/usr/lib/python3.9/site-packages/trytond/config.py
/usr/lib/python3.9/site-packages/trytond/const.py
/usr/lib/python3.9/site-packages/trytond/convert.py
/usr/lib/python3.9/site-packages/trytond/cron.py
/usr/lib/python3.9/site-packages/trytond/error.py
/usr/lib/python3.9/site-packages/trytond/exceptions.py
/usr/lib/python3.9/site-packages/trytond/ir
/usr/lib/python3.9/site-packages/trytond/ir/__init__.py
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/action.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/action.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/attachment.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/attachment.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/configuration.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/configuration.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/cron.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/cron.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/date.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/date.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/export.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/export.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/gen_time_locale.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/gen_time_locale.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/lang.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/lang.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/model.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/module.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/module.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/note.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/note.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/property.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/property.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/resource.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/resource.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/rule.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/rule.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/sequence.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/sequence.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/session.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/session.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/time_locale.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/time_locale.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/translation.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/translation.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/trigger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/__pycache__/trigger.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/action.py
/usr/lib/python3.9/site-packages/trytond/ir/action.xml
/usr/lib/python3.9/site-packages/trytond/ir/attachment.py
/usr/lib/python3.9/site-packages/trytond/ir/attachment.xml
/usr/lib/python3.9/site-packages/trytond/ir/cache.py
/usr/lib/python3.9/site-packages/trytond/ir/configuration.py
/usr/lib/python3.9/site-packages/trytond/ir/cron.py
/usr/lib/python3.9/site-packages/trytond/ir/cron.xml
/usr/lib/python3.9/site-packages/trytond/ir/date.py
/usr/lib/python3.9/site-packages/trytond/ir/export.py
/usr/lib/python3.9/site-packages/trytond/ir/export.xml
/usr/lib/python3.9/site-packages/trytond/ir/gen_time_locale.py
/usr/lib/python3.9/site-packages/trytond/ir/ir.xml
/usr/lib/python3.9/site-packages/trytond/ir/lang.py
/usr/lib/python3.9/site-packages/trytond/ir/lang.xml
/usr/lib/python3.9/site-packages/trytond/ir/locale
/usr/lib/python3.9/site-packages/trytond/ir/locale/bg_BG.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/ca_ES.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/cs_CZ.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/de_DE.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/es_AR.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/es_CO.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/es_EC.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/es_ES.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/es_MX.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/fr_FR.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/hu_HU.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/it_IT.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/ja_JP.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/lo_LA.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/lt_LT.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/nl_NL.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/pt_BR.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/ru_RU.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/sl_SI.po
/usr/lib/python3.9/site-packages/trytond/ir/locale/zh_CN.po
/usr/lib/python3.9/site-packages/trytond/ir/model.py
/usr/lib/python3.9/site-packages/trytond/ir/model.xml
/usr/lib/python3.9/site-packages/trytond/ir/module.py
/usr/lib/python3.9/site-packages/trytond/ir/module.xml
/usr/lib/python3.9/site-packages/trytond/ir/note.py
/usr/lib/python3.9/site-packages/trytond/ir/note.xml
/usr/lib/python3.9/site-packages/trytond/ir/property.py
/usr/lib/python3.9/site-packages/trytond/ir/property.xml
/usr/lib/python3.9/site-packages/trytond/ir/resource.py
/usr/lib/python3.9/site-packages/trytond/ir/rule.py
/usr/lib/python3.9/site-packages/trytond/ir/rule.xml
/usr/lib/python3.9/site-packages/trytond/ir/sequence.py
/usr/lib/python3.9/site-packages/trytond/ir/sequence.xml
/usr/lib/python3.9/site-packages/trytond/ir/session.py
/usr/lib/python3.9/site-packages/trytond/ir/time_locale.py
/usr/lib/python3.9/site-packages/trytond/ir/translation.py
/usr/lib/python3.9/site-packages/trytond/ir/translation.xml
/usr/lib/python3.9/site-packages/trytond/ir/trigger.py
/usr/lib/python3.9/site-packages/trytond/ir/trigger.xml
/usr/lib/python3.9/site-packages/trytond/ir/tryton.cfg
/usr/lib/python3.9/site-packages/trytond/ir/ui
/usr/lib/python3.9/site-packages/trytond/ir/ui/__init__.py
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/icon.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/icon.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/menu.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/menu.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/__pycache__/view.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/ir/ui/board.rnc
/usr/lib/python3.9/site-packages/trytond/ir/ui/board.rng
/usr/lib/python3.9/site-packages/trytond/ir/ui/calendar.rnc
/usr/lib/python3.9/site-packages/trytond/ir/ui/calendar.rng
/usr/lib/python3.9/site-packages/trytond/ir/ui/form.rnc
/usr/lib/python3.9/site-packages/trytond/ir/ui/form.rng
/usr/lib/python3.9/site-packages/trytond/ir/ui/graph.rnc
/usr/lib/python3.9/site-packages/trytond/ir/ui/graph.rng
/usr/lib/python3.9/site-packages/trytond/ir/ui/icon.py
/usr/lib/python3.9/site-packages/trytond/ir/ui/icon.xml
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-calendar.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-clock.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-graph.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-image-missing.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-list.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-presentation.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-readonly.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-spreadsheet.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/icons/tryton-tree.svg
/usr/lib/python3.9/site-packages/trytond/ir/ui/menu.py
/usr/lib/python3.9/site-packages/trytond/ir/ui/menu.xml
/usr/lib/python3.9/site-packages/trytond/ir/ui/tree.rnc
/usr/lib/python3.9/site-packages/trytond/ir/ui/tree.rng
/usr/lib/python3.9/site-packages/trytond/ir/ui/ui.xml
/usr/lib/python3.9/site-packages/trytond/ir/ui/view.py
/usr/lib/python3.9/site-packages/trytond/ir/ui/view.xml
/usr/lib/python3.9/site-packages/trytond/ir/view
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_domain_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_domain_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_domain_list2.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_view_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_view_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_act_window_view_list2.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_keyword_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_keyword_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_report_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_report_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_url_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_url_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_wizard_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/action_wizard_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/attachment_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/attachment_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/cron_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/cron_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/export_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/export_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/icon_view_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/icon_view_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/lang_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/lang_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_access_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_access_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_button_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_button_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_data_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_data_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_field_access_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_field_access_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_field_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_field_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/model_print_model_graph_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_config_wizard_done_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_config_wizard_first_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_config_wizard_item_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_config_wizard_other_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_dependency_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_dependency_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_install_upgrade_done_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_install_upgrade_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/module_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/note_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/note_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/property_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/property_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/rule_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/rule_group_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/rule_group_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/rule_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/sequence_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/sequence_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/sequence_type_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/sequence_type_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_clean_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_clean_succeed_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_export_result_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_export_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_set_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_set_succeed_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/translation_update_start_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/trigger_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/trigger_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_menu_favorite_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_menu_favorite_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_menu_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_menu_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_menu_tree.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_search_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_search_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_tree_state_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_tree_state_list.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_tree_width_form.xml
/usr/lib/python3.9/site-packages/trytond/ir/view/ui_view_tree_width_list.xml
/usr/lib/python3.9/site-packages/trytond/model
/usr/lib/python3.9/site-packages/trytond/model/__init__.py
/usr/lib/python3.9/site-packages/trytond/model/__pycache__
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/descriptors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/descriptors.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/dictschema.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/dictschema.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/match.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/match.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/model.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelsingleton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelsingleton.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelsql.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelsql.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelstorage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelstorage.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelview.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/modelview.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/union.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/union.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/workflow.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/__pycache__/workflow.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/descriptors.py
/usr/lib/python3.9/site-packages/trytond/model/dictschema.py
/usr/lib/python3.9/site-packages/trytond/model/fields
/usr/lib/python3.9/site-packages/trytond/model/fields/__init__.py
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/binary.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/binary.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/boolean.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/boolean.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/char.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/char.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/date.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/date.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/dict.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/dict.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/field.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/field.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/float.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/float.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/function.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/function.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/integer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/integer.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/many2many.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/many2many.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/many2one.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/many2one.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/numeric.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/numeric.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/one2many.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/one2many.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/one2one.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/one2one.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/property.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/property.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/reference.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/reference.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/selection.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/selection.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/sha.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/sha.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/text.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/__pycache__/text.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/model/fields/binary.py
/usr/lib/python3.9/site-packages/trytond/model/fields/boolean.py
/usr/lib/python3.9/site-packages/trytond/model/fields/char.py
/usr/lib/python3.9/site-packages/trytond/model/fields/date.py
/usr/lib/python3.9/site-packages/trytond/model/fields/dict.py
/usr/lib/python3.9/site-packages/trytond/model/fields/field.py
/usr/lib/python3.9/site-packages/trytond/model/fields/float.py
/usr/lib/python3.9/site-packages/trytond/model/fields/function.py
/usr/lib/python3.9/site-packages/trytond/model/fields/integer.py
/usr/lib/python3.9/site-packages/trytond/model/fields/many2many.py
/usr/lib/python3.9/site-packages/trytond/model/fields/many2one.py
/usr/lib/python3.9/site-packages/trytond/model/fields/numeric.py
/usr/lib/python3.9/site-packages/trytond/model/fields/one2many.py
/usr/lib/python3.9/site-packages/trytond/model/fields/one2one.py
/usr/lib/python3.9/site-packages/trytond/model/fields/property.py
/usr/lib/python3.9/site-packages/trytond/model/fields/reference.py
/usr/lib/python3.9/site-packages/trytond/model/fields/selection.py
/usr/lib/python3.9/site-packages/trytond/model/fields/sha.py
/usr/lib/python3.9/site-packages/trytond/model/fields/text.py
/usr/lib/python3.9/site-packages/trytond/model/match.py
/usr/lib/python3.9/site-packages/trytond/model/model.py
/usr/lib/python3.9/site-packages/trytond/model/modelsingleton.py
/usr/lib/python3.9/site-packages/trytond/model/modelsql.py
/usr/lib/python3.9/site-packages/trytond/model/modelstorage.py
/usr/lib/python3.9/site-packages/trytond/model/modelview.py
/usr/lib/python3.9/site-packages/trytond/model/union.py
/usr/lib/python3.9/site-packages/trytond/model/workflow.py
/usr/lib/python3.9/site-packages/trytond/modules
/usr/lib/python3.9/site-packages/trytond/modules/__init__.py
/usr/lib/python3.9/site-packages/trytond/modules/__pycache__
/usr/lib/python3.9/site-packages/trytond/modules/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/modules/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/pool.py
/usr/lib/python3.9/site-packages/trytond/protocols
/usr/lib/python3.9/site-packages/trytond/protocols/__init__.py
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/dispatcher.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/dispatcher.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/jsonrpc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/jsonrpc.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/wrappers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/wrappers.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/xmlrpc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/__pycache__/xmlrpc.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/protocols/dispatcher.py
/usr/lib/python3.9/site-packages/trytond/protocols/jsonrpc.py
/usr/lib/python3.9/site-packages/trytond/protocols/wrappers.py
/usr/lib/python3.9/site-packages/trytond/protocols/xmlrpc.py
/usr/lib/python3.9/site-packages/trytond/pyson.py
/usr/lib/python3.9/site-packages/trytond/report
/usr/lib/python3.9/site-packages/trytond/report/__init__.py
/usr/lib/python3.9/site-packages/trytond/report/__pycache__
/usr/lib/python3.9/site-packages/trytond/report/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/report/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/report/__pycache__/report.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/report/__pycache__/report.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/report/report.py
/usr/lib/python3.9/site-packages/trytond/res
/usr/lib/python3.9/site-packages/trytond/res/__init__.py
/usr/lib/python3.9/site-packages/trytond/res/__pycache__
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/group.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/group.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/ir.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/ir.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/user.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/res/__pycache__/user.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/res/group.py
/usr/lib/python3.9/site-packages/trytond/res/group.xml
/usr/lib/python3.9/site-packages/trytond/res/ir.py
/usr/lib/python3.9/site-packages/trytond/res/ir.xml
/usr/lib/python3.9/site-packages/trytond/res/locale
/usr/lib/python3.9/site-packages/trytond/res/locale/bg_BG.po
/usr/lib/python3.9/site-packages/trytond/res/locale/ca_ES.po
/usr/lib/python3.9/site-packages/trytond/res/locale/cs_CZ.po
/usr/lib/python3.9/site-packages/trytond/res/locale/de_DE.po
/usr/lib/python3.9/site-packages/trytond/res/locale/es_AR.po
/usr/lib/python3.9/site-packages/trytond/res/locale/es_CO.po
/usr/lib/python3.9/site-packages/trytond/res/locale/es_EC.po
/usr/lib/python3.9/site-packages/trytond/res/locale/es_ES.po
/usr/lib/python3.9/site-packages/trytond/res/locale/es_MX.po
/usr/lib/python3.9/site-packages/trytond/res/locale/fr_FR.po
/usr/lib/python3.9/site-packages/trytond/res/locale/hu_HU.po
/usr/lib/python3.9/site-packages/trytond/res/locale/it_IT.po
/usr/lib/python3.9/site-packages/trytond/res/locale/ja_JP.po
/usr/lib/python3.9/site-packages/trytond/res/locale/lo_LA.po
/usr/lib/python3.9/site-packages/trytond/res/locale/lt_LT.po
/usr/lib/python3.9/site-packages/trytond/res/locale/nl_NL.po
/usr/lib/python3.9/site-packages/trytond/res/locale/pt_BR.po
/usr/lib/python3.9/site-packages/trytond/res/locale/ru_RU.po
/usr/lib/python3.9/site-packages/trytond/res/locale/sl_SI.po
/usr/lib/python3.9/site-packages/trytond/res/locale/zh_CN.po
/usr/lib/python3.9/site-packages/trytond/res/res.xml
/usr/lib/python3.9/site-packages/trytond/res/tryton.cfg
/usr/lib/python3.9/site-packages/trytond/res/user.py
/usr/lib/python3.9/site-packages/trytond/res/user.xml
/usr/lib/python3.9/site-packages/trytond/res/view
/usr/lib/python3.9/site-packages/trytond/res/view/group_form.xml
/usr/lib/python3.9/site-packages/trytond/res/view/group_list.xml
/usr/lib/python3.9/site-packages/trytond/res/view/sequence_type_form.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_config_start_form.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_form.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_form_preferences.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_list.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_warning_form.xml
/usr/lib/python3.9/site-packages/trytond/res/view/user_warning_tree.xml
/usr/lib/python3.9/site-packages/trytond/rpc.py
/usr/lib/python3.9/site-packages/trytond/security.py
/usr/lib/python3.9/site-packages/trytond/sendmail.py
/usr/lib/python3.9/site-packages/trytond/test_loader.py
/usr/lib/python3.9/site-packages/trytond/tests
/usr/lib/python3.9/site-packages/trytond/tests/__init__.py
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/access.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/access.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/copy_.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/copy_.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/export_data.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/export_data.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/field_context.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/field_context.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/history.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/history.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/import_data.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/import_data.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/model.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/modelview.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/modelview.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/mptt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/mptt.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/run-tests.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/run-tests.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_access.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_access.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_copy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_copy.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_descriptors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_descriptors.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_exportdata.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_exportdata.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_field_context.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_field_context.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_fields.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_fields.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_history.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_history.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_importdata.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_importdata.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_ir.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_ir.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_mixins.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_mixins.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelsingleton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelsingleton.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelsql.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelsql.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelstorage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelstorage.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelview.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_modelview.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_mptt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_mptt.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_protocols.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_protocols.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_pyson.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_pyson.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_res.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_res.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_sendmail.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_sendmail.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_sequence.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_sequence.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_tools.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_tools.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_transaction.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_transaction.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_trigger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_trigger.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_tryton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_tryton.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_union.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_union.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_user.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_user.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_wizard.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_wizard.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_workflow.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/test_workflow.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/trigger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/trigger.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/wizard.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/wizard.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/workflow.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tests/__pycache__/workflow.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tests/access.py
/usr/lib/python3.9/site-packages/trytond/tests/copy_.py
/usr/lib/python3.9/site-packages/trytond/tests/export_data.py
/usr/lib/python3.9/site-packages/trytond/tests/field_context.py
/usr/lib/python3.9/site-packages/trytond/tests/history.py
/usr/lib/python3.9/site-packages/trytond/tests/import_data.py
/usr/lib/python3.9/site-packages/trytond/tests/import_data.xml
/usr/lib/python3.9/site-packages/trytond/tests/model.py
/usr/lib/python3.9/site-packages/trytond/tests/modelview.py
/usr/lib/python3.9/site-packages/trytond/tests/mptt.py
/usr/lib/python3.9/site-packages/trytond/tests/run-tests.py
/usr/lib/python3.9/site-packages/trytond/tests/sequence.xml
/usr/lib/python3.9/site-packages/trytond/tests/test.py
/usr/lib/python3.9/site-packages/trytond/tests/test_access.py
/usr/lib/python3.9/site-packages/trytond/tests/test_cache.py
/usr/lib/python3.9/site-packages/trytond/tests/test_copy.py
/usr/lib/python3.9/site-packages/trytond/tests/test_descriptors.py
/usr/lib/python3.9/site-packages/trytond/tests/test_exportdata.py
/usr/lib/python3.9/site-packages/trytond/tests/test_field_context.py
/usr/lib/python3.9/site-packages/trytond/tests/test_fields.py
/usr/lib/python3.9/site-packages/trytond/tests/test_history.py
/usr/lib/python3.9/site-packages/trytond/tests/test_importdata.py
/usr/lib/python3.9/site-packages/trytond/tests/test_ir.py
/usr/lib/python3.9/site-packages/trytond/tests/test_mixins.py
/usr/lib/python3.9/site-packages/trytond/tests/test_modelsingleton.py
/usr/lib/python3.9/site-packages/trytond/tests/test_modelsql.py
/usr/lib/python3.9/site-packages/trytond/tests/test_modelstorage.py
/usr/lib/python3.9/site-packages/trytond/tests/test_modelview.py
/usr/lib/python3.9/site-packages/trytond/tests/test_mptt.py
/usr/lib/python3.9/site-packages/trytond/tests/test_protocols.py
/usr/lib/python3.9/site-packages/trytond/tests/test_pyson.py
/usr/lib/python3.9/site-packages/trytond/tests/test_res.py
/usr/lib/python3.9/site-packages/trytond/tests/test_sendmail.py
/usr/lib/python3.9/site-packages/trytond/tests/test_sequence.py
/usr/lib/python3.9/site-packages/trytond/tests/test_tools.py
/usr/lib/python3.9/site-packages/trytond/tests/test_transaction.py
/usr/lib/python3.9/site-packages/trytond/tests/test_trigger.py
/usr/lib/python3.9/site-packages/trytond/tests/test_tryton.py
/usr/lib/python3.9/site-packages/trytond/tests/test_union.py
/usr/lib/python3.9/site-packages/trytond/tests/test_user.py
/usr/lib/python3.9/site-packages/trytond/tests/test_wizard.py
/usr/lib/python3.9/site-packages/trytond/tests/test_workflow.py
/usr/lib/python3.9/site-packages/trytond/tests/trigger.py
/usr/lib/python3.9/site-packages/trytond/tests/tryton.cfg
/usr/lib/python3.9/site-packages/trytond/tests/wizard.py
/usr/lib/python3.9/site-packages/trytond/tests/wizard.xml
/usr/lib/python3.9/site-packages/trytond/tests/workflow.py
/usr/lib/python3.9/site-packages/trytond/tests/workflow.xml
/usr/lib/python3.9/site-packages/trytond/tools
/usr/lib/python3.9/site-packages/trytond/tools/StringMatcher.py
/usr/lib/python3.9/site-packages/trytond/tools/__init__.py
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/StringMatcher.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/StringMatcher.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/datetime_strftime.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/datetime_strftime.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/decimal_.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/decimal_.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/misc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/misc.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/singleton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/tools/__pycache__/singleton.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/tools/datetime_strftime.py
/usr/lib/python3.9/site-packages/trytond/tools/decimal_.py
/usr/lib/python3.9/site-packages/trytond/tools/misc.py
/usr/lib/python3.9/site-packages/trytond/tools/singleton.py
/usr/lib/python3.9/site-packages/trytond/transaction.py
/usr/lib/python3.9/site-packages/trytond/url.py
/usr/lib/python3.9/site-packages/trytond/wizard
/usr/lib/python3.9/site-packages/trytond/wizard/__init__.py
/usr/lib/python3.9/site-packages/trytond/wizard/__pycache__
/usr/lib/python3.9/site-packages/trytond/wizard/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/wizard/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/wizard/__pycache__/wizard.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/trytond/wizard/__pycache__/wizard.cpython-39.pyc
/usr/lib/python3.9/site-packages/trytond/wizard/wizard.py
/usr/lib/python3.9/site-packages/trytond/wsgi.py
/usr/lib/systemd/system/trytond.service
/usr/share/doc/trytond
/usr/share/doc/trytond/CHANGELOG
/usr/share/doc/trytond/COPYRIGHT
/usr/share/doc/trytond/INSTALL
/usr/share/doc/trytond/LICENSE
/usr/share/doc/trytond/README
/usr/share/doc/trytond/html
/usr/share/doc/trytond/html/.buildinfo
/usr/share/doc/trytond/html/_sources
/usr/share/doc/trytond/html/_sources/index.rst.txt
/usr/share/doc/trytond/html/_sources/ref
/usr/share/doc/trytond/html/_sources/ref/index.rst.txt
/usr/share/doc/trytond/html/_sources/ref/models
/usr/share/doc/trytond/html/_sources/ref/models/fields.rst.txt
/usr/share/doc/trytond/html/_sources/ref/models/index.rst.txt
/usr/share/doc/trytond/html/_sources/ref/models/models.rst.txt
/usr/share/doc/trytond/html/_sources/ref/pool.rst.txt
/usr/share/doc/trytond/html/_sources/ref/pyson.rst.txt
/usr/share/doc/trytond/html/_sources/ref/rpc.rst.txt
/usr/share/doc/trytond/html/_sources/ref/sendmail.rst.txt
/usr/share/doc/trytond/html/_sources/ref/tools
/usr/share/doc/trytond/html/_sources/ref/tools/singleton.rst.txt
/usr/share/doc/trytond/html/_sources/ref/transaction.rst.txt
/usr/share/doc/trytond/html/_sources/ref/wizard.rst.txt
/usr/share/doc/trytond/html/_sources/topics
/usr/share/doc/trytond/html/_sources/topics/access_rights.rst.txt
/usr/share/doc/trytond/html/_sources/topics/actions.rst.txt
/usr/share/doc/trytond/html/_sources/topics/configuration.rst.txt
/usr/share/doc/trytond/html/_sources/topics/domain.rst.txt
/usr/share/doc/trytond/html/_sources/topics/index.rst.txt
/usr/share/doc/trytond/html/_sources/topics/install.rst.txt
/usr/share/doc/trytond/html/_sources/topics/logs.rst.txt
/usr/share/doc/trytond/html/_sources/topics/models
/usr/share/doc/trytond/html/_sources/topics/models/fields_default_value.rst.txt
/usr/share/doc/trytond/html/_sources/topics/models/fields_on_change.rst.txt
/usr/share/doc/trytond/html/_sources/topics/models/index.rst.txt
/usr/share/doc/trytond/html/_sources/topics/modules
/usr/share/doc/trytond/html/_sources/topics/modules/index.rst.txt
/usr/share/doc/trytond/html/_sources/topics/pyson.rst.txt
/usr/share/doc/trytond/html/_sources/topics/reports
/usr/share/doc/trytond/html/_sources/topics/reports/index.rst.txt
/usr/share/doc/trytond/html/_sources/topics/setup_database.rst.txt
/usr/share/doc/trytond/html/_sources/topics/start_server.rst.txt
/usr/share/doc/trytond/html/_sources/topics/translation.rst.txt
/usr/share/doc/trytond/html/_sources/topics/views
/usr/share/doc/trytond/html/_sources/topics/views/extension.rst.txt
/usr/share/doc/trytond/html/_sources/topics/views/index.rst.txt
/usr/share/doc/trytond/html/_sources/topics/wizard.rst.txt
/usr/share/doc/trytond/html/_static
/usr/share/doc/trytond/html/_static/basic.css
/usr/share/doc/trytond/html/_static/classic.css
/usr/share/doc/trytond/html/_static/default.css
/usr/share/doc/trytond/html/_static/doctools.js
/usr/share/doc/trytond/html/_static/documentation_options.js
/usr/share/doc/trytond/html/_static/file.png
/usr/share/doc/trytond/html/_static/jquery-3.5.1.js
/usr/share/doc/trytond/html/_static/jquery.js
/usr/share/doc/trytond/html/_static/language_data.js
/usr/share/doc/trytond/html/_static/minus.png
/usr/share/doc/trytond/html/_static/plus.png
/usr/share/doc/trytond/html/_static/pygments.css
/usr/share/doc/trytond/html/_static/searchtools.js
/usr/share/doc/trytond/html/_static/sidebar.js
/usr/share/doc/trytond/html/_static/underscore-1.3.1.js
/usr/share/doc/trytond/html/_static/underscore.js
/usr/share/doc/trytond/html/genindex.html
/usr/share/doc/trytond/html/index.html
/usr/share/doc/trytond/html/objects.inv
/usr/share/doc/trytond/html/py-modindex.html
/usr/share/doc/trytond/html/ref
/usr/share/doc/trytond/html/ref/index.html
/usr/share/doc/trytond/html/ref/models
/usr/share/doc/trytond/html/ref/models/fields.html
/usr/share/doc/trytond/html/ref/models/index.html
/usr/share/doc/trytond/html/ref/models/models.html
/usr/share/doc/trytond/html/ref/pool.html
/usr/share/doc/trytond/html/ref/pyson.html
/usr/share/doc/trytond/html/ref/rpc.html
/usr/share/doc/trytond/html/ref/sendmail.html
/usr/share/doc/trytond/html/ref/tools
/usr/share/doc/trytond/html/ref/tools/singleton.html
/usr/share/doc/trytond/html/ref/transaction.html
/usr/share/doc/trytond/html/ref/wizard.html
/usr/share/doc/trytond/html/search.html
/usr/share/doc/trytond/html/searchindex.js
/usr/share/doc/trytond/html/topics
/usr/share/doc/trytond/html/topics/access_rights.html
/usr/share/doc/trytond/html/topics/actions.html
/usr/share/doc/trytond/html/topics/configuration.html
/usr/share/doc/trytond/html/topics/domain.html
/usr/share/doc/trytond/html/topics/index.html
/usr/share/doc/trytond/html/topics/install.html
/usr/share/doc/trytond/html/topics/logs.html
/usr/share/doc/trytond/html/topics/models
/usr/share/doc/trytond/html/topics/models/fields_default_value.html
/usr/share/doc/trytond/html/topics/models/fields_on_change.html
/usr/share/doc/trytond/html/topics/models/index.html
/usr/share/doc/trytond/html/topics/modules
/usr/share/doc/trytond/html/topics/modules/index.html
/usr/share/doc/trytond/html/topics/pyson.html
/usr/share/doc/trytond/html/topics/reports
/usr/share/doc/trytond/html/topics/reports/index.html
/usr/share/doc/trytond/html/topics/setup_database.html
/usr/share/doc/trytond/html/topics/start_server.html
/usr/share/doc/trytond/html/topics/translation.html
/usr/share/doc/trytond/html/topics/views
/usr/share/doc/trytond/html/topics/views/extension.html
/usr/share/doc/trytond/html/topics/views/index.html
/usr/share/doc/trytond/html/topics/wizard.html
/var/lib/trytond
/var/log/trytond

References

Summary

In this tutorial we learn how to install trytond on Fedora 34 using yum and dnf.