~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to account_wizard_vouchers_invoice/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-09 21:30:17 UTC
  • mfrom: (879.1.7 trunk-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141009213017-u3jicyg8xery3r8c
[MERGE] upforward 7.0
-Fix unused import
-Fix relative import
-Fix full path import
-Fix trailing whitespace pylint error C0303
-Fix autopep8 ignoring E501 & E128
-Fix reimported
-Fix __openerp__.py files
-Translate update

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
#
25
25
#
 
26
#~ "account_voucher_view.xml",
 
27
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
26
28
{
27
 
    "name": "Wizard Vouchers Partner Invoice",
28
 
    "author": "Vauxoo",
29
 
    "version": "1.0",
30
 
    "category": "Generic Modules",
31
 
    "description" : """
 
29
    "name": "Wizard Vouchers Partner Invoice", 
 
30
    "version": "1.0", 
 
31
    "author": "Vauxoo", 
 
32
    "category": "Generic Modules", 
 
33
    "description": """
32
34
Wizard Vouchers Partner Invoice
33
35
===============================
34
36
 
37
39
relate the payments that have already been made ​​to the
38
40
bill to which must belong, in turn making reconciliation of
39
41
payment with invoice
40
 
""",
 
42
""", 
 
43
    "website": "", 
 
44
    "license": "", 
41
45
    "depends": [
42
 
        "account_voucher",
43
 
    ],
44
 
    "demo": [],
 
46
        "account_voucher"
 
47
    ], 
 
48
    "demo": [], 
45
49
    "data": [
46
 
        #~ "account_voucher_view.xml",
47
 
        "wizard/vouchers_partner_invoice.xml",
48
 
    ],
49
 
    'js': [],
50
 
    'qweb': [],
51
 
    'css': [],
52
 
    'test': [],
53
 
    "active": False,
54
 
    "installable": True
55
 
}
56
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
50
        "wizard/vouchers_partner_invoice.xml"
 
51
    ], 
 
52
    "test": [], 
 
53
    "js": [], 
 
54
    "css": [], 
 
55
    "qweb": [], 
 
56
    "installable": True, 
 
57
    "auto_install": False, 
 
58
    "active": False
 
59
}
 
 
b'\\ No newline at end of file'