~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to c2c_account_payment_extension/__openerp__.py

c2c_account_payment_extension: rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
, "version"      : "0.8"
35
35
, "author"       : "Swing Entwicklung betrieblicher Informationssysteme GmbH"
36
36
, "website"      : "http://www.swing-system.com"
37
 
, "description"  : """Allows to exclude Partners and/or invoices from automatic payment"""
 
37
, "description"  : 
 
38
"""Allows to select partners and/or invoices according to their properties and certain strategies from automatic payment"""
38
39
, "category"     : "Accounting & Finance"
39
40
, "depends"      : ["account_payment"]
40
41
, "init_xml"     : []