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.

59 lines
1.7 KiB

  1. # -*- encoding: utf-8 -*-
  2. ################################################################################
  3. # See Copyright and Licence Informations undermentioned.
  4. ################################################################################
  5. {
  6. 'name': 'Multicompany - Easy Switch Company',
  7. 'version': '1.0',
  8. 'category': 'web',
  9. 'description': """
  10. Add menu to allow user to switch to another company more easily
  11. ===============================================================
  12. Functionnality:
  13. ---------------
  14. * Add a new menu in the top bar to switch to another company more easily;
  15. * Remove the old behaviour to switch company;
  16. Documentations:
  17. ---------------
  18. * Video : http://www.youtube.com/watch?v=Cpm6dg-IEQQ
  19. Technical informations:
  20. -----------------------
  21. * Create a field function 'logo_topbar' in res_company to have a good resized logo;
  22. Limits :
  23. --------
  24. * It would be interesting to show the structure of the companies;
  25. Copyright, Author and Licence:
  26. ------------------------------
  27. * Copyright: 2014, Groupement Régional Alimentaire de Proximité
  28. * Author: Sylvain LE GAL (https://twitter.com/legalsylvain);
  29. * Licence: AGPL-3 (http://www.gnu.org/licenses/)
  30. """,
  31. 'author': 'GRAP',
  32. 'website': 'http://www.grap.coop',
  33. 'license': 'AGPL-3',
  34. 'depends': [
  35. 'web',
  36. ],
  37. 'data': [
  38. 'view/res_users_view.xml',
  39. ],
  40. 'demo': [],
  41. 'js': [
  42. 'static/src/js/switch_company.js',
  43. ],
  44. 'css': [],
  45. 'qweb': [
  46. 'static/src/xml/switch_company.xml',
  47. ],
  48. 'images': [],
  49. 'post_load': '',
  50. 'application': False,
  51. 'installable': True,
  52. 'auto_install': False,
  53. }