Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"tables": [
|
||||
"production_bom_input"
|
||||
],
|
||||
"line": 152,
|
||||
"args": [
|
||||
"'uom'",
|
||||
@@ -24,6 +27,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"production_bom_input"
|
||||
],
|
||||
"line": 158,
|
||||
"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": 272,
|
||||
"args": [
|
||||
"'uom'",
|
||||
@@ -89,6 +104,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 280,
|
||||
"args": [
|
||||
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
|
||||
@@ -100,6 +118,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"production"
|
||||
],
|
||||
"line": 280,
|
||||
"args": [
|
||||
"[table.state]",
|
||||
|
||||
Reference in New Issue
Block a user