* [MIG] inital work to 10.0
* [FIX] restore computed field
- select=1 is not usable anymore ...
* [FIX] convert _fields_sync to new api
* [FIX] restore form . import statement
* [FIX] readme with last template.
* [FIX] import statement.
* [FIX] check all tests
* [FIX] Flake8 errors fixes
* [FIX] flake 8
* [FIX] wrong obj call self -> self.contact_id
* [FIX] typo
* [FIX] flake 8
* [FIX] add index on contact_type
* [fix] use in statement on test
* [FIX] update base action with new context
* [FIX] test fixes
* [FIX] test work
* [FIX] flake 8 over indent
* [FIX] fixes on lastest comments
- better readability
- remove <data></data> tags
* [FIX] model that same pattern for _fields_sync
- add test ensure_once()
* [FIX] remove last data xml tags
* [FIX] fix action test
* [FIX] typo in import statement
* [FIX] remove logger from tests
* [FIX] new flake8 compute method name for OCA
* [FIX] minor typo
* [FIX] partner_contact_in_several_companies: remove contributor key in manifest
* [FIX] partner_contact_in_several_companies: residual onchange on partner view
* Revert "[FIX] partner_contact_in_several_companies: remove contributor key in manifest"
This reverts commit 56e511a9a7.
* [FIX] partner_contact_personal_information_page: clean manifest and authors
* [FIX] partner_contact_in_several_companies: required = True not needed
- Remove Domain Error on contact view.
- Additionally, improve behaviour of personal contact info page.
- Change to README.
- No longer dependent on partner_contact_personal_information_page
- Added tests for ir_actions
- Include extra demo data.
- Increase test coverage.
- Remove birthdate from demo data.
- Remove nationality and birthday features.
- Move the remaining features to partner_contact_in_several_companies.
- Make base_contact a dummy module.
- Warn deprecation everywhere possible.
* [IMP] base_location: Add lat & long to `better.zip`
* Add latitude and longitude columns to `better.zip`
* [IMP] base_location_geonames_import: Add lat/long
* Add support for latitude & longitude to genomes importer
* Speed improvement applying cache for not doing duplicated searches
over states.
* Tests change to SavepointCase, which only passes over setUp one time.
For avoiding constant problems with this test, as Monaco data changes a lot,
what we are testing now is the existence of the data, not the exact match of them.
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.
closes#100
* Added Icon.
* Improve module description and extracted to README.rst.
* Pass country instead of country_id for advance comparisons.
* Allow to transform city name.
* Some code style.
* Do not remove all entries of a country, but only not found.
* Include hooks for transforming some things.
* Include spanish translation.
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.