adapt to 4.0

This commit is contained in:
?ngel ?lvarez 2017-08-18 17:00:27 +02:00
parent eda45dd2c0
commit 7f7931c7aa
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .production import *
from . import production
def register():
Pool.register(
BOMTree,
OpenBOMTreeStart,
OpenBOMTreeTree,
production.BOMTree,
production.OpenBOMTreeStart,
production.OpenBOMTreeTree,
module='production_bom_stock_form', type_='model')
Pool.register(
OpenBOMTree,
production.OpenBOMTree,
module='production_bom_stock_form', type_='wizard')

View File

@ -1,5 +1,5 @@
[tryton]
version=3.4.0
version=4.0
depends:
production
stock_calculation