~vauxoo/addons-vauxoo/jose-add-followers-one-mail

« back to all changes in this revision

Viewing changes to project_task_domain/__openerp__.py


[FIX] Feature changed from project_task_work to project_task_domain module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#
27
27
 
28
28
{
29
 
    "name": "Project domain project_id",
 
29
    "name": "Project Required",
30
30
    "version": "1.0",
31
31
    "author": "Vauxoo",
32
32
    "category": "Generic Modules/Project",
33
33
    "description" : """
34
34
    This module set as required the field project_id on 
35
35
    model project.task from the view by inheritance.
 
36
    Also warns the hours and add negative future dates.
36
37
    """,
37
38
    "website": "http://www.vauxoo.com/",
38
39
    "license": "AGPL-3",