Skip to content

Commit

Permalink
[16.0][IMP] add _filter field in view
Browse files Browse the repository at this point in the history
  • Loading branch information
lfreeke committed Aug 8, 2024
1 parent ce99a73 commit 2a05e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_mass_reconcile/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Account Mass Reconcile",
"version": "16.0.1.1.1",
"version": "16.0.1.2.1",
"depends": ["account"],
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
Expand Down
1 change: 1 addition & 0 deletions account_mass_reconcile/views/mass_reconcile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ The lines should have the same partner, and the credit entry ref. is matched wit
/>
<field name="journal_id" attrs="{'required':[('write_off','>',0)]}" />
<field name="date_base_on" />
<field name="_filter" optional="hide" />
</tree>
</field>
</record>
Expand Down

0 comments on commit 2a05e36

Please sign in to comment.