On 17 Nov., 22:14, Carlos Perelló Marín <[email protected]> wrote: > stephan escribi : > > > Hi all, > > Hi, > > > after a smooth installation of the modules project and calendar, I m > > struggling now with some odds. > > > Calendar first: Connecting Lightning or Evolution to CalDAV works, and > > the tasks and calendar entries already entered show up fine. Changing > > them works as well, but new entries do not appear, though they are > > shown in the lists in the Tryton client. Changing and saving them on > > the Tryton side doesn t help either. Is this a known issue/bug? > > I had a similar problem it was due to two different issues: > > https://bugs.tryton.org/roundup/issue1279 > http://bugs.tryton.org/roundup/issue1175>
Bingo, vobject caused the problem, psycopg2 is already suitable in squeeze. For those who run into the same problem: python-vobject can easyly be installed from Debian experimental repository, because squeeze complies with all dependencies. > > What seems a bit confusing are the three different places to enter > > tasks: calendar, time sheet and projects. Is there a possibility to > > combine the three lists? Only the calendar tasks show up in Lightning, > > but I d like to see the others too. > > > Concerning projects: Great, almost what I m looking for. Is it > > possible to enter not only the cumulated hours, but also start and end > > time? And is there any documentation on how to alter or implement > > reports? > > > Parties last: Due to the not (yet) implemented CRM-features it would > > be of great help to have a field with free text for every party, > > similar to the field "description" in Thunderbird. Is there a module > > that adds this feature, or did I just not find it? What about other > > fields for CRM like birthday, photograph, etc.? > > For the other questions, I don't have an answer, except for the > description field, I add a module to my installation to add such module, > however, there is a plan to fix it for all Tryton models : > http://bugs.tryton.org/roundup/issue1144 > > I don't recommend you to use my module, unless you want to feel the pain > of future upgrades, given that it's not a blessed module. > That´s perfectly what I wanted. The discussion in issue1144 sounds to me as if one could solve a (potential) future upgrade problem with a simple "select into", so no sweat ;-) A notice from users side: The field "Notice" is one of the most used features, at least to me and other users with direct contact to the customers. That meens it should be directly accessible like in your module, not hidden in any menue. CU Stephan Reihle [...] -- [email protected] mailing list
