~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to account_bank_statement_vauxoo/__openerp__.py

  • Committer: Nhomar Hernandez
  • Date: 2012-07-28 06:27:13 UTC
  • mfrom: (355.2.2 addons-vauxoo)
  • Revision ID: nhomar@gmail.com-20120728062713-rfk2bse8guqt9sjh
[MERGE] From Working directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    OpenERP, Open Source Management Solution    
 
5
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 
6
#    Coded and Planified by Nhomar Hernandez <nhomar@vauxoo.com>
 
7
#
 
8
#    This program is free software: you can redistribute it and/or modify
 
9
#    it under the terms of the GNU General Public License as published by
 
10
#    the Free Software Foundation, either version 3 of the License, or
 
11
#    (at your option) any later version.
 
12
#
 
13
#    This program is distributed in the hope that it will be useful,
 
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#    GNU General Public License for more details.
 
17
#
 
18
#    You should have received a copy of the GNU General Public License
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
##############################################################################
 
22
 
 
23
{
 
24
    "name" : "Fixes and Imrpovements to Bank Statement management",
 
25
    "version" : "0.1",
 
26
    "depends" : ["account",],
 
27
    "author" : "Vauxoo",
 
28
    "description" : """
 
29
    Improve management of Bank Statement.
 
30
    -------------------------------------
 
31
    1.- Import directly from files given by banks.
 
32
        a.- Costa Rica Banks.
 
33
            Banco Nacional (CRC).
 
34
            Banco Nacional (USD).
 
35
        b.- Mexican Banks.
 
36
        c.- Venezuelan Banks.
 
37
            Banco Exterior #TODO
 
38
    2.- 
 
39
                    """,
 
40
    "website" : "http://vauxoo.com",
 
41
    "category" : "Accounting & Finance",
 
42
    "init_xml" : [
 
43
    ],
 
44
    "demo_xml" : [
 
45
    ],
 
46
    "update_xml" : [
 
47
        "view/account_bank_statement_view.xml",
 
48
    ],
 
49
    "active": False,
 
50
    "images": [],
 
51
    "installable": True,
 
52
}