Skip to content

Commit

Permalink
[3885][ADD] analytic_distribution_widget_remove_save (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaldifirdaus authored Nov 28, 2023
1 parent 1d2f6b9 commit c5ff4bb
Show file tree
Hide file tree
Showing 14 changed files with 596 additions and 0 deletions.
100 changes: 100 additions & 0 deletions analytic_distribution_widget_remove_save/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
========================================
Analytic Distribution Widget Remove Save
========================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ab52ce128a5d90d92ec2c5fc969bad798aaad40b251533b9742977f49755e9d2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/analytic_distribution_widget_remove_save
: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-analytic_distribution_widget_remove_save
: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 removes the save button on the widget of analytic
distribution introduced by the module 'analytic'. |screenshot|

.. |screenshot| image:: https://raw.githubusercontent.com/OCA/account-analytic/16.0/analytic_distribution_widget_remove_save/static/description/widget_analytic_screenshot.png

**Table of contents**

.. contents::
:local:

Use Cases / Context
===================

The 'Save' button serves as a shortcut for quickly creating analytic
distribution templates, but it may confuse untrained users, potentially
leading to the unintended creation of templates.

Installation
============

To install this module, you need to:

- nothing special

Usage
=====

To use this module, you need to:

- nothing special

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:%20analytic_distribution_widget_remove_save%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
-------

* ACSONE SA/NV

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

- Zina Rasoamanana zina.rasoamanana@acsone.eu

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-analytic <https://github.com/OCA/account-analytic/tree/16.0/analytic_distribution_widget_remove_save>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
22 changes: 22 additions & 0 deletions analytic_distribution_widget_remove_save/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2023 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Analytic Distribution Widget Remove Save",
"summary": """
Remove save button on analytic distribution widget""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-analytic",
"depends": [
"analytic",
],
"data": [],
"demo": [],
"assets": {
"web.assets_backend": [
"analytic_distribution_widget_remove_save/static/src/xml/**/*",
]
},
}
1 change: 1 addition & 0 deletions analytic_distribution_widget_remove_save/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The 'Save' button serves as a shortcut for quickly creating analytic distribution templates, but it may confuse untrained users, potentially leading to the unintended creation of templates.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Zina Rasoamanana <zina.rasoamanana@acsone.eu>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module removes the save button on the widget of analytic distribution introduced by the module 'analytic'.
![screenshot](./../static/description/widget_analytic_screenshot.png)
3 changes: 3 additions & 0 deletions analytic_distribution_widget_remove_save/readme/INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To install this module, you need to:

- nothing special
3 changes: 3 additions & 0 deletions analytic_distribution_widget_remove_save/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To use this module, you need to:

- nothing special
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c5ff4bb

Please sign in to comment.