Skip to content

Commit

Permalink
[MIG] account_cashbox_l10n_latam_check: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rov-adhoc committed Dec 26, 2023
1 parent e1b5116 commit c01cebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions account_cashbox_l10n_latam_check/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Check Cashbox management",
"summary": "Add cashbox for check operations",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"category": "Accounting",
"website": "www.adhoc.com.ar",
"author": "ADHOC SA",
Expand All @@ -15,7 +15,7 @@
"data": [
'wizards/l10n_latam_payment_mass_transfer_views.xml',
],
"installable": False,
"installable": True,
"application": False,
"auto_install": True,
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from odoo import models, api, fields, _
from odoo.exceptions import UserError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<field
name="cashbox_session_id"
domain="[('user_ids', '=', uid), ('state', '=', 'opened'), ('company_id', '=', company_id)]"
attrs="{'required': [('requiere_account_cashbox_session', '=', True)]}"
/>
required="requiere_account_cashbox_session"/>
</field>
</field>
</record>
Expand Down

0 comments on commit c01cebd

Please sign in to comment.