ansicht der verbundenen kassenbücher an der kategorie + test

This commit is contained in:
Frederik Jaeckel 2022-11-08 16:56:25 +01:00
parent 750f5c7594
commit f1ae2932a3
6 changed files with 27 additions and 2 deletions

View file

@ -3,8 +3,7 @@
# this repository contains the full copyright notices and license terms.
from trytond.model import ModelSQL, fields
from trytond.transaction import Transaction
from trytond.pool import Pool, PoolMeta
from trytond.pool import PoolMeta
class Cashbook(metaclass=PoolMeta):