__manifest__.py 790 B

123456789101112131415161718192021222324252627
  1. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  2. {
  3. 'name': 'Poland - JPK_VAT Community',
  4. 'version': '1.0',
  5. 'description': """
  6. All the fields needed for the JPK_VAT Export in Poland are available in Community
  7. """,
  8. 'category': 'Accounting/Localizations/Reporting',
  9. 'depends': [
  10. 'l10n_pl',
  11. ],
  12. 'data': [
  13. 'security/ir.model.access.csv',
  14. 'data/l10n_pl_tax_office.csv',
  15. 'views/account_move_views.xml',
  16. 'views/product_views.xml',
  17. 'views/report_invoice.xml',
  18. 'views/res_config_settings_views.xml',
  19. 'views/res_partner_views.xml',
  20. ],
  21. 'auto_install': True,
  22. 'installable': True,
  23. 'website': 'https://www.odoo.com/app/accounting',
  24. 'license': 'OEEL-1',
  25. }