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
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "company",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
"module": "company",
"file": "party.py",
"class": "ConfigurationLang",
"method": "__register__",
"line": 20,
@@ -25,7 +26,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
"module": "company",
"file": "party.py",
"class": "PartyLang",
"method": "__register__",
"line": 43,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "country",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
"module": "country",
"file": "country.py",
"class": "Country",
"method": "__register__",
"line": 30,
@@ -82,7 +83,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
"module": "country",
"file": "country.py",
"class": "Subdivision",
"method": "__register__",
"line": 214,
+2 -1
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": 51,
+36 -18
View File
@@ -3,7 +3,8 @@
"module": "ir",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
"module": "ir",
"file": "action.py",
"class": "ActionKeyword",
"method": "__register__",
"line": 152,
@@ -26,7 +27,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
"module": "ir",
"file": "action.py",
"class": "ActionReport",
"method": "__register__",
"line": 545,
@@ -79,7 +81,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
"module": "ir",
"file": "action.py",
"class": "ActionActWindow",
"method": "__register__",
"line": 745,
@@ -161,7 +164,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
"module": "ir",
"file": "action.py",
"class": "ActionActWindowView",
"method": "__register__",
"line": 933,
@@ -184,7 +188,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py",
"module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain",
"method": "__register__",
"line": 972,
@@ -207,7 +212,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py",
"module": "ir",
"file": "attachment.py",
"class": "Attachment",
"method": "__register__",
"line": 63,
@@ -325,7 +331,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py",
"module": "ir",
"file": "cron.py",
"class": "Cron",
"method": "__register__",
"line": 69,
@@ -348,7 +355,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py",
"module": "ir",
"file": "model.py",
"class": "ModelData",
"method": "__register__",
"line": 1157,
@@ -403,7 +411,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
"module": "ir",
"file": "module.py",
"class": "Module",
"method": "__register__",
"line": 103,
@@ -521,7 +530,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
"module": "ir",
"file": "module.py",
"class": "ModuleDependency",
"method": "__register__",
"line": 362,
@@ -546,7 +556,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py",
"module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem",
"method": "__register__",
"line": 393,
@@ -616,7 +627,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py",
"module": "ir",
"file": "queue.py",
"class": "Queue",
"method": "__register__",
"line": 35,
@@ -640,7 +652,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py",
"module": "ir",
"file": "session.py",
"class": "Session",
"method": "__register__",
"line": 36,
@@ -663,7 +676,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py",
"module": "ir",
"file": "translation.py",
"class": "Translation",
"method": "__register__",
"line": 86,
@@ -747,7 +761,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py",
"module": "ir",
"file": "trigger.py",
"class": "Trigger",
"method": "__register__",
"line": 77,
@@ -881,7 +896,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py",
"module": "ir",
"file": "trigger.py",
"class": "TriggerLog",
"method": "__register__",
"line": 330,
@@ -904,7 +920,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py",
"module": "ir",
"file": "ui/icon.py",
"class": "Icon",
"method": "__register__",
"line": 33,
@@ -927,7 +944,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py",
"module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState",
"method": "__register__",
"line": 323,
+14 -7
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": 67,
@@ -57,7 +58,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/address.py",
"module": "party",
"file": "address.py",
"class": "AddressFormat",
"method": "__register__",
"line": 265,
@@ -189,7 +191,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/category.py",
"module": "party",
"file": "category.py",
"class": "Category",
"method": "__register__",
"line": 35,
@@ -211,7 +214,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py",
"module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue",
"method": "__register__",
"line": 40,
@@ -231,7 +235,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"module": "party",
"file": "party.py",
"class": "Party",
"method": "__register__",
"line": 81,
@@ -254,7 +259,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"module": "party",
"file": "party.py",
"class": "PartyLang",
"method": "__register__",
"line": 268,
@@ -337,7 +343,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/party/party.py",
"module": "party",
"file": "party.py",
"class": "Identifier",
"method": "__register__",
"line": 428,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py",
"module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__",
"line": 48,
@@ -25,7 +26,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
"module": "product",
"file": "product.py",
"class": "Product",
"method": "__register__",
"line": 360,
@@ -64,7 +66,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
"module": "product",
"file": "product.py",
"class": "ProductListPrice",
"method": "__register__",
"line": 551,
@@ -86,7 +89,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
"module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod",
"method": "__register__",
"line": 578,
@@ -168,7 +172,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
"module": "product",
"file": "product.py",
"class": "ProductCostPrice",
"method": "__register__",
"line": 634,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py",
"module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence",
"method": "__register__",
"line": 43,
@@ -25,7 +26,8 @@
]
},
{
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
"module": "production",
"file": "production.py",
"class": "Production",
"method": "__register__",
"line": 249,
+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,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py",
"module": "stock_lot",
"file": "product.py",
"class": "Template",
"method": "__register__",
"line": 29,