mirror of
https://bitbucket.org/presik/trytonpsk-production_accounting.git
synced 2023-12-14 05:22:54 +01:00
Fix init
This commit is contained in:
parent
6627cb72f7
commit
140d6c12cd
1 changed files with 8 additions and 8 deletions
16
__init__.py
16
__init__.py
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue