fix: Eliminar referencias a reportes no implementados
- Eliminado completamente el botón de reporte en lims_test_views.xml - Removida referencia a report/report_test_result.xml del manifest - Removida referencia a report_test_result.css del manifest - Esto soluciona el error 'External ID not found' durante la inicialización
This commit is contained in:
parent
78091085f3
commit
4283fe0507
1215
documents/logs/log_odoo_init.txt
Normal file
1215
documents/logs/log_odoo_init.txt
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -21,9 +21,6 @@
|
|||
'web.assets_backend': [
|
||||
'lims_management/static/src/css/lims_test.css',
|
||||
],
|
||||
'web.report_assets_common': [
|
||||
'lims_management/static/src/css/report_test_result.css',
|
||||
],
|
||||
},
|
||||
'data': [
|
||||
'security/lims_security.xml',
|
||||
|
@ -46,7 +43,6 @@
|
|||
'views/analysis_parameter_views.xml',
|
||||
'views/product_template_parameter_config_views.xml',
|
||||
'views/parameter_dashboard_views.xml',
|
||||
'report/report_test_result.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/z_lims_demo.xml',
|
||||
|
|
|
@ -28,13 +28,6 @@
|
|||
type="object"
|
||||
invisible="state not in ['draft', 'in_process']"
|
||||
confirm="¿Está seguro de regenerar los resultados? Esto eliminará los resultados actuales."/>
|
||||
<!-- Report not implemented yet
|
||||
<button name="%(lims_management.action_report_test_result)d"
|
||||
string="Imprimir Resultados"
|
||||
type="action"
|
||||
class="btn-primary"
|
||||
invisible="state not in ['result_entered', 'validated']"/>
|
||||
-->
|
||||
<field name="state" widget="statusbar"
|
||||
statusbar_visible="draft,in_process,result_entered,validated"/>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue
Block a user