This makes NUTS labels and levels to be stored in the res.country object.
Now creating l10n submodules is a piece of cake!
Relational fields now follow guidelines on naming. Old name attribute used
for backwards compatibility wherever needed.
Also some methods have been renamed, and refactored to be smarter. Most cases
l10n modules will just need to fill the res.contry table, and regions and
substates domains will work out of the box. In case you still need to
overwrite any method, splitting in smaller methods makes it easier too.
Oh! And no need for recursive dictionary updates.
Return dict() to make it easier for submodules to add domains.
Fix KeyError: 'substate_id_level'.
This module adds a priority field to contacts which can be configured within the configuration menu.
[UPD] LINT errors
fixed lint error, renamed test py file, added missing readme
[UPD] Removed unused file
removed incorrect py file
[FIX] wrong sequence val in test
Remove Test
[FIX] Data File Sequence
Fixed wrong sequence field name on data file.
[UPD] noupdate
Removed <data> element and moved noupdate into Odoo as suggested by reviewers.
[UPD] Reviewer Changes
Changes based on reviewer's suggestions
[UPD] Additional Review Changes
Additional changes requested from reviewers
[UPD] Sequence
Moved next sequence out of create method and into field def.
[UPD] Review Change
[FIX] LINT
===========================================
Exclude some records from the deduplication
===========================================
This module extends the possibilities of the contact deduplication allowing
to filter the applicable set according several criteria.
For now, only the filter for restricting the deduplication to only companies or
only contacts is implemented.
Usage
=====
To use this module, you need to:
"Parent company set (Contacts)" in the section 'Exclude contacts having'.
kind of records.