extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+21
View File
@@ -11,6 +11,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"res_user"
],
"line": 210,
"args": [
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
@@ -23,6 +26,9 @@
{
"object": "sqltable",
"operation": "update",
"tables": [
"res_user"
],
"line": 210,
"args": [],
"kwargs": {
@@ -36,6 +42,9 @@
{
"object": "table",
"operation": "drop_column",
"tables": [
"res_user"
],
"line": 213,
"args": [
"'password'"
@@ -48,6 +57,9 @@
{
"object": "table",
"operation": "drop_column",
"tables": [
"res_user"
],
"line": 214,
"args": [
"'salt'"
@@ -60,6 +72,9 @@
{
"object": "table",
"operation": "not_null_action",
"tables": [
"res_user"
],
"line": 217,
"args": [
"'name'"
@@ -73,6 +88,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 220,
"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": 220,
"args": [
"[model_data.noupdate]",