Search 1.9 billion lines of Odoo code on GitHub

project_task_programmed

Author: Onestein
License: AGPL-3
Branch: 9.0
Repository: aaltinisik/addons-onestein
Dependencies: project
Languages: HTML (46, 12.4%), Python (204, 54.8%), XML (86, 23.1%), and reStructuredText (36, 9.7%)
Other branches: 10.0, and 8.0
Other repositories: AEK-BKF/addons-onestein, AhmedHasan1991/addons-onestein, ArnulfoSepulveda/addons-onestein, CLVsol/addons-onestein, Callino/addons-onestein, Gofekra/addons-onestein, HarshalBhoir/addons-onestein, Hayyan-Ebrahem/addons-onestein, ICTSTUDIO/addons-onestein, JohnLYH/addons-onestein, LevelPrime/addons-onestein, NL66278/addons-onestein, Nkirui/addons-onestein, Nucleoos/addons-onestein, OdooBulgaria/addons-onestein, PrenorSistemas/addons-onestein, RL-OtherApps/addons-onestein, RealSolutionsLux/addons-onestein, VitalPet/addons-onestein, a0c/addons-onestein, adriansteel/addons-onestein, alangwansui/addons-onestein, anodino-dev/addons-onestein, aravinthu/addons-onestein, aurestic/addons-onestein, aymanshow/addons-onestein, bcang/addons-onestein, brain-tec/addons-onestein, cameroun/addons-onestein, camptocamp/addons-onestein, diagramsoftware/addons-onestein, elperrofarelo/addons-onestein, eqms/addons-onestein, eribowo/addons-onestein, focusate/addons-onestein, gfcapalbo/addons-onestein, grant-thornton/addons-onestein, guewen/addons-onestein, gurneyalex/addons-onestein, haryoran04/addons-onestein, hbrunn/addons-onestein, iCivic/addons-onestein, inforpordev/addons-onestein, izzihector/addons-onestein, jimhoefnagels/addons-onestein, jlzhou/addons-onestein, junusd/addons-onestein, kenvac/addons-onestein, kikopeiro/addons-onestein, leodoooca/addons-onestein, levkar/addons-onestein, lnkdel/addons-onestein, luca-vercelli/addons-onestein, marcelsavegnago/addons-onestein, maurolguin1/addons-onestein, minhhq09/addons-onestein, mulaudzicalvin/addons-onestein, nick2474/addons-onestein, niulinlnc/addons-onestein, nvq247/addons-onestein, odof/addons-onestein, odoobgorg/addons-onestein, odoofans/addons-onestein, omarlemorac/addons-onestein, one2pret/addons-onestein, onesteinbv/addons-onestein, openmes/addons-onestein, robotiko/addons-onestein, royalline1/addons-onestein, sc4you/addons-onestein, scbrianti/addons-onestein, shouyejing/addons-onestein, sunflowerit/addons-onestein, taifu/addons-onestein, tekcloud/addons-onestein, thinkwelltwd/addons-onestein, tholenstein/addons-onestein, tschanzt/addons-onestein, tusharkwagh99/addons-onestein, ursais/addons-onestein, vcloud9ray/addons-onestein, vidtsin/addons-onestein, westlyou/addons-onestein, yasmanycastillo/addons-onestein, and yasserkaddour/addons-onestein

<a class="reference external image-reference" 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.svg"> </a> <a name="task-reminder-programmer"></a> <h2>Task Reminder Programmer</h2> <p>Create automatically tasks as a reminder for any document (model) based on a date field. The module is meant to remind (for example) a deadline by creating a task instead of an event.</p> <p>If you want to plan the date when a new task will be created, based on a date of your document, you should specify how much days in advance the task should be created. Any date field can be used, for example a field that specifies a nearing deadline.</p> <p>Let's say you have a generic object with deadline (or expiring date, or whatever date you prefer): 2016/04/01; it doesn't matter whether the object is an invoice, an order, a task, an issue, etc... Then with this module you can schedule that a new task will be created automatically one month before (2016/03/01).</p> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Just install the module.</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <p>By default, a cron job named &quot;Create alert tasks&quot; will be created while installing this module. This cron job can be found in:</p> <blockquote> <strong>Settings &gt; Technical &gt; Automation &gt; Scheduled Actions</strong></blockquote> <p>This job runs daily by default.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this functionality, you need to:</p> <ol class="arabic simple"> <li>Create a project to which the new tasks will be related.</li> <li>Go to the Task Alerts Configuration (Project &gt; Configuration &gt; Task Alerts) and create a new record.</li> <li>Add a name, a description of the task, who the task will be assigned to, etc...</li> </ol> <p>The cron job will do the rest.</p> <p>If you want to create the tasks manually, click on the button &quot;Create Alerts&quot; in the Task Alerts Configuration form. This functionality is only available for group Project Manager.</p> <a name="known-issues-roadmap"></a> <h3 class="with-subtitle">Known issues / Roadmap</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> </ul>