This commit is contained in:
oscar alvarez 2022-02-23 14:15:17 -05:00
parent 6627cb72f7
commit 140d6c12cd

View file

@ -1,14 +1,14 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.pool import Pool
import production
import account
import stock
import ir
import bom
import configuration
import product
import sale
from . import production
from . import account
from . import stock
from . import ir
from . import bom
from . import configuration
from . import product
from . import sale
def register():