Jared Kipe
Jared Kipe
This is possible via a small override. I first added a `fields.Char` on the Magento Backend named 'location_list' which I put in the stock location ids comma separtated (WH1/Stock,WH2/Stock,WH3/Stock) which...
All of this is related to Magento EE 1.14.3.6 (CE 1.9.3.6) Ever sending `{'is_in_stock': 0}` is asking for problems as a lot of things happen when saving a stock item...
@guewen I'll open up a pull request. Does the above meet your style guidelines?
I believe this can be closed now.
`Warning, incoming rant:` Am I the only one who feels like this rabbit hole is too deep? To be able to install magentoerpconnect, you need to have connector and connector-ecommerce....
No, I understand that. I guess my problem is more with the 'all or nothing' kind of setup on the core magentoerpconnect module. Installing it requires a lot of modules,...
I understand your position, and the position of the current state of development, so I don't mean any disrespect. Odoo advertises the ability to gradually convert a company's external services...
@rvalyi Thats not entirely true, I can just comment out depends and data files in `__openerp__.py` and comment out imports in`__init__.py` I could also fork and rewrite it, which was...
Why would it need to integrate with another's work? If I made it more modular (or rather just stripped out parts I don't want right now) then the solution would...
I may have been ranting a bit, but I am pretty sure I did propose refactoring this module in that way in my original comment. My complaining (after finally getting...