forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][ADD] purchase_date_planned_manual_container_deposit_product: When date_planned is set manually, prevent calculation of the field up #2
Open
chaule97
wants to merge
1
commit into
16.0
Choose a base branch
from
16.0-fix-purchase_date_planned_manual
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trisdoan
reviewed
Jul 1, 2024
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
3 times, most recently
from
July 4, 2024 08:31
4e14b6b
to
2c42b63
Compare
chaule97
changed the title
[16.0][FIX] purchase_date_planned_manual: prevent calculation of the date_planned PO
[16.0][ADD] purchase_date_planned_manual_product_packaging_container_deposit: When date_planned is set manually, prevent calculation of the field up>
Jul 4, 2024
chaule97
changed the title
[16.0][ADD] purchase_date_planned_manual_product_packaging_container_deposit: When date_planned is set manually, prevent calculation of the field up>
[16.0][ADD] purchase_date_planned_manual_product_packaging_container_deposit: When date_planned is set manually, prevent calculation of the field up
Jul 4, 2024
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
from
July 4, 2024 10:52
2c42b63
to
105b088
Compare
trisdoan
reviewed
Jul 5, 2024
purchase_date_planned_manual_product_packaging_container_deposit/__manifest__.py
Outdated
Show resolved
Hide resolved
trisdoan
suggested changes
Jul 5, 2024
purchase_date_planned_manual_product_packaging_container_deposit/__manifest__.py
Outdated
Show resolved
Hide resolved
purchase_date_planned_manual_product_packaging_container_deposit/models/purchase_order.py
Outdated
Show resolved
Hide resolved
...nual_product_packaging_container_deposit/tests/test_date_planned_manual_container_deposit.py
Outdated
Show resolved
Hide resolved
purchase_date_planned_manual_product_packaging_container_deposit/readme/USAGE.rst
Outdated
Show resolved
Hide resolved
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
from
July 8, 2024 03:08
105b088
to
7081dfc
Compare
chaule97
changed the title
[16.0][ADD] purchase_date_planned_manual_product_packaging_container_deposit: When date_planned is set manually, prevent calculation of the field up
[16.0][ADD] purchase_date_planned_manual_container_deposit_product: When date_planned is set manually, prevent calculation of the field up
Jul 8, 2024
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
3 times, most recently
from
July 8, 2024 07:25
92b3881
to
2de8bed
Compare
trisdoan
reviewed
Jul 8, 2024
purchase_date_planned_manual_container_deposit_product/models/container_deposit_order_mixin.py
Outdated
Show resolved
Hide resolved
trisdoan
approved these changes
Jul 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-approving
Note
- I could not reproduce the issue. When adding product, whose packaging has a container deposit, it does not change the PO's date_planned (which is correct). However, I encountered it with allo.
- There must be something in between them, I dont know atm.
- Budt I do believe it's an issue when date_planned of container depposit is different from the main product.
=> So, I suggest you mention it in the PR's description that this glue module makes those lines have a same date_planned
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
3 times, most recently
from
July 8, 2024 09:46
f77c2ad
to
b5e589a
Compare
…te_planned is set manually, prevent calculation of the field upon PO confirmation
chaule97
force-pushed
the
16.0-fix-purchase_date_planned_manual
branch
from
July 9, 2024 10:05
b5e589a
to
75173d9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
purchase_date_planned_manual_container_deposit_product
: When date_planned is set manually and add product attached to container deposit, prevent calculation when clicking PO Confirm