book, line, category, types: berechtigung für company-user + test,
book: währung neu, line: buchungstyp, betrag, credit, debit, währung, sortierung
This commit is contained in:
parent
1a85b8e80e
commit
d57d76ba3b
20 changed files with 620 additions and 115 deletions
|
@ -82,6 +82,10 @@ class OpenCashBook(Wizard):
|
|||
Configuration = pool.get('cashbook.configuration')
|
||||
|
||||
cfg1 = Configuration.get_singleton()
|
||||
if cfg1 is None:
|
||||
cfg1 = Configuration()
|
||||
cfg1.save()
|
||||
|
||||
book = getattr(self.askuser, 'cashbook', None)
|
||||
if book is None:
|
||||
with Transaction().set_context({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue