Files
tryton-db-migration/reports/res.md
T
uha4 64fda357ad several small fixes:
- systemmodule ir und res aufgenommen
- Version auf Major.Minor reduziert
- reihenfolge der Module fixiert
2026-08-08 01:29:43 +02:00

396 lines
14 KiB
Markdown

# 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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
### 5.2
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 194
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
### 5.4
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 194
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
### 5.6
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 195
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
### 5.8
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 191
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 6.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 197
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 6.2
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 205
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 6.4
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 202
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 6.6
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 202
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 6.8
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 202
- **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])`
- **after_super** `update`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `sqltable`
- kwargs:
- columns: `[sqltable.password_hash]`
- values: `[password_hash_new]`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'password'`
- **after_super** `drop_column`
- condition: `table.column_exist('password') and table.column_exist('salt')`
- object: `table`
- args: `'salt'`
- **after_super** `not_null_action`
- object: `table`
- args: `'name'`
- kwargs:
- action: `'remove'`
- **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'))`
- **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')`
### 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'))`
- **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')`
### 7.2
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 206
- **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'))`
- **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')`
### 7.4
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 206
- **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'))`
- **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')`
### 7.6
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 195
- **after_super** `not_null_action`
- object: `table_h`
- args: `'menu', 'remove'`
### 7.8
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 199
- **after_super** `not_null_action`
- object: `table_h`
- args: `'menu', 'remove'`
### 8.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 198
- **after_super** `not_null_action`
- object: `table_h`
- args: `'menu', 'remove'`