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
+12
View File
@@ -11,6 +11,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 89,
"args": [
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
@@ -22,6 +25,9 @@
{
"object": "data",
"operation": "delete",
"tables": [
"ir_model_data"
],
"line": 89,
"args": [],
"kwargs": {
@@ -33,6 +39,9 @@
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"currency_currency"
],
"line": 93,
"args": [
"'symbol'",
@@ -53,6 +62,9 @@
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"currency_currency_rate"
],
"line": 309,
"args": [
"'check_currency_rate'"