Re: [tryton] Use tryton as a framework

2012-10-01 Thread Jean Cavallo
BTW, in my original message that has been lost, I also asked if there was a way to create a database from command line ? The -d option on the server (trytond) command should allow you to do so. You also can use proteus, which is a tool that directly connects to the tryton server and allows

Re: [tryton] Use tryton as a framework

2012-10-01 Thread Sharoon Thomas
On Oct 1, 2012, at 12:52 PM, Jean Cavallo jean.cava...@coopengo.com wrote: BTW, in my original message that has been lost, I also asked if there was a way to create a database from command line ? If you already have a database created (empty) and you want to initialize, you can use the

Re: [tryton] Use tryton as a framework

2012-09-30 Thread Valentin Hapiot
If you're looking only for data persistance then I would take a look at sqlalchemy because tryton comes with a lot more than just data persistance. I like the object model on tryton so I need more than persistance indeed. BTW, in my original message that has been lost, I also asked if there

Re: [tryton] Use tryton as a framework

2012-09-28 Thread Valentin Hapiot
In nereid we ignore it (and use it) depending on the situation. I think the best course of action would be to ignore it as it may not be worth the pain to remove ui.x models/module. If you explain your reasoning for why you want to remove the module we might be able to offer better

Re: [tryton] Use tryton as a framework

2012-09-28 Thread Valentin Hapiot
For my own curiosity what do you want to use tryton for? Nothing precise, but for some project I'm reviewing the persistance solutions available and I'm considering tryton for the moment I am afraid the easiest way is to ignore the ir.ui stuff, you will have some tables filled with

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Raimon Esteve
2012/9/26 Valentin Hapiot vhap...@gmail.com Can I install a database from command line or proteus without all the ir.ui.* and ir.action.* tables ? I don't understand why you need to install tryton server without this tables. Can you explain it? The names of this tables is Internal Resource.

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Valentin Hapiot
without this tables. Can you explain it? I don't understand why my original message was lost but there was an explanation about why I do want to do that. In short, I want to use tryton as a framework, but I only need the object model and low level functionalities (res.users, cron, ...). I don't

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Valentin Hapiot
You can use: http://nereid.openlabs.co.in/docs/ Thank you but I don't want Flask either. I just want the barebones. In nereid, do you know if they stripped the UI stuff or just ignore them ? -- -- tryton@googlegroups.com mailing list

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Nicolas Évrard
understand why you need to install tryton server without this tables. Can you explain it? I don't understand why my original message was lost but there was an explanation about why I do want to do that. For my own curiosity what do you want to use tryton for? In short, I want to use tryton

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Sharoon Thomas
On Sep 27, 2012, at 6:03 PM, Valentin Hapiot vhap...@gmail.com wrote: You can use: http://nereid.openlabs.co.in/docs/ Thank you but I don't want Flask either. I just want the barebones. In nereid, do you know if they stripped the UI stuff or just ignore them ? In nereid we

[tryton] Use tryton as a framework

2012-09-26 Thread Valentin Hapiot
Hi all, I'd like to use tryton as a front-end without the gui, only the object models. For this, I'd like to have a clean database without all the tables related to the views. Is this possible ? Can I install a database from command line or proteus without all the ir.ui.* and ir.action.*