Reviewers: ,
Please review this at http://codereview.tryton.org/97003/ Affected files: M product.xml Index: product.xml =================================================================== --- a/product.xml +++ b/product.xml @@ -10,9 +10,9 @@ <field name="arch" type="xml"> <![CDATA[ <tree string="Product Cost History"> - <field name="template" select="1"/> - <field name="date" select="1"/> - <field name="cost_price" select="1"/> + <field name="template"/> + <field name="date"/> + <field name="cost_price"/> </tree> ]]> </field> -- [email protected] mailing list
