Search 1.9 billion lines of Odoo code on GitHub

fieldservice_timeline

Author: Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: akretion/field-service
Dependencies: fieldservice, web, and web_timeline
Languages: HTML (379, 31.4%), JavaScript (420, 34.8%), PO File (60, 5.0%), Python (34, 2.8%), Sass (13, 1.1%), XML (211, 17.5%), and reStructuredText (91, 7.5%)
Other branches: 14.0-add-fieldservice_contract_secondary_unit, 14.0-akretion#13-no-preferred-workers, 14.0-akretion#16-contract_lines_view, 14.0-akretion#19-custom-external-id, 14.0-akretion#2-no-stages, 14.0-akretion#22-fsm-feature-groups, 14.0-akretion#4-5-visibility-territory-equipment, 14.0-akretion#8-custom-worker-module, 14.0-fieldservice-contract, 14.0-fieldservice-contract-akretion#16-contract_lines_view, 14.0-fieldservice-crew-fixes, 14.0-fieldservice-fix-api-multi, 14.0-fieldservice-fix-limit, 14.0-fieldservice-fix-team-settings, 14.0-fieldservice-split-_field_service_generation, 14.0-fieldservice_contract_fix_date_to_datetime, 14.0-fieldservice_contract_recurring_plan_successor, 14.0-fieldservice_crew, 14.0-fieldservice_crew_format, 14.0-fieldservice_recurring-fix-readonly, 14.0-fieldservice_recurring-fix-tz, 14.0-fieldservice_recurring-imp-stage, 14.0-fieldservice_sale-imp-view, 14.0-fieldservice_sale-only-invoice-invoiceable-fsm-order, 14.0-fieldservice_sale_recurring-only-invoice-invoiceable-fsm-order, 14.0-fix_fieldservice_sale_recurring, 14.0-fix_sale_recurring_invoice, 14.0-fsm-filter-by-person-id, 14.0-fsm_recurring_add_team, 14.0-imp-invoiceable-stage, 14.0-mig-fieldservice_sale_recurring, 14.0_add_fieldservice_invoice_subcontractor, 14.0_add_location_on_sale_line, 14.0_add_location_on_sale_line-merged-with-14.0-fieldservice-split-_field_service_generation, 14.0_imp_invoiceable_stage, 14_add_fieldservice_sale_frequency, 14_fieldservice_recurring, fsm_calendar-fix-attendees, oca-port-pr-844-from-12.0-to-14.0, oca-port-pr-850-from-12.0-to-14.0, and oca-port-pr-852-from-12.0-to-14.0
Other repositories: Change2improve/field-service, Gabinete-Digital/field-service, LevelPrime/field-service, OCA/field-service, SerpentConsultingServices/field-service, SeuMarco/field-service, brian10048/field-service, coopiteasy/field-service, hpatelserpentcs/field-service, patrickrwilson/field-service, popsolutions/field-service, and ursais/field-service

<h1 class="title">Field Service Web Timeline</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/field-service/tree/14.0/fieldservice_timeline"><img alt="OCA/field-service" src="https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_timeline"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/264/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module is the display timeline view of the Field Service application in Odoo.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a><ul> <li><a class="reference internal" href="#order-stages" id="id2">Order Stages</a></li> </ul> </li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id8">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>The Field Service Web Timeline View module can be used with minimal initial configuration.</p> <a name="order-stages"></a> <h3><a class="toc-backref" href="#id2">Order Stages</a></h3> <p>The stage of an order is used to monitor its progress. Stages can be configured based on your company's specific business needs. A basic set of order stages comes pre-configured for use.</p> <ol class="arabic simple"> <li>Go to <em>Field Service &gt; Configuration &gt; Stages</em></li> <li>Create or edit a stage</li> <li>Set the name for the stage.</li> <li>Set the sequence order for the stage.</li> <li>Select <em>Order</em> type to apply this stage to your orders.</li> <li>Additonally, you can set a color for the stage.</li> </ol> <p>You need to add attribute mention below with the tag &lt;timeline&gt; as base element.</p> <ul class="simple"> <li>colors (optional): it allows to set certain specific colors if the expressed condition (JS syntax) is met.</li> <li>custom_color (optional): it allows to set custom color for fsm.stages example custom_color = &quot;true&quot;. And there is minor condition to follow to implement this as. Define any one stage color condition like colors=&quot;#ffffff:stage_id=='New';&quot;</li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <p>The roadmap of the Field Service application is documented on <a class="reference external" href="https://github.com/OCA/field-service/issues/1">Github</a>.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/field-service/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_timeline%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Open Source Integrators</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li>Wolfgang Hall &lt;<a class="reference external" href="mailto:whall&#64;opensourceintegrators.com">whall&#64;opensourceintegrators.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li> <li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li> <li>Ammar Officewala &lt;<a class="reference external" href="mailto:aofficewala&#64;opensourceintegrators.com">aofficewala&#64;opensourceintegrators.com</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id8">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Open Source Integrators &lt;<a class="reference external" href="https://opensourceintegrators.com">https://opensourceintegrators.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/wolfhall"><img alt="wolfhall" src="https://github.com/wolfhall.png?size=40px" /></a> <a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/field-service/tree/14.0/fieldservice_timeline">OCA/field-service</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>