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 28, 2023
1 parent e1b5116 commit d404c76
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 5 deletions.
48 changes: 48 additions & 0 deletions account_cashbox_l10n_latam_check/README.rst
@@ -0,0 +1,48 @@
Account Cashbox l10n Latam Check
=======================


Cashbox module extension that allows users to transfer one or more checks to a cashbox session.


Installation
============
To install this module, you need to:
#. account_cashbox
#. l10n_latam_check

Configuration
=============
To configure this module, you need to:
#. No configuration nedeed.

Usage
=====
To use this module, you need to:
#.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: http://runbot.adhoc.com.ar/

Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/ingadhoc/account-invoicing/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------
* |company| |icon|

Contributors
------------

Maintainer
----------
|company_logo|
This module is maintained by the |company|.
To contribute to this module, please visit https://www.adhoc.com.ar.
4 changes: 2 additions & 2 deletions account_cashbox_l10n_latam_check/__manifest__.py
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,
}
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from odoo import models, api, fields, _
from odoo.exceptions import UserError
Expand Down
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 d404c76

Please sign in to comment.