Migration from 3.2 to 3.4

Must

  • Remove with_on_change parameter from default_get.
    See trytond: a26fa53ada28

  • Use new configuration file format.
    See http://doc.tryton.org/3.4/trytond/doc/topics/configuration.html

  • trytond: -i parameter removed, arguments of -u must be separated by space.

  • ldap_connection module removed:

    • Run: DELETE FROM ir_module_module WHERE name = 'ldap_connection'
    • Configure LDAP connection using trytond.conf
      See doc
  • account module, fix the party field of account.move.line by running modules/account/scripts/fix_party

Should

Take care

:arrow_forward: Migration from 3.4 to 3.6