~vauxoo/openerp-venezuela-localization/ovl70-import-libs-kty

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_muni/__openerp__.py

  • Committer: Katherine Zaoral (Vauxoo)
  • Date: 2013-02-28 16:24:39 UTC
  • mfrom: (777.1.2 ovl70)
  • Revision ID: katherine.zaoral@vauxoo.com-20130228162439-nnw4h4z4cn421aii
[MERGE] localization | revno 779.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
# -*- encoding: utf-8 -*-
3
 
###########################################################################
 
3
#############################################################################
4
4
#    Module Writen to OpenERP, Open Source Management Solution
5
5
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
6
6
#    All Rights Reserved
7
 
###############Credits######################################################
8
 
#    Coded by: javier@vauxoo.com        
 
7
###############Credits#######################################################
 
8
#    Coded by: javier@vauxoo.com
9
9
#    Planified by: Nhomar Hernandez
10
10
#    Audited by: Vauxoo C.A.
11
11
#############################################################################
12
12
#    This program is free software: you can redistribute it and/or modify
13
 
#    it under the terms of the GNU Affero General Public License as published by
14
 
#    the Free Software Foundation, either version 3 of the License, or
 
13
#    it under the terms of the GNU Affero General Public License as published
 
14
#    by the Free Software Foundation, either version 3 of the License, or
15
15
#    (at your option) any later version.
16
16
#
17
17
#    This program is distributed in the hope that it will be useful,
21
21
#
22
22
#    You should have received a copy of the GNU Affero General Public License
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
 
################################################################################
 
24
#############################################################################
25
25
{
26
 
    "name" : "Local Withholding Venezuelan laws",
27
 
    "version" : "0.2",
28
 
    "author" : "Vauxoo",
29
 
    "website" : "http://vauxoo.com",
 
26
    "name": "Local Withholding Venezuelan laws",
 
27
    "version": "0.2",
 
28
    "author": "Vauxoo",
 
29
    "website": "http://vauxoo.com",
30
30
    "category": 'Generic Modules/Accounting',
31
 
    "description": """Management  local withholding for Venezuelan tax laws
 
31
    "description": """Management local withholding for Venezuelan tax laws
32
32
    """,
33
 
    "depends" : ["l10n_ve_withholding"],
34
 
    'data': [
 
33
    'init_xml': [],
 
34
    "depends": ["l10n_ve_withholding"],
 
35
    'update_xml': [
35
36
        'security/wh_muni_security.xml',
36
37
        'security/ir.model.access.csv',
37
 
        'account_invoice_view.xml',
38
 
        'partner_view.xml',
39
 
        'wh_muni_view.xml',
40
 
        "wh_muni_sequence.xml",
41
 
        "wh_muni_report.xml",
42
 
        "workflow/l10n_ve_wh_muni_wf.xml",
43
 
        #~ "workflow/account_workflow.xml",
 
38
        'view/account_invoice_view.xml',
 
39
        'view/partner_view.xml',
 
40
        'view/wh_muni_view.xml',
 
41
        'data/wh_muni_sequence.xml',
 
42
        'report/wh_muni_report.xml',
 
43
        'workflow/l10n_ve_wh_muni_wf.xml',
 
44
    ],
 
45
    'data': [
 
46
        'data/wh_muni_sequence.xml',
44
47
    ],
45
48
    'demo_xml': [],
46
49
    'test': [],