19.0 mig crm project task#1
Open
ljmnoonan wants to merge 75 commits into
Open
Conversation
Currently translated at 100.0% (3 of 3 strings) Translation: crm-16.0/crm-16.0-crm_claim_code Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_claim_code/it/
…method in batch TT49102
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
4831835 to
89317da
Compare
Include record rule for multi-company.
The Claim form's statusbar is intended to be clickable, but Odoo 13 is
apparently no longer compatible with `clickable="True"`. Instead, either
`clickable="1"` or `options="{'clickable': 1}"` must be used. Odoo core
code uses the latter, so the Claim form has been updated to match core
convention.
crm_claim 13.0.1.0.1
crm_claim 14.0.1.0.1
Currently translated at 100.0% (144 of 144 strings) Translation: crm-14.0/crm-14.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-14-0/crm-14-0-crm_claim/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-18.0/crm-18.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-18-0/crm-18-0-crm_claim/
Currently translated at 100.0% (140 of 140 strings) Translation: crm-18.0/crm-18.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-18-0/crm-18-0-crm_claim/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-18.0/crm-18.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-18-0/crm-18-0-crm_claim/
Currently translated at 100.0% (47 of 47 strings) Translation: crm-19.0/crm-19.0-srm Translate-URL: https://translation.odoo-community.org/projects/crm-19-0/crm-19-0-srm/it/
@moduon MT-3175 Co-authored-by: Rafael Blasco <8736623+rafaelbn@users.noreply.github.com> Co-authored-by: Jairo Llopis <973709+yajo@users.noreply.github.com>
- Added field lead_id in task. - Added field task_ids in lead. - Added smart button in lead to show related tasks.
1d550c6 to
3640e4d
Compare
Add context when creating tasks via the "New" button in the views you see after clicking the Task count oe_stat_button. Change the beavior of the "Create Task" button. Now the task creation wizard only pops up if the user does not belong to project.group_project_user. Additionally, after confirming task creation, such a user is not redirected to the form view of the task he has just created. This makes sense because he cannot edit it, and in fact would get an access error just by clicking in the HTML editor. If he does have access, the button brings him straight to form view without interjecting the wizard. All of this produces a more consistent and logical ux with less annoying access errors.
Bringing the translations in line with new structure. This task was done with AI. It also added some new translations, but I do not speak any of these languages, so cannot verify accuracy.
3640e4d to
c6e2865
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.