A few things I would like to be changed:

- all the select= are unnecessary in the views, to be removed.

- when a required=True is already present in the python definition, don't add 
it again in the views.

- comment the ir_actions_todo_category and ir_actions todo classes would be 
appreciated. Especially on the meaning of the new fields (Special, Normal, 
Recurring).

- res.get('context', {}) can be simply res.get('context')

- dict.update({'foo': bar}) can be dict.update(foo=bar)

- for the dict returned by the button_xxx methods: please define a single dict 
D in one place and return dict(D, name='xxx').

- the string "Add More Features" should be "ADD MOAR FEATUREZ".

- put the self.pool.get outside the loops.

- in the _{get,set}_address_data: name should be a plural, arg is unused, a 
docstring would be welcome.

- in the function fields, remove the method=True (a change in the server make 
it unecessary).

- do you really want to call the field 'Street2' ?

- service = netsvc.LocalService(report) outside the loop.

- report_file = '/tmp/reports'+ str(id) + '.pdf', is it safe? make use 
something like mktempfile.

- can the Tocheck be made clearer?

- if not len(ids) doesn't make sense as just after you test if ids is a single 
number.

- line 619, I tink you can do pop(x, False) instead of using an 'if' before. 
What does-it do?

- createReport and preview_report, why the (not)camel case? those methods seem 
unused. and maybe they should belong to the reporting modules.

-- vmt, OpenERP Lint Checking Ninja Revision Team
-- 
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-configuration-rework/+merge/66464
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/trunk-configuration-rework.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to