Partner Multi Relation Archive Propagate
by Therp BV https://github.com/OCA/partner-contact , Odoo Community Association (OCA) https://github.com/OCA/partner-contact| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Contacts (contacts) |
| Community Apps Dependencies | Show |
| Lines of code | 1453 |
| Technical Name |
partner_multi_relation_archive_propagate |
| License | AGPL-3 |
| Website | https://github.com/OCA/partner-contact |
Partner Multi Relation Archive Propagate

Partner Multi Relation Archive Propagate
This module extends the behaviour of partner_archive_propagate to also propagate archiving and unarchiving via partner_multi_relation relations.
When a company is archived:
- all related partners linked through relation types with propagate_archive = True are considered for propagation;
- related partners without active users are archived and marked with propagated_from_id pointing to the company;
- related partners linked to active users are skipped and listed in a message on the company.
When the company is unarchived, all partners that were archived because of it – whether through the partner hierarchy or through multi-relations – are restored automatically by the core partner_archive_propagate logic.
Non-company partners do not propagate via this module, even if they are involved in relations with propagate_archive = True.
Table of contents
Usage
- Install the following modules:
- partner_multi_relation
- partner_archive_propagate
- partner_multi_relation_archive_propagate (this module)
- Configure relation types:
- Go to Relation Types menu.
- Create or edit a relation type.
- Enable “Propagate archive” (propagate_archive) on the relation type(s) where archiving should cascade.
- Create relations:
- Link a company partner to other partners using the configured relation types.
- Archive a company:
- Archive the company (via the UI wizard or via non-UI operations, depending on your configuration in partner_archive_propagate).
- All related partners reachable via relation types with propagate_archive = True will be treated like propagated descendants: * archived if possible, * skipped (and mentioned) if they have active users, * marked with propagated_from_id = <company>.
- Unarchive the company:
- Unarchiving the company triggers the base partner_archive_propagate logic.
- All partners (tree descendants or relation-based) that were archived because of this company (propagated_from_id) are unarchived and have the field cleared.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Therp BV
Contributors
- Nikos Tsirintanis <ntsirintanis@therp.nl>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:

This module is part of the OCA/partner-contact project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module