Once tested the module... when I try to uninstall, ther is no option. How
can I uninstall it?
For more information:
http://code.google.com/p/tryton/wiki/HelloWorld
There is not yet uninstall option see
http://bugs.tryton.org/roundup/issue322
Version 2.0 view_type is not recognized in ir.action.act_window
here the correction
<!-- View for the main menu and the event -->
<record model="ir.action.act_window" id="act_hello_world_form">
<field name="name">Hello World</field>
<field name="res_model">hello.hello</field>
</record>
I just remove the line :
<field name="view_type">form</field>
1) how about tryton 2.0? how can I create my custom module in tryton 2.0?
2) in ubuntu /usr/local/tryton/trytond/trytond/modules/ is not exist
1) what about tryton 2.0? how can I create my custom module in tryton 2.0?
@Tejas This is a comment posted on the wiki, if you want to answer, you must
post a comment on the same wiki page.
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric...@b2ck.com
Website: http://www.b2ck.com/
<dauren>: in debian squeeze the directory is
/usr/local/lib/python2.6/dist-packages/trytond-2.0.1-py2.6.egg/trytond/modules/
by default installation of source code with 'python setup.py install'. just
look in your filesystem with search file.
debian /usr/local/tryton/trytond/trytond/modules/ is not exist
in my pc path is /usr/share/pyshared/trytond
plz give me reply how can create new project.........
> Comment by yogeshd....@gmail.com,
> debian /usr/local/tryton/trytond/trytond/modules/ is not exist
This path would be valid for a dev installation like in
http://code.google.com/p/tryton/wiki/InstallationOnDebian#Option_2:_Running_from_sources
> in my pc path is /usr/share/pyshared/trytond
> plz give me reply how can create new project.......
This path is valid, if you installed Debian packages like in
http://code.google.com/p/tryton/wiki/InstallationOnDebian#Option_1:_Installation_from_package_management
So in your case put your module under /usr/share/pyshared/trytond/modules
With the lastest trunk, got an error Invalid XML error on:
<tree string="Hello World">
<field name="name" select="1"/>
<field name="greeting" select="1"/>
</tree>
If i remove the select attribute for both fields it works.
@sergi: Thanks for feedback. I fix the wiki text. May someone please fix
http://wiki.opdevel.com/Tryton/CreacionModulo?action=AttachFile&do=view&target=helloWorld.tar.gz ?
reply by mathi....@m9s.biz
thnak u for giving reply i following your given confirmation path and get
result........
thank u very mutch
reply by mathi....@m9s.biz
thank u for giving reply i following your given confirmation path and
get result........
thank u very much
Hello,
I have downloaded the server and client from http://tryton.org/downloads.
And directly added the tryton module like
/Software/tryton-server_1.6.1-2_all/usr/share/pyshared/trytond/modules but
it not show the helloworld moulde in modules list.
Thanks
Hello
I have download tryton-server_1.6.1-2_all and tryton-client_1.6.1-2_all.
And server and client sucessfully but when added the module helloworld, it
not show me in the modules list. This is the path where i have added the
module
Software/tryton-server_1.6.1-2_all/usr/share/pyshared/trytond/modules.
Would you please help?
Thanks
Criscoder
Hello criscoder.ozas,
it seems to me you install Tryton with Debian package management. For
programming Tryton I suggest to install Tryton from sources[1].
Additionally Tryton version 1.6 is quite old[2]. The current release is 2.2.
To answer your question: There path you mentioned is usually sym-linked
from another destination in Debian, e.g.
/usr/lib/python2.6/dist-packages/trytond/modules/
[1] http://code.google.com/p/tryton/wiki/InstallationMercurial
[2] http://www.tryton.org/downloads.html
Comment by cedk...@gmail.com:
@jay.vora4ce
What do you mean? What is «addons-path»?
For more information:
I cannot install this module.
I have linux mint 15, tryton installed from the updated repository and the module Hello refuses to show up.
Comment by gmartindelcye:Once tested the module... when I try to uninstall, ther is no option. How
can I uninstall it?
Comment by evernic...@everlibre.fr:
The example should work with the last tryton version ?