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

[FIX] l10n_ar_ux: add.checks.form view #708

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion l10n_ar_ux/__manifest__.py
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Accounting UX',
'version': "16.0.1.4.0",
'version': "16.0.1.5.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_ux/wizards/account_payment_add_checks_views.xml
Expand Up @@ -7,7 +7,7 @@
<form>
<field name="company_id" invisible="1"/>
<field name="check_ids"
domain="[('payment_method_code', '=', 'new_third_party_checks'), ('l10n_latam_check_current_journal_id', '!=', False), ('state', '=', 'posted'), ('company_id', '=', company_id)]"
domain="[('state', '=', 'posted'), ('l10n_latam_check_current_journal_id.inbound_payment_method_line_ids.payment_method_id.code', '=', 'in_third_party_checks'), ('company_id', '=', company_id)]"
context="{'tree_view_ref': 'l10n_latam_check.view_account_third_party_check_tree'}"
options="{'no_create': True}"/>
<footer>
Expand Down