Skip to content

Commit

Permalink
some precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreschenkels committed Mar 22, 2024
1 parent df51f7a commit 0d269dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions account_journal_subtype/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"version": "16.0.1.0.0",
"category": "Accounting & Finance",
"author": "Onestein",
"website": "https://www.onestein.eu",
"website": "https://www.onestein.nl",
"depends": [
"account",
],
"data": [
'views/account_journal_views.xml',
"views/account_journal_views.xml",
],
"license": "LGPL-3",
}
4 changes: 3 additions & 1 deletion account_journal_subtype/views/account_journal_views.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record model="ir.ui.view" id="view_account_journal_form">
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.view_account_journal_form" />
Expand All @@ -9,6 +10,7 @@
</field>
</field>
</record>

<record model="ir.ui.view" id="view_account_journal_tree">
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.view_account_journal_tree" />
Expand All @@ -19,4 +21,4 @@
</field>
</record>

</odoo>
</odoo>

0 comments on commit 0d269dc

Please sign in to comment.