On 14/11/12 09:19 +0100, Raimon Esteve wrote: > 2012/11/14 Cédric Krier <[email protected]>: > > - MODULE2PKG: a dict to link some module to a prefix (default is > > trytond) > > I don't understand this line. Could you explain with a example? > > I understand is about dependence, but I don't understand when..... > what happen if my module in tryton.cfg: > > depends: > product_kit <- from nan_product_kit or from b2ck_product_kit ?
To depend on nan_product_kit, it should be:
MODULE2PKG = {
'product_kit': 'nan',
}
To depend on b2ck_product_kit, it should be:
MODULE2PKG = {
'product_kit': 'b2ck',
}
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/
pgp0ZV7SapbeZ.pgp
Description: PGP signature
