Browse Source

fix: remove description in __openerp__.py

pull/260/head
Nicolas JEUDY 8 years ago
parent
commit
a8acc5ffb2
  1. 30
      web_easy_switch_company/__openerp__.py

30
web_easy_switch_company/__openerp__.py

@ -24,35 +24,7 @@
'name': 'Multicompany - Easy Switch Company',
'version': '9.0.1.0.0',
'category': 'web',
'description': """
Add menu to allow user to switch to another company more easily
===============================================================
Functionality:
--------------
* Add a new menu in the top bar to switch to another company more easily;
* Remove the old behaviour to switch company;
Documentations:
---------------
* Video : http://www.youtube.com/watch?v=Cpm6dg-IEQQ
Technical information:
----------------------
* Create a field function 'logo_topbar' in res_company to have a good"""
"""resized logo;
Limits:
-------
* It would be interesting to show the structure of the companies;
Copyright, Author and Licence:
------------------------------
* Copyright: 2014, Groupement Régional Alimentaire de Proximité;
* Author: Sylvain LE GAL (https://twitter.com/legalsylvain);
* Contributor: Nicolas JEUDY (https://github.com/njeudy);
* Licence: AGPL-3 (http://www.gnu.org/licenses/)""",
'author': "GRAP,Odoo Community Association (OCA)",
'author': "GRAP,Sudokeys,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

Loading…
Cancel
Save