~vauxoo/addons-vauxoo/7.0-average_stock_valuation_journal_items-dev-yani

« back to all changes in this revision

Viewing changes to product_customs_rate/__openerp__.py

  • Committer: Yanina Aular
  • Date: 2014-04-25 23:42:42 UTC
  • mfrom: (0.1.1005 trunk)
  • Revision ID: yanina.aular@vauxoo.com-20140425234242-k4jkk1gd5t34r4c0

[MERGE] from addons-vauxoo-7.0

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) 2011 Cubic ERP - Teradata SAC (<http://cubicerp.com>).
 
6
#       (Modified by)   Vauxoo - http://www.vauxoo.com/
 
7
#                       info Vauxoo (info@vauxoo.com)
 
8
#    Modified by - juan@vauxoo.com
 
9
#    This program is free software: you can redistribute it and/or modify
 
10
#    it under the terms of the GNU Affero General Public License as
 
11
#    published by the Free Software Foundation, either version 3 of the
 
12
#    License, or (at your option) any later version.
 
13
#
 
14
#    This program is distributed in the hope that it will be useful,
 
15
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
#    GNU Affero General Public License for more details.
 
18
#
 
19
#    You should have received a copy of the GNU Affero General Public License
 
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
#
 
22
##############################################################################
 
23
{
 
24
    "name": "Customs Rate Management",
 
25
    "version": "1.0",
 
26
    "description": """
 
27
Management of Customs Rate
 
28
 
 
29
Gestión de Customs Rate (Nandina y subpartida nacional)
 
30
 
 
31
    """,
 
32
    "author": "Cubic ERP & Vauxoo",
 
33
    "website": "http://cubicERP.com & http://vauxoo.com",
 
34
    "category": "Finance",
 
35
    "depends": [
 
36
            "product","account"
 
37
            ],
 
38
    "data":[
 
39
    ],
 
40
    "demo_xml": [
 
41
    ],
 
42
    "update_xml": [
 
43
        'security/product_customs_rate_security.xml',
 
44
        'security/ir.model.access.csv',
 
45
        'product_view.xml',
 
46
    ],
 
47
    "active": False,
 
48
    "installable": True,
 
49
}
 
50
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: