Skip to content

Some erp5_accounting coding style fixes

Jérome Perrin requested to merge fix/lint_erp5_accounting into master

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.

Merge request reports