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

[FIX] sale: remove duplicated message left after portal redesign #590

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

CLaurelB
Copy link

Description of the issue/feature this PR addresses:

After the portal redesign, messages for no quotations or sale orders were moved before the portal_table template, which is called when there are entries of quotations or sale orders. However, the previous version of the message for sale orders was left after the template call.

This commit removes the previous version of the message to avoid having duplicated messages.

Current behavior before PR:

Two similar messages are displayed in the portal when there are no sale orders.

  • There are currently no sales orders for your account.
  • There are currently no orders for your account.

Desired behavior after PR is merged:

Only one message is shown in the portal when there are no sale orders, as it happens for the quotations.


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

After the portal redesign, messages for no quotations or sale orders
were moved before the portal_table template, which is called when there
are entries of quotations or sale orders. However, the previous version
of the message for sale orders was left after the template call.

This commit removes the previous version of the message to avoid having
duplicated messages.
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.

1 participant