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.

63 lines
1.8 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. Functionnalities :
  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 and Licence :
  26. -----------------------
  27. * 2014, Groupement Régional Alimentaire de Proximité
  28. * Licence : AGPL-3 (http://www.gnu.org/licenses/)
  29. Contacts :
  30. ----------
  31. * Sylvain LE GAL (https://twitter.com/legalsylvain);
  32. * <informatique@grap.coop> for any help or question about this module.
  33. """,
  34. 'author': 'GRAP',
  35. 'website': 'http://www.grap.coop',
  36. 'license': 'AGPL-3',
  37. 'depends': [
  38. 'web',
  39. ],
  40. 'data': [
  41. 'view/res_users_view.xml',
  42. ],
  43. 'demo': [],
  44. 'js': [
  45. 'static/src/js/switch_company.js',
  46. ],
  47. 'css': [],
  48. 'qweb': [
  49. 'static/src/xml/switch_company.xml',
  50. ],
  51. 'images': [],
  52. 'post_load': '',
  53. 'application': False,
  54. 'installable': True,
  55. 'auto_install': False,
  56. }