-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstock.xml
23 lines (22 loc) · 1.01 KB
/
stock.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="shipment_out_view_form">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_form"/>
<field name="name">shipment_out_form</field>
</record>
<record model="ir.ui.view" id="shipment_out_view_tree">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_tree"/>
<field name="name">shipment_out_tree</field>
</record>
<record model="ir.model.button" id="shipment_out_sync_with_algevasa_button">
<field name="name">sync_with_algevasa</field>
<field name="string">Sync With Algevasa</field>
<field name="model">stock.shipment.out</field>
</record>
</data>
</tryton>