Skip to content

Commit

Permalink
Fix wizard text
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolpiera committed Feb 10, 2022
1 parent f07b8ce commit ff76ef2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
<field name="state" invisible="1"/>
<group attrs="{'invisible': [('state', '!=', 'init')]}">
<label string="Crear enviaments de les pòlisses indicades al CSV" colspan="4"/>
<label string="Format del CSV: a la primera columna hi ha d'haver els números dels contractes, sense capçalera. Un contracte a cada fila." colspan="4"/>
<label string="Format del CSV: a la primera columna hi ha d'haver els números dels contractes, un contracte a cada fila. Les següents columnes que hi hagi, les guardarà en un diccionari de dades al camp 'Informació Extra'" colspan="4"/>
<field name="csv_file" colspan="4" filename="name" string="Arxiu CSV"/>
<button name="create_from_file" type="object" string="Crear enviaments" icon="gtk-ok"/>
<button special="cancel" string="Sortir" icon="gtk-cancel"/>
<button name="create_from_file" type="object" string="Crear enviaments" icon="gtk-execute"/>
</group>
<group attrs="{'invisible': [('state', '!=', 'finished')]}">
<field name="info" colspan="4"/>
<button special="cancel" string="Sortir" icon="gtk-ok"/>
<field name="info" colspan="4"/>
<button special="cancel" string="Sortir" icon="gtk-ok"/>
</group>
</form>
</field>
Expand Down

0 comments on commit ff76ef2

Please sign in to comment.