Public Access
2.1 KiB
2.1 KiB
res
Klasse User
5.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 200
- after_super
execute- condition:
table.column_exist('password') and table.column_exist('salt') - object:
cursor - args:
*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])
- condition:
- after_super
update- condition:
table.column_exist('password') and table.column_exist('salt') - object:
sqltable - kwargs:
- columns:
[sqltable.password_hash] - values:
[password_hash_new]
- columns:
- condition:
- after_super
drop_column- condition:
table.column_exist('password') and table.column_exist('salt') - object:
table - args:
'password'
- condition:
- after_super
drop_column- condition:
table.column_exist('password') and table.column_exist('salt') - object:
table - args:
'salt'
- condition:
- after_super
not_null_action- object:
table - args:
'name' - kwargs:
- action:
'remove'
- action:
- object:
5.8
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 191
- after_super
execute- object:
cursor - args:
*model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin'))
- object:
- after_super
update- object:
model_data - args:
[model_data.noupdate], [True] - kwargs:
- where:
(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')
- where:
- object:
7.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 207
- after_super
execute- object:
cursor - args:
*model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin'))
- object:
- after_super
update- object:
model_data - args:
[model_data.noupdate], [True] - kwargs:
- where:
(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')
- where:
- object:
7.6
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 195
- after_super
not_null_action- object:
table_h - args:
'menu', 'remove'
- object: