Skip to content

Commit

Permalink
[FIX] account_payment_group: delete mode from account_payment_group_view
Browse files Browse the repository at this point in the history
closes #458

Signed-off-by: Juan José Scarafía <[email protected]>
  • Loading branch information
rov-adhoc committed Feb 21, 2024
1 parent f02ca6f commit c404e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion account_payment_group/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Payment with Multiple methods",
"version": "16.0.1.8.0",
"version": "16.0.1.9.0",
"category": "Accounting",
"website": "www.adhoc.com.ar",
"author": "ADHOC SA, AITIC S.A.S",
Expand Down
1 change: 0 additions & 1 deletion account_payment_group/views/account_payment_group_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
<page string="Payment Lines" attrs="{'invisible': [('payment_subtype', '=', 'double_validation'), ('state', '=', 'draft')]}">
<!-- pasar en el contexto company_id es necesario para que se elija bien el primer diario sugerido -->
<field name="payment_ids"
mode="form,tree"
context="{
'form_view_ref': 'account_payment_group.view_account_payment_from_group_form',
'tree_view_ref': 'account_payment_group.view_account_payment_from_group_tree',
Expand Down

0 comments on commit c404e78

Please sign in to comment.