Skip to content

Commit

Permalink
[FIX] sale_invoice_plan: UI fixes
Browse files Browse the repository at this point in the history
- Move menu item after Sales Orders, rather than first option
- Fix typo
  • Loading branch information
dreispt committed Nov 23, 2023
1 parent 0c335a1 commit 9216663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_invoice_plan/views/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@
action="action_sale_invoice_plan"
id="menu_sale_invoice_plan"
parent="sale.sale_order_menu"
sequence="2"
sequence="25"
/>
</odoo>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<footer>
<button
name="create_invoices_by_plan"
string="Create Next Inovice"
string="Create Next Invoice"
type="object"
class="btn-primary"
/>
Expand Down

0 comments on commit 9216663

Please sign in to comment.