On Monday, June 2, 2014 9:58:27 AM UTC+1, Giovanni wrote:
>
>
> Folder name and module name should be the same, that may be the cause of
> our problem.
>
Thanks.
I thought I'd managed this by using "hello_world" as name
e.g. ... module='hello_world', type_='model')
But looking again at example it seems that the underscore ("_") is reserved
for extending existing modules - is this correct?
e.g.
"timesheet" is extended by "timesheet_cost"
Is this a programming rule in Tryton, or only a convention (or custom)?
I will try again with my hello world module in a folder called "helloworld"
not "hello_world".
Regards,
Paul