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

[13.0][MIG] crm_claim #304

Closed
wants to merge 35 commits into from
Closed

[13.0][MIG] crm_claim #304

wants to merge 35 commits into from

Conversation

ludolelarge
Copy link

@ludolelarge ludolelarge commented Feb 4, 2020

[13.0][MIG] crm_claim

@ludolelarge ludolelarge changed the title Add files via upload [13.0] I had crm_claim Feb 4, 2020
@ludolelarge ludolelarge changed the title [13.0] I had crm_claim [13.0] [MIG] crm_claim Feb 19, 2020
@ludolelarge ludolelarge changed the title [13.0] [MIG] crm_claim [13.0][MIG] crm_claim Feb 19, 2020
@ludolelarge
Copy link
Author

I have some errors in travis ... isort ... black ... Is there someone can getting me some help ?

@rousseldenis
Copy link

@rousseldenis
Copy link

@ludolelarge Please read carefully the link I sent you. You need to preserve commit history.

@rousseldenis
Copy link

Don't lose time formatting each file individually. Use pre-commit to reformat all files automatically as described in the link I sent.

@ludolelarge
Copy link
Author

@ludolelarge Please follow : https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0

Thx for help ... Sorry for the question but im noob
Finaly i use command line to migrate but i have this error

ludovic@Odoo:~/Github$ git checkout -b 13.0-mig-crm_claim_claim origin/13.0
fatal: Not a git repository (or any of the parent directories): .git

@rousseldenis
Copy link

@ludolelarge Please follow : https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0

Thx for help ... Sorry for the question but im noob
Finaly i use command line to migrate but i have this error

ludovic@Odoo:~/Github$ git checkout -b 13.0-mig-crm_claim_claim origin/13.0
fatal: Not a git repository (or any of the parent directories): .git

Ok, no problem. You would maybe look for information about git with your prefered search engine. e.g.: https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners

The problem you have is that you haven't cloned the repository to your local dir.

:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github
:target: https://github.com/OCA/crm/tree/12.0/crm_claim

Choose a reason for hiding this comment

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

change to 13.0 version

string="Stage",
track_visibility="onchange",
default=_get_default_stage_id,
domain="['|', ("team_ids", "=", team_id), ("case_default", "=", True)]"

Choose a reason for hiding this comment

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

change this line to :

"['|', ('team_ids', '=', team_id), ('case_default', '=', True)]"

@manuelcalerosolis
Copy link

@ludolelarge we are very interested in the migration of this module, if you want we can continue with the migration, based on your changes.

thanks

@flachica
Copy link
Contributor

It's possible that I need this module in v13. Is there any news on the state of migration?

I also think it would be appropriate to create instances of mail.activity instead of sending direct emails. For example assigning a mail.activity to crm.claim.category so that it takes the team leader as the receiver of alerts. The objective would be that, in addition to sending the email, Odoo would have a notice when the task assigned to the claim expires to improve its monitoring.

@simahawk simahawk added this to the 13.0 milestone Mar 17, 2020
@simahawk simahawk mentioned this pull request Mar 17, 2020
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants