~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to bank_iva_report/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#    You should have received a copy of the GNU Affero General Public License
27
27
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
28
28
################################################################################
29
 
 
30
29
###
31
30
### res_company --> account_management ver si se puede eliminar esta dependencia ####
32
31
### retencion_iva, base_vat_ve  ver si se puede eliminar esta dependencia
33
 
 
 
32
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
34
33
{
35
 
    "name" : "Voucher Paid support report",
36
 
    "version" : "0.2",
37
 
    "author" : "Vauxoo",
38
 
    "website" : "http://vauxoo.com",
39
 
    "category": 'Generic Modules/Accounting',
 
34
    "name": "Voucher Paid support report", 
 
35
    "version": "0.2", 
 
36
    "author": "Vauxoo", 
 
37
    "category": "Generic Modules/Accounting", 
40
38
    "description": """
41
39
        Este modulo agrega al reporte del soporte de pago detallado las retenciones del Impuesto al valor agregado (IVA)
42
40
 
43
 
    """,
44
 
    'init_xml': [],
45
 
    "depends" : ["l10n_ve_withholding_iva", "bank_management"],
46
 
    'update_xml': [
47
 
        'bank_iva_report.xml',
48
 
    ],
49
 
    'demo_xml': [],
50
 
    'test': [],
51
 
    'installable': False,
52
 
    'active': False,
53
 
    'external_dependencies': {},
54
 
}
55
 
 
56
 
 
57
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
41
    """, 
 
42
    "website": "http://vauxoo.com", 
 
43
    "license": "", 
 
44
    "depends": [
 
45
        "l10n_ve_withholding_iva", 
 
46
        "bank_management"
 
47
    ], 
 
48
    "demo": [], 
 
49
    "data": [
 
50
        "bank_iva_report.xml"
 
51
    ], 
 
52
    "test": [], 
 
53
    "js": [], 
 
54
    "css": [], 
 
55
    "qweb": [], 
 
56
    "installable": False, 
 
57
    "auto_install": False, 
 
58
    "active": False
 
59
}
 
 
b'\\ No newline at end of file'