Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflect module name changes in OpenSPP #227

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading