-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[MIG][11.0] Migration of partner_affiliate to v11 #579
Conversation
Please check runbot warning:
|
"""Add relation affiliate_ids.""" | ||
_inherit = "res.partner" | ||
|
||
child_ids = fields.One2many(domain=[('is_company', '=', False)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though not mandatory, its good to specify string attribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am even in the favour of writing full details of the field like you did for affilate_ids.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two reviewers approved it. In order to be merged, is any other review needed? |
[FIX] disable position editing on contact - This is just to see all positions - If we want to add position go to one company and add contact linked to this partner [ADD] setup.py [ci skip] [MIG][11.0] Migration of partner_affiliate to v11 (#579) * [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors [ADD] setup.py [IMP] base_location: Include onchange for state Incredibly not included in Odoo core. [IMP] base_location: name_search improvement (#585) Fixing travis errors
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
* [MIG] Migration of partner_affiliate to v11 * Fixing use of @Class and do not inheriting address from parent company * Improving legibility and details of fields * Fixing travis errors remove obsolete .pot files [ci skip] [UPD] Update partner_affiliate.pot
No description provided.