Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] [IMP] account_mass_reconcile: add _filter in view #680

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading