~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

« back to all changes in this revision

Viewing changes to account_seperate_return_allowance/__openerp__.py

  • Committer: Jose Antonio
  • Date: 2012-04-06 04:45:31 UTC
  • mto: This revision was merged to the branch mainline in revision 210.
  • Revision ID: jose@vauxoo.com-20120406044531-679lcrdol1em1fsz

[ADD] added wizard to account cancel move

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
# -*- encoding: utf-8 -*-
 
3
###########################################################################
 
4
#    Module Writen to OpenERP, Open Source Management Solution
 
5
#    Copyright (C) Vauxoo (<http://vauxoo.com>).
 
6
#    All Rights Reserved
 
7
###############Credits######################################################
 
8
#    Coded by: Vauxoo C.A.           
 
9
#    Planified by: Nhomar Hernandez
 
10
#    Audited by: Vauxoo C.A.
 
11
#############################################################################
 
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
 
15
#    (at your option) any later version.
 
16
#
 
17
#    This program is distributed in the hope that it will be useful,
 
18
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
#    GNU Affero General Public License for more details.
 
21
#
 
22
#    You should have received a copy of the GNU Affero General Public License
 
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
################################################################################
 
25
{
 
26
    "name" : "Account Separate Return Allowance",
 
27
    "version" : "0.1",
 
28
    "depends" : ['product','sale','account'],
 
29
    "author" : "Vauxoo",
 
30
    "description" : """
 
31
    """,
 
32
    "website" : "http://vauxoo.com",
 
33
    "category" : "Generic Modules",
 
34
    "init_xml" : [],
 
35
    "demo_xml" : [],
 
36
    "test": [ ],
 
37
    "update_xml" : [
 
38
    "view/product_view.xml",
 
39
    ],
 
40
    "active": False,
 
41
    "installable": True,
 
42
}