ForgeFlow / stock-rma

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

[16.0][ADD] rma_repair_put_away: glue module between rma_repair & rma_put_away #535

Closed AaronHForgeFlow closed 1 month ago

AaronHForgeFlow commented 2 months ago

When not using rma_put_away you can define push rules anyway to move the products to the repair location, and those transfers count as rma repair transfers

If you install and use rma_put_away then the rma repair transfers are the ones from the putaway moves

Before this commit there is a dependency issue because the rma_repair code is using a field declared in the rma_put_away, this commit fixes that issue.

MiquelRForgeFlow commented 2 months ago

Why not making PR to OCA?

AaronHForgeFlow commented 1 month ago

@ChrisOForgeFlow do you think this is fine?

ChrisOForgeFlow commented 1 month ago

@ChrisOForgeFlow do you think this is fine?

Yes, thank you

AaronHForgeFlow commented 1 month ago

@ChrisOForgeFlow thank you. I will add a test and merge it.