|
@@ -1,3 +1,4 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<openerp>
|
|
|
<data>
|
|
|
<record id="view_account_move_line_filter_vat_analysis" model="ir.ui.view">
|
|
@@ -104,9 +105,9 @@
|
|
|
<separator string="Periods" colspan="4"/>
|
|
|
<field name="period_list" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
|
|
|
<footer>
|
|
|
- <button name="show_vat" string="Show tax lines" type="object" class="oe_highlight"/>
|
|
|
+ <button name="show_vat" string="Ver líneas de impuestos" type="object" class="oe_highlight"/>
|
|
|
or
|
|
|
- <button special="cancel" string="Cancel" class="oe_link"/>
|
|
|
+ <button special="cancel" string="Cancelar" class="oe_link"/>
|
|
|
</footer>
|
|
|
</form>
|
|
|
</field>
|