On 14 Jan 17:45, Gmail - Iasmini wrote:
> On Tryton 2.8 it installs with no problem. Have I have to do some
> configuration to be able to install on Tryton 3.0?

Yes, there is a high probability to have to adapt existing old module to
new series.
The best way to do is first look at the CHANGELOG of trytond [1] (this
is were most of the affecting changes happens). At least you should
check for:

    - To migrate your module to python-sql
    - Replace static backend by dynamic get method
    - Replace order_field by order_<field name> method
    - Remove request

Finaly, you should run tests on your module to check if it still
working.

After that normaly your module should work.

[1] http://hg.tryton.org/trytond/file/8d3e9acd35b3/CHANGELOG#l15

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpunaINy6eDJ.pgp
Description: PGP signature

Reply via email to