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

16.0 [ADD] account_ledger_entries - new module #1961

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions account_ledger_entries/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
======================
Account Ledger Entries
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:13a47f257f41214832654fc4734861425ca2e8473c35fb1ab97adbc05c2f7668
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/16.0/account_ledger_entries
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_ledger_entries
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module enhances Odoo's accounting functionality by adding a dedicated menu item for accessing accounting ledgers.
It allows users to easily navigate and manage various ledgers, streamlining the tracking of financial transactions.
Additionally, the module modifies the accounting move line view to display the cumulated balance, offering deeper insights into account activities.

* General Ledger: Access the general ledger to view all financial transactions, including debits and credits.
* Ledger by Partner: View ledgers filtered by partner, allowing for more detailed analysis of transactions associated with specific customers or suppliers.

**Table of contents**

.. contents::
:local:

Usage
=====

To use the Account Ledger Entries module, you need to:

#. Navigate to Accounting > Ledgers in the Odoo interface.
#. Select the desired ledger view to access the accounting move lines.
#. View and manage the accounting move lines, which now include a cumulated balance for better financial tracking.

With this module, you can:

* Easily access various accounting ledgers to streamline the process of tracking financial transactions.

* Gain insights into account activities through the cumulated balance displayed in the accounting move line view.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_ledger_entries%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Salvador Gonzalez (Xtendoo)

Contributors
~~~~~~~~~~~~

* Salvador González <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/16.0/account_ledger_entries>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
20 changes: 20 additions & 0 deletions account_ledger_entries/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
'name': "Account Ledger Entries",
'version': '16.0.1.0.0',
'summary': """Add menu item to access accounting ledgers""",
'description': """Add menu item to access accounting ledgers""",
'author': "Salvador Gonzalez (Xtendoo)",
'company': "Xtendoo",
'maintainer': 'Xtendoo',
'website': "https://xtendoo.es",
'category': 'Tools',
'depends': [
'account',
],
'license': 'AGPL-3',
'data': [
'views/account_menuitem.xml',
],
'installable': True,
'auto_install': False,
}
33 changes: 33 additions & 0 deletions account_ledger_entries/i18n/account_ledger_entries.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_ledger_entries
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-05 10:29+0000\n"
"PO-Revision-Date: 2024-11-05 10:29+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_ledger_entries
#: model:ir.actions.act_window,name:account_ledger_entries.action_account_moves_ledger_general
#: model:ir.ui.menu,name:account_ledger_entries.menu_action_account_moves_ledger_general
msgid "General Ledger"
msgstr ""

#. module: account_ledger_entries
#: model:ir.actions.act_window,name:account_ledger_entries.action_account_moves_ledger_by_partner
#: model:ir.ui.menu,name:account_ledger_entries.menu_action_account_moves_ledger_by_partner
msgid "Ledger by Partner"
msgstr ""

#. module: account_ledger_entries
#: model:ir.ui.menu,name:account_ledger_entries.account_ledger_entries
msgid "Ledgers"
msgstr ""
33 changes: 33 additions & 0 deletions account_ledger_entries/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_ledger_entries
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-05 10:30+0000\n"
"PO-Revision-Date: 2024-11-05 10:30+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_ledger_entries
#: model:ir.actions.act_window,name:account_ledger_entries.action_account_moves_ledger_general
#: model:ir.ui.menu,name:account_ledger_entries.menu_action_account_moves_ledger_general
msgid "General Ledger"
msgstr "Mayor general"

#. module: account_ledger_entries
#: model:ir.actions.act_window,name:account_ledger_entries.action_account_moves_ledger_by_partner
#: model:ir.ui.menu,name:account_ledger_entries.menu_action_account_moves_ledger_by_partner
msgid "Ledger by Partner"
msgstr "Mayor por empresa"

#. module: account_ledger_entries
#: model:ir.ui.menu,name:account_ledger_entries.account_ledger_entries
msgid "Ledgers"
msgstr "Libros mayores"
1 change: 1 addition & 0 deletions account_ledger_entries/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Salvador González <[email protected]>
6 changes: 6 additions & 0 deletions account_ledger_entries/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This module enhances Odoo's accounting functionality by adding a dedicated menu item for accessing accounting ledgers.
It allows users to easily navigate and manage various ledgers, streamlining the tracking of financial transactions.
Additionally, the module modifies the accounting move line view to display the cumulated balance, offering deeper insights into account activities.

* General Ledger: Access the general ledger to view all financial transactions, including debits and credits.
* Ledger by Partner: View ledgers filtered by partner, allowing for more detailed analysis of transactions associated with specific customers or suppliers.
11 changes: 11 additions & 0 deletions account_ledger_entries/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To use the Account Ledger Entries module, you need to:

#. Navigate to Accounting > Ledgers in the Odoo interface.
#. Select the desired ledger view to access the accounting move lines.
#. View and manage the accounting move lines, which now include a cumulated balance for better financial tracking.

With this module, you can:

* Easily access various accounting ledgers to streamline the process of tracking financial transactions.

* Gain insights into account activities through the cumulated balance displayed in the accounting move line view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading