- Merge request !12Issue #3255913: Migrate process plugin for adjusting stock level during update β (Open) created by abramm
- last update
over 1 year ago 21 pass, 12 fail - First commit to issue fork.
Currently the stock levels (using local stock storage) may be imported with Migrate as a normal field value, e.g.:
process:
field_stock_level: field_stock_level
However, running the same migration again (--update) would cause stock levels to double.
The specific use case is using Migrate to sync data to an external source (e.g. with
migrate_cron β
).
Introduce a Migrate process plugin to convert incoming absolute stock level to an adjustment transaction.
Tests?
None.
None.
None.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.