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