mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
Migrate to py3
This commit is contained in:
parent
15db52047c
commit
1f1269caa6
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
# the full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .company import *
|
||||
from . import company
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Company,
|
||||
company.Company,
|
||||
module='jasper_reports_options', type_='model')
|
||||
|
|
Loading…
Reference in a new issue