[IMP] odex_takaful: automatic update

Auto-generated commit based on local changes.
This commit is contained in:
maltayyar2 2026-01-12 16:59:34 +03:00
parent 0e2b3140c7
commit c6a162bd4f
1 changed files with 7 additions and 7 deletions

View File

@ -10,18 +10,18 @@
<xpath expr="//search" position="inside"> <xpath expr="//search" position="inside">
<!-- Payment Method Filters by Name --> <!-- Payment Method Filters by Name -->
<separator/> <separator/>
<filter string="Cash" name="filter_cash" domain="[('payment_method_line_id.name', 'ilike', 'نقدي')]"/> <filter string="نقدي" name="filter_cash" domain="[('payment_method_line_id.name', 'ilike', 'نقدي')]"/>
<filter string="Network" name="filter_network" domain="[('payment_method_line_id.name', 'ilike', 'شبكة')]"/> <filter string="شبكة" name="filter_network" domain="[('payment_method_line_id.name', 'ilike', 'شبكة')]"/>
<filter string="Bank Transfer" name="filter_bank_transfer" domain="['|', ('payment_method_line_id.name', 'ilike', 'تحويل بنكي'), ('payment_method_line_id.name', 'ilike', 'حوالة بنكية')]"/> <filter string="تحويل بنكي" name="filter_bank_transfer" domain="['|', ('payment_method_line_id.name', 'ilike', 'تحويل بنكي'), ('payment_method_line_id.name', 'ilike', 'حوالة بنكية')]"/>
<filter string="Check" name="filter_check" domain="['|', ('payment_method_line_id.name', 'ilike', 'شيك'), ('payment_method_line_id.name', 'ilike', 'شيكات')]"/> <filter string="شيك" name="filter_check" domain="['|', ('payment_method_line_id.name', 'ilike', 'شيك'), ('payment_method_line_id.name', 'ilike', 'شيكات')]"/>
<!-- Branch Filter --> <!-- Branch Filter -->
<separator/> <separator/>
<filter string="Has Branch" name="filter_has_branch" domain="[('branch_custom_id', '!=', False)]"/> <filter string="لديه فرع" name="filter_has_branch" domain="[('branch_custom_id', '!=', False)]"/>
<!-- Group By Filters (will appear in Group By dropdown) --> <!-- Group By Filters (will appear in Group By dropdown) -->
<filter string="Payment Method (by Name)" name="group_payment_method_name" domain="[]" context="{'group_by': 'payment_method_name'}"/> <filter string="طريقة السداد (بالاسم)" name="group_payment_method_name" domain="[]" context="{'group_by': 'payment_method_name'}"/>
<filter string="Branch" name="group_branch" domain="[]" context="{'group_by': 'branch_custom_id'}"/> <filter string="الفرع" name="group_branch" domain="[]" context="{'group_by': 'branch_custom_id'}"/>
</xpath> </xpath>
</field> </field>
</record> </record>