~vauxoo/addons-vauxoo/7.0-changes-in-openerp-alan

« back to all changes in this revision

Viewing changes to report_move_voucher/__openerp__.py

  • Committer: alan guzman
  • Date: 2014-10-13 13:32:09 UTC
  • Revision ID: aguzman@vauxoo.com-20141013133209-8g4p3iema2zlr9n3
[IMP]space at the end of each line was removed and changed tabs by spaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
26
26
##############################################################################
27
27
{
28
 
    "name": "Report Move Voucher ", 
29
 
    "version": "0.7", 
30
 
    "author": "OpenERP", 
31
 
    "category": "Generic Modules/Others", 
 
28
    "name": "Report Move Voucher ",
 
29
    "version": "0.7",
 
30
    "author": "OpenERP",
 
31
    "category": "Generic Modules/Others",
32
32
    "description": """
33
33
    Imprime el Comprobante de Asiento
34
 
                    """, 
35
 
    "website": "http://wiki.openerp.org.ve/", 
36
 
    "license": "", 
 
34
 
 
35
""",
 
36
    "website": "http://wiki.openerp.org.ve/",
 
37
    "license": "",
37
38
    "depends": [
38
 
        "base", 
 
39
        "base",
39
40
        "account"
40
 
    ], 
41
 
    "demo": [], 
 
41
    ],
 
42
    "demo": [],
42
43
    "data": [
43
44
        "move_voucher_report.xml"
44
 
    ], 
45
 
    "test": [], 
46
 
    "js": [], 
47
 
    "css": [], 
48
 
    "qweb": [], 
49
 
    "installable": True, 
 
45
    ],
 
46
    "test": [],
 
47
    "js": [],
 
48
    "css": [],
 
49
    "qweb": [],
 
50
    "installable": True,
50
51
    "auto_install": False
51
52
}
52
53
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: