Skip to content
Snippets Groups Projects
Commit b897dcde authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] P3: import pattern which doesn't seem to work right

``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``.
parent 13eb0bb1
Branches
Tags
No related merge requests found
Showing
with 21 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment