moved formatLang monkey patch in misc.py like in Odoo codebase

This commit is contained in:
Raphaël Valyi
2018-12-25 15:41:05 -02:00
parent 11d113449a
commit 0ea0110fea
3 changed files with 32 additions and 37 deletions

View File

@@ -3,4 +3,3 @@ from . import partner
from . import company
from . import mail
from . import misc
from . import report_sxw