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

[14.0] [ADD] purchase_sale_inter_company: Support returns #653

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

Commits on Sep 25, 2024

  1. [ADD] extra test cases for picking validation

    - serial number product combined with regular product
    - backorder created on serial number validation
    thomaspaulb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    27c8aed View commit details
    Browse the repository at this point in the history
  2. [UPD] set product_supplierinfo_inter_company and stock_intercompany t…

    …o rebel module
    
    For product_supplierinfo_inter_company, this introduces a hard requirement to configure
    a pricelist on each supplier. This makes the tests of other modules fail because they do
    not set these.
    
    For stock_intercompany I don't know why it was set to rebel, it was done before
    but not updated in the copier template, so just updating copier to reflect reality.
    thomaspaulb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8fe5171 View commit details
    Browse the repository at this point in the history
  3. [ADD] purchase_sale_inter_company: Support returns

    When a return is actioned on the SO side, also process the return on PO side.
    thomaspaulb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c398bc0 View commit details
    Browse the repository at this point in the history