openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #05276
Re: [Merge] lp:~sylvain-legal/server-env-tools/7.0-auth_admin_passkey into lp:server-env-tools
Review: Needs Fixing code review
Hi Sylvain, another great contribution! Some remarks from a quick scan:
- Typos in description file:
s/Functionnalities/Functionality
s/Technical informations/Technical information
- I'm not sure about putting company information in description. We have author and website fields for that. What others think about it?
- On __init__.py, please use 'from . import xxx' form.
- Please respect PEP8 max line width (79 cols) in res_config.py (maybe with shorter field names).
- You can use self.pool['object.name'] instead of self.pool.get('object.name') to get a shorter form and exact traceback when a model doesn't exist.
-
--
https://code.launchpad.net/~sylvain-legal/server-env-tools/7.0-auth_admin_passkey/+merge/211338
Your team Server Environment And Tools Core Editors is subscribed to branch lp:server-env-tools.
References