-
- Downloads
[FIX] *: reports: check required values for 'render_html'
Some reports require additional information to render. When accessed in Odoo, the user has to fill a wizard to provide those information. However, when these reports were opened in Studio, it crashed as those information were missing (we don't pass through the configuration wizard in this case). This fix checks if all the required information are given before trying to render those reports, and it displays a warning in the logs in they are missing, which is better than a traceback.
Showing
- addons/account/report/account_aged_partner_balance.py 4 additions, 0 deletionsaddons/account/report/account_aged_partner_balance.py
- addons/account/report/account_balance.py 4 additions, 0 deletionsaddons/account/report/account_balance.py
- addons/account/report/account_general_ledger.py 4 additions, 0 deletionsaddons/account/report/account_general_ledger.py
- addons/account/report/account_journal.py 4 additions, 0 deletionsaddons/account/report/account_journal.py
- addons/account/report/account_partner_ledger.py 4 additions, 0 deletionsaddons/account/report/account_partner_ledger.py
- addons/account/report/account_report_financial.py 4 additions, 0 deletionsaddons/account/report/account_report_financial.py
- addons/hr_holidays/report/holidays_summary_report.py 4 additions, 0 deletionsaddons/hr_holidays/report/holidays_summary_report.py
- addons/hr_payroll/report/report_contribution_register.py 4 additions, 0 deletionsaddons/hr_payroll/report/report_contribution_register.py
- addons/l10n_in_hr_payroll/report/report_hr_salary_employee_bymonth.py 4 additions, 0 deletions...in_hr_payroll/report/report_hr_salary_employee_bymonth.py
- addons/l10n_in_hr_payroll/report/report_hr_yearly_salary_detail.py 4 additions, 0 deletions...0n_in_hr_payroll/report/report_hr_yearly_salary_detail.py
Loading
Please register or sign in to comment