Portal - sale order
Adds a product specification section (images, article numbers, kit contents, weight/volume/HS code) to portal order documents
What you get
- Product specifications section - after the order content, every unique storable product on the order gets a block with its image, customer article number, internal reference, name and sales description
- Kit contents - for products with a phantom (kit) BoM, a Product contains list shows each component with quantity, unit, article numbers, and per-component weight, volume and HS code
- Weight / volume / HS code - products without a kit BoM show their own weight, volume and HS code instead
- Optional toggles - if the order model has
display_imagesordisplay_bomspecifications_psfields, these switch the images and the BoM breakdown on or off per document - Plain number subtotals - line subtotals on the portal document are rendered as plain 2-decimal numbers instead of the monetary widget
Configuration and use
Install when portal users need full product documentation on the order document itself - typically B2B customers or suppliers who verify article numbers, kit contents and customs data (HS codes, weights) directly from the portal page. The specification section is generated automatically from the order lines; nothing has to be configured per order.
Customer article numbers come from the required companion module product_customer_art_no.
Technical note
In the current manifest only the purchase order portal page (purchase.purchase_order_portal_content) is extended; the equivalent sale-order template ships in the module but its view file is commented out of the data list, so the sale order portal page is not modified as installed.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Purchase (purchase)
• Sales (sale_management) • Website (website) • Discuss (mail) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 238 |
| Technical Name |
portal_sale_order |
| License | OPL-1 |
| Website | https://www.rlsd.dk/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module