crm
crm copied to clipboard
[14.0][MIG]crm_lead_product: Migration to 14.0
Migration to v14.0:
- Renamed Revenue fields (Planned and Expected to Expected and Prorated, respectively) in the
crm.lead.line
model to match the current labels in standard Odoo: https://github.com/odoo/odoo/blob/17.0/addons/crm/models/crm_lead.py#L152-L153. Also, changed the fields to be Monetary, just like in Odoo standard. - Added migration script to handle migration for
planned_revenue
andexpected_revenue
fields. - Adapted report to match with the new fields.
- Improved code consistency and readability in different places
- Renamed view names, for better understanding
- Fixed licenses in files
cc @ForgeFlow
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.