cashbook/__init__.py

9 lines
134 B
Python
Raw Normal View History

2022-08-05 08:49:06 +00:00
# -*- coding: utf-8 -*-
from trytond.pool import Pool
def register():
Pool.register(
module='cashbook', type_='model')