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] contract: Allow to single invoice a contract by users #1005

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

Commits on Feb 21, 2024

  1. [IMP] contract: Allow to single invoice a contract by users in a more…

    … controlled way
    
    It should allow you to process sale orders and other kinds
    Remove the extra button not necessary any more
    etobella committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    928ec71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5086087 View commit details
    Browse the repository at this point in the history
  3. [FIX] contract: Fix looping on manually single invoice wizard

    if the method creating invoice generates more than one invoice, we have
    `[account.move(ID1, ID2)` for example and the `message_post()` fails w/ a `singleton error.
    
    Adding a loop level allows to properly post messages no matter of the number of invoices generated by the wizard
    damdam-s authored and etobella committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    af58549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    441d767 View commit details
    Browse the repository at this point in the history