Code review comment for lp:~akretion-team/account-financial-tools/70-fiscal-position-check-vat

Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

Hi, Alexis, thanks for your work. This module can be very appreciated. We are trying to increase the quality and standarization on community modules, so let me make some suggestions on your code:

- Put "from . import xxx" instead of "import xxx" in __init__.py file.
- Instantiate orm.Model instead osv.Model.
- Be PEP8 compatible. You can use flake8 tool to check this.

I'll do a functional test later.

Thank you again.

Regards.

review: Needs Fixing (code review, no test)

« Back to merge proposal