-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Conversation
I have some errors in travis ... isort ... black ... Is there someone can getting me some help ? |
@ludolelarge Please read carefully the link I sent you. You need to preserve commit history. |
Don't lose time formatting each file individually. Use pre-commit to reformat all files automatically as described in the link I sent. |
Thx for help ... Sorry for the question but im noob ludovic@Odoo:~/Github$ git checkout -b 13.0-mig-crm_claim_claim origin/13.0 |
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 |
There was a problem hiding this comment.
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)]" |
There was a problem hiding this comment.
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)]"
@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 |
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. |
[13.0][MIG] crm_claim