{ "version": "7.4", "module": "currency", "files": [ { "module": "currency", "file": "currency.py", "class": "Currency", "method": "__register__", "line": 78, "operations": [ { "object": "cursor", "operation": "execute", "tables": [ "ir_model_data" ], "line": 89, "args": [ "*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))" ], "kwargs": {}, "code": "(Transaction().connection.cursor()).execute(*data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__)))", "phase": "after_super" }, { "object": "data", "operation": "delete", "tables": [ "ir_model_data" ], "line": 89, "args": [], "kwargs": { "where": "(data.module == 'currency') & (data.model == cls.__name__)" }, "code": "data.delete(where=(data.module == 'currency')\n & (data.model == cls.__name__))", "phase": "after_super" }, { "object": "table_h", "operation": "not_null_action", "tables": [ "currency_currency" ], "line": 93, "args": [ "'symbol'", "'remove'" ], "kwargs": {}, "code": "table_h.not_null_action('symbol', 'remove')", "phase": "after_super" } ] }, { "module": "currency", "file": "currency.py", "class": "CurrencyRate", "method": "__register__", "line": 304, "operations": [ { "object": "table_h", "operation": "drop_constraint", "tables": [ "currency_currency_rate" ], "line": 309, "args": [ "'check_currency_rate'" ], "kwargs": {}, "code": "table_h.drop_constraint('check_currency_rate')", "phase": "after_super" } ] } ] }