__manifest__.py 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  2. {
  3. "name": "Philippines - Accounting",
  4. "summary": """
  5. This is the module to manage the accounting chart for The Philippines.
  6. """,
  7. "category": "Accounting/Localizations/Account Charts",
  8. "version": "1.0",
  9. "author": "Odoo PS",
  10. "website": "https://www.odoo.com",
  11. "depends": [
  12. "account",
  13. "base_vat",
  14. "l10n_multilang",
  15. ],
  16. "data": [
  17. "data/account_chart_template_data.xml",
  18. "data/account.account.template.csv",
  19. "data/account_chart_template_post_data.xml",
  20. "data/account_tax_group.xml",
  21. "data/account_tax_template.xml",
  22. "data/account_fiscal_position_template.xml",
  23. "data/account_fiscal_position_tax_template.xml",
  24. "data/account_chart_template_configure_data.xml",
  25. "wizard/generate_2307_wizard_views.xml",
  26. "views/account_move_views.xml",
  27. "views/account_payment_views.xml",
  28. "views/account_tax_views.xml",
  29. "views/res_partner_views.xml",
  30. "security/ir.model.access.csv",
  31. ],
  32. "license": "LGPL-3",
  33. "icon": "/base/static/img/country_flags/ph.png",
  34. }