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.

17 lines
460 B

  1. {
  2. 'name': 'Show percentage (of total) in groups',
  3. 'summary': 'Show the percentage of the total sum in group by rows',
  4. 'author': 'Onestein, Odoo Community Association (OCA)',
  5. 'development_status': 'Beta',
  6. 'website': 'https://github.com/OCA/web',
  7. 'category': 'Web',
  8. 'license': 'AGPL-3',
  9. 'version': '12.0.1.0.0',
  10. 'depends': [
  11. 'web',
  12. ],
  13. 'data': [
  14. 'templates/assets.xml'
  15. ],
  16. 'installable': True,
  17. }