-
- Downloads
[IMP] fields: stricter rules on selection fields overridings
One cannot override the attribute `selection`, and list selections can only be
extended with `selection_add`.
Adapt the bad extensions to be consistent with the new warnings
closes odoo/odoo#35663
Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
Showing
- addons/crm/wizard/crm_lead_to_opportunity.py 2 additions, 2 deletionsaddons/crm/wizard/crm_lead_to_opportunity.py
- addons/sale/wizard/payment_acquirer_onboarding_wizard.py 2 additions, 5 deletionsaddons/sale/wizard/payment_acquirer_onboarding_wizard.py
- addons/sale_crm/wizard/crm_opportunity_to_quotation.py 1 addition, 4 deletionsaddons/sale_crm/wizard/crm_opportunity_to_quotation.py
- odoo/fields.py 9 additions, 2 deletionsodoo/fields.py
Loading
Please register or sign in to comment