Some erp5_accounting coding style fixes
Following up !308 (merged) , these are a batch of changes to fix coding style in erp5_accounting
as reported by pylint and Products.ERP5Type.CodingStyle
.
Also, calls to portal_catalog.getObject
are replaced by simple portal_catalog
calls.