Search 1.9 billion lines of Odoo code on GitHub

project_assignment

Author: Yannick Buron
License: AGPL-3
Branch: 10.0
Repository: aacceess75/vertical-community
Dependencies: base_recursive_model, and project
Languages: Markdown (22, 4.0%), PO File (143, 25.7%), Python (193, 34.7%), XML (153, 27.5%), and YAML (45, 8.1%)
Other branches: 8.0, and 9.0
Other repositories: AcruxLab/trey-addons, ClearCorp/oca-vertical-community, Cloudxtreme/vertical-community, DudhatShivam/trey-addons, Endika/vertical-community, Gabinete-Digital/vertical-community, HarshalBhoir/trey-addons, NeatNerdPrime/vertical-community, OCA/vertical-community, OdooBulgaria/trey-addons, RL-OtherApps/trey-addons, SybilleSG/community-management, SybilleSG/vertical-community, TheCloneMaster/trey-addons, Ubaid-UrRehman/trey-addons, Valeureux/wezer-exchange, VisiionSolucionesTecnologicas/vertical-community, WebMoz/trey-addons, YannickB/project-service, YannickB/vertical-community, acysos/trey-addons, adolfoeliazat/vertical-community, aitmlouk/trey-addons, alanljj/trey-addons, anasallaham/trey-addons, anodino-dev/trey-addons, apetbiz/vertical-community, atout-serenite/vertical-community, blueoceandevops/trey-addons, bouet/trey-addons, carlos-domatix/trey-addons, chrisndirangu54/vertical-community, djulien19/community-management, durvillo/trey-addons, elvirekemajou/vertical-community, gitstalker/trey-addons, grottas/trey-addons, haroldtamo/vertical-community, hinfo506/vertical-community, hotkee/vertical-community, invitu/trey-addons, isoscl/vertical-community, judaa11/trey-addons, khaledhathout/trey-addons, kit9/trey-addons, lideritjnma/vertical-community, lucode/vertical-community, maduhu/vertical-community, marionumza/trey-addons, molandtoxx/vertical-community, moylop260/vertical-community, nguyenductamlhp/trey-addons, nicolasramos/trey-addons, oihane/trey-addons, one2pret/trey-addons, open-synergy/vertical-community, pscloud/vertical-community, railsuser2014/vertical-community, rossasa/vertical-community, sagar-developer-92/vertical-community, southasia/vertical-community, systechsolutions/trey-addons, tate11/trey-addons, treytux/trey-addons, vanthaiunghoa/trey-addons, vidtsin/trey-addons, vishaltyagityagi/vertical-community, yasmanycastillo/trey-addons, yvaucher/vertical-community, and yyuri/vertical-community

<h1>Project Assignment</h1> <p><strong>Automatically reassign task to specified partner depending on stage</strong></p> <h2>Functions</h2> <ul> <li>For each stage, the partner can be specified in stage, then in project and finally task itself</li> <li>We use partner instead of user for more flexibility</li> <li>Use base inherit config</li> </ul> <h2>Created Views</h2> <ul> <li>* INHERIT project.project.form.assignpartner (form)</li> <li>* INHERIT project.project.tree.assignpartner (tree)</li> <li>* INHERIT project.task.form.assignpartner (form)</li> <li>* INHERIT project.task.search.assignpartner (search)</li> <li>* INHERIT project.task.tree.assignpartner (tree)</li> <li>* INHERIT project.task.type.form.assignpartner (form)</li> <li>project.assigned.partner.config.form (form)</li> <li>project.assigned.partner.config.tree (tree)</li> </ul> <h2>Dependencies</h2> <ul> <li>base<em>recursive</em>model vc</li> <li>project</li> </ul> <h2>Created Menus</h2> <ul> <li>This module does not create menu.</li> </ul> <h2>Defined Reports</h2> <ul> <li>This module does not create report.</li> </ul>