-
Notifications
You must be signed in to change notification settings - Fork 30
4.4 Home
This is the starting point for training in the 4.4 version of tryton. If you need another version, check if it is available here. In case you do not find it, you can use this version, however there may be slight differences between what you learn here and what you need to know in the version you will work on. Unless the version difference is very large though, most of it will still be useful.
Typically, this tutorial should be mostly ok for versions 4.2, 4.4, 4.6 and 4.8.
The git branches for this version fill be prefixed with 4.4/
(ex:
4.4/step1
).
- Step 1 - Module overview Estimated time: 6h
- Step 2 - Link models together Estimated time: 8h
- Step 3 - Adding data to fields Estimated time: 4h
- Step 4 - User Interface Estimated time: 3h
- Step 5 - Function fields Estimated time: 8h
- Step 6 - Domains and states Estimated time: 8h
- Step 7 - Advanced dynamicity Estimated time: 2h
- Step 8 - Wizards Estimated time: 10h
- Step 9 - One last thing Estimated time: 2h
- Step 10 - Overriding a module Estimated time: 16h
For a pure theory on trytond's behavior, quirks, and all, a full article is available here. It is not recommended to read it at first, but will be helpful to better understand some more advanced features later on.