Search 1.9 billion lines of Odoo code on GitHub

project_enhanced

Author: Numigi
License: LGPL-3
Branch: 12.0
Repository: Numigi/odoo-project-addons
Dependencies: account_analytic_enhanced, and project
Languages: PO File (21, 15.9%), Python (92, 69.7%), and reStructuredText (19, 14.4%)
Other branches: 14.0, 452, 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_stage_no_quick_create, 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, and abenzbiria-patch-1

<h1 class="title">Project Enhanced</h1> <div class="contents topic" id="table-of-contents"> <p class="topic-title">Table of Contents</p> <ul class="simple"> <li><a class="reference internal" href="#dependencies" id="id1">Dependencies</a></li> <li><a class="reference internal" href="#technical" id="id2">Technical</a></li> <li><a class="reference internal" href="#description" id="id3">Description</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> </ul> </div> <a name="dependencies"></a> <h2><a class="toc-backref" href="#id1">Dependencies</a></h2> <p>See Readme of module <a class="reference external" href="https://github.com/Numigi/odoo-account-addons/tree/12.0/account_analytic_enhanced">https://github.com/Numigi/odoo-account-addons/tree/12.0/account_analytic_enhanced</a></p> <a name="technical"></a> <h2><a class="toc-backref" href="#id2">Technical</a></h2> <p>Add a new active_toggle boolean field for projects and tasks, default value is True. When the Active/Archived button is checked, the field has its value defined with the value of field active given by the button. Set field active_toggle to True in the function &quot;write&quot; to work around.</p> <a name="description"></a> <h2><a class="toc-backref" href="#id3">Description</a></h2> <p>If a project was deactivated manually using button in its form view, it will stay deactivated using coding write operation (field active_toggle in this case is set to False). Same thing for a task</p> <p>If a project is activated, so are the associated tasks, if the tasks have not been manually deactivated using the button in its form view.</p> <a name="contributors"></a> <h2><a class="toc-backref" href="#id4">Contributors</a></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> </ul>