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.

26 lines
714 B

  1. # Copyright 2017 LasLabs Inc.
  2. # Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  4. {
  5. 'name': 'Locale - Default UoM',
  6. 'summary': 'This provides settings to select default UoMs at the '
  7. 'language level.',
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Extra Tools',
  10. 'website': 'https://github.com/OCA/server-tools/',
  11. 'author': 'LasLabs, '
  12. 'Odoo Community Association (OCA)',
  13. 'license': 'LGPL-3',
  14. 'application': False,
  15. 'installable': True,
  16. 'depends': [
  17. 'product',
  18. ],
  19. 'data': [
  20. 'views/res_lang_view.xml',
  21. ],
  22. 'demo': [
  23. 'demo/res_lang_demo.xml',
  24. ],
  25. }