Depending on the context where the record is created, it gets `resource` or `model_id`. The problem is that Odoo checks constrains before inverses, so constrains would fail always.
Test added to ensure future versions contemplate all use cases.
- Improve user instructions in README.
- Require some required fields.
- Allow to select models from a list.
- Allow to select up to 3 fields from dynamic lists.
- Improve translations.
- More tests.
- Translate column labels.
Some methods have been renamed, so version tag is raised to 8.0.2.0.0.
* bump version to 9.0.1.0.0 and make it installable
* apply a views/models directory arch into the module
* fix xpath anchor on ir_model views (osv_memory to transient)
* add README.rst
* apply some new api
* [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/