Reviewers: ,


Please review this at http://codereview.tryton.org/219006/

Affected files:
  M inventory.xml


Index: inventory.xml
===================================================================

--- a/inventory.xml
+++ b/inventory.xml
@@ -33,12 +33,8 @@
                     <field name="company"/>
                     <label name="date"/>
                     <field name="date"/>
-                    <field name="locations" colspan="4">
-                        <tree string="Locations" fill="1">
-                            <field name="name"/>
-                            <field name="code"/>
-                        </tree>
-                    </field>
+                    <field name="locations" colspan="4"
+                        view_ids="stock.location_view_list"/>
                 </form>
                 ]]>
             </field>



--
[email protected] mailing list

Reply via email to