odoo/addons/board_account/__terp__.py

21 lines
602 B
Python

{
"name":"Board for accountant",
"version":"1.0",
"author":"Tiny",
"category":"Board",
"depends":["account","hr_timesheet_invoice","board","report_account","report_analytic","report_analytic_line"],
"demo_xml":["board_account_demo.xml"],
"update_xml":["board_account_view.xml"],
"description": """
This module creates a dashboards for accountants that includes:
* List of analytic accounts to close
* List of uninvoiced quotations
* List of invoices to confirm
* Graph of costs to invoice
* Graph of aged receivables
* Graph of aged incomes
""",
"active":False,
"installable":True,
}