Skip to content
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

[14.0][MIG]crm_lead_product: Migration to 14.0 #554

Closed
wants to merge 26 commits into from

Conversation

GuillemCForgeFlow
Copy link

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 and expected_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

@GuillemCForgeFlow GuillemCForgeFlow force-pushed the 14.0-mig-crm_lead_product branch from bc41bc1 to e07b8d9 Compare March 7, 2024 15:49
@GuillemCForgeFlow GuillemCForgeFlow marked this pull request as draft March 7, 2024 16:32
AdriaGForgeFlow and others added 26 commits March 8, 2024 10:23
add filter for open opportunities in pipeline by product report

[IMP] Extend test coverage
Currently translated at 100.0% (63 of 63 strings)

Translation: crm-12.0/crm-12.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_product/es/
Currently translated at 100.0% (63 of 63 strings)

Translation: crm-12.0/crm-12.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_lead_product/ca/
* avoid conflict when testing a database with sale installed
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: crm-13.0/crm-13.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_lead_product/
Currently translated at 100.0% (63 of 63 strings)

Translation: crm-13.0/crm-13.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_lead_product/it/
Currently translated at 100.0% (63 of 63 strings)

Translation: crm-13.0/crm-13.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_lead_product/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: crm-13.0/crm-13.0-crm_lead_product
Translate-URL: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_lead_product/
@GuillemCForgeFlow GuillemCForgeFlow force-pushed the 14.0-mig-crm_lead_product branch from e07b8d9 to 028e705 Compare March 8, 2024 09:39
@GuillemCForgeFlow GuillemCForgeFlow marked this pull request as ready for review March 8, 2024 09:41
Copy link

github-actions bot commented Jul 7, 2024

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.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jul 7, 2024
@github-actions github-actions bot closed this Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.