Skip to content

Commit 6ecf696

Browse files
committed
[16.0] [IMP] account_mass_reconcile: add _filter in view
Make _filter visbible in view for the user
1 parent ce99a73 commit 6ecf696

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

account_mass_reconcile/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Account Mass Reconcile",
7-
"version": "16.0.1.1.1",
7+
"version": "16.0.1.2.1",
88
"depends": ["account"],
99
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/account-reconcile",

account_mass_reconcile/views/mass_reconcile.xml

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ The lines should have the same partner, and the credit entry ref. is matched wit
175175
/>
176176
<field name="journal_id" attrs="{'required':[('write_off','>',0)]}" />
177177
<field name="date_base_on" />
178+
<field name="_filter" optional="hide" />
178179
</tree>
179180
</field>
180181
</record>

0 commit comments

Comments
 (0)