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
+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"
}
]
}
]
}