Public Access
now included shellscript and results
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "company",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "country",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
||||
"class": "Subdivision",
|
||||
"method": "__register__",
|
||||
"line": 401,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"line": 407,
|
||||
"args": [
|
||||
"'type'"
|
||||
],
|
||||
"kwargs": {
|
||||
"action": "'remove'"
|
||||
},
|
||||
"code": "table_h.not_null_action('type', action='remove')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"line": 410,
|
||||
"args": [
|
||||
"'code'"
|
||||
],
|
||||
"kwargs": {
|
||||
"action": "'remove'"
|
||||
},
|
||||
"code": "table_h.not_null_action('code', action='remove')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "currency",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
||||
"class": "Currency",
|
||||
"method": "__register__",
|
||||
"line": 77,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"line": 83,
|
||||
"args": [
|
||||
"'symbol'",
|
||||
"'remove'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.not_null_action('symbol', 'remove')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
||||
"class": "CurrencyRate",
|
||||
"method": "__register__",
|
||||
"line": 278,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"line": 283,
|
||||
"args": [
|
||||
"'check_currency_rate'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.drop_constraint('check_currency_rate')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "product",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "product_measurements",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "production",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
|
||||
"class": "BOMInput",
|
||||
"method": "__register__",
|
||||
"line": 208,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"line": 214,
|
||||
"args": [
|
||||
"'uom'",
|
||||
"'unit'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.column_rename('uom', 'unit')",
|
||||
"phase": "before_super",
|
||||
"condition": "table_h.column_exist('uom') and (not table_h.column_exist('unit'))"
|
||||
},
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"line": 220,
|
||||
"args": [
|
||||
"'product_bom_uniq'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.drop_constraint('product_bom_uniq')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"line": 222,
|
||||
"args": [
|
||||
"'product'",
|
||||
"'remove'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.not_null_action('product', 'remove')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/ir.py",
|
||||
"class": "Cron",
|
||||
"method": "__register__",
|
||||
"line": 19,
|
||||
"operations": [
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"line": 26,
|
||||
"args": [
|
||||
"*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "cursor.execute(*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron'))",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "update",
|
||||
"line": 26,
|
||||
"args": [
|
||||
"[table.method]",
|
||||
"['ir.cron|stock_shipment_assign_try']"
|
||||
],
|
||||
"kwargs": {
|
||||
"where": "table.method == 'production|assign_cron'"
|
||||
},
|
||||
"code": "table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
|
||||
"class": "Production",
|
||||
"method": "__register__",
|
||||
"line": 276,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "column_rename",
|
||||
"line": 282,
|
||||
"args": [
|
||||
"'uom'",
|
||||
"'unit'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.column_rename('uom', 'unit')",
|
||||
"phase": "before_super",
|
||||
"condition": "table_h.column_exist('uom') and (not table_h.column_exist('unit'))"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "production_split",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "stock_lot",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "stock_lot_sled",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "stock_product_location",
|
||||
"files": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "8.0.8",
|
||||
"module": "stock_split",
|
||||
"files": []
|
||||
}
|
||||
Reference in New Issue
Block a user