ForgeFlow / stock-rma

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

[16.0] Missing dependency for purchase_stock in rma_purchase/__manifest__.py #521

Closed luke-stdev001 closed 4 months ago

luke-stdev001 commented 4 months ago

@max3903 we're using these internally and have just noticed a missing dependency here:

https://github.com/ForgeFlow/stock-rma/blob/16.0/rma_purchase/__manifest__.py#L11

for purchase_stock.

max3903 commented 4 months ago

@JordiBForgeFlow Can you or your team look at this?

JordiBForgeFlow commented 4 months ago

Fixed in https://github.com/ForgeFlow/stock-rma/pull/522. Thanks for reporting!