Skip to content

Commit

Permalink
[ADD] account_analytic_menu: New module account_analytic_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mpascuall committed Dec 13, 2024
1 parent 74a4fdd commit 08221f9
Show file tree
Hide file tree
Showing 10 changed files with 594 additions and 0 deletions.
100 changes: 100 additions & 0 deletions account_analytic_menu/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
=====================
Account Analytic Menu
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:30ae9e30e0ea98bf0cee5523b9506babf5256d82cf9f39bbb5de555997040d07
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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--analytic-lightgray.png?logo=github
:target: https://github.com/OCA/account-analytic/tree/16.0/account_analytic_menu
:alt: OCA/account-analytic
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_menu
: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-analytic&target_branch=16.0
:alt: Try me on Runboat

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

This module adds a menu to structure the analytic in a more
user-friendly way.s

**Table of contents**

.. contents::
:local:

Usage
=====

First make sure your user has the accounting permission.

Then navegate to Invoicing -> Analytic Accounting.

You will see all the Accounting info in this menu.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-analytic/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-analytic/issues/new?body=module:%20account_analytic_menu%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
-------

* Lansana Barry
* Miquel Alzanillas
* Miquel Pascual

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

- `APSL-Nagarro <https://apsl.tech>`__:

- Lansana Barry <<[email protected]>>
- Miquel Alzanillas <<[email protected]>>
- Miquel Pascual <<[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.

.. |maintainer-mpascuall| image:: https://github.com/mpascuall.png?size=40px
:target: https://github.com/mpascuall
:alt: mpascuall

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-mpascuall|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
16 changes: 16 additions & 0 deletions account_analytic_menu/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Account Analytic Menu",
"version": "16.0.1.0.0",
"summary": """Add a menu to structure the analytic in a more user-friendly way""",
"description": """Analytic menu structure""",
"category": "Analytic Accounting",
"license": "AGPL-3",
"author": "Lansana Barry, Miquel Alzanillas, Miquel Pascual, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-analytic",
"depends": ["analytic", "account"],
"data": [
"views/account_menuitem.xml",
],
"installable": True,
"maintainers": ["mpascuall"],
}
4 changes: 4 additions & 0 deletions account_analytic_menu/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [APSL-Nagarro](<https://apsl.tech>):
- Lansana Barry \<\<<[email protected]>\>\>
- Miquel Alzanillas \<\<<[email protected]>\>\>
- Miquel Pascual \<\<<[email protected]>\>\>
1 change: 1 addition & 0 deletions account_analytic_menu/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds a menu to structure the analytic in a more user-friendly way.s
5 changes: 5 additions & 0 deletions account_analytic_menu/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
First make sure your user has the accounting permission.

Then navegate to Invoicing -> Analytic Accounting.

You will see all the Accounting info in this menu.
Loading

0 comments on commit 08221f9

Please sign in to comment.