Skip to content

Commit

Permalink
Merge pull request #385 from OpenSPP/rename_entitlement_cash_module
Browse files Browse the repository at this point in the history
Renaming "g2p_entitlement_cash" to "spp_entitlement_cash"
  • Loading branch information
gonzalesedwin1123 committed May 31, 2024
2 parents a6f5d40 + 78d779a commit fd8842c
Show file tree
Hide file tree
Showing 29 changed files with 1,008 additions and 661 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_connect_demo](g2p_connect_demo/) | 17.0.1.0.0 | [![jeremi](https://github.com/jeremi.png?size=30px)](https://github.com/jeremi) [![gonzalesedwin1123](https://github.com/gonzalesedwin1123.png?size=30px)](https://github.com/gonzalesedwin1123) | G2P Connect Demo
[g2p_entitlement_cash](g2p_entitlement_cash/) | 17.0.1.0.0 | [![jeremi](https://github.com/jeremi.png?size=30px)](https://github.com/jeremi) [![gonzalesedwin1123](https://github.com/gonzalesedwin1123.png?size=30px)](https://github.com/gonzalesedwin1123) | SPP Program Entitlement (Cash)
[spp_entitlement_cash](spp_entitlement_cash/) | 17.0.1.0.0 | [![jeremi](https://github.com/jeremi.png?size=30px)](https://github.com/jeremi) [![gonzalesedwin1123](https://github.com/gonzalesedwin1123.png?size=30px)](https://github.com/gonzalesedwin1123) | SPP Program Entitlement (Cash)
[spp_api](spp_api/) | 17.0.1.0.0 | | RESTful API for OpenSPP
[spp_api_records](spp_api_records/) | 17.0.1.0.0 | | RESTful API routes for OpenSPP
[spp_area](spp_area/) | 17.0.1.0.0 | [![jeremi](https://github.com/jeremi.png?size=30px)](https://github.com/jeremi) [![gonzalesedwin1123](https://github.com/gonzalesedwin1123.png?size=30px)](https://github.com/gonzalesedwin1123) | OpenSPP Area
Expand Down
2 changes: 1 addition & 1 deletion g2p_connect_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# "g2p_bank",
"spp_custom_field",
# "spp_custom_fields_ui",
"g2p_entitlement_cash",
"spp_entitlement_cash",
# "spp_dashboard",
"spp_idpass",
"spp_idqueue",
Expand Down
346 changes: 0 additions & 346 deletions g2p_entitlement_cash/i18n/ckb.po

This file was deleted.

3 changes: 2 additions & 1 deletion g2p_entitlement_cash/i18n/g2p_entitlement_cash.pot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * g2p_entitlement_cash
Expand Down Expand Up @@ -370,4 +371,4 @@ msgstr ""
#: code:addons/g2p_entitlement_cash/models/entitlement_manager.py:0
#, python-format
msgid "Validate and approve entitlements for cycle."
msgstr ""
msgstr ""
2 changes: 1 addition & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "odoo-addons-openspp-openspp-modules"
version = "17.0.20240220.0"
dependencies = [
"odoo-addon-g2p_connect_demo>=17.0dev,<17.1dev",
"odoo-addon-g2p_entitlement_cash>=17.0dev,<17.1dev",
"odoo-addon-spp_entitlement_cash>=17.0dev,<17.1dev",
"odoo-addon-spp_api>=17.0dev,<17.1dev",
"odoo-addon-spp_api_records>=17.0dev,<17.1dev",
"odoo-addon-spp_area>=17.0dev,<17.1dev",
Expand Down
2 changes: 1 addition & 1 deletion spp_api_records/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"product",
"g2p_programs",
"spp_programs",
"g2p_entitlement_cash",
"spp_entitlement_cash",
"spp_entitlement_in_kind",
"spp_ent_trans",
"contacts",
Expand Down
Loading

0 comments on commit fd8842c

Please sign in to comment.