~vauxoo/addons-vauxoo/7.0-ifrs_agrinos-dev-hbto

« back to all changes in this revision

Viewing changes to crm_profile_reporting/__openerp__.py

  • Committer: Miguel Delgado
  • Date: 2011-09-05 22:30:00 UTC
  • Revision ID: miguel.delgado07@gmail.com-20110905223000-07xrcmyvsddq46d1

[ADD] se agrego el modulo para imprimir reportes de crm_profile 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
    "name" : "Opening balance Update",
 
4
    "version" : "0.1",
 
5
    "depends" : ["base",],
 
6
    "author" : "",
 
7
    "description" : """
 
8
    What do this module:
 
9
                    """,
 
10
    "website" : "http://openerp.netquatro.com",
 
11
    "category" : "Generic Modules/Accounting",
 
12
    "init_xml" : [    ],
 
13
    "demo_xml" : [    ],
 
14
    "update_xml" : ["report/profiling_rml.xml"],
 
15
    "active": False,
 
16
    "installable": True,
 
17
}