cashbook/__init__.py
Frederik Jaeckel 92e5dd6026 init
2022-08-05 10:49:06 +02:00

8 lines
134 B
Python

# -*- coding: utf-8 -*-
from trytond.pool import Pool
def register():
Pool.register(
module='cashbook', type_='model')