[IMP] Sales: sales_quotations ref link cleanup - #20117
Open
theRealThagomizer wants to merge 1 commit into
Open
theRealThagomizer wants to merge 1 commit into
theRealThagomizer wants to merge 1 commit into
Conversation
Collaborator
Contributor
Author
|
Hiya, @stepperpig! Got a simple PR for you, but it tweaked a bunch of files. I double-checked everything, but if you want to pull the branch to your machine and run make clean, make fast, etc. to triple-check, that'd probably be good. Thanks! |
stepperpig
approved these changes
Sep 17, 2026
stepperpig
left a comment
Contributor
There was a problem hiding this comment.
Hi @theRealThagomizer LGTM - no errors on my end!
Contributor
Author
|
@erjer-odoo Got a minor house-cleaning PR for a quick review! |
This file contains hidden or 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
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.

What this PR does and why it's needed
Cleans up reference link (
:ref:) anchor naming across the Sales quotation documentation umbrella so anchors consistently follow thesales/<file_name>/<anchor>convention instead of stale or inconsistent prefixes (e.g.sales_quotations/,send_quotations/,pdf_quote_builder/). No content, wording, or structural changes were made — this is a formatting-only pass limited to reference links within Sales quotations, itspdf_quote_buildersubsection, and the small number of external pages (rental, subscriptions) that link into it. Reference links outside this scope, such as eCommerce, were intentionally left untouched. Also adds missing LLM-readability meta descriptions to the affected Sales quotation pages.Changes
Sales quotation reference link cleanup
sales/quotation-settingsanchor increate_quotations.rsttosales/create_quotations/quotation-settingsand updated its internal reference; updated the matching cross-reference inrental/rental_orders/create_rental_order.rstsales/sales_quotations/send-and-confirmanchor increate_quotations.rsttosales/create_quotations/send-and-confirm; updated the matching cross-reference insubscriptions/renewals.rstsales_quotations/margin/configure-price-and-costanchor inmargin.rsttosales/margin/configure-price-and-costand updated its internal referencesales/send_quotations/create_templatesanchor inquote_template.rsttosales/quote_template/create_templatessales/pdf_quote_builder/add_pdf_products/*anchors inadd_pdf_products.rsttosales/add_pdf_products/*and updated their internal referencessales/pdf_quote_builder/dynamic_text/*anchors indynamic_text.rsttosales/dynamic_text/*and updated their internal references; updated the matching cross-references inadd_pdf_products.rstandadd_pdf_quotes.rstMeta descriptions
.. meta:: :description:blocks tocreate_quotations.rst,margin.rst,add_pdf_products.rst,add_pdf_quotes.rst,dynamic_text.rst, andquote_template.rstThis
19.0PR can be FWP up tomaster.