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
+25
View File
@@ -11,6 +11,10 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"res_user-company_company",
"res_user"
],
"line": 130,
"args": [
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))"
@@ -23,6 +27,10 @@
{
"object": "user_company",
"operation": "insert",
"tables": [
"res_user-company_company",
"res_user"
],
"line": 130,
"args": [
"[user_company.user, user_company.company]",
@@ -36,6 +44,9 @@
{
"object": "table",
"operation": "select",
"tables": [
"res_user"
],
"line": 132,
"args": [
"table.id",
@@ -51,6 +62,10 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"res_user-company_company",
"res_user"
],
"line": 135,
"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 +78,10 @@
{
"object": "user_company",
"operation": "insert",
"tables": [
"res_user-company_company",
"res_user"
],
"line": 135,
"args": [
"[user_company.user, user_company.company]",
@@ -76,6 +95,9 @@
{
"object": "table",
"operation": "select",
"tables": [
"res_user"
],
"line": 137,
"args": [
"table.id",
@@ -91,6 +113,9 @@
{
"object": "table_h",
"operation": "drop_column",
"tables": [
"res_user"
],
"line": 141,
"args": [
"'main_company'"