Reviewers: ,
Please review this at http://codereview.tryton.org/229004/
Affected files:
M product.xml
Index: product.xml
===================================================================
--- a/product.xml
+++ b/product.xml
@@ -12,25 +12,7 @@
<xpath
expr="/form/notebook/page[@id="general"]"
position="after">
<page string="Default Locations"
id="default_locations">
- <field name="locations" colspan="4">
- <tree string="Product Locations"
- sequence="sequence">
- <field name="warehouse"/>
- <field name="location"/>
- <field name="sequence"
- tree_invisible="1"/>
- </tree>
- <form string="Product Location"
- cursor="warehouse">
- <label name="sequence"/>
- <field name="sequence"/>
- <newline/>
- <label name="warehouse"/>
- <field name="warehouse"/>
- <label name="location"/>
- <field name="location"/>
- </form>
- </field>
+ <field name="locations" colspan="4"/>
</page>
</xpath>
</data>
--
[email protected] mailing list