Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] base_partner_sequence: migration to 14.0 #1022

Conversation

gbaumgartner-callino
Copy link

Working as intended.

gurneyalex and others added 30 commits July 6, 2020 19:44
* API of _auto_init
* Menu and groups
  stuff has moved from base to sales_team in odoo 10
* Fix error on search when leaf is (1, '=', 1)
* Another comparison fix with search arguments
* Update README
* Python 2to3
* Move relation menus items under contacts
* Fix date comparison
* Fix cache invalidate on relation write
* Bump module version
* Remove test_relation_type_unlink_dberror

  This test is not required because it tests a standard behavior of SQL.
  If a foreign key column is not nullable, then the foreign row can not be deleted.

* Remove utf8 encoding comment
* Add missing dependency for partner_multi_relation
* Add missing active_test in view action
* Bug Fix
* Enable additional columns on res_partner_relation_all.

  Enable to add additional columns from res_partner_relation in the sql view of res_partner_relation_all.

* Only require inverse_name when relation type is not symmetric
* Remove deprecated @api.one and replace openerp with odoo
* Add website to manifest
* Prevent disabling allow_self if reflexive relations exist
* Enable deleting/ending invalid relations after deactivating reflexivity.
* Handle case of invalid future reflexive relations
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: partner-contact-12.0/partner-contact-12.0-partner_multi_relation
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_multi_relation/
Currently translated at 86.6% (84 of 97 strings)

Translation: partner-contact-12.0/partner-contact-12.0-partner_multi_relation
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_multi_relation/es/
Fix for error when opening a contact and clicking the smart button.

Error Information:
  File "/opt/odoo/v12/src/partner-contact/partner_multi_relation/models/res_partner.py", line 187, in action_view_relations
    action['context'].\
AttributeError: 'str' object has no attribute 'update'
houzefa-abba and others added 19 commits November 5, 2020 11:13
Currently translated at 100.0% (16 of 16 strings)

Translation: partner-contact-13.0/partner-contact-13.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_firstname/fr/
Signed-off-by pedrobaeza
This is apprently necessary for the
development status checks to work correctly.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: partner-contact-13.0/partner-contact-13.0-partner_external_map
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_external_map/
===========================================
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.
[UPD] Update crm_deduplicate_filter.pot
[UPD] Update partner_deduplicate_filter.pot

[UPD] README.rst
Co-authored-by: João Marques <joao.marques@tecnativa.com>
Signed-off-by pedrobaeza
@gbaumgartner-callino gbaumgartner-callino changed the base branch from 13.0 to 14.0 November 24, 2020 11:05
@gbaumgartner-callino gbaumgartner-callino deleted the 14.0-base_partner_sequence branch November 24, 2020 11:06
@gbaumgartner-callino gbaumgartner-callino restored the 14.0-base_partner_sequence branch November 24, 2020 11:10
@gbaumgartner-callino gbaumgartner-callino deleted the 14.0-base_partner_sequence branch November 24, 2020 11:11
@gbaumgartner-callino gbaumgartner-callino restored the 14.0-base_partner_sequence branch November 24, 2020 11:12
@gbaumgartner-callino gbaumgartner-callino deleted the 14.0-base_partner_sequence branch November 24, 2020 11:13
@CasVissers-360ERP
Copy link

Can be closed #1075 had already been merged.

@rousseldenis
Copy link
Contributor

Can be closed #1075 had already been merged.

@CasVissers-360ERP Done in 2020 😄

@CasVissers-360ERP
Copy link

@rousseldenis
Copy link
Contributor

https://www.youtube.com/watch?v=-Kobdb37Cwc

Nice reference !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.