← Back to team overview

account-payment-team team mailing list archive

Re: lp:~domsense/account-payment/adding_account_vat_on_payment_7 into lp:account-payment/7.0

 

Review: Needs Fixing code review

Could you take the time to bring this to the 7.0 community addons coding conventions. This includes:

* not using the shortcut imports (things in the openerp namespace need to be imported from openerp)
* using the from . import xxx for relative imports (typically in __init__.py files)
* using orm.Model and orm.TransientModel as base class rather than osv.osv and osv.osv_memory
* etc.

Thanks
-- 
https://code.launchpad.net/~domsense/account-payment/adding_account_vat_on_payment_7/+merge/196914
Your team Account Payment is subscribed to branch lp:account-payment/7.0.


References