Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] sale_invoice_plan: ease mass invoicing and report on pending installments #12

Open
wants to merge 4 commits into
base: 16.0-MIG-sale_invoice_plan
Choose a base branch
from

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    e65e72e View commit details
    Browse the repository at this point in the history
  2. [FIX] sale_invoice_plan: fix duplicate Create Invoice button

    When installed along with sale_subscription,
    recurring order would show two "Create Invoice" buttons.
    
    This is because the Subscription app adds a "Create Invoice"
    button specific for recurring orders.
    
    The solution is to not force the Sales Order original "Create Invoice"
    button visible. Instead make the "Create Invoice By Plan" button
    available.
    dreispt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8899940 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    6030204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c4b43 View commit details
    Browse the repository at this point in the history