blob: 705d86a22fdb8973c5f9b9cf4d043d5ac77bfc91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data>
<record id="kartu_stok_wizard_form_inherit_single_excel" model="ir.ui.view">
<field name="name">kartu.stok.wizard.form.inherit.single.excel</field>
<field name="model">kartu.stok.wizard</field>
<field name="inherit_id" ref="proweb_kartu_stok.print_kartu_stok_view_form"/>
<field name="arch" type="xml">
<xpath expr="//footer" position="inside">
<button name="action_kartu_stok_excel_single_sheet" type="object" string="Print Excel (Single Sheet)" class="btn-primary"/>
</xpath>
</field>
</record>
</data>
</odoo>
|