You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.9 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. # -*- coding: utf-8 -*-
  2. ###########################################################################
  3. # Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
  4. # Credits######################################################
  5. # Coded by: Humberto Arocha humberto@openerp.com.ve
  6. # Angelica Barrios angelicaisabelb@gmail.com
  7. # Jordi Esteve <jesteve@zikzakmedia.com>
  8. # Planified by: Humberto Arocha
  9. # Finance by: LUBCAN COL S.A.S http://www.lubcancol.com
  10. # Audited by: Humberto Arocha humberto@openerp.com.ve
  11. #############################################################################
  12. # This program is free software: you can redistribute it and/or modify
  13. # it under the terms of the GNU General Public License as published by
  14. # the Free Software Foundation, either version 3 of the License, or
  15. # (at your option) any later version.
  16. #
  17. # This program is distributed in the hope that it will be useful,
  18. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. # GNU General Public License for more details.
  21. #
  22. # You should have received a copy of the GNU General Public License
  23. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  24. ##############################################################################
  25. {
  26. "name": "Common financial reports",
  27. "version": "2.0",
  28. "author": "Vauxoo,Odoo Community Association (OCA)",
  29. "website": "http://www.vauxoo.com",
  30. "license": "AGPL-3",
  31. "depends": ["base",
  32. "account"
  33. ],
  34. "category": "Accounting",
  35. "description": """
  36. Multiporpuse Accounting report generator.
  37. =========================================
  38. From the wizard you will be asked to provide information needed to create your
  39. report.
  40. Not only you can set the option within the wizard you can create your own
  41. Customized Account Financial Reports, in here, you will be able to create
  42. Templates for generating Two types of Reports: Balance Sheets and Income
  43. Statements, incluiding Analytic Ledgers. Besides, you can select within a set
  44. of choices to get better detailed report, be it that you ask it by one or
  45. several periods, by months (12 Months + YTD), or by quarters (4QRT's + YTD).
  46. Even you can get your reports in currencies other than the one set on your
  47. company.
  48. In the [ Account's Sign on Reports ] Section in the Company will be able to
  49. set the sign conventions for the Accounts, so that you will be able to see in
  50. positives Values in your reports for those accounts with Accreditable nature
  51. where appropriate""",
  52. "data": [
  53. "security/security.xml",
  54. "security/ir.model.access.csv",
  55. "view/report.xml",
  56. "view/wizard.xml",
  57. "view/company_view.xml",
  58. "view/account_financial_report_view.xml",
  59. ],
  60. "active": False,
  61. "installable": True
  62. }