~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

« back to all changes in this revision

Viewing changes to report_profit/__openerp__.py

 
[MERGE] Merge to add all changes in trunk series

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{
27
27
    "name" : "Report Profit",
28
28
    "version" : "0.2",
29
 
    "depends" : ["base","product", "purchase", "account"],
 
29
    "depends" : ["base","product", "purchase", "account",'sale',],
30
30
    "author" : "Vauxoo",
31
31
    "description" : """
32
32
        Performs the equivalent of a third unit for the analysis of sales.
49
49
        'wizard/wiz_trial_cost.xml'
50
50
    ],
51
51
    "active": False,
52
 
    "installable": True,
 
52
    "installable": False,
53
53
}
54
54
 
55
55
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: