init
This commit is contained in:
commit
92e5dd6026
6 changed files with 147 additions and 0 deletions
8
__init__.py
Normal file
8
__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from trytond.pool import Pool
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
module='cashbook', type_='model')
|
Loading…
Add table
Add a link
Reference in a new issue