$ 57.11
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Purchase (purchase)
• Discuss (mail) • Invoicing (account) |
Lines of code | 431 |
Technical Name |
deltatech_purchase_portal |
License | OPL-1 |
Website | https://www.terrabit.ro |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Purchase (purchase)
• Discuss (mail) • Invoicing (account) |
Lines of code | 431 |
Technical Name |
deltatech_purchase_portal |
License | OPL-1 |
Website | https://www.terrabit.ro |
Versions | 17.0 18.0 |
Purchase Portal
Purchase Portal enhancements for vendor collaboration
Overview This module extends the standard Purchase portal so your vendors can collaborate directly on Requests for Quotation (RFQs) from the portal. Vendors can edit the unit price and the line description (multiline), and they can accept and sign an RFQ using the same signature flow used for Sales Orders. All actions are protected by secure access tokens and business-state rules.
Key features
- Edit per line on RFQs (state: sent):
- Unit Price: inline number field.
- Description (name): multiline textarea, supports line breaks.
- Clean portal UI:
- “Edit” button visible only on RFQs; switches the page to edit mode.
- In edit mode, a “Display” button allows returning to the read-only view.
- Proper icon spacing consistent with the standard “View Details” button.
- Description field displayed inline with the product image for a tidy layout.
- Accept & Sign (like Sales Orders):
- Signature modal (portal.signature_form) to capture handwritten signature and signer name.
- Confirms the RFQ into a Purchase Order upon successful signature.
- Stores signed_by, signed_on, and signature on the purchase order.
- Attaches the signed PDF to the chatter for traceability.
- Secure by design:
- Access controlled via the standard portal access token.
- Inline edits are allowed only when the order is in state “sent”.
- Display-type lines cannot be edited.
How it works
- From the RFQ portal page, click Edit to switch to edit mode. You can then modify the unit price and the line description. Edits are sent to the server with small, debounced requests and saved immediately.
- Back in normal mode, use the “Accept & Sign” button to open the signature modal, sign, and confirm the RFQ.
Technical notes
- Adds fields on purchase.order: signed_by (Char), signed_on (Datetime), signature (Binary).
- Adds vendor_note on purchase.order.line (kept for compatibility), although the portal now edits the core line description (name).
- Provides a JSON route to update price/description for lines, with access/state validation.
- Reuses Odoo’s purchase portal controller for access checks and base rendering.
- Frontend logic is delivered via a small JS module loaded in web.assets_frontend.
Installation & upgrade
- Install the module from Apps or add it to your addons path and update the app list.
- Upgrade the module after changes to ensure templates and assets are rebuilt (e.g., -u deltatech_purchase_portal).
Usage
- Share the RFQ portal link with your vendor (it includes a secure access_token).
- Vendor can:
- Click Edit to adjust Unit Price and Description per line.
- Click Display to exit edit mode.
- Click Accept & Sign to sign and confirm the RFQ.
Limitations
- Editing is restricted to RFQs in state “sent”; confirmed orders are read-only in the portal.
- Display-type lines (sections/notes) cannot be edited.
Support For help or customizations, please contact Terrabit (https://www.terrabit.ro).
Table of contents
Bug Tracker
Bugs are tracked on Terrabit Issues. In case of trouble, please check there if your issue has already been reported.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Terrabit
- Dan Stoica
Maintainers
Current maintainer:
This module is part of the dhongu/deltatech project on GitHub.
You are welcome to contribute.
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