Register classes

This commit is contained in:
Raimon Esteve 2018-09-17 22:26:58 +02:00
parent 0587847fbe
commit 443a5e91c4

View file

@ -2,10 +2,10 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .work import *
from . import work
def register():
Pool.register(
Work,
work.Work,
module='project_state_by_buttons', type_='model')