Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-grap-bot committed Feb 17, 2025
1 parent 8a81292 commit 16a7ce4
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ addon | version | maintainers | summary
[fermente_account_move_name_sequence](fermente_account_move_name_sequence/) | 16.0.1.0.1 | | Fermente - Account Move Name Sequence
[fermente_base](fermente_base/) | 16.0.1.0.0 | | Fermente - Base
[fermente_cooperative_directory](fermente_cooperative_directory/) | 16.0.2.0.1 | | Add Directories for companies and employees
[fermente_hr](fermente_hr/) | 16.0.1.0.0 | | Fermente - Human Ressources
[fermente_hr](fermente_hr/) | 16.0.2.0.0 | | Fermente - Human Ressources
[fermente_hr_expense](fermente_hr_expense/) | 16.0.2.0.0 | | Fermente - Human Ressources Expense
[fermente_main_menu](fermente_main_menu/) | 16.0.1.0.1 | | Fermente - Main Menu
[fermente_mrp](fermente_mrp/) | 16.0.1.0.1 | | Fermente - MRP
[fermente_mrp_bom_form_view](fermente_mrp_bom_form_view/) | 16.0.1.0.1 | | Fermente - MRP BoM Form View
Expand Down
8 changes: 7 additions & 1 deletion fermente_hr/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fermente - Human Ressources
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4e8f1efedc894539b5bdcd3651c46f0282cc5ccfd44133597ab101a51bd60f69
!! source digest: sha256:6792f696c4007d0740dada09ae15cd7c89105e120c2acbf0cedab4effdf4f917
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand All @@ -24,6 +24,12 @@ Fermente - Human Ressources

Customize Odoo / odoo / ``hr`` module.

* In the ``hr.employee`` kanban view, hide:
* the icon on that show the presence of employees.

* In the ``hr.employee`` form view, hide:
*


**Temporary**

Expand Down
2 changes: 1 addition & 1 deletion fermente_hr/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Fermente - Human Ressources",
"version": "16.0.1.0.0",
"version": "16.0.2.0.0",
"category": "Web",
"author": "GRAP",
"website": "https://github.com/grap/grap-odoo-custom",
Expand Down
64 changes: 64 additions & 0 deletions fermente_hr_expense/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
===================================
Fermente - Human Ressources Expense
===================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:35bc3e5c87f57d3d6575681ff9f6df87fee567f505c0bd1e8006b76bac974ec8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-grap%2Fgrap--odoo--custom-lightgray.png?logo=github
:target: https://github.com/grap/grap-odoo-custom/tree/16.0/fermente_hr_expense
:alt: grap/grap-odoo-custom

|badge1| |badge2| |badge3|

Customize Odoo / odoo / ``hr_expense`` module.

**Temporary**

* Hide HR Expense menu for all people, for the time being.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/grap/grap-odoo-custom/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/grap/grap-odoo-custom/issues/new?body=module:%20fermente_hr_expense%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
~~~~~~~

* GRAP

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

* Sylvain LE GAL (https://www.twitter.com/legalsylvain)

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

This module is part of the `grap/grap-odoo-custom <https://github.com/grap/grap-odoo-custom/tree/16.0/fermente_hr_expense>`_ project on GitHub.

You are welcome to contribute.
2 changes: 1 addition & 1 deletion fermente_hr_expense/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Fermente - Human Ressources Expense",
"version": "16.0.1.0.0",
"version": "16.0.2.0.0",
"category": "Web",
"author": "GRAP",
"website": "https://github.com/grap/grap-odoo-custom",
Expand Down

0 comments on commit 16a7ce4

Please sign in to comment.