| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 227 |
| Technical Name |
portal_filters_orders |
| License | OPL-1 |
| Website | https://www.rlsd.dk/ |
| Versions | 16.0 17.0 18.0 19.0 |
Portal - filter orders
Adds Customer/Customer ref./Delivery Date/Status columns, search and sorting to the portal order and quotation lists
What you get
- Extra list columns - adds Customer, Customer ref. and Delivery Date columns to /my/orders and /my/quotes, plus a Status badge column (Confirmed / Done / Cancelled / In progress) on the orders list
- More sort options - sort dropdown offers Order Date, Delivery Date, Reference, Customer ref. and Stage
- Search bar - search on /my/orders and /my/quotes by Reference, Customer ref. or all of these
- Clickable column headers - list headers sort the rendered rows client-side on click
- Parent-company visibility - contacts attached to a parent company also see the orders and quotations of that parent partner
Configuration and use
Install to give portal customers a more informative order overview: /my/orders lists confirmed orders with customer, customer reference, delivery date and a status badge, while /my/quotes lists sent (and cancelled) quotations with the same extra columns. Users can search by order reference or their own reference and sort by date, delivery date, reference or stage.
This module is the base that the hide-cancelled, hide-quotations and multi-company variants build on; install those alongside it to combine behaviours.
Technical note
Redefines the quotation domain as state in (sent, cancel) and the order domain as state = sale, and rebuilds _prepare_sale_portal_rendering_values with search support and a company-scoping hook (_allowed_company_ids_sale_order) used by the multi-company variant. Columns are added via targeted xpath so it stays compatible with other portal extensions such as sale_stock.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 227 |
| Technical Name |
portal_filters_orders |
| 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