Search 1.9 billion lines of Odoo code on GitHub

partner_change_parent

Author: Savoir-faire Linux
License: LGPL-3
Branch: 11.0
Repository: Numigi/odoo-partner-addons
Dependencies: base
Languages: PO File (45, 14.3%), Python (143, 45.5%), XML (105, 33.4%), and reStructuredText (21, 6.7%)
Other branches: 12.0, 14.0, 40112, TA#46412---migration_modules_flex, TA#47980, TA#47980---partner_phone_validation, TA#48575, TA#50667, TA#50761, and jbreard-patch-1

<h1 class="title">Partner Change Parent</h1> <p>This module adds a button in the partner form view for changing the parent entity of a contact.</p> <p>Changing a parent entity is a complex operation. The contact may not be merely reassigned to a different entity, because all documents created under the previous entity will follow the contact under the next entity.</p> <p>For example, customer invoices emited in regard to a given entity must not be reassigned to another entity.</p> <a name="how-the-module-works"></a> <h2>How the module works</h2> <p>The following procedure is applied for changing a contact from an entity to another.</p> <ul class="simple"> <li>The contact is copied.</li> <li>The copy is placed under the destination entity.</li> <li>The old contact is archived.</li> </ul> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li> <li>Agathe Mollé (<a class="reference external" href="mailto:agathe.molle&#64;savoirfairelinux.com">agathe.molle&#64;savoirfairelinux.com</a>)</li> <li>Guillaume Lot</li> </ul> <a name="more-information"></a> <h2>More information</h2> <ul class="simple"> <li>Meet us at <a class="reference external" href="https://bit.ly/numigi-com">https://bit.ly/numigi-com</a></li> </ul>