auswertung-tabelle, menü, icon
This commit is contained in:
parent
bab6c88aea
commit
34a3a987fa
13 changed files with 608 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .evaluation import Evaluation
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Evaluation,
|
||||
module='cashbook_report', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue