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
closes #435

Signed-off-by: Juan José Scarafía <jjs@adhoc.com.ar>
  • Loading branch information
rov-adhoc committed Dec 29, 2023
1 parent 2e83c1c commit 55e48c6
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 5 deletions.
73 changes: 73 additions & 0 deletions account_cashbox_l10n_latam_check/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.. |company| replace:: ADHOC SA

.. |company_logo| image:: https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-logo.png
:alt: ADHOC SA
:target: https://www.adhoc.com.ar

.. |icon| image:: https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-icon.png

.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

================================
Account Cashbox l10n Latam Check
================================

Module for cash management.

- 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:

#. Go to ...

Usage
=====

To use this module, you need to:

#. Go 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_payment/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
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 55e48c6

Please sign in to comment.