Re: [tryton] module conflict

2014-04-09 Thread Jean C
2014-04-09 18:30 GMT+02:00 Iasmini - Gmail : > Ok, it worked. Thanks! > You're welcome But why the module installs if account is not installed even without ir/res > in tryton.cfg? > You just got lucky, so ir / res were installed before your module. If there is no explicit dependance, the order

Re: [tryton] module conflict

2014-04-09 Thread Iasmini - Gmail
Em 09/04/2014 13:24, Jean C escreveu: 2014-04-09 18:22 GMT+02:00 Iasmini - Gmail >: tryton.cfg You should add ir / res dependance here. Jean Cavallo /Coopengo/ Ok, it worked. Thanks! But why the module installs if account is not installed even without

Re: [tryton] module conflict

2014-04-09 Thread Jean C
2014-04-09 18:22 GMT+02:00 Iasmini - Gmail : > tryton.cfg You should add ir / res dependance here. Jean Cavallo *Coopengo*

[tryton] module conflict

2014-04-09 Thread Iasmini - Gmail
Hi, I did a new module finance, created a new database and installed it. It worked fine. But if I install first account and then finance it shows: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch response['result'] = dispatch_metho

Re: [tryton] Child view allows to select records avoided for its domain?

2014-04-09 Thread Guillem Barba Domingo
2014-04-09 14:29 GMT+02:00 jmartin : > Hi, > > I'm trying to add a domain in the product field os sale.line that is > filled from the sale.sale form view, in order to avoid make sales of some > products grouped by their categories to some parties. This is the code: > > class SaleLine: > __name

[tryton] Child view allows to select records avoided for its domain?

2014-04-09 Thread jmartin
Hi, I'm trying to add a domain in the product field os sale.line that is filled from the sale.sale form view, in order to avoid make sales of some products grouped by their categories to some parties. This is the code: class SaleLine: __name__ = 'sale.line' product_domain = fields.Funct

Re: [tryton] wo_billing wizard

2014-04-09 Thread hyan...@gmail.com
El abr 9, 2014 2:48 a.m., "Nicolas Évrard" escribió: > > * hyan...@gmail.com [2014-04-09 04:45 +0200]: >> >> 2014-04-08 15:40 GMT-05:00 Iasmini - Gmail : >> >>> Hi, >>> >>> I created a new class and a wizard, like in account.open_balance_sheet: >>> >>> >>> class WOBillingStart(ModelView): >>>

Re: [tryton] wo_billing wizard

2014-04-09 Thread Iasmini - Gmail
Em 09/04/2014 04:45, Cédric Krier escreveu: On 08 Apr 17:40, Iasmini - Gmail wrote: Hi, I created a new class and a wizard, like in account.open_balance_sheet: class WOBillingStart(ModelView): 'WO Billing Start' __name__ = 'work_order.wo_billing.start' ... class WOBilling(Wizard)

Re: [tryton] Reboot of moretus

2014-04-09 Thread Sharoon Thomas
On Apr 9, 2014, at 3:21 PM, Cédric Krier wrote: > >> It will also ensure that every daemon runs the patched version of >> OpenSSL. I will in the coming days renew all the certificate also. > > It seems that the webserver (lighttpd) was not affected by the > heartbleed vulnerability. The checki

Re: [tryton] Reboot of moretus

2014-04-09 Thread Cédric Krier
On 09 Apr 09:59, Cédric Krier wrote: > Hi, > > To upgrade the kernel of the machine, I have to reboot it > at Wed Apr 9 9:00 UTC 2013. > > The main affected services are website, bugtracker, trytond, mercurial. > > Normally, it should last less than 2min. Reboot succeeded and everything seems t

[tryton] Reboot of moretus

2014-04-09 Thread Cédric Krier
Hi, To upgrade the kernel of the machine, I have to reboot it at Wed Apr 9 9:00 UTC 2013. The main affected services are website, bugtracker, trytond, mercurial. Normally, it should last less than 2min. It will also ensure that every daemon runs the patched version of OpenSSL. I will in the com

Re: [tryton] wo_billing wizard

2014-04-09 Thread Nicolas Évrard
* hyan...@gmail.com [2014-04-09 04:45 +0200]: 2014-04-08 15:40 GMT-05:00 Iasmini - Gmail : Hi, I created a new class and a wizard, like in account.open_balance_sheet: class WOBillingStart(ModelView): 'WO Billing Start' __name__ = 'work_order.wo_billing.start' Hi Lasmini, maybe

Re: [tryton] wo_billing wizard

2014-04-09 Thread Cédric Krier
On 08 Apr 17:40, Iasmini - Gmail wrote: > Hi, > > I created a new class and a wizard, like in account.open_balance_sheet: > > > class WOBillingStart(ModelView): > 'WO Billing Start' > __name__ = 'work_order.wo_billing.start' > > ... > > > class WOBilling(Wizard): > 'WO Billing' >

Re: [tryton] What databases are used in real installations?

2014-04-09 Thread Cédric Krier
On 08 Apr 12:47, andr...@mazurkiewicz.org wrote: > I have a reasonable experience in postgres and have an idea to embed more > information in a database. However, in /etc/trytond.conf file there is a > statement that tryton can be used also with mysql and sqllite databases. > Those databases dif

Re: [tryton] wo_billing wizard

2014-04-09 Thread hyan...@gmail.com
2014-04-08 15:40 GMT-05:00 Iasmini - Gmail : > Hi, > > I created a new class and a wizard, like in account.open_balance_sheet: > > > class WOBillingStart(ModelView): > 'WO Billing Start' > __name__ = 'work_order.wo_billing.start' > > > Hi Lasmini, maybe you can found a more fast and accur