소스 검색

[FIX] no encontraba la clase para montar el botón

adrielso 7 년 전
부모
커밋
7bda9a6e3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      views/voucher_import.xml

+ 1 - 1
views/voucher_import.xml

@@ -19,7 +19,7 @@
             <field name="inherit_id" ref="account.view_bank_statement_form"/>
             <field name="inherit_id" ref="account.view_bank_statement_form"/>
             <field name="arch" type="xml">
             <field name="arch" type="xml">
                 <label for="name" position="before">
                 <label for="name" position="before">
-                    <div class="oe_right oe_button_box voucher_import" attrs="{'invisible': [('state','=','confirm')]} "  groups="account.group_account_user"></div>
+                    <div class="oe_right oe_button_box voucher-import" attrs="{'invisible': [('state','=','confirm')]} "  groups="account.group_account_user"></div>
                 </label>
                 </label>
             </field>
             </field>
         </record>
         </record>