1 2 3 4 5 6 7 8 9 10 11 12 |
# -*- encoding: utf-8 -*- { 'name': 'Invoice with payment term lines', 'version': '0.1', 'depends': ['account'], 'author': 'Tiny', 'description': 'Add payment term lines on invoice', 'category': 'Generic Modules/Accounting', 'update_xml': ['report.xml'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |