now modulename and relative filename are stored separately

This commit is contained in:
2026-08-09 02:04:04 +02:00
parent d4337ad1a5
commit 388ee649c3
141 changed files with 1104 additions and 552 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "company",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/company/ir.py",
"module": "company",
"file": "ir.py",
"class": "CronCompany",
"method": "__register__",
"line": 106,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "country",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
"module": "country",
"file": "country.py",
"class": "Subdivision",
"method": "__register__",
"line": 401,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "currency",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
"module": "currency",
"file": "currency.py",
"class": "Currency",
"method": "__register__",
"line": 77,
@@ -26,7 +27,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
"module": "currency",
"file": "currency.py",
"class": "CurrencyRate",
"method": "__register__",
"line": 289,
+18 -9
View File
@@ -3,7 +3,8 @@
"module": "ir",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/export.py",
"module": "ir",
"file": "export.py",
"class": "Export",
"method": "__register__",
"line": 68,
@@ -42,7 +43,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "Model",
"method": "__register__",
"line": 83,
@@ -96,7 +98,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelField",
"method": "__register__",
"line": 320,
@@ -200,7 +203,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelAccess",
"method": "__register__",
"line": 551,
@@ -289,7 +293,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelFieldAccess",
"method": "__register__",
"line": 789,
@@ -394,7 +399,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelButton",
"method": "__register__",
"line": 977,
@@ -497,7 +503,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelData",
"method": "__register__",
"line": 1334,
@@ -519,7 +526,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/rule.py",
"module": "ir",
"file": "rule.py",
"class": "RuleGroup",
"method": "__register__",
"line": 100,
@@ -608,7 +616,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py",
"module": "ir",
"file": "ui/view.py",
"class": "ViewTreeOptional",
"method": "__register__",
"line": 628,
+8 -4
View File
@@ -3,7 +3,8 @@
"module": "party",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/party/address.py",
"module": "party",
"file": "address.py",
"class": "Address",
"method": "__register__",
"line": 160,
@@ -41,7 +42,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py",
"module": "party",
"file": "configuration.py",
"class": "Configuration",
"method": "__register__",
"line": 33,
@@ -80,7 +82,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"module": "party",
"file": "party.py",
"class": "PartyCategory",
"method": "__register__",
"line": 448,
@@ -104,7 +107,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"module": "party",
"file": "party.py",
"class": "Identifier",
"method": "__register__",
"line": 825,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
"module": "production",
"file": "bom.py",
"class": "BOMInput",
"method": "__register__",
"line": 142,
@@ -41,7 +42,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/production/ir.py",
"module": "production",
"file": "ir.py",
"class": "Cron",
"method": "__register__",
"line": 19,
@@ -80,7 +82,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
"module": "production",
"file": "production.py",
"class": "Production",
"method": "__register__",
"line": 267,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
"module": "res",
"file": "user.py",
"class": "User",
"method": "__register__",
"line": 195,