mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
10 lines
265 B
XML
10 lines
265 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Salary Other Input -->
|
|
<record id="commission_other_input" model="hr.payslip.input.type">
|
|
<field name="name">Commissions</field>
|
|
<field name="code">COMMISSION</field>
|
|
</record>
|
|
|
|
</odoo>
|