Syncing from upstream OCA/project (12.0)#159
Merged
bt-admin merged 20 commits intobrain-tec:12.0from Jan 25, 2019
Merged
Conversation
* [ADD] project_task_dependencies [FIX] Removed bullet point * [FIX] Module name and circular depedencies * [FIX] NewId issue * [FIX] Test names
Currently translated at 100.0% (8 of 8 strings) Translation: project-11.0/project-11.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-11-0/project-11-0-project_task_dependency/fr/
Currently translated at 100,0% (8 of 8 strings) Translation: project-11.0/project-11.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-11-0/project-11-0-project_task_dependency/pt_BR/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Depending tasks are very expensive to be computed, so we remove them from the form view as they are useless. We need also to split the compute method for each field for not suffering the same problem with the needed field. Any way, this doesn't add anything, as each field is computed isolatedly. Finally, a bit of tweaking has been done for improving a bit computation of dependencies.
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
[12.0][MIG] project_task_dependency
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.
bt_gitbot