Skip to content

Commit

Permalink
Merge pull request #139 from shivamg9/15.0-develop
Browse files Browse the repository at this point in the history
G2P-1289: Added entitlement inkind module
  • Loading branch information
shibu-narayanan authored Oct 30, 2023
2 parents 14cbcc9 + 5287a32 commit fe2b99c
Show file tree
Hide file tree
Showing 9 changed files with 524 additions and 0 deletions.
57 changes: 57 additions & 0 deletions g2p_entitlement_in_kind/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
==========================
OpenG2P Entitlement Inkind
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bcbe3f64e85faa0985d1e3e27b569cf110d8ea448b43cdc2b21ddda37195afe5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--program-lightgray.png?logo=github
:target: https://github.com/OpenG2P/openg2p-program/tree/15.0-develop/g2p_entitlement_in_kind
:alt: OpenG2P/openg2p-program

|badge1| |badge2|

OpenG2P In-Kind Entitlement

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OpenG2P/openg2p-program/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/OpenG2P/openg2p-program/issues/new?body=module:%20g2p_entitlement_in_kind%0Aversion:%2015.0-develop%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
~~~~~~~

* OpenG2P

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

This module is part of the `OpenG2P/openg2p-program <https://github.com/OpenG2P/openg2p-program/tree/15.0-develop/g2p_entitlement_in_kind>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions g2p_entitlement_in_kind/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
26 changes: 26 additions & 0 deletions g2p_entitlement_in_kind/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Entitlement Inkind",
"category": "G2P",
"version": "15.0.1.1.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": ["spp_programs", "spp_entitlement_in_kind"],
"data": [
"views/in_kind.xml",
],
"assets": {
"web.assets_backend": [],
"web.assets_qweb": [],
"web.assets_frontend": [],
"web.assets_common": [],
},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}
1 change: 1 addition & 0 deletions g2p_entitlement_in_kind/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenG2P In-Kind Entitlement
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 fe2b99c

Please sign in to comment.