Open
Conversation
@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.
Previously, crm_default_project_id was only being used with the "Create Task" button. Pressing the oe_stat_button in control panel would bring you to a view with related tasks, but pressing "New" would create a task unassigned to any project, user or customer. Now this is fixed. However, this new creation workflow will return an access error if the salesman does not have permission to create tasks in the default project
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 ☂️ |
347c010 to
4831835
Compare
Now, upon installing this module, anyone with sales_team.group_sale_salesman gets the read, write, and create, and sales_team.group_sale_manager gets the same + unlink for project.task. They are, however, restricted to task records with a lead_id pointing to a lead they have access to. One major caveat: It is possible to set res.company.crm_default_project_id for Company1 to a project in Company2. This will cause users from Company1 qithout access to Comany2 to get access errors when attempting to create a related task from a lead. While I can Imagine a situation in which this kind of cross company compatability might be usefull, I also think it violates the design intent of odoo in generall.
4831835 to
89317da
Compare
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.
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.