~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to late_payments_report/__openerp__.py

  • Committer: Jose Antonio
  • Author(s): Vauxoo
  • Date: 2012-03-27 19:17:09 UTC
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: jose@vauxoo.com-20120327191709-j5out2jdy19a5yxv

[ADD] Added module to add date and time in the invoice for compute products costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
2
###########################################################################
3
3
#    Module Writen to OpenERP, Open Source Management Solution
4
 
#    Copyright (C) Vauxoo (<http://vauxoo.com>).
 
4
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
5
5
#    All Rights Reserved
6
6
###############Credits######################################################
7
7
#    Coded by: Luis Escobar <luis@vauxoo.com>
8
8
#    Planified by: Nhomar Hernandez
9
9
#    Finance by: Helados Gilda, C.A. http://heladosgilda.com.ve
10
 
#    Audited by: Humberto Arocha humberto@vauxoo.com
 
10
#    Audited by: Humberto Arocha humberto@openerp.com.ve
11
11
#############################################################################
12
12
#    This program is free software: you can redistribute it and/or modify
13
13
#    it under the terms of the GNU General Public License as published by
41
41
 
42
42
        ],
43
43
        "active": False,
44
 
        "installable": False
 
44
        "installable": True
45
45
}