Skip to content

Commit db0cc4c

Browse files
committed
fix pre-commit
1 parent 899c560 commit db0cc4c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: account_dms_field/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Add dms field for account",
33
"version": "16.0.1.0.0",
44
"category": "Accounting/Accounting",
5-
"website": "https://www.agenterp.com",
5+
"website": "https://github.com/OCA/dms",
66
"author": "Agent ERP GmbH",
77
"depends": ["account", "dms_field"],
88
"data": ["views/account_move_view.xml"],

Diff for: account_dms_field/views/account_move_view.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<field name="inherit_id" ref="account.view_move_form" />
77
<field name="arch" type="xml">
88
<xpath expr="//notebook" position="inside">
9-
<page name="documents" string="Documents" attrs="{'invisible': [('id', '=', False)]}">
9+
<page
10+
name="documents"
11+
string="Documents"
12+
attrs="{'invisible': [('id', '=', False)]}"
13+
>
1014
<field name="dms_directory_ids" mode="dms_list" />
1115
</page>
1216
</xpath>

0 commit comments

Comments
 (0)