Browse Source

Nov 26: [FIX] Bug Fixed 'invoice_multi_approval'

pull/358/merge
Risvana Cybro 3 weeks ago
parent
commit
872c85ab23
  1. 2
      invoice_multi_approval/__manifest__.py
  2. 5
      invoice_multi_approval/doc/RELEASE_NOTES.md
  3. 4
      invoice_multi_approval/static/description/index.html

2
invoice_multi_approval/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': "Invoice Multi Level Approval", 'name': "Invoice Multi Level Approval",
'version': '18.0.1.0.0', 'version': '18.0.1.0.1',
'category': 'Accounting', 'category': 'Accounting',
'summary': """This module add the multiple approval option for invoice, 'summary': """This module add the multiple approval option for invoice,
bill, refund and credit notes with single or multiple approvals""", bill, refund and credit notes with single or multiple approvals""",

5
invoice_multi_approval/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 18.0.1.0.0 #### Version 18.0.1.0.0
##### ADD ##### ADD
- Initial commit for Invoice Multi Level Approval - Initial commit for Invoice Multi Level Approval
#### 17.11.2025
#### Version 18.0.1.0.1
##### UPDT
- Bug Fix-updated the Index according to the workflow.

4
invoice_multi_approval/static/description/index.html

@ -235,11 +235,11 @@ Seperate user groups. </h5>
</div> </div>
<h5 class="m-0" <h5 class="m-0"
style="color:#000 !important; font-weight:bold"> style="color:#000 !important; font-weight:bold">
Document validation on approvals. Approval-based validation.
</h5> </h5>
<p class="m-0" <p class="m-0"
style="font-size:0.9rem; color:#64728f; font-size: 16px; font-weight: 400;"> style="font-size:0.9rem; color:#64728f; font-size: 16px; font-weight: 400;">
only validate when all approvals are completed</p> Documents are approved when a higher-level approver validates first; otherwise, all approvers must complete approval.</p>
</div> </div>
</div> </div>

Loading…
Cancel
Save