~opencrea/+junk/export-lerelais

« back to all changes in this revision

Viewing changes to invoice_weight/views/stock_warehouse_view.xml

  • Committer: joannes
  • Date: 2018-05-16 17:06:46 UTC
  • Revision ID: joannes@debian-20180516170646-32xgjex7fpm8z448
fumigation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<odoo>
 
3
  <!-- TODO: put here a reminder on what to do at the first edition -->
 
4
  <record id="stock_warehouse_transport_view" model="ir.ui.view">
 
5
    <field name="name">stock.warehouse.view</field>
 
6
    <field name="model">stock.warehouse</field>
 
7
 
 
8
    <field name="inherit_id" ref="stock.view_warehouse"/>
 
9
    <field name="arch" type="xml">
 
10
 
 
11
    <field name="partner_id" position="after">
 
12
        <field name="note_chargement"/>
 
13
        <field name="load_port"/>
 
14
    </field>
 
15
 
 
16
    </field>
 
17
  </record>
 
18
</odoo>