Re: [tryton-dev] Initial question on module development

2016-11-30 Thread Peter Müller
Hi Ralf, thank you for your input. nevermind, the problem was a mix-up of modules updating with wrong data. After creating a new db it is working. Regards, Peter -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web

Re: [tryton-dev] Initial question on module development

2016-11-29 Thread Ralf Peschke
Hi Peter, Am 29.11.2016 um 20:08 schrieb Peter Müller: > I have the following code, but the client does nothing on the menu item. > I can't figure out where it is broken. You have to register the Person class in your extension module. This is usually done in the __init__.py of your module. > Tr

[tryton-dev] Initial question on module development

2016-11-29 Thread Peter Müller
I have the following code, but the client does nothing on the menu item. I can't figure out where it is broken. Tryton 4.0 # - # person.py: from trytond.pool import PoolMeta from trytond.model import ModelView, ModelSQL, fields __all__ =