Skip to content
Snippets Groups Projects
user avatar
Xavier Morel authored
``import odoo.addons.foo as bar`` doesn't seem to properly trigger the
import hook in Python 3 (it blows up on decimal_precision and
base). Thus convert *all* examples of that pattern to the more
sensible ``from odoo.addons import foo as bar``.
b897dcde
History
Name Last commit Last update
..
controllers
__init__.py
__manifest__.py