Files
2026-07-01 14:41:49 +07:00

49 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Approve wizard — Khmer labels -->
<record id="xf_doc_approval_custom_approve_wizard" model="ir.ui.view">
<field name="name">xf_doc_approval_custom_approve_wizard</field>
<field name="model">xf.doc.approval.document.approver</field>
<field name="inherit_id" ref="xf_doc_approval.action_approve_wizard"/>
<field name="arch" type="xml">
<xpath expr="//form" position="attributes">
<attribute name="string">អនុម័តឯកសារ</attribute>
</xpath>
<xpath expr="//field[@name='notes']" position="attributes">
<attribute name="string">មតិយោបល់</attribute>
<attribute name="placeholder">បញ្ចូលមតិយោបល់...</attribute>
</xpath>
<xpath expr="//button[@name='action_approve']" position="attributes">
<attribute name="string">អនុម័ត</attribute>
</xpath>
<xpath expr="//button[@special='cancel'][1]" position="attributes">
<attribute name="string">បោះបង់</attribute>
</xpath>
</field>
</record>
<!-- Reject wizard — Khmer labels -->
<record id="xf_doc_approval_custom_reject_wizard" model="ir.ui.view">
<field name="name">xf_doc_approval_custom_reject_wizard</field>
<field name="model">xf.doc.approval.document.approver</field>
<field name="inherit_id" ref="xf_doc_approval.action_reject_wizard"/>
<field name="arch" type="xml">
<xpath expr="//form" position="attributes">
<attribute name="string">បដិសេធឯកសារ</attribute>
</xpath>
<xpath expr="//field[@name='notes']" position="attributes">
<attribute name="string">មតិយោបល់</attribute>
<attribute name="placeholder">បញ្ចូលហេតុផលបដិសេធ...</attribute>
</xpath>
<xpath expr="//button[@name='action_reject']" position="attributes">
<attribute name="string">បដិសេធ</attribute>
</xpath>
<xpath expr="//button[@special='cancel'][1]" position="attributes">
<attribute name="string">បោះបង់</attribute>
</xpath>
</field>
</record>
</data>
</odoo>