This commit is contained in:
Frederik Jaeckel 2022-08-05 10:49:06 +02:00
commit 92e5dd6026
6 changed files with 147 additions and 0 deletions

8
__init__.py Normal file
View file

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