Branch
[FIX] pre-commit: prettier XML comment formatting prettier (@prettier/plugin-xml) moves a trailing inline XML comment on the same line as a self-closing <field/> onto its own following line. These 3 files carried that style (from an earlier test_view fix) and failed the pre-commit CI hook run with --all-files. Reformat to prettier's canonical output. No functional change. Signed-off-by: David Tran <david.tran@tvtmarine.com>
[FIX] test_view ``` odoo.addons.base.tests.test_views: Please indicate why the always invisible fields are present in the view, or remove the field tag. Addon: 'spreadsheet_dashboard_oca' View: spreadsheet_dashboard_tree_view Fields: <field name="can_edit" column_invisible="True"/> Addon: 'spreadsheet_oca' View: spreadsheet_spreadsheet_import_form_view Fields: <field name="mode" invisible="1"/> <field name="can_be_dynamic" invisible="1"/> View: spreadsheet_spreadsheet_form_view Fields: <field name="active" invisible="1"/> <field name="filename" invisible="1"/> ```