mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] base_comment_template: pre-commit auto fixes
This commit is contained in:
@@ -7,20 +7,20 @@
|
||||
<form string="Base Comment Preview">
|
||||
<h3>Preview of
|
||||
<field
|
||||
name="base_comment_template_id"
|
||||
readonly="1"
|
||||
nolabel="1"
|
||||
class="oe_inline"
|
||||
/>
|
||||
name="base_comment_template_id"
|
||||
readonly="1"
|
||||
nolabel="1"
|
||||
class="oe_inline"
|
||||
/>
|
||||
</h3>
|
||||
<field name="no_record" invisible="1" />
|
||||
<field name="model_ids" />
|
||||
<div class="o_row">
|
||||
<span>Choose an example
|
||||
<field
|
||||
name="model_id"
|
||||
domain="[('id', 'in', model_ids or False)]"
|
||||
/>
|
||||
name="model_id"
|
||||
domain="[('id', 'in', model_ids or False)]"
|
||||
/>
|
||||
record:
|
||||
</span>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user