ForgeFlow / stock-rma

Stock RMA
GNU Affero General Public License v3.0
38 stars 41 forks source link

[16.0][FIX] rma_repair, add rma_put_away as dependency #534

Closed ChrisOForgeFlow closed 1 month ago

ChrisOForgeFlow commented 2 months ago

This line raise error when dependency is not installed

https://github.com/ForgeFlow/stock-rma/blob/16.0/rma_repair/models/rma_order.py#L19

JordiMForgeFlow commented 2 months ago

I think it would be better to add glue module for this

JordiBForgeFlow commented 2 months ago

@DavidJForgeFlow Can you take this into account? (create the glue module)

AaronHForgeFlow commented 2 months ago

Created the glue module in here: https://github.com/ForgeFlow/stock-rma/pull/535

AaronHForgeFlow commented 1 month ago

Closing this, as solved in here: https://github.com/ForgeFlow/stock-rma/pull/535