In drawing line form view replace non-existent 'bom' field by 'production'.

This commit is contained in:
Albert Cervera i Areny 2018-05-31 16:04:55 +02:00
parent a4682f6bfe
commit 880ff0954d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Production Drawing Line">
<label name="bom"/>
<field name="bom"/>
<label name="production"/>
<field name="production"/>
<newline/>
<label name="position"/>
<field name="position"/>