first push message

This commit is contained in:
2026-07-01 14:41:49 +07:00
parent 6667dec2bf
commit 58b5f46cc4
2951 changed files with 316619 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
<openerp>
<data>
<record id="warning_view" model="ir.ui.view">
<field name="name">Warning</field>
<field name="model">restore.youth</field>
<field name="arch" type="xml">
<form string="Warning">
<group>
<label for="warn" string="Do you want to restore or not?"/>
</group>
<footer>
<button name="rest" type="object" string="Confirm" class="oe_highlight"/>
<button special="cancel" string="Cancel" class="oe_highlight"/>
</footer>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="youth_action">
<field name="name">Restore Youth Information</field>
<field name="res_model">youth.scholarship</field>
<field name="view_mode">tree</field>
<field name="view_id" ref="youth_and_scholarship_list"/>
<field name="domain">[("IsDeleted","=",0)]</field>
</record>
<record id="action_working" model="ir.actions.act_window">
<field name="name"> Restore Box</field>
<field name="res_model">restore.youth</field>
<field name="view_mode">form</field>
<field name="view_type">form</field>
<field name="target">new</field>
</record>
<menuitem name="រីស្តរពត៌មាន" id="restore_1" parent="setting_menu2"
action="youth_action" groups="youth_and_scholarship.group_uyfc_manager,base.user_root"/>
<act_window id="days_action"
res_model="restore.youth"
src_model="youth.scholarship"
target="new"
name="រីស្តរពត៌មាន"
view_mode="form"
key2="client_action_multi"
multi="True"/>
</data>
</openerp>