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

[15.0][MIG] account_invoice_base_invoicing_mode (renamed) #1243

Merged
merged 13 commits into from
Apr 18, 2023

Commits on Sep 27, 2022

  1. [13.0]]ADD] Add acconut_invoicing_mode

    Add three modules helping on automatically invoicing customers.
    
    The base module `account_invoice_base_invoicing_mode` does not actually
    do anything but adds a selection field on partner to allow assigning an
    invoicing mode to a customer. And a checkbox to choose regrouping
    invoices.
    
    The two other modules add specific invoicing mode.
    
    The module `account_invoice_mode_monthly` creates monthly invoices for
    customer on a specific day (configuration is in Accounting Settings)
    
    The module `account_invoice_mode_at_shipping` creates invoices on the
    shipping of the goods.
    
    Those modules use queue_job to generate and validate invoices.
    TDu committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f45deda View commit details
    Browse the repository at this point in the history
  2. [13.0][FIX] Add acconut_invoicing_mode

    Add few changes from reviews.
    Use sudo to post the invoice.
    TDu committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    bb97bc6 View commit details
    Browse the repository at this point in the history
  3. [13.0][FIX] account_invoicing_mode_at_shipping

    Split invoice creation on invoice partner settings that decides if sales order
    atre being grouped in invoice or not.
    The previous implementation would crash.
    TDu committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    84a3f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92f9740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7927fc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f13f45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9488c9 View commit details
    Browse the repository at this point in the history
  8. [UPD] README.rst

    OCA-git-bot authored and TDu committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e0e7c39 View commit details
    Browse the repository at this point in the history
  9. [FIX] account_invoice_base_invoicing_mode: Add 'invoicing_mode' and '…

    …one_invoice_per_order' to res.partner's _commercial_fields()
    SilvioC2C authored and TDu committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b4970e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33aedd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    115a720 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0264ea View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    7e64d17 View commit details
    Browse the repository at this point in the history