Skip to content

Commit

Permalink
[IMP] l10n_it_central_journal_reportlab: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jado95 committed Dec 6, 2024
1 parent 396bf6a commit aab1e79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 0 additions & 2 deletions l10n_it_central_journal_reportlab/views/date_range_view.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="view_central_journal_account_journal_form" model="ir.ui.view">
<field name="name">view.central.journal.account.journal.form</field>
<field name="model">account.journal</field>
Expand Down Expand Up @@ -40,5 +39,4 @@
</xpath>
</field>
</record>

</odoo>
22 changes: 10 additions & 12 deletions l10n_it_central_journal_reportlab/wizard/print_giornale.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="wizard_giornale_reportlab" model="ir.ui.view">
<field name="name">General Journal Reportlab</field>
<field name="model">wizard.giornale.reportlab</field>
Expand Down Expand Up @@ -49,17 +48,17 @@
</group>
<footer>
<button
name="print_giornale_reportlab"
string="Print"
type="object"
class="oe_highlight"
/>
name="print_giornale_reportlab"
string="Print"
type="object"
class="oe_highlight"
/>
<button
name="print_giornale_reportlab_final"
string="Final print"
type="object"
class="oe_highlight"
/>
name="print_giornale_reportlab_final"
string="Final print"
type="object"
class="oe_highlight"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
Expand All @@ -81,5 +80,4 @@
action="action_giornale_reportlab"
id="menu_giornale"
/>

</odoo>

0 comments on commit aab1e79

Please sign in to comment.