[IMP] pre-commit lint

This commit is contained in:
Héctor Vi Or
2023-11-07 14:20:35 +01:00
parent f2f4dc4251
commit 4f10eaad31
15 changed files with 68 additions and 77 deletions

View File

@@ -182,7 +182,7 @@
<field name="name">py3o.pdf.options.tree</field>
<field name="model">py3o.pdf.options</field>
<field name="arch" type="xml">
<tree string="Py3o PDF Export Options">
<tree name="Py3o PDF Export Options">
<field name="name" />
</tree>
</field>

View File

@@ -17,7 +17,7 @@
<field name="name">py3o.server.configuration.tree.view</field>
<field name="model">py3o.server</field>
<field name="arch" type="xml">
<tree string="Py3o Servers Configuration">
<tree name="Py3o Servers Configuration">
<field name="url" />
<field name="pdf_options_id" />
<field name="is_active" />