Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
此帖文有活动时,接收通知
Any plans to port the Stock MTS+MTO Rule to V10 Community
https://www.odoo.com/apps/modules/8.0/stock_mts_mto_rule
https://github.com/OCA/stock-logistics-warehouse shows that it was ported, but I get a traceback when trying to confirm a Sales Order with a product configured as MTO -- MTS:
File "/odoo-dev/pending/stock_mts_mto_rule/model/warehouse.py", line 110, in write
vals['mts_mto_rule_id'] = mts_mto_pull.id
File "/odoo-dev/pending/stock_mts_mto_rule/model/warehouse.py", line 63, in _get_mts_mto_rule
pull_rule['action'] = 'move'
File "/odoo-dev/odoo-server/addons/stock/models/stock_warehouse.py", line 702, in _format_routename
name = self._get_route_name(route_type)
File "/odoo-dev/odoo-server/addons/stock/models/stock_warehouse.py", line 408, in _get_route_name
return names[route_type]
KeyError: u'MTS+MTO'
立即创建账户,享受专属功能,与我们的精彩社区互动!
1. Use the live chat to ask your questions. 2. The operator answers within a few minutes.
https://github.com/OCA/stock-logistics-warehouse shows that it was ported, but I get a traceback when trying to confirm a Sales Order with a product configured as MTO -- MTS:
File "/odoo-dev/pending/stock_mts_mto_rule/model/warehouse.py", line 110, in write
vals['mts_mto_rule_id'] = mts_mto_pull.id
File "/odoo-dev/pending/stock_mts_mto_rule/model/warehouse.py", line 63, in _get_mts_mto_rule
pull_rule['action'] = 'move'
File "/odoo-dev/odoo-server/addons/stock/models/stock_warehouse.py", line 702, in _format_routename
name = self._get_route_name(route_type)
File "/odoo-dev/odoo-server/addons/stock/models/stock_warehouse.py", line 408, in _get_route_name
return names[route_type]
KeyError: u'MTS+MTO'