* [ADD] dead_mans_switch_client, dead_mans_switch_server
* OCA Transbot updated translations from Transifex
* Add demo system parameter and some fixes to README. Fix#314.
* Add timeout to urlopen in order to avoid "freeze" of the cron job
* Use default timeout in get_param directly
* OCA Transbot updated translations from Transifex
* [IMP] count all child processes' resources
* [FIX] only look at parent if workers are configured
* [ADD] tell the server that we don't know a value
* [FIX] pass timeout as keyword argument
* [ADD] hints for coveralls
* OCA Transbot updated translations from Transifex
* OCA Transbot updated translations from Transifex
* OCA Transbot updated translations from Transifex
* OCA Transbot updated translations from Transifex
* OCA Transbot updated translations from Transifex
* OCA Transbot updated translations from Transifex
* [ADD] migrate dead_mans_switch_client
* [IMP] better readme, s/8.0/9.0/
The whole purpose of this module was to be able to separate a customer and a supplier portals.
Given the status of the upstream implementations of portals, it is not possible to have a supplier portal without portal permissions. Thus, it would be required to make the group this module was creating inherit from `base.group_portal`, which would give suppliers access to all customers portal. As such, that group becomes useless.
From now on, this distinction should be made with simply checking if `user.customer` or `user.supplier` is `True`. This means no additional problems since `ir.rule` domains can use the `user` variable. To allow that, I'm implementing what was discussed at https://github.com/OCA/server-tools/pull/434#discussion-diff-64883758.
Tests had to be removed because https://github.com/odoo/odoo/issues/12237 makes the created record to disappear, so there's no way to actually check the created user was created with customer or supplier flag on.
* [ADD] auth_supplier: New Module.
* [ADD] auth_supplier: New Module.
* [FIX] auth_supplier: Change author order.
* [MIG][9.0][auth_supplier] Migrate.
Update to v9, with mostly cosmetic changes.
* Update XML tags.
* Inform about the need to have technical features enabled.
* Don't assume website is installed.
* Add known issue