Merge lp://staging/~magentoerpconnect-community/magentoerpconnect/955234 into lp://staging/magentoerpconnect/oerp6.1-oldstable
Status: | Merged |
---|---|
Merge reported by: | Guewen Baconnier @ Camptocamp |
Merged at revision: | not available |
Proposed branch: | lp://staging/~magentoerpconnect-community/magentoerpconnect/955234 |
Merge into: | lp://staging/magentoerpconnect/oerp6.1-oldstable |
Diff against target: |
27 lines (+4/-2) 2 files modified
magentoerpconnect/product.py (+2/-0) magentoerpconnect/sale.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~magentoerpconnect-community/magentoerpconnect/955234 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guewen Baconnier @ Camptocamp | Disapprove | ||
Review via email: mp+97478@code.staging.launchpad.net |
To post a comment you must log in.
Hi,
thanks for your patch proposition.
In fact, this is not a problem in product. product. export_ inventory.
This method is responsible to export the stock of the input ids.
The cron and the button trigger the method export_inventory on the sale.shop and this one has the responsibility to call product. product. export_ inventory with the set of ids exportable products of the shop.
So if a fix has to be done, that's on sale.shop. export_ inventory, but this one is abstracted in base_sale_ multichannels. So which branch do you use for base_sale_ multichannels?