2026-08-08 01:29:43 +02:00
|
|
|
{
|
|
|
|
|
"version": "5.0",
|
|
|
|
|
"module": "ir",
|
|
|
|
|
"files": [
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
|
|
|
|
|
"class": "ActionKeyword",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 119,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_keyword"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 123,
|
|
|
|
|
"args": [
|
|
|
|
|
"['keyword', 'model']",
|
|
|
|
|
"'add'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.index_action(['keyword', 'model'], 'add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
|
|
|
|
|
"class": "ActionReport",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 499,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_constraint",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_report"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 508,
|
|
|
|
|
"args": [
|
|
|
|
|
"'report_name_module_uniq'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_constraint('report_name_module_uniq')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_report"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 511,
|
|
|
|
|
"args": [
|
|
|
|
|
"*action_report.update([action_report.extension], ['txt'], where=action_report.extension == 'plain')"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*action_report.update([action_report.extension], ['txt'], where=action_report.extension == 'plain'))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "action_report",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_report"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 511,
|
|
|
|
|
"args": [
|
|
|
|
|
"[action_report.extension]",
|
|
|
|
|
"['txt']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "action_report.extension == 'plain'"
|
|
|
|
|
},
|
|
|
|
|
"code": "action_report.update([action_report.extension], ['txt'], where=action_report.extension == 'plain')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
|
|
|
|
|
"class": "ActionActWindow",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 694,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_column",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_act_window"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 702,
|
|
|
|
|
"args": [
|
|
|
|
|
"'auto_refresh'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_column('auto_refresh')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_column",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_act_window"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 705,
|
|
|
|
|
"args": [
|
|
|
|
|
"'window_name'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_column('window_name')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "not_null_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_act_window"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 708,
|
|
|
|
|
"args": [
|
|
|
|
|
"'limit'",
|
|
|
|
|
"'remove'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.not_null_action('limit', 'remove')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_act_window"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 709,
|
|
|
|
|
"args": [
|
|
|
|
|
"*act_window.update([act_window.limit], [Null], where=act_window.limit == 0)"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*act_window.update([act_window.limit], [Null], where=act_window.limit == 0))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "act_window",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_action_act_window"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 709,
|
|
|
|
|
"args": [
|
|
|
|
|
"[act_window.limit]",
|
|
|
|
|
"[Null]"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "act_window.limit == 0"
|
|
|
|
|
},
|
|
|
|
|
"code": "act_window.update([act_window.limit], [Null], where=act_window.limit == 0)",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py",
|
|
|
|
|
"class": "Attachment",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 60,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 70,
|
|
|
|
|
"args": [
|
|
|
|
|
"*attachment.update([attachment.file_id], [attachment.digest], where=(attachment.collision == 0) | (attachment.collision == Null))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*attachment.update([attachment.file_id], [attachment.digest], where=(attachment.collision == 0) | (attachment.collision == Null)))",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "attachment",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 70,
|
|
|
|
|
"args": [
|
|
|
|
|
"[attachment.file_id]",
|
|
|
|
|
"[attachment.digest]"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(attachment.collision == 0) | (attachment.collision == Null)"
|
|
|
|
|
},
|
|
|
|
|
"code": "attachment.update([attachment.file_id], [attachment.digest], where=(attachment.collision == 0) | (attachment.collision == Null))",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 75,
|
|
|
|
|
"args": [
|
|
|
|
|
"*attachment.update([attachment.file_id], [Concat(Concat(attachment.digest, '-'), attachment.collision)], where=(attachment.collision != 0) & (attachment.collision != Null))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*attachment.update([attachment.file_id], [Concat(Concat(attachment.digest, '-'), attachment.collision)], where=(attachment.collision != 0) & (attachment.collision != Null)))",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "attachment",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 75,
|
|
|
|
|
"args": [
|
|
|
|
|
"[attachment.file_id]",
|
|
|
|
|
"[Concat(Concat(attachment.digest, '-'), attachment.collision)]"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(attachment.collision != 0) & (attachment.collision != Null)"
|
|
|
|
|
},
|
|
|
|
|
"code": "attachment.update([attachment.file_id], [Concat(Concat(attachment.digest, '-'), attachment.collision)], where=(attachment.collision != 0) & (attachment.collision != Null))",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_column",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 81,
|
|
|
|
|
"args": [
|
|
|
|
|
"'digest'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_column('digest')",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_column",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 82,
|
|
|
|
|
"args": [
|
|
|
|
|
"'collision'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_column('collision')",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('digest') and table.column_exist('collision')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_constraint",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_attachment"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 85,
|
|
|
|
|
"args": [
|
|
|
|
|
"'resource_name'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_constraint('resource_name')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
|
|
|
|
|
"class": "ModelData",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 1100,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 1107,
|
|
|
|
|
"args": [
|
|
|
|
|
"*model_data.update([model_data.module], ['ir'], where=(model_data.module == 'res') & (model_data.fs_id == 'model_data_sync_button'))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*model_data.update([model_data.module], ['ir'], where=(model_data.module == 'res') & (model_data.fs_id == 'model_data_sync_button')))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "model_data",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 1107,
|
|
|
|
|
"args": [
|
|
|
|
|
"[model_data.module]",
|
|
|
|
|
"['ir']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(model_data.module == 'res') & (model_data.fs_id == 'model_data_sync_button')"
|
|
|
|
|
},
|
|
|
|
|
"code": "model_data.update([model_data.module], ['ir'], where=(model_data.module == 'res') & (model_data.fs_id == 'model_data_sync_button'))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
|
|
|
|
|
"class": "Module",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 102,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_module"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 118,
|
|
|
|
|
"args": [
|
|
|
|
|
"*sql_table.update([sql_table.state], ['activated'], where=sql_table.state == 'installed')"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*sql_table.update([sql_table.state], ['activated'], where=sql_table.state == 'installed'))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "sql_table",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_module"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 118,
|
|
|
|
|
"args": [
|
|
|
|
|
"[sql_table.state]",
|
|
|
|
|
"['activated']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "sql_table.state == 'installed'"
|
|
|
|
|
},
|
|
|
|
|
"code": "sql_table.update([sql_table.state], ['activated'], where=sql_table.state == 'installed')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_module"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 121,
|
|
|
|
|
"args": [
|
|
|
|
|
"*sql_table.update([sql_table.state], ['not activated'], where=sql_table.state == 'uninstalled')"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*sql_table.update([sql_table.state], ['not activated'], where=sql_table.state == 'uninstalled'))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "sql_table",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_module"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 121,
|
|
|
|
|
"args": [
|
|
|
|
|
"[sql_table.state]",
|
|
|
|
|
"['not activated']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "sql_table.state == 'uninstalled'"
|
|
|
|
|
},
|
|
|
|
|
"code": "sql_table.update([sql_table.state], ['not activated'], where=sql_table.state == 'uninstalled')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 134,
|
|
|
|
|
"args": [
|
|
|
|
|
"*model_data_sql_table.update([model_data_sql_table.module], ['ir'], where=(model_data_sql_table.module == 'res') & model_data_sql_table.fs_id.in_(button_fs_ids))"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*model_data_sql_table.update([model_data_sql_table.module], ['ir'], where=(model_data_sql_table.module == 'res') & model_data_sql_table.fs_id.in_(button_fs_ids)))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "model_data_sql_table",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 134,
|
|
|
|
|
"args": [
|
|
|
|
|
"[model_data_sql_table.module]",
|
|
|
|
|
"['ir']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "(model_data_sql_table.module == 'res') & model_data_sql_table.fs_id.in_(button_fs_ids)"
|
|
|
|
|
},
|
|
|
|
|
"code": "model_data_sql_table.update([model_data_sql_table.module], ['ir'], where=(model_data_sql_table.module == 'res') & model_data_sql_table.fs_id.in_(button_fs_ids))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
|
|
|
|
|
"class": "ModuleConfigWizardItem",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 401,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 412,
|
|
|
|
|
"args": [
|
|
|
|
|
"*model_data.update(columns=[model_data.model], values=[cls.__name__], where=model_data.model == 'ir.module.module.config_wizard.item')"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*model_data.update(columns=[model_data.model], values=[cls.__name__], where=model_data.model == 'ir.module.module.config_wizard.item'))",
|
|
|
|
|
"phase": "before_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "model_data",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_model_data"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 412,
|
|
|
|
|
"args": [],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"columns": "[model_data.model]",
|
|
|
|
|
"values": "[cls.__name__]",
|
|
|
|
|
"where": "model_data.model == 'ir.module.module.config_wizard.item'"
|
|
|
|
|
},
|
|
|
|
|
"code": "model_data.update(columns=[model_data.model], values=[cls.__name__], where=model_data.model == 'ir.module.module.config_wizard.item')",
|
|
|
|
|
"phase": "before_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py",
|
|
|
|
|
"class": "Queue",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 35,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table_h",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_queue"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 41,
|
|
|
|
|
"args": [
|
|
|
|
|
"[queue.scheduled_at.nulls_first, queue.expected_at.nulls_first, queue.dequeued_at, queue.name]"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"action": "'add'"
|
|
|
|
|
},
|
|
|
|
|
"code": "table_h.index_action([queue.scheduled_at.nulls_first, queue.expected_at.nulls_first, queue.dequeued_at, queue.name], action='add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py",
|
|
|
|
|
"class": "Session",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 36,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_session"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 40,
|
|
|
|
|
"args": [
|
|
|
|
|
"'create_uid'",
|
|
|
|
|
"'add'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.index_action('create_uid', 'add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py",
|
|
|
|
|
"class": "Translation",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 99,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_translation"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 108,
|
|
|
|
|
"args": [
|
|
|
|
|
"*ir_translation.update([ir_translation.type], ['report'], where=ir_translation.type == 'odt')"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*ir_translation.update([ir_translation.type], ['report'], where=ir_translation.type == 'odt'))",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "ir_translation",
|
|
|
|
|
"operation": "update",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_translation"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 108,
|
|
|
|
|
"args": [
|
|
|
|
|
"[ir_translation.type]",
|
|
|
|
|
"['report']"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "ir_translation.type == 'odt'"
|
|
|
|
|
},
|
|
|
|
|
"code": "ir_translation.update([ir_translation.type], ['report'], where=ir_translation.type == 'odt')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_translation"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 114,
|
|
|
|
|
"args": [
|
|
|
|
|
"['lang', 'type', 'name']",
|
|
|
|
|
"'add'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.index_action(['lang', 'type', 'name'], 'add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py",
|
|
|
|
|
"class": "Trigger",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 74,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "cursor",
|
|
|
|
|
"operation": "execute",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_trigger"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 84,
|
|
|
|
|
"args": [
|
|
|
|
|
"*sql_table.select(sql_table.id, sql_table.minimum_delay, where=sql_table.minimum_delay != Null)"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "cursor.execute(*sql_table.select(sql_table.id, sql_table.minimum_delay, where=sql_table.minimum_delay != Null))",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('minimum_delay')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "sql_table",
|
|
|
|
|
"operation": "select",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_trigger"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 84,
|
|
|
|
|
"args": [
|
|
|
|
|
"sql_table.id",
|
|
|
|
|
"sql_table.minimum_delay"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {
|
|
|
|
|
"where": "sql_table.minimum_delay != Null"
|
|
|
|
|
},
|
|
|
|
|
"code": "sql_table.select(sql_table.id, sql_table.minimum_delay, where=sql_table.minimum_delay != Null)",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('minimum_delay')"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "drop_column",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_trigger"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 93,
|
|
|
|
|
"args": [
|
|
|
|
|
"'minimum_delay'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.drop_column('minimum_delay')",
|
|
|
|
|
"phase": "after_super",
|
|
|
|
|
"condition": "table.column_exist('minimum_delay')"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py",
|
|
|
|
|
"class": "TriggerLog",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 300,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_trigger_log"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 304,
|
|
|
|
|
"args": [
|
|
|
|
|
"['trigger', 'record_id']",
|
|
|
|
|
"'add'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.index_action(['trigger', 'record_id'], 'add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py",
|
|
|
|
|
"class": "ViewTreeState",
|
|
|
|
|
"method": "__register__",
|
|
|
|
|
"line": 313,
|
|
|
|
|
"operations": [
|
|
|
|
|
{
|
|
|
|
|
"object": "table",
|
|
|
|
|
"operation": "index_action",
|
2026-08-08 22:32:31 +02:00
|
|
|
"tables": [
|
|
|
|
|
"ir_ui_view_tree_state"
|
|
|
|
|
],
|
2026-08-08 01:29:43 +02:00
|
|
|
"line": 317,
|
|
|
|
|
"args": [
|
|
|
|
|
"['model', 'domain', 'user', 'child_name']",
|
|
|
|
|
"'add'"
|
|
|
|
|
],
|
|
|
|
|
"kwargs": {},
|
|
|
|
|
"code": "table.index_action(['model', 'domain', 'user', 'child_name'], 'add')",
|
|
|
|
|
"phase": "after_super"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|