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

[MIG] crm_lead_to_task: Migration to 18.0 #611

Open
wants to merge 19 commits into
base: 18.0
Choose a base branch
from

Conversation

BhaveshHeliconia
Copy link

No description provided.

Odoo S.A and others added 18 commits February 25, 2025 13:57
* Standard procedure.
* Adapted view. Now is seen in both leads and opportunities.
* Added tests.
* Adjusted security to project users.

[UPD] Update crm_project.pot

[ADD] icon.png

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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

Translation: crm-17.0/crm-17.0-crm_lead_to_task
Translate-URL: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_lead_to_task/it/
Currently translated at 100.0% (19 of 19 strings)

Translation: crm-17.0/crm-17.0-crm_lead_to_task
Translate-URL: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_lead_to_task/pt_BR/
@BhaveshHeliconia BhaveshHeliconia force-pushed the 18.0-mig-crm_lead_to_task branch from 17896b5 to bdaa2d6 Compare February 25, 2025 08:30
Comment on lines 5 to 10
from odoo.tests.common import TransactionCase


class TestCrmLeadTask(TransactionCase):
def setUp(self):
super().setUp()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from odoo.tests.common import TransactionCase
class TestCrmLeadTask(TransactionCase):
def setUp(self):
super().setUp()
from odoo.addons.base.tests.common import BaseCommon
class TestCrmLeadTask(BaseCommon):
@classmethod
def setUpClass(cls):
super().setUpClass()

@BhaveshHeliconia BhaveshHeliconia force-pushed the 18.0-mig-crm_lead_to_task branch from bdaa2d6 to 7c81b17 Compare April 1, 2025 09:09
@BhaveshHeliconia
Copy link
Author

@victoralmau, Please Review.it's done.

Copy link
Member

@victoralmau victoralmau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code and functional review OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants