[IMP] partner_statement: pre-commit auto fixes
This commit is contained in:
@@ -702,28 +702,28 @@ class DetailedActivityStatementXslx(models.AbstractModel):
|
||||
FORMATS[
|
||||
"format_tcell_left_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"format_tcell_date_left_reconciled_outside-date-rank"
|
||||
] = copy_format(workbook, FORMATS["format_tcell_date_left_reconciled"])
|
||||
FORMATS["format_tcell_date_left_reconciled_outside-date-rank"] = (
|
||||
copy_format(workbook, FORMATS["format_tcell_date_left_reconciled"])
|
||||
)
|
||||
FORMATS[
|
||||
"format_tcell_date_left_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"format_distributed_reconciled_outside-date-rank"
|
||||
] = copy_format(workbook, FORMATS["format_distributed_reconciled"])
|
||||
FORMATS["format_distributed_reconciled_outside-date-rank"] = (
|
||||
copy_format(workbook, FORMATS["format_distributed_reconciled"])
|
||||
)
|
||||
FORMATS[
|
||||
"format_distributed_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"current_money_format_reconciled_outside-date-rank"
|
||||
] = copy_format(workbook, FORMATS["current_money_format_reconciled"])
|
||||
FORMATS["current_money_format_reconciled_outside-date-rank"] = (
|
||||
copy_format(workbook, FORMATS["current_money_format_reconciled"])
|
||||
)
|
||||
FORMATS[
|
||||
"current_money_format_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"format_tcell_left_blocked_reconciled_outside-date-rank"
|
||||
] = copy_format(
|
||||
workbook, FORMATS["format_tcell_left_blocked_reconciled"]
|
||||
FORMATS["format_tcell_left_blocked_reconciled_outside-date-rank"] = (
|
||||
copy_format(
|
||||
workbook, FORMATS["format_tcell_left_blocked_reconciled"]
|
||||
)
|
||||
)
|
||||
FORMATS[
|
||||
"format_tcell_left_blocked_reconciled_outside-date-rank"
|
||||
@@ -736,18 +736,18 @@ class DetailedActivityStatementXslx(models.AbstractModel):
|
||||
FORMATS[
|
||||
"format_tcell_date_left_blocked_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"format_distributed_blocked_reconciled_outside-date-rank"
|
||||
] = copy_format(
|
||||
workbook, FORMATS["format_distributed_blocked_reconciled"]
|
||||
FORMATS["format_distributed_blocked_reconciled_outside-date-rank"] = (
|
||||
copy_format(
|
||||
workbook, FORMATS["format_distributed_blocked_reconciled"]
|
||||
)
|
||||
)
|
||||
FORMATS[
|
||||
"format_distributed_blocked_reconciled_outside-date-rank"
|
||||
].set_font_color(fc_red)
|
||||
FORMATS[
|
||||
"current_money_format_blocked_reconciled_outside-date-rank"
|
||||
] = copy_format(
|
||||
workbook, FORMATS["current_money_format_blocked_reconciled"]
|
||||
FORMATS["current_money_format_blocked_reconciled_outside-date-rank"] = (
|
||||
copy_format(
|
||||
workbook, FORMATS["current_money_format_blocked_reconciled"]
|
||||
)
|
||||
)
|
||||
FORMATS[
|
||||
"current_money_format_blocked_reconciled_outside-date-rank"
|
||||
|
||||
@@ -43,7 +43,8 @@
|
||||
<span
|
||||
t-if="line['reconciled_line']"
|
||||
style="padding-left: 11px;"
|
||||
/><span t-out="line['move_id']" />
|
||||
/>
|
||||
<span t-out="line['move_id']" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-out="line['date']" />
|
||||
@@ -117,8 +118,8 @@
|
||||
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
|
||||
/>
|
||||
<div t-if="o.vat" class="mt16"><t
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
</t>
|
||||
<div class="page">
|
||||
<h2>Statement of Account</h2>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
|
||||
/>
|
||||
<div t-if="o.vat" class="mt16"><t
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
</t>
|
||||
<div class="page">
|
||||
<h2>Statement of Account</h2>
|
||||
|
||||
@@ -102,11 +102,11 @@
|
||||
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
|
||||
/>
|
||||
<div t-if="o.vat" class="mt16"><t
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
t-out="company.country_id.vat_label or 'Tax ID'"
|
||||
/>: <span t-field="o.vat" /></div>
|
||||
</t>
|
||||
<div class="page">
|
||||
<div class="oe_structure" />
|
||||
<div id="oe_structure" class="oe_structure" />
|
||||
<h2>Statement of Account</h2>
|
||||
<div id="informations" class="row mt32 mb32">
|
||||
<div class="col-3 bm-2">
|
||||
|
||||
@@ -89,20 +89,20 @@
|
||||
</group>
|
||||
<footer>
|
||||
<button
|
||||
name="button_export_html"
|
||||
string="View"
|
||||
type="object"
|
||||
default_focus="1"
|
||||
class="oe_highlight"
|
||||
/> or <button
|
||||
name="button_export_pdf"
|
||||
string="Export PDF"
|
||||
type="object"
|
||||
/> or <button
|
||||
name="button_export_xlsx"
|
||||
string="Export XLSX"
|
||||
type="object"
|
||||
/> or <button string="Cancel" class="oe_link" special="cancel" />
|
||||
name="button_export_html"
|
||||
string="View"
|
||||
type="object"
|
||||
default_focus="1"
|
||||
class="oe_highlight"
|
||||
/> or <button
|
||||
name="button_export_pdf"
|
||||
string="Export PDF"
|
||||
type="object"
|
||||
/> or <button
|
||||
name="button_export_xlsx"
|
||||
string="Export XLSX"
|
||||
type="object"
|
||||
/> or <button string="Cancel" class="oe_link" special="cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user