home.social

#trytontips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #trytontips, aggregated by home.social.

fetched live
  1. Customize how to order on a field with a classmethod returning a list of SQL expression docs.tryton.org/projects/serve

  2. #TrytonTips Customize how to order on a field with a classmethod returning a list of SQL expression docs.tryton.org/projects/serve

  3. Tree views are editable and drag and drop is also supported inside the tree

  4. #TrytonTips Tree views are editable and drag and drop is also supported inside the tree

  5. It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  6. #TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  7. You can avoid new records being created using a particular view by setting its creatable attribute to false

  8. #TrytonTips You can avoid new records being created using a particular view by setting its creatable attribute to false

  9. It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  10. #TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  11. Records can be ordered using dotted notation, example: [('party.code', 'DESC')]

  12. #TrytonTips Records can be ordered using dotted notation, example: [('party.code', 'DESC')]

  13. Use widget many2many on One2Many & vice versa. many2many replaces create/delete by add/remove, one2many can have both with add_remove

  14. #TrytonTips Use widget many2many on One2Many & vice versa. many2many replaces create/delete by add/remove, one2many can have both with add_remove

  15. It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  16. #TrytonTips It is possible to customize the shortcuts of any menu entries by editing 'accel.map' configuration file

  17. You can use any Model for the menu and even write a wizard to switch to specialized menu

  18. #TrytonTips You can use any Model for the menu and even write a wizard to switch to specialized menu

  19. Each module has his own package to let system administrator install only what he needs

  20. #TrytonTips Each module has his own package to let system administrator install only what he needs #lesscodelessbug

  21. There are 3 options to retrieve reports: Open, E-Mail and Print

  22. #TrytonTips There are 3 options to retrieve reports: Open, E-Mail and Print

  23. Customize how to order on a field with a classmethod returning a list of SQL expression docs.tryton.org/projects/serve

  24. #TrytonTips Customize how to order on a field with a classmethod returning a list of SQL expression docs.tryton.org/projects/serve

  25. The client automatically hide the relation field in One2Many widget so no need of specific view definition

  26. #TrytonTips The client automatically hide the relation field in One2Many widget so no need of specific view definition

  27. On the export dialog you can retrieve a URL that can be used to fetch the CSV file. It can be used on a spreadsheet to always get fresh data.

  28. #TrytonTips On the export dialog you can retrieve a URL that can be used to fetch the CSV file. It can be used on a spreadsheet to always get fresh data.

  29. currency field on sale, purchase and invoice becomes read-only once a line is added

  30. #TrytonTips currency field on sale, purchase and invoice becomes read-only once a line is added #UXP

  31. Want to hire someone to work on , post an announce on discuss.tryton.org/tag/jobs

  32. trytond ensures XML records and database records are always in sync and immutable.

  33. #TrytonTips trytond ensures XML records and database records are always in sync and immutable.

  34. You can increase logging in the JavaScript console of the browser by executing: Sao.Logger.set_level(Sao.Logging.INFO)

  35. #TrytonTips You can increase logging in the JavaScript console of the browser by executing: Sao.Logger.set_level(Sao.Logging.INFO)

  36. Display messages to users when they are filling in forms with the on_change_notify method docs.tryton.org/projects/serve

  37. Run production server with optimized bytecode to skip the assert docs.python.org/2/using/cmdlin

  38. Records can be ordered using dotted notation, example: [('party.code', 'DESC')]

  39. #TrytonTips Records can be ordered using dotted notation, example: [('party.code', 'DESC')]

  40. Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests

  41. #TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests

  42. You can use any Model for the menu and even write a wizard to switch to specialized menu

  43. #TrytonTips You can use any Model for the menu and even write a wizard to switch to specialized menu

  44. Use widget many2many on One2Many & vice versa. many2many replaces create/delete by add/remove, one2many can have both with add_remove

  45. #TrytonTips Use widget many2many on One2Many & vice versa. many2many replaces create/delete by add/remove, one2many can have both with add_remove

  46. There is an option in client that makes it save the expanded state of any tree view

  47. #TrytonTips There is an option in client that makes it save the expanded state of any tree view

  48. When defining a list/tree view make non-essential columns optional so users can choose whether to display them

  49. #TrytonTips When defining a list/tree view make non-essential columns optional so users can choose whether to display them

  50. You can re-use the same XML file to inherit multiple views (since 2.6)

  51. #TrytonTips You can re-use the same XML file to inherit multiple views (since 2.6)