27 lines
758 B
XML
27 lines
758 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
© 2017 Akretion France (www.akretion.com)
|
|
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
-->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
|
|
<record id="view_company_form" model="ir.ui.view">
|
|
<field name="name">natixis.lunch_voucher.company.form</field>
|
|
<field name="model">res.company</field>
|
|
<field name="inherit_id" ref="hr_holidays_lunch_voucher.view_company_form"/>
|
|
<field name="arch" type="xml">
|
|
<group name="lunch_voucher" position="inside">
|
|
<field name="lunch_voucher_natixis_customer_code"/>
|
|
<field name="lunch_voucher_natixis_delivery_code"/>
|
|
</group>
|
|
</field>
|
|
</record>
|
|
|
|
|
|
</data>
|
|
</openerp>
|