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][FW] account_invoice_section_sale_order: multiple ports from 14.0 #1802

Open
wants to merge 4 commits into
base: 15.0
Choose a base branch
from

Commits on Sep 19, 2024

  1. account_invoice_section_sale_order: Custom section name

    Refactor preparation of sections
    
    Refactor to allow different section grouping
    
    Add field to allow different possibilities of grouping invoice lines from sale order
    grindtildeath authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    73ebfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afdfb6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b55e35c View commit details
    Browse the repository at this point in the history
  4. [FIX] account_invoice_section_sale_order: Avoid problems in integrati…

    …on tests
    
    In OCA repo, now we have this error:
    
     Traceback (most recent call last):
      File "/__w/account-invoicing/account-invoicing/account_invoice_section_sale_order/tests/test_invoice_group_by_sale_order.py", line 109, in test_create_invoice
        self.assertEqual(line.name, result[line.sequence][0])
    KeyError: 1
    pedrobaeza authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ba621b1 View commit details
    Browse the repository at this point in the history