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": "table_h",
"operation": "column_rename",
"tables": [
"production_bom_input"
],
"line": 78,
"args": [
"'uom'",
@@ -24,6 +27,9 @@
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"production_bom_input"
],
"line": 84,
"args": [
"'product_bom_uniq'"
@@ -43,6 +49,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_cron"
],
"line": 26,
"args": [
"*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')"
@@ -54,6 +63,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"ir_cron"
],
"line": 26,
"args": [
"[table.method]",
@@ -76,6 +88,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 271,
"args": [
"'uom'",
@@ -89,6 +104,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 279,
"args": [
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
@@ -100,6 +118,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 279,
"args": [
"[table.state]",