mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] pre-commit lint
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<field name="name">base.comment.template.search</field>
|
<field name="name">base.comment.template.search</field>
|
||||||
<field name="model">base.comment.template</field>
|
<field name="model">base.comment.template</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Comment Templates">
|
<tree name="Comment Templates">
|
||||||
<field name="sequence" widget="handle" />
|
<field name="sequence" widget="handle" />
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="position" />
|
<field name="position" />
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<data>
|
|
||||||
<!-- SMS Template Preview -->
|
<!-- SMS Template Preview -->
|
||||||
<record model="ir.ui.view" id="base_comment_template_preview_form">
|
<record model="ir.ui.view" id="base_comment_template_preview_form">
|
||||||
<field name="name">base.comment.template.preview.form</field>
|
<field name="name">base.comment.template.preview.form</field>
|
||||||
@@ -76,5 +75,4 @@
|
|||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -450,7 +450,7 @@ class BiSQLView(models.Model):
|
|||||||
"type": "tree",
|
"type": "tree",
|
||||||
"model": self.model_id.model,
|
"model": self.model_id.model,
|
||||||
"arch": """<?xml version="1.0"?>"""
|
"arch": """<?xml version="1.0"?>"""
|
||||||
"""<tree string="Analysis">{}"""
|
"""<tree name="Analysis">{}"""
|
||||||
"""</tree>""".format(
|
"""</tree>""".format(
|
||||||
"".join([x._prepare_tree_field() for x in self.bi_sql_view_field_ids])
|
"".join([x._prepare_tree_field() for x in self.bi_sql_view_field_ids])
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo noupdate="1">
|
||||||
<data noupdate="1">
|
|
||||||
<record id="async_report_delivery" model="mail.template">
|
<record id="async_report_delivery" model="mail.template">
|
||||||
<field name="name">Report Async: New Report Available</field>
|
<field name="name">Report Async: New Report Available</field>
|
||||||
<field name="model_id" ref="base.model_ir_attachment" />
|
<field name="model_id" ref="base.model_ir_attachment" />
|
||||||
@@ -69,5 +68,4 @@
|
|||||||
</field>
|
</field>
|
||||||
<field name="auto_delete" eval="True" />
|
<field name="auto_delete" eval="True" />
|
||||||
</record>
|
</record>
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<field name="name">report.async.tree</field>
|
<field name="name">report.async.tree</field>
|
||||||
<field name="model">report.async</field>
|
<field name="model">report.async</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Report Center">
|
<tree name="Report Center">
|
||||||
<field name="action_id" context="{'access_sudo': True}" />
|
<field name="action_id" context="{'access_sudo': True}" />
|
||||||
<button type="object" name="run_now" string="Run Now" icon="fa-bolt" />
|
<button type="object" name="run_now" string="Run Now" icon="fa-bolt" />
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo noupdate="1">
|
||||||
<data noupdate="1">
|
|
||||||
<record
|
<record
|
||||||
id="report_default_context"
|
id="report_default_context"
|
||||||
model="ir.config_parameter"
|
model="ir.config_parameter"
|
||||||
@@ -9,5 +8,4 @@
|
|||||||
<field name="key">report.default.context</field>
|
<field name="key">report.default.context</field>
|
||||||
<field name="value">{}</field>
|
<field name="value">{}</field>
|
||||||
</record>
|
</record>
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo noupdate="1">
|
||||||
<data noupdate="1">
|
|
||||||
|
|
||||||
<record id="agipa_114016" model="report.paperformat.label">
|
<record id="agipa_114016" model="report.paperformat.label">
|
||||||
<field name="name">Label: Agipa 114016</field>
|
<field name="name">Label: Agipa 114016</field>
|
||||||
@@ -22,6 +21,4 @@
|
|||||||
<field name="label_margin_bottom" eval="1" />
|
<field name="label_margin_bottom" eval="1" />
|
||||||
<field name="label_margin_left" eval="1" />
|
<field name="label_margin_left" eval="1" />
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<record id="paperformat_label_view_tree" model="ir.ui.view">
|
<record id="paperformat_label_view_tree" model="ir.ui.view">
|
||||||
<field name="model">report.paperformat.label</field>
|
<field name="model">report.paperformat.label</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Label paper format configuration">
|
<tree name="Label paper format configuration">
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="label_height" />
|
<field name="label_height" />
|
||||||
<field name="label_width" />
|
<field name="label_width" />
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
id="external_standard_layout_images_template"
|
id="external_standard_layout_images_template"
|
||||||
primary="True"
|
primary="True"
|
||||||
inherit_id="web.external_layout_standard"
|
inherit_id="web.external_layout_standard"
|
||||||
|
priority="99"
|
||||||
>
|
>
|
||||||
<xpath expr="//div[contains(@t-attf-class, 'header')]" position="replace">
|
<xpath expr="//div[contains(@t-attf-class, 'header')]" position="replace">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
@@ -45,6 +46,7 @@
|
|||||||
id="external_clean_layout_images_template"
|
id="external_clean_layout_images_template"
|
||||||
primary="True"
|
primary="True"
|
||||||
inherit_id="web.external_layout_clean"
|
inherit_id="web.external_layout_clean"
|
||||||
|
priority="99"
|
||||||
>
|
>
|
||||||
<xpath expr="//div[contains(@t-attf-class, 'header')]" position="replace">
|
<xpath expr="//div[contains(@t-attf-class, 'header')]" position="replace">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<field name="name">py3o.template.configuration.tree.view</field>
|
<field name="name">py3o.template.configuration.tree.view</field>
|
||||||
<field name="model">py3o.template</field>
|
<field name="model">py3o.template</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Py3o Templates">
|
<tree name="Py3o Templates">
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="filetype" />
|
<field name="filetype" />
|
||||||
</tree>
|
</tree>
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
<field name="name">py3o.pdf.options.tree</field>
|
<field name="name">py3o.pdf.options.tree</field>
|
||||||
<field name="model">py3o.pdf.options</field>
|
<field name="model">py3o.pdf.options</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Py3o PDF Export Options">
|
<tree name="Py3o PDF Export Options">
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<field name="name">py3o.server.configuration.tree.view</field>
|
<field name="name">py3o.server.configuration.tree.view</field>
|
||||||
<field name="model">py3o.server</field>
|
<field name="model">py3o.server</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Py3o Servers Configuration">
|
<tree name="Py3o Servers Configuration">
|
||||||
<field name="url" />
|
<field name="url" />
|
||||||
<field name="pdf_options_id" />
|
<field name="pdf_options_id" />
|
||||||
<field name="is_active" />
|
<field name="is_active" />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<template id="minimal_layout" inherit_id="web.minimal_layout">
|
<template id="minimal_layout" inherit_id="web.minimal_layout" priority="99">
|
||||||
<xpath expr="//t[@t-if='subst_needed']" position="replace">
|
<xpath expr="//t[@t-if='subst_needed']" position="replace">
|
||||||
<t t-if="subst is True">
|
<t t-if="subst is True">
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<data>
|
|
||||||
<record id="demo_reports" model="ir.actions.report">
|
<record id="demo_reports" model="ir.actions.report">
|
||||||
<field name="name">Demo report</field>
|
<field name="name">Demo report</field>
|
||||||
<field name="model">res.users</field>
|
<field name="model">res.users</field>
|
||||||
@@ -30,5 +29,4 @@
|
|||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</template>
|
</template>
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|||||||
<field name="name">report.certificate.tree</field>
|
<field name="name">report.certificate.tree</field>
|
||||||
<field name="model">report.certificate</field>
|
<field name="model">report.certificate</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="PDF report certificates">
|
<tree name="PDF report certificates">
|
||||||
<field name="sequence" widget="handle" />
|
<field name="sequence" widget="handle" />
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="path" />
|
<field name="path" />
|
||||||
|
|||||||
Reference in New Issue
Block a user