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
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="view_youth_scholarship_pivot" model="ir.ui.view">
<field name="name">youth_scholarship_pivot</field>
<field name="model">youth.scholarship</field>
<field name="arch" type="xml">
<pivot string="Youth Analysis">
<field name="youth_kind" type="col"/>
<field name="Gender" type="col"/>
<field name="create_date" interval="month" type="row"/>
</pivot>
</field>
</record>
<record id="view_youth_scholarship_graph" model="ir.ui.view">
<field name="name">youth_scholarship_graph</field>
<field name="model">youth.scholarship</field>
<field name="arch" type="xml">
<graph string="Sales Analysis">
<field name="create_date" type="row"/>
<field name="Gender" type="measure"/>
</graph>
</field>
</record>
<record id="action_youth_report_all" model="ir.actions.act_window">
<field name="name">របាយការណ៍ស្តីអំពីស្ថិតិស្នើរសុំជាសមាជិក</field>
<field name="res_model">youth.scholarship</field>
<field name="view_mode">pivot,graph</field>
<field name="domain">[("IsDeleted","=",1),("Job_id","=","Youth"),("status","=","disapprove")]</field>
<field name="help">This report performs analysis on your quotations and sales orders. Analysis check your sales revenues and sort it by different group criteria (salesman, partner, product, etc.) Use this report to perform analysis on sales not having invoiced yet. If you want to analyse your turnover, you should use the Invoice Analysis report in the Accounting application.</field>
</record>
<menuitem name="របាយការណ៍" id="youth_and_scholarship_menu_report" parent="youth_and_scholarship.menu_root"/>
<menuitem name="អ្នកសុំចូល" action="action_youth_report_all" id="menu_report_youths_all" parent="youth_and_scholarship_menu_report" sequence="10"/>
</data>
</odoo>