[IMP] : pre-commit auto fixes

This commit is contained in:
Justine Doutreloux
2024-11-07 16:58:52 +01:00
parent a3fd4fa7f8
commit adbf5ac757
9 changed files with 44 additions and 50 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" ?>
<odoo>
<!-- History Tree view -->
<record model="ir.ui.view" id="view_wiki_history_tree">
<field name="name">document.page.history.tree</field>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_documentpage_doc">
<t t-call="web.external_layout">
<div class="page">
@@ -27,5 +26,4 @@
<field name="binding_type">report</field>
<field name="binding_model_id" ref="model_document_page" />
</record>
</odoo>