now included shellscript and results

This commit is contained in:
2026-08-07 22:27:49 +02:00
parent d743f4acad
commit 1f1f6cf097
192 changed files with 11341 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "company",
"files": []
}
+40
View File
@@ -0,0 +1,40 @@
{
"version": "7.6.20",
"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"
}
]
}
]
}
+45
View File
@@ -0,0 +1,45 @@
{
"version": "7.6.20",
"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": 289,
"operations": [
{
"object": "table_h",
"operation": "drop_constraint",
"line": 294,
"args": [
"'check_currency_rate'"
],
"kwargs": {},
"code": "table_h.drop_constraint('check_currency_rate')",
"phase": "after_super"
}
]
}
]
}
+129
View File
@@ -0,0 +1,129 @@
{
"version": "7.6.20",
"module": "party",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/party/address.py",
"class": "Address",
"method": "__register__",
"line": 160,
"operations": [
{
"object": "table",
"operation": "column_rename",
"line": 165,
"args": [
"'street'",
"'street_unstructured'"
],
"kwargs": {},
"code": "table.column_rename('street', 'street_unstructured')",
"phase": "before_super"
},
{
"object": "table",
"operation": "column_rename",
"line": 166,
"args": [
"'name'",
"'building_name'"
],
"kwargs": {},
"code": "table.column_rename('name', 'building_name')",
"phase": "before_super"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py",
"class": "Configuration",
"method": "__register__",
"line": 33,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 44,
"args": [
"*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]))",
"phase": "after_super",
"condition": "configuration.identifier_types != identifier_types"
},
{
"object": "table",
"operation": "update",
"line": 44,
"args": [
"[table.identifier_types]",
"[cls.identifier_types.sql_format(identifier_types)]"
],
"kwargs": {},
"code": "table.update([table.identifier_types], [cls.identifier_types.sql_format(identifier_types)])",
"phase": "after_super",
"condition": "configuration.identifier_types != identifier_types"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"class": "Identifier",
"method": "__register__",
"line": 825,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 839,
"args": [
"*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc'))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"line": 839,
"args": [
"[table.type]",
"['uy_rut']"
],
"kwargs": {
"where": "table.type == 'uy_ruc'"
},
"code": "table.update([table.type], ['uy_rut'], where=table.type == 'uy_ruc')",
"phase": "after_super"
},
{
"object": "cursor",
"operation": "execute",
"line": 843,
"args": [
"*table.update([table.type], ['co_nit'], where=table.type == 'co_rut')"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.type], ['co_nit'], where=table.type == 'co_rut'))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"line": 843,
"args": [
"[table.type]",
"['co_nit']"
],
"kwargs": {
"where": "table.type == 'co_rut'"
},
"code": "table.update([table.type], ['co_nit'], where=table.type == 'co_rut')",
"phase": "after_super"
}
]
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "product",
"files": []
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "product_measurements",
"files": []
}
+92
View File
@@ -0,0 +1,92 @@
{
"version": "7.6.20",
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
"class": "BOMInput",
"method": "__register__",
"line": 142,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"line": 148,
"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": 154,
"args": [
"'product_bom_uniq'"
],
"kwargs": {},
"code": "table_h.drop_constraint('product_bom_uniq')",
"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": 267,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"line": 273,
"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'))"
}
]
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "production_split",
"files": []
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "stock_lot",
"files": []
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "stock_lot_sled",
"files": []
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "stock_product_location",
"files": []
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "7.6.20",
"module": "stock_split",
"files": []
}