Reviewers: ,
Please review this at http://codereview.tryton.org/99003/ Affected files: M location.xml Index: location.xml =================================================================== --- a/location.xml +++ b/location.xml @@ -27,9 +27,9 @@ <field name="arch" type="xml"> <![CDATA[ <tree string="Product Locations"> - <field name="product" select="1"/> - <field name="warehouse" select="2"/> - <field name="location" select="2"/> + <field name="product"/> + <field name="warehouse"/> + <field name="location"/> </tree> ]]> </field> -- [email protected] mailing list
