diff --git a/modules/invoiceOut/front/descriptor-menu/index.html b/modules/invoiceOut/front/descriptor-menu/index.html
index 345e67d95e..0e1d7c2abf 100644
--- a/modules/invoiceOut/front/descriptor-menu/index.html
+++ b/modules/invoiceOut/front/descriptor-menu/index.html
@@ -1,7 +1,7 @@
 
 <vn-icon-button
-icon="more_vert"
-vn-popover="menu">
+    icon="more_vert"
+    vn-popover="menu">
 </vn-icon-button>
 <vn-menu vn-id="menu">
 <vn-list>
@@ -80,32 +80,32 @@ vn-popover="menu">
 </vn-list>
 </vn-menu>
 <vn-confirm
-vn-id="deleteConfirmation"
-on-accept="$ctrl.deleteInvoiceOut()"
-question="Are you sure you want to delete this invoice?">
+    vn-id="deleteConfirmation"
+    on-accept="$ctrl.deleteInvoiceOut()"
+    question="Are you sure you want to delete this invoice?">
 </vn-confirm>
 <vn-confirm
-vn-id="bookConfirmation"
-on-accept="$ctrl.bookInvoiceOut()"
-question="Are you sure you want to book this invoice?">
+    vn-id="bookConfirmation"
+    on-accept="$ctrl.bookInvoiceOut()"
+    question="Are you sure you want to book this invoice?">
 </vn-confirm>
 <vn-client-descriptor-popover 
-vn-id="clientDescriptor">
+    vn-id="clientDescriptor">
 </vn-client-descriptor-popover>
 
 <!-- Create invoice PDF confirmation dialog -->
 <vn-confirm
-vn-id="createInvoicePdfConfirmation"
-on-accept="$ctrl.createPdfInvoice()"
-question="Are you sure you want to generate/regenerate the PDF invoice?"
-message="Generate PDF invoice document">
+    vn-id="createInvoicePdfConfirmation"
+    on-accept="$ctrl.createPdfInvoice()"
+    question="Are you sure you want to generate/regenerate the PDF invoice?"
+    message="Generate PDF invoice document">
 </vn-confirm>
 
 <!-- Send PDF invoice confirmation popup -->
 <vn-dialog
-vn-id="sendPdfConfirmation"
-on-accept="$ctrl.sendPdfInvoice($data)"
-message="Send PDF invoice">
+    vn-id="sendPdfConfirmation"
+    on-accept="$ctrl.sendPdfInvoice($data)"
+    message="Send PDF invoice">
 <tpl-body>
     <span translate>Are you sure you want to send it?</span>
     <vn-textfield vn-one
@@ -121,9 +121,9 @@ message="Send PDF invoice">
 
 <!-- Send CSV invoice confirmation popup -->
 <vn-dialog
-vn-id="sendCsvConfirmation"
-on-accept="$ctrl.sendCsvInvoice($data)"
-message="Send CSV invoice">
+    vn-id="sendCsvConfirmation"
+    on-accept="$ctrl.sendCsvInvoice($data)"
+    message="Send CSV invoice">
 <tpl-body>
     <span translate>Are you sure you want to send it?</span>
     <vn-textfield vn-one