Ok thanks for Babi mention, but I can not install babi because is not
compatible with python3, I fixed setup.py, but I get still on install:
Traceback (most recent call last):
File "/home/psk/.virtualenvs/tryton40/bin/trytond-admin", line 21, in
<module>
admin.run(options)
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/admin.py",
line 48, in run
Pool(db_name).init(update=options.update, lang=lang)
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/pool.py",
line 142, in init
self.start()
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/pool.py",
line 95, in start
register_classes()
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/modules/__init__.py",
line 365, in register_classes
the_module.register()
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/nantic_babi-4.0.0-py3.5.egg/trytond/modules/babi/__init__.py",
line 35, in register
module='babi', type_='model')
File
"/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/pool.py",
line 84, in register
assert issubclass(cls.__class__, PoolMeta), cls
AssertionError: <class 'trytond.modules.babi.babi.ActWindow'>
Yes I know missing Poolmeta, in code, etc, so it whatever changes in
Trytond API will break Babi (I dont have doubts about babi works), but
the point is I think we need really that features "Dinamic views" inside
Tryton core (maybe babi or not, I dont know)
> That calculation
> process creates the views that are later shown to the user, and those
> may include more or less columns depending on data or how the user
> configured the report. Note that its implementation could be greatly
> improved by creating model fields on the fly.
>
> - When you create a dashboard it is possible to update the data on one
Thanks I tried dashboard