ForgeFlow / stock-rma

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

[16.0][FWD][IMP] added default operation on rma group, easy setup before rma lines created #469

Closed AaronHForgeFlow closed 10 months ago

AaronHForgeFlow commented 11 months ago

FW port of https://github.com/ForgeFlow/stock-rma/pull/452

codecov-commenter commented 11 months ago

Codecov Report

Merging #469 (6fec447) into 16.0 (a03b279) will decrease coverage by 0.41%. Report is 2 commits behind head on 16.0. The diff coverage is 43.28%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469/graphs/tree.svg?width=650&height=150&src=pr&token=hagShlnibr&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent)](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) ```diff @@ Coverage Diff @@ ## 16.0 #469 +/- ## ========================================== - Coverage 81.04% 80.64% -0.41% ========================================== Files 128 128 Lines 4822 4871 +49 Branches 779 787 +8 ========================================== + Hits 3908 3928 +20 - Misses 701 726 +25 - Partials 213 217 +4 ``` | [Files](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) | Coverage Δ | | |---|---|---| | [rma/models/rma\_order\_line.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL21vZGVscy9ybWFfb3JkZXJfbGluZS5weQ==) | `78.19% <100.00%> (+0.11%)` | :arrow_up: | | [rma/wizards/rma\_add\_stock\_move.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL3dpemFyZHMvcm1hX2FkZF9zdG9ja19tb3ZlLnB5) | `59.78% <62.50%> (-0.22%)` | :arrow_down: | | [rma/models/rma\_order.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL21vZGVscy9ybWFfb3JkZXIucHk=) | `80.47% <46.66%> (-3.30%)` | :arrow_down: | | [rma\_sale/wizards/rma\_add\_sale.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hX3NhbGUvd2l6YXJkcy9ybWFfYWRkX3NhbGUucHk=) | `60.82% <42.85%> (-0.98%)` | :arrow_down: | | [rma/wizards/rma\_add\_serial.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL3dpemFyZHMvcm1hX2FkZF9zZXJpYWwucHk=) | `20.54% <0.00%> (-4.05%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). Last update [a03b279...6fec447](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/469?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent).
AaronHForgeFlow commented 10 months ago

Merging to keep branch align. It works good.