sage/json/organization.json
2025-07-16 14:28:41 +08:00

26 lines
533 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/organization",
"dbname": "sage",
"tblname": "organization",
"params": {
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
],
"record_toolbar": null,
"content_view": {
"widgettype":"urlwidget",
"options":{
"params":{
"orgid":"${id}"
},
"url":"{{entire_url('../orgtypes')}}"
}
}
}
}