Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
29
custom_report_field/__manifest__.py
Normal file
29
custom_report_field/__manifest__.py
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "Custom report field",
|
||||
"summary": """Creates custom computed fields for reports""",
|
||||
"description": """
|
||||
Adds custom computed fields for reports.
|
||||
Adds new tab with custom fields in report form, where custom fields can be
|
||||
created. Here is possible write some python code for computing field's value,
|
||||
and this field with computed value will be accessible in report template.
|
||||
|
||||
Also adds wizard where custom fields values can be validated before report
|
||||
creation.
|
||||
""",
|
||||
"author": "RYDLAB",
|
||||
"website": "https://rydlab.ru",
|
||||
"category": "Technical",
|
||||
"version": "19.0.2025.11.11",
|
||||
"license": "LGPL-3",
|
||||
"depends": ["base", "web", "report_monetary_helpers"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/ir_actions_report_views.xml",
|
||||
"wizard/custom_report_field_values_wizard_views.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"custom_report_field/static/src/js/action_manager_report.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user