Skip to content

Commit

Permalink
[FIX]l10n_es_aeat_export_to_boe_button
Browse files Browse the repository at this point in the history
PR related with: #236
  • Loading branch information
jcarlosmontoya committed Nov 2, 2015
1 parent 554db6a commit dc954a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_es_aeat/views/aeat_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<button name="button_calculate" type="object" string="Calculate" states="draft" icon="terp-stock_format-scientific"/>
<button name="button_recalculate" type="object" string="Recalculate" states="calculated" icon="gtk-execute"/>
<button name="button_confirm" string="Confirm" type="object" states="calculated" icon="gtk-ok"/>
<button name="%(action_wizard_aeat_export)d" type="action" string="Export to BOE" states="done" icon="gtk-execute"/>
<button name="%(action_wizard_aeat_export)d" type="action" string="Export to BOE" states="done,posted" icon="gtk-execute"/>
<button name="button_recover" string="Draft" type="object" states="cancelled" icon="gtk-undo"/>
<button name="button_open_move"
string="Show move"
Expand Down

0 comments on commit dc954a3

Please sign in to comment.