Skip to content

Commit

Permalink
Merge branch 'rename_entitlement_cash_module' of https://github.com/O…
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Wagh committed Jun 4, 2024
2 parents de9fed3 + d701af0 commit da35d72
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 da35d72

Please sign in to comment.