{ "version": "7.0", "module": "currency", "files": [ { "module": "currency", "file": "currency.py", "class": "Currency", "method": "__register__", "line": 72, "operations": [ { "object": "cursor", "operation": "execute", "tables": [ "ir_model_data" ], "line": 83, "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": 83, "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": 87, "args": [ "'symbol'", "'remove'" ], "kwargs": {}, "code": "table_h.not_null_action('symbol', 'remove')", "phase": "after_super" } ] } ] }