odoo-addon-account-dashboard-banner 18.0.1.0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-account-dashboard-banner might be problematic. Click here for more details.

Files changed (28) hide show
  1. odoo/addons/account_dashboard_banner/README.rst +152 -0
  2. odoo/addons/account_dashboard_banner/__init__.py +2 -0
  3. odoo/addons/account_dashboard_banner/__manifest__.py +29 -0
  4. odoo/addons/account_dashboard_banner/i18n/account_dashboard_banner.pot +246 -0
  5. odoo/addons/account_dashboard_banner/i18n/fr.po +263 -0
  6. odoo/addons/account_dashboard_banner/models/__init__.py +1 -0
  7. odoo/addons/account_dashboard_banner/models/account_dashboard_banner_cell.py +327 -0
  8. odoo/addons/account_dashboard_banner/post_install.py +18 -0
  9. odoo/addons/account_dashboard_banner/readme/CONFIGURE.md +34 -0
  10. odoo/addons/account_dashboard_banner/readme/CONTRIBUTORS.md +1 -0
  11. odoo/addons/account_dashboard_banner/readme/DESCRIPTION.md +13 -0
  12. odoo/addons/account_dashboard_banner/readme/USAGE.md +3 -0
  13. odoo/addons/account_dashboard_banner/security/ir.model.access.csv +4 -0
  14. odoo/addons/account_dashboard_banner/static/description/account_dashboard_banner.png +0 -0
  15. odoo/addons/account_dashboard_banner/static/description/banner_cell_config.png +0 -0
  16. odoo/addons/account_dashboard_banner/static/description/cell_form_with_warning.png +0 -0
  17. odoo/addons/account_dashboard_banner/static/description/icon.png +0 -0
  18. odoo/addons/account_dashboard_banner/static/description/index.html +484 -0
  19. odoo/addons/account_dashboard_banner/static/src/views/account_dashboard_kanban_banner.esm.js +36 -0
  20. odoo/addons/account_dashboard_banner/static/src/views/account_dashboard_kanban_banner.xml +27 -0
  21. odoo/addons/account_dashboard_banner/tests/__init__.py +1 -0
  22. odoo/addons/account_dashboard_banner/tests/test_banner.py +58 -0
  23. odoo/addons/account_dashboard_banner/views/account_dashboard_banner_cell.xml +59 -0
  24. odoo/addons/account_dashboard_banner/views/account_journal_dashboard.xml +20 -0
  25. odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/METADATA +169 -0
  26. odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/RECORD +28 -0
  27. odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/WHEEL +5 -0
  28. odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/top_level.txt +1 -0
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!--
3
+ Copyright 2025 Akretion France (https://www.akretion.com/)
4
+ @author: Alexis de Lattre <alexis.delattre@akretion.com>
5
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
6
+ -->
7
+
8
+ <odoo>
9
+
10
+ <record id="account_journal_dashboard_kanban_view" model="ir.ui.view">
11
+ <field name="model">account.journal</field>
12
+ <field name="inherit_id" ref="account.account_journal_dashboard_kanban_view"/>
13
+ <field name="arch" type="xml">
14
+ <kanban position="attributes">
15
+ <attribute name="js_class">account_dashboard_kanban_banner</attribute>
16
+ </kanban>
17
+ </field>
18
+ </record>
19
+
20
+ </odoo>
@@ -0,0 +1,169 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-account_dashboard_banner
3
+ Version: 18.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo==18.0.*
6
+ Summary: Add a configurable banner on the accounting dashboard
7
+ Home-page: https://github.com/OCA/account-financial-tools
8
+ License: AGPL-3
9
+ Author: Akretion,Odoo Community Association (OCA)
10
+ Author-email: support@odoo-community.org
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Framework :: Odoo
13
+ Classifier: Framework :: Odoo :: 18.0
14
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
+ Classifier: Development Status :: 4 - Beta
16
+ Description-Content-Type: text/x-rst
17
+
18
+ .. image:: https://odoo-community.org/readme-banner-image
19
+ :target: https://odoo-community.org/get-involved?utm_source=readme
20
+ :alt: Odoo Community Association
21
+
22
+ ========================
23
+ Account Dashboard Banner
24
+ ========================
25
+
26
+ ..
27
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
+ !! This file is generated by oca-gen-addon-readme !!
29
+ !! changes will be overwritten. !!
30
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
+ !! source digest: sha256:5e9e2774ec8cb77a588da7487088b41f701b5f7d1dd0f16fdb8c10b85a99bf6e
32
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
33
+
34
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
35
+ :target: https://odoo-community.org/page/development-status
36
+ :alt: Beta
37
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
38
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
39
+ :alt: License: AGPL-3
40
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
41
+ :target: https://github.com/OCA/account-financial-tools/tree/18.0/account_dashboard_banner
42
+ :alt: OCA/account-financial-tools
43
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
44
+ :target: https://translation.odoo-community.org/projects/account-financial-tools-18-0/account-financial-tools-18-0-account_dashboard_banner
45
+ :alt: Translate me on Weblate
46
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
47
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=18.0
48
+ :alt: Try me on Runboat
49
+
50
+ |badge1| |badge2| |badge3| |badge4| |badge5|
51
+
52
+ The development of this module started with a simple analysis:
53
+ accountants tend to forget to update the lock dates. Part of the problem
54
+ lies in the fact that the lock dates can be seen in the wizard to update
55
+ the lock dates, but accountants have no incentive to start this wizard
56
+ regularly to check the lock dates. The idea was to display the lock
57
+ dates in a banner at the top of the accounting dashboard, so that
58
+ accountants have the value of the lock dates in front of their eyes.
59
+
60
+ With such a banner in the accounting dashboard to display the lock
61
+ dates, there was a great temptation to display other interesting
62
+ information in that banner, such as some key figures of the accounting:
63
+ liquidity, turnover, customer overdue, etc. It gave birth to the idea to
64
+ have a configurable banner in the accounting dashboard!
65
+
66
+ **Table of contents**
67
+
68
+ .. contents::
69
+ :local:
70
+
71
+ Configuration
72
+ =============
73
+
74
+ Go to the menu **Invoicing > Configuration > Dashboard > Dashboard
75
+ Banner Cells**: in this menu, you can add or remove cells from the
76
+ banner, change the cell type, modify the order via drag-and-drop,
77
+ customize the labels if necessary.
78
+
79
+ |Cell configuration menu|
80
+
81
+ Many cell types are available:
82
+
83
+ - **Income** with 4 options: *Fiscal Year-to-date Income*, *Year-to-date
84
+ Income*, *Quarter-to-date Income* and *Month-to-date Income*. It
85
+ displays the period balance of the accounts with type *Income* and
86
+ *Other Income*.
87
+ - **Liquidity**: it display the ending balance of the accounts linked to
88
+ a bank or cash or credit journal.
89
+ - **Customer Debt**: it displays the ending balance of the default
90
+ *Account Receivable* and, if the point of sale is installed, the
91
+ intermediary account used for unidentified customers.
92
+ - **Customer Overdue**: same as the *Customer Debt*, but limited to
93
+ journal items with a due date in the past.
94
+ - **Supplier Debt**: it displays the ending balance of the default
95
+ *Account Payable*.
96
+ - **Lock dates**: all the lock dates are available: *Tax Return Lock
97
+ Date*, *Sales Lock Date*, *Purchase Lock Date*, *Global Lock Date* and
98
+ *Hard Lock Date*.
99
+
100
+ The module is designed to allow the modification of the computation of
101
+ the different cell types by inheriting the method
102
+ *\_prepare_cell_data\_<cell_type>()* or *\_prepare_cell_data()*. It is
103
+ also easy for a developper to add more cell types.
104
+
105
+ It is possible to display a cell as a warning cell (yellow background
106
+ color instead of light grey): click on the *Warning* option and
107
+ customize the conditions to trigger the warning.
108
+
109
+ |Cell form with warning|
110
+
111
+ .. |Cell configuration menu| image:: https://raw.githubusercontent.com/OCA/account-financial-tools/18.0/account_dashboard_banner/static/description/banner_cell_config.png
112
+ .. |Cell form with warning| image:: https://raw.githubusercontent.com/OCA/account-financial-tools/18.0/account_dashboard_banner/static/description/cell_form_with_warning.png
113
+
114
+ Usage
115
+ =====
116
+
117
+ Enjoy the accounting dashboard with the banner at the top:
118
+
119
+ |Accounting dashboard with banner|
120
+
121
+ .. |Accounting dashboard with banner| image:: https://raw.githubusercontent.com/OCA/account-financial-tools/18.0/account_dashboard_banner/static/description/account_dashboard_banner.png
122
+
123
+ Bug Tracker
124
+ ===========
125
+
126
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
127
+ In case of trouble, please check there if your issue has already been reported.
128
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
129
+ `feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_dashboard_banner%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
130
+
131
+ Do not contact contributors directly about support or help with technical issues.
132
+
133
+ Credits
134
+ =======
135
+
136
+ Authors
137
+ -------
138
+
139
+ * Akretion
140
+
141
+ Contributors
142
+ ------------
143
+
144
+ - Alexis de Lattre <alexis.delattre@akretion.com>
145
+
146
+ Maintainers
147
+ -----------
148
+
149
+ This module is maintained by the OCA.
150
+
151
+ .. image:: https://odoo-community.org/logo.png
152
+ :alt: Odoo Community Association
153
+ :target: https://odoo-community.org
154
+
155
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
156
+ mission is to support the collaborative development of Odoo features and
157
+ promote its widespread use.
158
+
159
+ .. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
160
+ :target: https://github.com/alexis-via
161
+ :alt: alexis-via
162
+
163
+ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
164
+
165
+ |maintainer-alexis-via|
166
+
167
+ This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/18.0/account_dashboard_banner>`_ project on GitHub.
168
+
169
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,28 @@
1
+ odoo/addons/account_dashboard_banner/README.rst,sha256=SP8f7jfrxFwIG8TMD2BsTiEjK625WlFpfwh0zFvb7Zw,6472
2
+ odoo/addons/account_dashboard_banner/__init__.py,sha256=9omvQVHTvIdJiWUPKF_5RsE7NHJbLXOX1s5LKkU3z5A,86
3
+ odoo/addons/account_dashboard_banner/__manifest__.py,sha256=djZXSbPknHurxPE3AHoNj8AIagg5S_shIiP9PsdOQm4,1109
4
+ odoo/addons/account_dashboard_banner/post_install.py,sha256=RnVMDB981TQ8IX8zLoFOUL39vbW7jqQ_nRERL0WLpOQ,941
5
+ odoo/addons/account_dashboard_banner/i18n/account_dashboard_banner.pot,sha256=58Yg1QD4YX42y9oEgXn11-j18tJNStpp4c3J5OA_p4I,9146
6
+ odoo/addons/account_dashboard_banner/i18n/fr.po,sha256=Ay7TlEIkGnjHDrnNQVzCsH5Temme70BeZ6Amw5WEDN4,10865
7
+ odoo/addons/account_dashboard_banner/models/__init__.py,sha256=vZDWdXpC5wVgQc-YYyTFEfDuUXeO5W1BFwiPnotkU8E,44
8
+ odoo/addons/account_dashboard_banner/models/account_dashboard_banner_cell.py,sha256=C7kxyI39-CHJTuLf3oFp4O6l9fZTz4-Hu5F-f0ro0FE,12943
9
+ odoo/addons/account_dashboard_banner/readme/CONFIGURE.md,sha256=0ARA5ZPadm7X2RhRCwBxYU8VMQoS1JuokHzN8azYSlc,1738
10
+ odoo/addons/account_dashboard_banner/readme/CONTRIBUTORS.md,sha256=gFP604njgvkxmsr2ZQAuYi0khBJEdMTwduFo1dgG0wE,54
11
+ odoo/addons/account_dashboard_banner/readme/DESCRIPTION.md,sha256=tTBWSU8-vjeSVBVP4J-rWs48XrPKlL_-HXezfUXyFSc,817
12
+ odoo/addons/account_dashboard_banner/readme/USAGE.md,sha256=SCgiVwnGrW19VRT5EWauZ9TuffyqCW6IkcsAK2ISaeA,148
13
+ odoo/addons/account_dashboard_banner/security/ir.model.access.csv,sha256=812nv84Zl7ZDY8VU7OrEaANqFXLmHdyjoliBmz4Gu-c,564
14
+ odoo/addons/account_dashboard_banner/static/description/account_dashboard_banner.png,sha256=-SsT4H5JntVFGpmcgnNQZDRNnBJ16vVugbcdqaqarYY,77126
15
+ odoo/addons/account_dashboard_banner/static/description/banner_cell_config.png,sha256=SXBuq2wiyo_xxiSUr8pIm8i7-Rw8cf2K9qWt11HIO1U,42021
16
+ odoo/addons/account_dashboard_banner/static/description/cell_form_with_warning.png,sha256=8H9Vnp4e8Gam5eO9UKuFGLwMpH0iYZooNsdQAsiHQ7s,34532
17
+ odoo/addons/account_dashboard_banner/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
18
+ odoo/addons/account_dashboard_banner/static/description/index.html,sha256=cu7xZ4r7mhLEppsOUcnDclQDqdKDFVccGQKzGBxtxOU,16488
19
+ odoo/addons/account_dashboard_banner/static/src/views/account_dashboard_kanban_banner.esm.js,sha256=7Zdjk_JE6qSZ2MUkHj0Qb3U6hc4uf0TS8lycDWX7A-o,1341
20
+ odoo/addons/account_dashboard_banner/static/src/views/account_dashboard_kanban_banner.xml,sha256=hesB4da5ziAvnDuBYgPAmGJgAfDagYDoL13HAWHOiT4,1583
21
+ odoo/addons/account_dashboard_banner/tests/__init__.py,sha256=qTAN3lxvySaOwrEw-5SXJQVGsf4lIpxBmJQbMy86AXk,26
22
+ odoo/addons/account_dashboard_banner/tests/test_banner.py,sha256=8wDmi_YuQCJqMAwPV9noeagdTMs_YNrRAPeHOtvguAo,2303
23
+ odoo/addons/account_dashboard_banner/views/account_dashboard_banner_cell.xml,sha256=G-LfitaszMEnour0ag8ntW9N-EGN5jezoTqgv_h-AMA,3058
24
+ odoo/addons/account_dashboard_banner/views/account_journal_dashboard.xml,sha256=z5smMSHEmB2vX7y5YAJw8sr8dbCZ8w8XW9-3fUlkmA4,686
25
+ odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/METADATA,sha256=bszRWEUf1oL3VVDddsxA4KYzGwz9F_cLg7qyEhpVRfE,7106
26
+ odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
27
+ odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
28
+ odoo_addon_account_dashboard_banner-18.0.1.0.0.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: Whool 1.2
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+