On 2016-02-26 09:27, Raimon Esteve wrote: > 2016-02-25 23:55 GMT+01:00 Raimon Esteve <[email protected]>: > Finally I found the reason but not how to fix. > > module_a -> extras depend -> module_b > module_b -> depends -> module_a > > If remove extras_depend in module_a, I can create/update/start a database > In case I add extras_depend in module_a, get expecption on missing > list dependencies (and can't create/update/start a database) > > Is it a bug?
Yes in your modules because you create a circular dependency. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160226084301.GI10143%40tetsuo.
