On 18/09/14 04:04, Raimon Esteve wrote:
2014-09-18 0:36 GMT+02:00 Oscar Alvarez <[email protected]>:
On 16/09/14 07:56, Cédric Krier wrote:
Hi,
Just a quick reminder that the repositories will be freezed on Monday
22th (next week).
So if you have waiting reviews, please try to finish/close them on time
if you want to have them in the next series.
I am trying create on development version a new database, but in window
create "New database", the server doesn't accept admin server password:
'admin',
I used config file but is useless, too.
1. Trytond configuration field change structure since 3.4
2. Admin password is encrypted. Cédric post how to encrypt a password
I share a basic configuration file:
[database]
uri=postgresql://tryton:tryton@localhost:5432
[session]
super_pwd=KZzr0pwRA8ITA
= New modules =
Also, remember there is a new module: account_payment_clearing
I think there aren't more new modules. Aren't there?
= Update database =
option "all" is deprecated when update (-u all). To update all
modules, you need update ir module because all modules depend ir
module.
Regards
Thanks, Raimon, Cedk and Jean, I solved