[18.0][MIG] edi_exchange_deduplicate_oca: Migration to 18.0#133
[18.0][MIG] edi_exchange_deduplicate_oca: Migration to 18.0#133Ricardoalso wants to merge 9 commits intoOCA:18.0from
Conversation
Currently translated at 100.0% (12 of 12 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_exchange_deduplicate_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_exchange_deduplicate_oca/it/
doall and numbercall fields were removed from ir.cron model odoo/odoo@2700dd3
974c55c to
7fed647
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
| return records | ||
|
|
||
| def _edi_get_duplicates(self, count=None): | ||
| def _edi_get_duplicates(self, count=False): |
There was a problem hiding this comment.
Not needed but seems to be more accurate IMHO. As the parameter count is here used as a boolean flag to choose between two behaviors: calling either search_count or search
There was a problem hiding this comment.
Understood, that makes sense, I agree.
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
superseded by #242 with the new edi_core_oca module |
No description provided.