Reviewers: ,
Please review this at http://codereview.tryton.org/97004/ Affected files: M inventory.xml Index: inventory.xml =================================================================== --- a/inventory.xml +++ b/inventory.xml @@ -35,8 +35,8 @@ <field name="date"/> <field name="locations" colspan="4"> <tree string="Locations" fill="1"> - <field name="name" select="1"/> - <field name="code" select="1"/> + <field name="name"/> + <field name="code"/> </tree> </field> </form> -- [email protected] mailing list
