Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 43,
|
||||
"args": [
|
||||
"'name_uniq'"
|
||||
@@ -22,6 +25,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 44,
|
||||
"args": [
|
||||
"'code_uniq'"
|
||||
@@ -33,6 +39,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 47,
|
||||
"args": [
|
||||
"'code'",
|
||||
@@ -45,6 +54,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 50,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
||||
@@ -56,6 +68,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 50,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -75,6 +90,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 225,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))"
|
||||
@@ -86,6 +104,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 225,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 70,
|
||||
"args": [
|
||||
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
|
||||
@@ -22,6 +25,9 @@
|
||||
{
|
||||
"object": "data",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 70,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_action_keyword"
|
||||
],
|
||||
"line": 151,
|
||||
"args": [
|
||||
"['keyword', 'model']",
|
||||
@@ -31,6 +34,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_action_report"
|
||||
],
|
||||
"line": 538,
|
||||
"args": [
|
||||
"'report_name_module_uniq'"
|
||||
@@ -42,6 +48,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_action_report"
|
||||
],
|
||||
"line": 541,
|
||||
"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": 541,
|
||||
"args": [
|
||||
"[action_report.extension]",
|
||||
@@ -75,6 +87,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 737,
|
||||
"args": [
|
||||
"'auto_refresh'"
|
||||
@@ -86,6 +101,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 740,
|
||||
"args": [
|
||||
"'window_name'"
|
||||
@@ -97,6 +115,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 743,
|
||||
"args": [
|
||||
"'limit'",
|
||||
@@ -109,6 +130,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_action_act_window"
|
||||
],
|
||||
"line": 744,
|
||||
"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": 744,
|
||||
"args": [
|
||||
"[act_window.limit]",
|
||||
@@ -142,6 +169,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window_view"
|
||||
],
|
||||
"line": 915,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -162,6 +192,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_action_act_window_domain"
|
||||
],
|
||||
"line": 954,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -182,6 +215,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 70,
|
||||
"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": 70,
|
||||
"args": [
|
||||
"[attachment.file_id]",
|
||||
@@ -209,6 +248,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 75,
|
||||
"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": 75,
|
||||
"args": [
|
||||
"[attachment.file_id]",
|
||||
@@ -236,6 +281,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 81,
|
||||
"args": [
|
||||
"'digest'"
|
||||
@@ -248,6 +296,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 82,
|
||||
"args": [
|
||||
"'collision'"
|
||||
@@ -260,6 +311,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_attachment"
|
||||
],
|
||||
"line": 85,
|
||||
"args": [
|
||||
"'resource_name'"
|
||||
@@ -279,6 +333,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_cron"
|
||||
],
|
||||
"line": 80,
|
||||
"args": [
|
||||
"'next_call'",
|
||||
@@ -299,6 +356,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 1144,
|
||||
"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": 1144,
|
||||
"args": [
|
||||
"[model_data.module]",
|
||||
@@ -324,6 +387,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 1150,
|
||||
"args": [
|
||||
"'db_id'"
|
||||
@@ -345,6 +411,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 119,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.state], ['activated'], where=sql_table.state == 'installed')"
|
||||
@@ -356,6 +425,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 119,
|
||||
"args": [
|
||||
"[sql_table.state]",
|
||||
@@ -370,6 +442,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 122,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.state], ['not activated'], where=sql_table.state == 'uninstalled')"
|
||||
@@ -381,6 +456,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_module"
|
||||
],
|
||||
"line": 122,
|
||||
"args": [
|
||||
"[sql_table.state]",
|
||||
@@ -395,6 +473,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 135,
|
||||
"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 +487,9 @@
|
||||
{
|
||||
"object": "model_data_sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 135,
|
||||
"args": [
|
||||
"[model_data_sql_table.module]",
|
||||
@@ -428,6 +512,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 407,
|
||||
"args": [
|
||||
"*model_data.update(columns=[model_data.model], values=[cls.__name__], where=model_data.model == 'ir.module.module.config_wizard.item')"
|
||||
@@ -439,6 +526,9 @@
|
||||
{
|
||||
"object": "model_data",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_model_data"
|
||||
],
|
||||
"line": 407,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -452,6 +542,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_module_config_wizard_item"
|
||||
],
|
||||
"line": 418,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -472,6 +565,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_queue"
|
||||
],
|
||||
"line": 41,
|
||||
"args": [
|
||||
"[queue.scheduled_at.nulls_first, queue.expected_at.nulls_first, queue.dequeued_at, queue.name]"
|
||||
@@ -493,6 +589,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_session"
|
||||
],
|
||||
"line": 40,
|
||||
"args": [
|
||||
"'create_uid'",
|
||||
@@ -513,6 +612,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 94,
|
||||
"args": [
|
||||
"'translation_md5_uniq'"
|
||||
@@ -525,6 +627,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 95,
|
||||
"args": [
|
||||
"'src_md5'"
|
||||
@@ -537,6 +642,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 100,
|
||||
"args": [
|
||||
"*ir_translation.update([ir_translation.type], ['report'], where=ir_translation.type == 'odt')"
|
||||
@@ -548,6 +656,9 @@
|
||||
{
|
||||
"object": "ir_translation",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 100,
|
||||
"args": [
|
||||
"[ir_translation.type]",
|
||||
@@ -562,6 +673,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_translation"
|
||||
],
|
||||
"line": 106,
|
||||
"args": [
|
||||
"['lang', 'type', 'name']",
|
||||
@@ -582,6 +696,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"*sql_table.select(sql_table.id, sql_table.minimum_delay, where=sql_table.minimum_delay != Null)"
|
||||
@@ -594,6 +711,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"sql_table.id",
|
||||
@@ -609,6 +729,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"ir_trigger"
|
||||
],
|
||||
"line": 95,
|
||||
"args": [
|
||||
"'minimum_delay'"
|
||||
@@ -629,6 +752,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_trigger_log"
|
||||
],
|
||||
"line": 307,
|
||||
"args": [
|
||||
"['trigger', 'record_id']",
|
||||
@@ -649,6 +775,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"ir_ui_icon"
|
||||
],
|
||||
"line": 39,
|
||||
"args": [
|
||||
"'sequence'",
|
||||
@@ -669,6 +798,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "index_action",
|
||||
"tables": [
|
||||
"ir_ui_view_tree_state"
|
||||
],
|
||||
"line": 327,
|
||||
"args": [
|
||||
"['model', 'domain', 'user', 'child_name']",
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.street], [value])"
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 86,
|
||||
"args": [
|
||||
"[sql_table.street]",
|
||||
@@ -36,6 +42,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 89,
|
||||
"args": [
|
||||
"'streetbis'"
|
||||
@@ -56,6 +65,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address_format",
|
||||
"country_country"
|
||||
],
|
||||
"line": 286,
|
||||
"args": [
|
||||
"[table.country_code]",
|
||||
@@ -69,6 +82,9 @@
|
||||
{
|
||||
"object": "country",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 288,
|
||||
"args": [
|
||||
"country.code"
|
||||
@@ -83,6 +99,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 291,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -95,6 +112,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address_format"
|
||||
],
|
||||
"line": 292,
|
||||
"args": [
|
||||
"'country'"
|
||||
@@ -107,6 +127,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address_format",
|
||||
"ir_lang"
|
||||
],
|
||||
"line": 296,
|
||||
"args": [
|
||||
"[table.language_code]",
|
||||
@@ -120,6 +144,9 @@
|
||||
{
|
||||
"object": "language",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"ir_lang"
|
||||
],
|
||||
"line": 298,
|
||||
"args": [
|
||||
"Substring(language.code, 0, 2)"
|
||||
@@ -134,6 +161,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 301,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -146,6 +174,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address_format"
|
||||
],
|
||||
"line": 302,
|
||||
"args": [
|
||||
"'language'"
|
||||
@@ -166,6 +197,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"party_category"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [
|
||||
"'name_parent_uniq'"
|
||||
@@ -185,6 +219,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 97,
|
||||
"args": [
|
||||
"'name'",
|
||||
@@ -205,6 +242,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"party_party_lang",
|
||||
"party_party"
|
||||
],
|
||||
"line": 292,
|
||||
"args": [
|
||||
"[table.party, table.lang]",
|
||||
@@ -218,6 +259,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 294,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -231,6 +275,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 295,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -243,6 +288,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 296,
|
||||
"args": [
|
||||
"'lang'"
|
||||
@@ -263,6 +311,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 451,
|
||||
"args": [
|
||||
"*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))"
|
||||
@@ -275,6 +326,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 451,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -291,6 +345,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 468,
|
||||
"args": [
|
||||
"'vat_number'"
|
||||
@@ -303,6 +360,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 469,
|
||||
"args": [
|
||||
"'vat_country'"
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price_method",
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 461,
|
||||
"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]))"
|
||||
@@ -23,6 +27,10 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"product_cost_price_method",
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 461,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -36,6 +44,9 @@
|
||||
{
|
||||
"object": "cost_price",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 463,
|
||||
"args": [
|
||||
"*[Column(cost_price, c) for c in columns]"
|
||||
@@ -56,6 +67,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "add_column",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 509,
|
||||
"args": [
|
||||
"'template'",
|
||||
@@ -69,6 +83,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 516,
|
||||
"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)))"
|
||||
@@ -81,6 +98,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 516,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -94,6 +114,7 @@
|
||||
{
|
||||
"object": "sql_table.join(product, condition=sql_table.template == product.template)",
|
||||
"operation": "select",
|
||||
"tables": [],
|
||||
"line": 519,
|
||||
"args": [
|
||||
"*[Column(sql_table, c) for c in columns] + [product.id]"
|
||||
@@ -108,6 +129,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 526,
|
||||
"args": [
|
||||
"*sql_table.delete(where=(sql_table.template != Null) & (sql_table.product == Null))"
|
||||
@@ -120,6 +144,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "delete",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 526,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -132,6 +159,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"product_cost_price"
|
||||
],
|
||||
"line": 529,
|
||||
"args": [
|
||||
"'template'"
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 228,
|
||||
"args": [
|
||||
"'code'",
|
||||
@@ -24,6 +27,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 234,
|
||||
"args": [
|
||||
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
|
||||
@@ -35,6 +41,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 234,
|
||||
"args": [
|
||||
"[table.planned_start_date]",
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 204,
|
||||
"args": [
|
||||
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "sqltable",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 204,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -36,6 +42,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 207,
|
||||
"args": [
|
||||
"'password'"
|
||||
@@ -48,6 +57,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 208,
|
||||
"args": [
|
||||
"'salt'"
|
||||
@@ -60,6 +72,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 211,
|
||||
"args": [
|
||||
"'name'"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
{
|
||||
"object": "cursor_select",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 51,
|
||||
"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": 51,
|
||||
"args": [
|
||||
"template_lot_type.template"
|
||||
|
||||
Reference in New Issue
Block a user