odoo/addons/account_payment/__terp__.py

18 lines
506 B
Python

{
"name" : "Payment Management",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Payment",
"depends" : ["account"],
"init_xml" : [],
"description": """
This is the module which Provide an more efficient way to manage invoice payment,
Provide a basic mechanism to easily plug various automated payment.
""",
"demo_xml" : [],
"update_xml" : ["payment_wizard.xml","payment_view.xml","payment_workflow.xml","payment_sequence.xml"],
"active": False,
"installable": True
}