I've got a fresh install of Odoo 9 with a clean database. What is the correct order for configuration and module install?
I expected the first task to be edit company data (accessed by hovering over the Odoo logo). When I do this however, only two currencies are available for accounting currency; EUR, and USD. Looking at the res_currency table I can see an attribute "active" which through experimenting controls availability of currencies for accounting currency. It's not possible to set currencies to active through the UI, so I have to assume that there are other steps required prior to setting company data (perhaps installing the accounting module). What is the correct order of configuration and installation tasks?
I've also found that I can't set a user for multi-currency. This would appear to be another example of module installation and configuration dependency.