Skip to content

Commit

Permalink
Reflect module name changes in OpenSPP
Browse files Browse the repository at this point in the history
g2p_entitlement_cash -> spp_entitlement_cash
  • Loading branch information
kneckinator committed Apr 22, 2024
1 parent d5ba689 commit d701af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion g2p_entitlement_differential/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": ["g2p_entitlement_cash"],
"depends": ["spp_entitlement_cash"],
"data": ["views/entitlement_manager_view.xml"],
"demo": [],
"assets": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
<record id="view_entitlement_manager_cash_form_diff_inherit" model="ir.ui.view">
<field name="name">view_entitlement_manager_cash_form_diff_inherit</field>
<field name="model">g2p.program.entitlement.manager.cash</field>
<field name="inherit_id" ref="g2p_entitlement_cash.view_entitlement_manager_cash_form" />
<field name="inherit_id" ref="spp_entitlement_cash.view_entitlement_manager_cash_form" />
<field name="priority">100</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='max_amount']" position="after">
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ git+https://github.com/OpenG2P/[email protected]#subdirectory=g2p_en
git+https://github.com/openspp/[email protected]#subdirectory=spp_area
git+https://github.com/openspp/[email protected]#subdirectory=spp_service_points
git+https://github.com/openspp/[email protected]#subdirectory=spp_programs
git+https://github.com/openspp/[email protected]#subdirectory=g2p_entitlement_cash
git+https://github.com/openspp/[email protected]#subdirectory=spp_entitlement_cash
git+https://github.com/openspp/[email protected]#subdirectory=spp_entitlement_in_kind

0 comments on commit d701af0

Please sign in to comment.