Search 1.9 billion lines of Odoo code on GitHub

project_stage_no_quick_create

Author: Numigi
License: no license
Branch: TA#46412---project_stage_no_quick_create
Repository: Numigi/odoo-project-addons
Dependencies: project
Languages: Python (17, 21.5%), XML (41, 51.9%), and reStructuredText (21, 26.6%)
Other branches: 11.0, 12.0, 14.0, 452, TA#42546, TA#43556, TA#44075---manage_project_budget_using_milestone, TA#44076---Update-dockerfile, TA#44215---project_task_kanban_view_partner, TA#445738---project_outsourcing_timesheet_manage_contacts, TA#45451---add_project_milestone_week_duration, TA#45451---fix_after_test, TA#45452, TA#45459---project_milestone_timeline_dynamic, TA#45464---project_manager_access_right, TA#45526, TA#45528, TA#45902---analytic_line_revenue_v14, TA#45902---project_cost_smart_button_migration, TA#45902-analytic_line_employee_migration, TA#46088---project_timesheet_time_control_employee_pin, TA#46412---project_default_task_stage, TA#46412---project_task_date_planned, TA#46412---project_type, TA#46412--project_task_full_text_search, TA#47760---correctif#6, TA#47906, TA#48575, TA#51167, TumbaoJu-patch-1, abenzbiria-patch-1, jbreard-patch-1, jbreard-patch-2, timesheet_analytic_update, and update_analytic_account_on_timesheets
Other repositories: Acidburn0zzz/project-addons, domadn1/project-addons, eilst/project-addons, gastonfeng/project-addons, larbizard/project-addons, odoo-modules/project-addons, rimbendhaou/project-addons, savoirfairelinux/project-addons, sm2x/project-addons, suningwz/project-addons, tate11/project-addons, and wade1990/project-addons

<h1 class="title">Project Stage No Quick Create</h1> <p>This module prevents the quick creation of project stages.</p> <p>It also add the field stage_ids on the project form.</p> <a name="same-stages-for-all-projects"></a> <h2>Same Stages for All Projects</h2> <p>If you need to have the same stages for all project:</p> <ul class="simple"> <li>Activate the developer mode.</li> <li>Go to /Settings/Technical/Actions/User-defined Defaults.</li> <li>Click on <code>Create</code>.</li> <li>In <code>Field</code> select <code>Tasks Stages (project.project)</code>.</li> <li>In <code>Default Value (JSON format)</code> enter <code>[[6, 0, [n1, n2, ..., n]]]</code> where [n1, n2, ..., n] is the list of ids of the stages.</li> </ul> <p>Whenever you want to update the default stages, you may edit this default value.</p> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li> <li>Istvan Szalai (<a class="reference external" href="mailto:istvan.szalai&#64;savoirfairelinux.com">istvan.szalai&#64;savoirfairelinux.com</a>)</li> </ul> <a name="more-information"></a> <h2>More information</h2> <ul class="simple"> <li>Meet us at <a class="reference external" href="https://bit.ly/numigi-com">https://bit.ly/numigi-com</a></li> </ul>