Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -2,6 +2,50 @@
|
||||
"version": "6.2",
|
||||
"module": "company",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
|
||||
"class": "ConfigurationLang",
|
||||
"method": "__register__",
|
||||
"line": 21,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"party_configuration_party_lang"
|
||||
],
|
||||
"line": 22,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
|
||||
"class": "PartyLang",
|
||||
"method": "__register__",
|
||||
"line": 51,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"party_party_lang"
|
||||
],
|
||||
"line": 52,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/res.py",
|
||||
"class": "User",
|
||||
@@ -11,6 +55,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))"
|
||||
@@ -23,6 +71,10 @@
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
@@ -36,6 +88,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 88,
|
||||
"args": [
|
||||
"table.id",
|
||||
@@ -51,6 +106,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 91,
|
||||
"args": [
|
||||
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))"
|
||||
@@ -63,6 +122,10 @@
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 91,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
@@ -76,6 +139,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 93,
|
||||
"args": [
|
||||
"table.id",
|
||||
@@ -91,6 +157,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 97,
|
||||
"args": [
|
||||
"'main_company'"
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 42,
|
||||
"args": [
|
||||
"'name_uniq'"
|
||||
@@ -22,6 +25,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 43,
|
||||
"args": [
|
||||
"'code_uniq'"
|
||||
@@ -33,6 +39,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 46,
|
||||
"args": [
|
||||
"'code'",
|
||||
@@ -45,6 +54,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
||||
@@ -56,6 +68,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -75,6 +90,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 228,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
||||
@@ -86,6 +104,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 228,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -102,9 +123,28 @@
|
||||
"method": "__register__",
|
||||
"line": 287,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"country_zip",
|
||||
"country_postal_code"
|
||||
],
|
||||
"line": 289,
|
||||
"args": [
|
||||
"'country_zip'",
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_rename('country_zip', cls._table)",
|
||||
"phase": "before_super"
|
||||
},
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"country_postal_code"
|
||||
],
|
||||
"line": 291,
|
||||
"args": [
|
||||
"'zip'",
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 78,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
|
||||
@@ -22,6 +25,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 78,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_action_keyword"
|
||||
],
|
||||
"line": 171,
|
||||
"args": [
|
||||
"['keyword', 'model']",
|
||||
@@ -31,6 +34,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_action_report"
|
||||
],
|
||||
"line": 571,
|
||||
"args": [
|
||||
"'report_name_module_uniq'"
|
||||
@@ -42,6 +48,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_action_report"
|
||||
],
|
||||
"line": 574,
|
||||
"args": [
|
||||
"*action_report.update([action_report.extension], ['txt'], where=action_report.extension == 'plain')"
|
||||
@@ -53,6 +62,9 @@
|
||||
{
|
||||
"object": "action_report",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_action_report"
|
||||
],
|
||||
"line": 574,
|
||||
"args": [
|
||||
"[action_report.extension]",
|
||||
@@ -75,6 +87,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 767,
|
||||
"args": [
|
||||
"'auto_refresh'"
|
||||
@@ -86,6 +101,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 770,
|
||||
"args": [
|
||||
"'window_name'"
|
||||
@@ -97,6 +115,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 773,
|
||||
"args": [
|
||||
"'limit'",
|
||||
@@ -109,6 +130,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 774,
|
||||
"args": [
|
||||
"*act_window.update([act_window.limit], [Null], where=act_window.limit == 0)"
|
||||
@@ -120,6 +144,9 @@
|
||||
{
|
||||
"object": "act_window",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 774,
|
||||
"args": [
|
||||
"[act_window.limit]",
|
||||
@@ -142,6 +169,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window_view"
|
||||
],
|
||||
"line": 953,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -162,6 +192,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window_domain"
|
||||
],
|
||||
"line": 992,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -182,6 +215,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 68,
|
||||
"args": [
|
||||
"*attachment.update([attachment.file_id], [attachment.digest], where=(attachment.collision == 0) | (attachment.collision == Null))"
|
||||
@@ -194,6 +230,9 @@
|
||||
{
|
||||
"object": "attachment",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 68,
|
||||
"args": [
|
||||
"[attachment.file_id]",
|
||||
@@ -209,6 +248,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 73,
|
||||
"args": [
|
||||
"*attachment.update([attachment.file_id], [Concat(Concat(attachment.digest, '-'), attachment.collision)], where=(attachment.collision != 0) & (attachment.collision != Null))"
|
||||
@@ -221,6 +263,9 @@
|
||||
{
|
||||
"object": "attachment",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 73,
|
||||
"args": [
|
||||
"[attachment.file_id]",
|
||||
@@ -236,6 +281,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 79,
|
||||
"args": [
|
||||
"'digest'"
|
||||
@@ -248,6 +296,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 80,
|
||||
"args": [
|
||||
"'collision'"
|
||||
@@ -260,6 +311,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 83,
|
||||
"args": [
|
||||
"'resource_name'"
|
||||
@@ -279,6 +333,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_cron"
|
||||
],
|
||||
"line": 97,
|
||||
"args": [
|
||||
"'next_call'",
|
||||
@@ -299,6 +356,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 1208,
|
||||
"args": [
|
||||
"*model_data.update([model_data.module], ['ir'], where=(model_data.module == 'res') & (model_data.fs_id == 'model_data_sync_button'))"
|
||||
@@ -310,6 +370,9 @@
|
||||
{
|
||||
"object": "model_data",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 1208,
|
||||
"args": [
|
||||
"[model_data.module]",
|
||||
@@ -324,6 +387,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 1214,
|
||||
"args": [
|
||||
"'db_id'"
|
||||
@@ -342,9 +408,29 @@
|
||||
"method": "__register__",
|
||||
"line": 96,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"ir_module_module",
|
||||
"ir_module"
|
||||
],
|
||||
"line": 106,
|
||||
"args": [
|
||||
"old_table",
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_rename(old_table, cls._table)",
|
||||
"phase": "before_super",
|
||||
"condition": "backend.TableHandler.table_exist(old_table)"
|
||||
},
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 111,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.state], ['activated'], where=sql_table.state == 'installed')"
|
||||
@@ -356,6 +442,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 111,
|
||||
"args": [
|
||||
"[sql_table.state]",
|
||||
@@ -370,6 +459,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 114,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.state], ['not activated'], where=sql_table.state == 'uninstalled')"
|
||||
@@ -381,6 +473,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 114,
|
||||
"args": [
|
||||
"[sql_table.state]",
|
||||
@@ -395,6 +490,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 127,
|
||||
"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))"
|
||||
@@ -406,6 +504,9 @@
|
||||
{
|
||||
"object": "model_data_sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 127,
|
||||
"args": [
|
||||
"[model_data_sql_table.module]",
|
||||
@@ -419,15 +520,60 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
|
||||
"class": "ModuleDependency",
|
||||
"method": "__register__",
|
||||
"line": 355,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"ir_module_module_dependency",
|
||||
"ir_module_dependency"
|
||||
],
|
||||
"line": 359,
|
||||
"args": [
|
||||
"old_table",
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_rename(old_table, cls._table)",
|
||||
"phase": "before_super",
|
||||
"condition": "backend.TableHandler.table_exist(old_table)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
|
||||
"class": "ModuleConfigWizardItem",
|
||||
"method": "__register__",
|
||||
"line": 386,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"ir_module_module_config_wizard_item",
|
||||
"ir_module_config_wizard_item"
|
||||
],
|
||||
"line": 395,
|
||||
"args": [
|
||||
"old_table",
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_rename(old_table, cls._table)",
|
||||
"phase": "before_super",
|
||||
"condition": "backend.TableHandler.table_exist(old_table)"
|
||||
},
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 396,
|
||||
"args": [
|
||||
"*model_data.update(columns=[model_data.model], values=[cls.__name__], where=model_data.model == 'ir.module.module.config_wizard.item')"
|
||||
@@ -439,6 +585,9 @@
|
||||
{
|
||||
"object": "model_data",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 396,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -452,6 +601,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_module_config_wizard_item"
|
||||
],
|
||||
"line": 407,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -472,6 +624,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_queue"
|
||||
],
|
||||
"line": 42,
|
||||
"args": [
|
||||
"[queue.scheduled_at.nulls_first, queue.expected_at.nulls_first, queue.dequeued_at, queue.name]"
|
||||
@@ -493,6 +648,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_sequence_type"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [
|
||||
"'code'"
|
||||
@@ -514,6 +672,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_sequence",
|
||||
"ir_sequence_type"
|
||||
],
|
||||
"line": 132,
|
||||
"args": [
|
||||
"*table.update([table.sequence_type], sequence_type.select(sequence_type.id, where=sequence_type.code == table.code))"
|
||||
@@ -526,6 +688,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_sequence",
|
||||
"ir_sequence_type"
|
||||
],
|
||||
"line": 132,
|
||||
"args": [
|
||||
"[table.sequence_type]",
|
||||
@@ -539,6 +705,9 @@
|
||||
{
|
||||
"object": "sequence_type",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_sequence_type"
|
||||
],
|
||||
"line": 134,
|
||||
"args": [
|
||||
"sequence_type.id"
|
||||
@@ -553,6 +722,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_sequence"
|
||||
],
|
||||
"line": 137,
|
||||
"args": [
|
||||
"'code'"
|
||||
@@ -573,6 +745,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_session"
|
||||
],
|
||||
"line": 36,
|
||||
"args": [
|
||||
"'create_uid'",
|
||||
@@ -593,6 +768,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 88,
|
||||
"args": [
|
||||
"'translation_md5_uniq'"
|
||||
@@ -605,6 +783,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 89,
|
||||
"args": [
|
||||
"'src_md5'"
|
||||
@@ -617,6 +798,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 94,
|
||||
"args": [
|
||||
"*ir_translation.update([ir_translation.type], ['report'], where=ir_translation.type == 'odt')"
|
||||
@@ -628,6 +812,9 @@
|
||||
{
|
||||
"object": "ir_translation",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 94,
|
||||
"args": [
|
||||
"[ir_translation.type]",
|
||||
@@ -642,6 +829,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 100,
|
||||
"args": [
|
||||
"['lang', 'type', 'name']",
|
||||
@@ -662,6 +852,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 85,
|
||||
"args": [
|
||||
"*sql_table.select(sql_table.id, sql_table.minimum_delay, where=sql_table.minimum_delay != Null)"
|
||||
@@ -674,6 +867,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 85,
|
||||
"args": [
|
||||
"sql_table.id",
|
||||
@@ -689,6 +885,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 94,
|
||||
"args": [
|
||||
"'minimum_delay'"
|
||||
@@ -701,6 +900,9 @@
|
||||
{
|
||||
"object": "model",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_model"
|
||||
],
|
||||
"line": 102,
|
||||
"args": [
|
||||
"model.model"
|
||||
@@ -715,6 +917,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 104,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.action], [Concat(action_model, Concat('|', sql_table.action_function))])"
|
||||
@@ -727,6 +932,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 104,
|
||||
"args": [
|
||||
"[sql_table.action]",
|
||||
@@ -740,6 +948,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 108,
|
||||
"args": [
|
||||
"'action_model'"
|
||||
@@ -752,6 +963,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 109,
|
||||
"args": [
|
||||
"'action_function'"
|
||||
@@ -772,6 +986,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_trigger_log"
|
||||
],
|
||||
"line": 331,
|
||||
"args": [
|
||||
"['trigger', 'record_id']",
|
||||
@@ -792,6 +1009,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_ui_icon"
|
||||
],
|
||||
"line": 35,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -812,6 +1032,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_ui_view_tree_state"
|
||||
],
|
||||
"line": 321,
|
||||
"args": [
|
||||
"['model', 'domain', 'user', 'child_name']",
|
||||
@@ -832,6 +1055,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_ui_view_search"
|
||||
],
|
||||
"line": 394,
|
||||
"args": [
|
||||
"'user'",
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 73,
|
||||
"args": [
|
||||
"'zip'",
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 84,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.street], [value])"
|
||||
@@ -35,6 +41,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 84,
|
||||
"args": [
|
||||
"[sql_table.street]",
|
||||
@@ -48,6 +57,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 87,
|
||||
"args": [
|
||||
"'streetbis'"
|
||||
@@ -68,6 +80,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address_format",
|
||||
"country_country"
|
||||
],
|
||||
"line": 286,
|
||||
"args": [
|
||||
"[table.country_code]",
|
||||
@@ -81,6 +97,9 @@
|
||||
{
|
||||
"object": "country",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 288,
|
||||
"args": [
|
||||
"country.code"
|
||||
@@ -95,6 +114,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 291,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -107,6 +127,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address_format"
|
||||
],
|
||||
"line": 292,
|
||||
"args": [
|
||||
"'country'"
|
||||
@@ -119,6 +142,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address_format",
|
||||
"ir_lang"
|
||||
],
|
||||
"line": 296,
|
||||
"args": [
|
||||
"[table.language_code]",
|
||||
@@ -132,6 +159,9 @@
|
||||
{
|
||||
"object": "language",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_lang"
|
||||
],
|
||||
"line": 298,
|
||||
"args": [
|
||||
"Substring(language.code, 0, 2)"
|
||||
@@ -146,6 +176,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 301,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -158,6 +189,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address_format"
|
||||
],
|
||||
"line": 302,
|
||||
"args": [
|
||||
"'language'"
|
||||
@@ -178,6 +212,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"party_category"
|
||||
],
|
||||
"line": 41,
|
||||
"args": [
|
||||
"'name_parent_uniq'"
|
||||
@@ -188,6 +225,26 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py",
|
||||
"class": "_ConfigurationValue",
|
||||
"method": "__register__",
|
||||
"line": 97,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [],
|
||||
"line": 98,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
|
||||
"class": "Party",
|
||||
@@ -197,6 +254,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 109,
|
||||
"args": [
|
||||
"'name'",
|
||||
@@ -214,9 +274,27 @@
|
||||
"method": "__register__",
|
||||
"line": 357,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"party_party_lang"
|
||||
],
|
||||
"line": 361,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"party_party_lang",
|
||||
"party_party"
|
||||
],
|
||||
"line": 370,
|
||||
"args": [
|
||||
"[table.party, table.lang]",
|
||||
@@ -230,6 +308,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 372,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -243,6 +324,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 373,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -255,6 +337,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 374,
|
||||
"args": [
|
||||
"'lang'"
|
||||
@@ -275,6 +360,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 638,
|
||||
"args": [
|
||||
"*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))"
|
||||
@@ -287,6 +375,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 638,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -303,6 +394,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 655,
|
||||
"args": [
|
||||
"'vat_number'"
|
||||
@@ -315,6 +409,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 656,
|
||||
"args": [
|
||||
"'vat_country'"
|
||||
@@ -327,6 +424,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 659,
|
||||
"args": [
|
||||
"*table.update([table.type], ['cn_ric'], where=table.type == 'cn_rit')"
|
||||
@@ -338,6 +438,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_identifier"
|
||||
],
|
||||
"line": 659,
|
||||
"args": [
|
||||
"[table.type]",
|
||||
|
||||
@@ -2,6 +2,28 @@
|
||||
"version": "6.2",
|
||||
"module": "product",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py",
|
||||
"class": "ConfigurationDefaultCostPriceMethod",
|
||||
"method": "__register__",
|
||||
"line": 54,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"product_configuration_default_cost_price_method"
|
||||
],
|
||||
"line": 55,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
|
||||
"class": "Product",
|
||||
@@ -11,6 +33,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_product"
|
||||
],
|
||||
"line": 443,
|
||||
"args": [
|
||||
"*table.update([table.suffix_code], [table.code])"
|
||||
@@ -23,6 +48,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"product_product"
|
||||
],
|
||||
"line": 443,
|
||||
"args": [
|
||||
"[table.suffix_code]",
|
||||
@@ -35,15 +63,67 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
|
||||
"class": "ProductListPrice",
|
||||
"method": "__register__",
|
||||
"line": 646,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"product_list_price"
|
||||
],
|
||||
"line": 647,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
|
||||
"class": "ProductCostPriceMethod",
|
||||
"method": "__register__",
|
||||
"line": 677,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"product_cost_price_method"
|
||||
],
|
||||
"line": 684,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
},
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [],
|
||||
"line": 685,
|
||||
"args": [
|
||||
"ProductCostPrice._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(ProductCostPrice._table)",
|
||||
"phase": "before_super"
|
||||
},
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price_method",
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 700,
|
||||
"args": [
|
||||
"*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))"
|
||||
@@ -56,6 +136,10 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"product_cost_price_method",
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 700,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -69,6 +153,9 @@
|
||||
{
|
||||
"object": "cost_price",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 702,
|
||||
"args": [
|
||||
"*[Column(cost_price, c) for c in columns]"
|
||||
@@ -86,9 +173,26 @@
|
||||
"method": "__register__",
|
||||
"line": 742,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 749,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "add_column",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 756,
|
||||
"args": [
|
||||
"'template'",
|
||||
@@ -102,6 +206,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 763,
|
||||
"args": [
|
||||
"*sql_table.insert(columns=[Column(sql_table, c) for c in columns] + [sql_table.product], values=sql_table.join(product, condition=sql_table.template == product.template).select(*[Column(sql_table, c) for c in columns] + [product.id], where=(sql_table.template != Null) & (sql_table.product == Null)))"
|
||||
@@ -114,6 +221,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 763,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -127,6 +237,7 @@
|
||||
{
|
||||
"object": "sql_table.join(product, condition=sql_table.template == product.template)",
|
||||
"operation": "select",
|
||||
"tables": [],
|
||||
"line": 766,
|
||||
"args": [
|
||||
"*[Column(sql_table, c) for c in columns] + [product.id]"
|
||||
@@ -141,6 +252,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 773,
|
||||
"args": [
|
||||
"*sql_table.delete(where=(sql_table.template != Null) & (sql_table.product == Null))"
|
||||
@@ -153,6 +267,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 773,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -165,6 +282,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 776,
|
||||
"args": [
|
||||
"'template'"
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"production_bom_input"
|
||||
],
|
||||
"line": 75,
|
||||
"args": [
|
||||
"'product_bom_uniq'"
|
||||
@@ -21,6 +24,28 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py",
|
||||
"class": "ConfigurationProductionSequence",
|
||||
"method": "__register__",
|
||||
"line": 45,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"production_configuration_production_sequence"
|
||||
],
|
||||
"line": 46,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
|
||||
"class": "Production",
|
||||
@@ -30,6 +55,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 271,
|
||||
"args": [
|
||||
"'code'",
|
||||
@@ -43,6 +71,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 277,
|
||||
"args": [
|
||||
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
|
||||
@@ -54,6 +85,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 277,
|
||||
"args": [
|
||||
"[table.planned_start_date]",
|
||||
@@ -68,6 +102,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 284,
|
||||
"args": [
|
||||
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
|
||||
@@ -79,6 +116,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 284,
|
||||
"args": [
|
||||
"[table.state]",
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 218,
|
||||
"args": [
|
||||
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "sqltable",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 218,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -36,6 +42,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 221,
|
||||
"args": [
|
||||
"'password'"
|
||||
@@ -48,6 +57,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 222,
|
||||
"args": [
|
||||
"'salt'"
|
||||
@@ -60,6 +72,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 225,
|
||||
"args": [
|
||||
"'name'"
|
||||
@@ -73,6 +88,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 228,
|
||||
"args": [
|
||||
"*model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin'))"
|
||||
@@ -84,6 +102,9 @@
|
||||
{
|
||||
"object": "model_data",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 228,
|
||||
"args": [
|
||||
"[model_data.noupdate]",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
{
|
||||
"object": "cursor_select",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 84,
|
||||
"args": [
|
||||
"*template_lot_type.select(template_lot_type.template, distinct_on=template_lot_type.template)"
|
||||
@@ -23,6 +24,7 @@
|
||||
{
|
||||
"object": "template_lot_type",
|
||||
"operation": "select",
|
||||
"tables": [],
|
||||
"line": 84,
|
||||
"args": [
|
||||
"template_lot_type.template"
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"stock_product_location"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [
|
||||
"'product'",
|
||||
|
||||
Reference in New Issue
Block a user