Skip to content

Commit f6c137e

Browse files
committed
[IMP] wizard for event demo
1 parent ee5c422 commit f6c137e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

spp_event_demo/wizard/create_event_house_visit_wizard.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
2525
</group>
2626
</group>
2727
</sheet>
28+
<footer>
2829
<button name="create_event" string="Save" type="object" class="oe_highlight" />
2930
<button string="Cancel" class="btn-secondary" special="cancel" />
31+
</footer>
3032
</form>
3133
</field>
3234
</record>

spp_event_demo/wizard/create_event_phone_survey_wizard.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
1414
<field name="description" />
1515
</group>
1616
</sheet>
17+
<footer>
1718
<button name="create_event" string="Save" type="object" class="oe_highlight" />
1819
<button string="Cancel" class="btn-secondary" special="cancel" />
20+
</footer>
1921
</form>
2022
</field>
2123
</record>

spp_event_demo/wizard/create_event_school_enrolment_wizard.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
1515
<field name="date" />
1616
</group>
1717
</sheet>
18+
<footer>
1819
<button name="create_event" string="Save" type="object" class="oe_highlight" />
1920
<button string="Cancel" class="btn-secondary" special="cancel" />
21+
</footer>
2022
</form>
2123
</field>
2224
</record>

0 commit comments

Comments
 (0)