Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Registration portal views updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrishnaVellala committed Aug 23, 2024
1 parent e40a4f8 commit 0a0afea
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions g2p_portal_base/i18n/g2p_portal_base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ msgstr ""

#. module: g2p_portal_base
#: model_terms:ir.ui.view,arch_db:g2p_portal_base.about_us_page
msgid "About Us | Service Provider Portal"
msgid "About Us |Registration Portal"
msgstr ""

#. module: g2p_portal_base
Expand All @@ -75,7 +75,7 @@ msgstr ""

#. module: g2p_portal_base
#: model_terms:ir.ui.view,arch_db:g2p_portal_base.contact_us_page
msgid "Contact Us| Service Provider Portal"
msgid "Contact Us|Registration Portal"
msgstr ""

#. module: g2p_portal_base
Expand Down Expand Up @@ -113,7 +113,7 @@ msgstr ""

#. module: g2p_portal_base
#: model_terms:ir.ui.view,arch_db:g2p_portal_base.home_page
msgid "Home | Service Provider Portal"
msgid "Home |Registration Portal"
msgstr ""

#. module: g2p_portal_base
Expand All @@ -134,7 +134,7 @@ msgstr ""

#. module: g2p_portal_base
#: model_terms:ir.ui.view,arch_db:g2p_portal_base.profile_page
msgid "My Profile | Service Provider Portal"
msgid "My Profile |Registration Portal"
msgstr ""

#. module: g2p_portal_base
Expand All @@ -149,7 +149,7 @@ msgstr ""

#. module: g2p_portal_base
#: model_terms:ir.ui.view,arch_db:g2p_portal_base.other_page
msgid "Other| Service Provider Portal"
msgid "Other|Registration Portal"
msgstr ""

#. module: g2p_portal_base
Expand Down
4 changes: 2 additions & 2 deletions g2p_portal_base/views/about_us.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="about_us_page" name="G2P Service Provider About Us">
<template id="about_us_page" name="G2P Registration Portal About Us">
<t t-call="g2p_portal_base.base">
<t t-set="title"> About Us | Service Provider Portal</t>
<t t-set="title"> About Us | Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class='all-title'>About Us</h5>
Expand Down
4 changes: 2 additions & 2 deletions g2p_portal_base/views/contact_us.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="contact_us_page" name="G2P Service Provider Contact Us">
<template id="contact_us_page" name="G2P Registration Portal Contact Us">
<t t-call="g2p_portal_base.base">
<t t-set="title"> Contact Us| Service Provider Portal</t>
<t t-set="title"> Contact Us| Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class='all-title'>Contact Us</h5>
Expand Down
4 changes: 2 additions & 2 deletions g2p_portal_base/views/home.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="home_page" name="G2P Service Provider Home">
<template id="home_page" name="G2P Registration Portal Home">
<t t-call="g2p_portal_base.base">
<t t-set="title"> Home | Service Provider Portal</t>
<t t-set="title"> Home | Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<!-- TODO: Inherit and add your changes here-->
Expand Down
2 changes: 1 addition & 1 deletion g2p_portal_base/views/login.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- TODO: Remove all hardcoding -->
<template id="login_page" name="G2P Service Provider Login">
<template id="login_page" name="G2P Registration Portal Login">

<t t-call="g2p_portal_base.base">
<t t-set="no_header" t-value="1" />
Expand Down
4 changes: 2 additions & 2 deletions g2p_portal_base/views/other.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- TODO: Remove all hardcoding -->
<template id="other_page" name="G2P Self Service Other">
<template id="other_page" name="G2P Registration Portal Other">
<t t-call="g2p_portal_base.base">
<t t-set="title"> Other| Service Provider Portal</t>
<t t-set="title"> Other|Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class='all-title'>Other</h5>
Expand Down
4 changes: 2 additions & 2 deletions g2p_portal_base/views/profile.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- TODO: Remove all hardcoding -->
<template id="profile_page" name="G2P Service Provider My Profile">
<template id="profile_page" name="G2P Registration Portal My Profile">
<t t-call="g2p_portal_base.base">
<t t-set="title"> My Profile | Service Provider Portal</t>
<t t-set="title"> My Profile | Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class='all-title'>My Profile</h5>
Expand Down
10 changes: 5 additions & 5 deletions g2p_registration_portal/i18n/g2p_registration_portal.pot
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ msgstr ""

#. module: g2p_registration_portal
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.group_update_form_template
msgid "Group Update Request | Service Provider Portal"
msgid "Group Update Request |Registration Portal"
msgstr ""

#. module: g2p_registration_portal
Expand All @@ -374,7 +374,7 @@ msgstr ""

#. module: g2p_registration_portal
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.group_create_form_template
msgid "Household Create Request | Service Provider Portal"
msgid "Household Create Request |Registration Portal"
msgstr ""

#. module: g2p_registration_portal
Expand Down Expand Up @@ -414,7 +414,7 @@ msgstr ""
#. module: g2p_registration_portal
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.individual_registrant_form_template
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.individual_update_form_template
msgid "Individual Create Request | Service Provider Portal"
msgid "Individual Create Request |Registration Portal"
msgstr ""

#. module: g2p_registration_portal
Expand Down Expand Up @@ -445,7 +445,7 @@ msgstr ""

#. module: g2p_registration_portal
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.individual_list
msgid "List of Individual beneficiary | Service Provider Portal"
msgid "List of Individual beneficiary |Registration Portal"
msgstr ""

#. module: g2p_registration_portal
Expand All @@ -455,7 +455,7 @@ msgstr ""

#. module: g2p_registration_portal
#: model_terms:ir.ui.view,arch_db:g2p_registration_portal.group_list
msgid "List of group beneficiary | Service Provider Portal"
msgid "List of group beneficiary |Registration Portal"
msgstr ""

#. module: g2p_registration_portal
Expand Down
6 changes: 3 additions & 3 deletions g2p_registration_portal/views/group_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- #list -->
<template id="group_list" name="G2P Service Provider group">
<t t-call="g2p_portal_base.base">
<t t-set="title">List of group beneficiary | Service Provider Portal</t>
<t t-set="title">List of group beneficiary |Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class="all-title">Household</h5>
Expand Down Expand Up @@ -139,7 +139,7 @@
<!-- Update -->
<template id="group_update_form_template" name="G2P Service Provider group update request">
<t t-call="g2p_portal_base.base">
<t t-set="title">Group Update Request | Service Provider Portal</t>
<t t-set="title">Group Update Request |Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class="all-title">Update Household</h5>
Expand Down Expand Up @@ -735,7 +735,7 @@
<!-- Create -->
<template id="group_create_form_template" name="G2P Service Provider group create request">
<t t-call="g2p_portal_base.base">
<t t-set="title">Household Create Request | Service Provider Portal</t>
<t t-set="title">Household Create Request |Registration Portal</t>

<div class="main-container">
<div class="container-adjuster">
Expand Down
6 changes: 3 additions & 3 deletions g2p_registration_portal/views/individual_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- #list -->
<template id="individual_list" name="G2P Service Provider Individual">
<t t-call="g2p_portal_base.base">
<t t-set="title">List of Individual beneficiary | Service Provider Portal</t>
<t t-set="title">List of Individual beneficiary |Registration Portal</t>
<div class="main-container">
<div class="container-adjuster">
<h5 class="all-title">Individual</h5>
Expand Down Expand Up @@ -141,7 +141,7 @@
<!-- Update -->
<template id="individual_update_form_template" name="G2P Service Provider group update request">
<t t-call="g2p_portal_base.base">
<t t-set="title">Individual Create Request | Service Provider Portal</t>
<t t-set="title">Individual Create Request |Registration Portal</t>

<div class="main-container">
<div class="container-adjuster">
Expand Down Expand Up @@ -399,7 +399,7 @@
<!-- Create -->
<template id="individual_registrant_form_template" name="G2P Service Provider group create request">
<t t-call="g2p_portal_base.base">
<t t-set="title">Individual Create Request | Service Provider Portal</t>
<t t-set="title">Individual Create Request |Registration Portal</t>

<div class="main-container">
<div class="container-adjuster">
Expand Down

0 comments on commit 0a0afea

Please sign in to comment.