[REF] import conventions & comments.

pull/4/head
Sylvain LE GAL 2014-03-23 23:30:48 +01:00
parent 50220e6cb2
commit e29fead270
3 changed files with 15 additions and 19 deletions

View File

@ -3,5 +3,5 @@
# See __openerp__.py file for Copyright and Licence Informations. # See __openerp__.py file for Copyright and Licence Informations.
################################################################################ ################################################################################
import model from . import model
import controllers from . import controllers

View File

@ -11,32 +11,28 @@
Add menu to allow user to switch to another company more easily Add menu to allow user to switch to another company more easily
=============================================================== ===============================================================
Functionnalities : Functionnality:
------------------ ---------------
* Add a new menu in the top bar to switch to another company more easily; * Add a new menu in the top bar to switch to another company more easily;
* Remove the old behaviour to switch company; * Remove the old behaviour to switch company;
Documentations : Documentations:
---------------- ---------------
* Video : http://www.youtube.com/watch?v=Cpm6dg-IEQQ * Video : http://www.youtube.com/watch?v=Cpm6dg-IEQQ
Technical informations : Technical informations:
------------------------ -----------------------
* Create a field function 'logo_topbar' in res_company to have a good resized logo; * Create a field function 'logo_topbar' in res_company to have a good resized logo;
Limits : Limits :
-------- --------
* It would be interesting to show the structure of the companies; * It would be interesting to show the structure of the companies;
Copyright and Licence : Copyright, Author and Licence:
----------------------- ------------------------------
* 2014, Groupement Régional Alimentaire de Proximité * Copyright: 2014, Groupement Régional Alimentaire de Proximité
* Licence : AGPL-3 (http://www.gnu.org/licenses/) * Author: Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence: AGPL-3 (http://www.gnu.org/licenses/)
Contacts :
----------
* Sylvain LE GAL (https://twitter.com/legalsylvain);
* <informatique@grap.coop> for any help or question about this module.
""", """,
'author': 'GRAP', 'author': 'GRAP',
'website': 'http://www.grap.coop', 'website': 'http://www.grap.coop',

View File

@ -3,5 +3,5 @@
# See __openerp__.py file for Copyright and Licence Informations. # See __openerp__.py file for Copyright and Licence Informations.
################################################################################ ################################################################################
import res_users from . import res_users
import res_company from . import res_company