Skip to content
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

OZ-235: Discontinuing a synced drug order cancels corresponding quotation line in Odoo #15

Merged
merged 2 commits into from
Jul 3, 2023

Conversation

kdaud
Copy link
Contributor

@kdaud kdaud commented Jun 30, 2023

Ticket ID: OZ-235

Description:

  • Added a test that verifies discontinuing a synced drug order voids corresponding quotation line in Odoo.

@kdaud kdaud requested a review from Ruhanga June 30, 2023 06:55
@@ -76,6 +76,35 @@ test('Revising a synced drug order edits corresponding quotation line in Odoo',
await expect(drugOrderItem).toContainText('Thrice daily - 6 Days');
});

test('Discontinuing a synced drug order voids corresponding quotation line in Odoo', async ({ page }) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
test('Discontinuing a synced drug order voids corresponding quotation line in Odoo', async ({ page }) => {
test('Discontinuing a synced drug order cancels corresponding quotation line in Odoo', async ({ page }) => {

@Ruhanga
Copy link
Contributor

Ruhanga commented Jul 3, 2023

@kdaud, could you also change the PR title.

@kdaud kdaud changed the title OZ-235: Dicontinuing a synced drug order voids corresponding quotation line in Odoo OZ-235: Discontinuing a synced drug order cancels corresponding quotation line in Odoo Jul 3, 2023
@Ruhanga Ruhanga merged commit 14fc0bf into main Jul 3, 2023
@kdaud kdaud deleted the OZ-235c branch July 4, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants