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.

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