[tryton] ERROR: could not serialize access due to concurrent update

2017-05-02 Thread Geordie
Hi Postgresql keeps spitting these errors. Is it something I should be concerned about? May 2 17:04:04 jtryton42 postgres[8923]: [3-1] ERROR: could not serialize access due to concurrent update May 2 17:04:04 jtryton42 postgres[8923]: [3-2] STATEMENT: UPDATE "ir_session" SET "write_uid" =

Re: [tryton] Difference between Anglo-Saxon and Continental Stock Method

2017-05-02 Thread Cédric Krier
On 2017-04-28 02:54, 'Artem Braga' via tryton wrote: > Hello. > > I wanted to ask what is the key process difference between Anglo-Saxon and > Continental Account Stock Method? There is module documentation for both > modules and stock methods here: http://doc.tryton.org/4.2/ > > But the

Re: [tryton] 'TableHandler' object has no attribute 'add_raw_column'

2017-05-02 Thread Cédric Krier
On 2017-05-02 11:44, Geordie wrote: > Hi > > I am having a spot od trouble trying to install Tryton in a jail on > FreeBSD 11 Trytond 4.4.0 installed via pip Python 2.7.13 > > "/site-packages/trytond/modules/party_vcarddav/party.py", line 39, in > __register__ table.add_raw_column('uuid',

[tryton] 'TableHandler' object has no attribute 'add_raw_column'

2017-05-02 Thread Geordie
Hi I am having a spot od trouble trying to install Tryton in a jail on FreeBSD 11 Trytond 4.4.0 installed via pip Python 2.7.13 # uname -a FreeBSD jtryton42.network 11.0-STABLE FreeBSD 11.0-STABLE #2 r317644: Mon May 1 11:43:03 EDT 2017 tryton -v

Re: [tryton] Dump Database tryton 4.2

2017-05-02 Thread Dominique Chabord
They require Postgresql 9.5 to be restored., just in case. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Aw: Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Axel Braun
Gesendet: Dienstag, 02. Mai 2017 um 17:06 Uhr Von: "Maxime Richez" An: tryton Cc: dominique.chab...@sisalp.org Betreff: Re: [tryton] Installing tryton server - How to ? and some questions... > I'm curious to read how other people do their

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
I'm curious to read how other people do their install... So actually, there's no "clean" and universal method to proceed python dependencies installation on a tryton server? -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
2017-05-02 16:49 GMT+02:00 Sergi Almacellas Abellana : > El 02/05/17 a les 16:47, Dominique Chabord ha escrit: >> >> by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 >> dependencies. > > Not if you use the new account_payment_stripe module which is not available

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 16:47, Dominique Chabord ha escrit: by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 dependencies. Not if you use the new account_payment_stripe module which is not available on 4.2 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 dependencies. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
2017-05-02 16:01 GMT+02:00 Maxime Richez : > > So, what's the actual solution to install all python dependencies correctly > (as the patch is not released)? > > How does everybody install a tryton server at customers ? > I setup an environment and pip install

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 16:01, Maxime Richez ha escrit: So, what's the actual solution to install all python dependencies correctly (as the patch is not released)? > How does everybody install a tryton server at customers ? We have a module that contains all the dependencies that we use and some

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
So, what's the actual solution to install all python dependencies correctly (as the patch is not released)? How does everybody install a tryton server at customers ? -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 11:34, Maxime Richez ha escrit: « pip install . » or « python setup.py install » ? Both should work. IIRC there is no diference between them. How to install all python dependencies for all the modules ? - Is there a list with all the requirements to use with pip ? I

Re: [tryton] Dump Database tryton 4.2

2017-05-02 Thread Cédric Krier
On 2017-05-02 04:17, Thierry Bruyere wrote: > Hello, > > I'm looking for the dump of the demo database tryton 4.2. > But there is no dump here for the realese 4.2 : http://www.tryton.org/~demo/ > > Can I find the 4.2 dump elsewhere? It is there now. -- Cédric Krier - B2CK SPRL Email/Jabber:

[tryton] Dump Database tryton 4.2

2017-05-02 Thread Thierry Bruyere
Hello, I'm looking for the dump of the demo database tryton 4.2. But there is no dump here for the realese 4.2 : http://www.tryton.org/~demo/ Can I find the 4.2 dump elsewhere? Thanks. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this

[tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
Hi, This subject is often coming back on the forum. We need some advices to correctly install trytond 4.2 on a debian server… (for production or testing) Here are our first steps on a debian 9.0 : - installing some packages : *sudo apt install python virtualenv mercurial python-pip* -

Re: [tryton-fr] Export FEC

2017-05-02 Thread Dominique Chabord
Le 2 mai 2017 à 10:12, Raphael Hertzog a écrit : > > => cela vient du compte 58 que j'utilise Si je me souviens bien, un compte a obligatoirement 3 chiffres, à 2 chiffres il s'agit d'une "classe" -- Vous recevez ce message, car vous êtes abonné au groupe Google Groupes 

Re: [tryton-fr] Export FEC

2017-05-02 Thread Raphael Hertzog
Le jeudi 20 avril 2017, Cédric Krier a écrit : > qu'on génère. Pour cela, je recherche quelqu'un qui a une comptabilité > Française sur Tryton et qui pourrait tester avec les deux patches un > export FEC. Il y a un utilitaire de vérification fournis par la > direction générale des finances