Skip to content
Snippets Groups Projects
Commit de779923 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] product: correct import order

parent 09c2e4a5
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# flake8: noqa: F401
import base_config_settings
import decimal_precision
# don't try to be a good boy and sort imports alphabetically.
# `product.template` should be initialised before `product.product`
import product_template
import product
import product_attribute
import product_pricelist
import product_template
import product_uom
import res_currency
import res_company
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment