Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Invoicing (account) • Project (project) • Purchase (purchase) |
Lines of code | 369 |
Technical Name |
purchase_indent_ftp |
License | OPL-1 |
Website | https://www.ftprotech.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Invoicing (account) • Project (project) • Purchase (purchase) |
Lines of code | 369 |
Technical Name |
purchase_indent_ftp |
License | OPL-1 |
Website | https://www.ftprotech.com |
Purchase Indent
Configuration
To assign permissions:
- Navigate to
Settings → Users & Companies → Groups
- Locate either:
- "Purchase Indent Manager" group
- "Purchase Indent User" group
- Assign users to appropriate groups
Purchase Indent Manager (Full Access)
- Actions:
- Submit indents for approval
- Approve/reject indents
- Cancel indents
- Generate purchase orders
- Access all reporting
Purchase Indent User (Restricted Access)
- Actions:
- Create new indents
- Edit own draft indents
- Submit own indents for approval
- View status of own indents
- Restrictions:
- Cannot approve/reject indents
- Cannot delete indents after submission
- Cannot generate purchase orders
Purpose
Creating and managing Purchase Indents in the Odoo system, which serve as internal requests for procurement of goods/services before generating formal Purchase Orders.
Roles & Responsibilities
- Requester: Initiates the indent request
- Technical Approver: Reviews and approves/rejects the indent
- Procurement Team: Converts approved indents to Purchase Orders
1. Purchase Indent Creation
1.1 Initiate New Indent
- Navigate to:
Purchase Indents → Create
- System auto-generates a unique reference number
- Fill in mandatory fields:
- Project
- Department
- Request Date (defaults to current date)
- Requester (auto-populated with current user)
1.2 Add Line Items
- Click "Add a line" in the Items section
- For each item:
- Select Product (required)
- Description auto-populates but can be modified
- Enter Quantity (defaults to 1)
- Unit of Measure auto-populates from product
- Verify/select Vendor (required before submission)
- Unit Price auto-populates from product cost but can be modified
- Subtotal calculates automatically (Quantity × Unit Price)
1.3 Save Draft
- Click "Save" to store as draft
- Draft indents can be edited until submission
2. Indent Submission & Approval Workflow
2.1 Submit for Approval
- Verify all line items are complete
- Ensure all products have vendors assigned
- Click "Submit" button
- System validates:
- At least one line item exists
- All products have vendors
- Status changes to "Waiting Approval"
2.2 Technical Approval
- Technical approver reviews indent
- Options:
- Approve:
- Click "Approve"
- System records approver and timestamp
- Status changes to "Approved"
- Reject:
- Click "Reject"
- Enter rejection reason in pop-up wizard
- Status changes to "Rejected"
- Requester notified
- Approve:
2.3 Additional Statuses
- Cancelled: Can be set by authorized users to abort the process
- Draft: Editable state before submission
3. Purchase Order Generation
3.1 Create Purchase Orders
- From approved indent, click "Create Purchase Orders"
- System:
- Groups items by vendor
- Checks for existing draft RFQs for same vendor/project
- Creates new RFQs or updates existing ones:
- New RFQ: Creates complete purchase order
- Existing RFQ: Adds new lines or updates quantities
- Maintains origin tracking with indent reference
- Links generated POs to the indent record
3.2 View Generated POs
- Approved indent shows count of linked POs
- Click PO count to view list of generated purchase orders
4. Special Cases & Validations
4.1 Vendor Requirements
- All products must have assigned vendors before:
- Submitting for approval
- Generating purchase orders
- System prevents submission/PO generation if vendors missing
4.2 Price Calculations
- Unit prices default to product standard cost
- Subtotals calculate automatically
- Prices can be manually overridden before submission
5. Reporting & Tracking
5.1 Audit Trail
- System tracks:
- Creation date/user
- Submission date
- Approval/rejection details
- PO generation history
5.2 Document Reference
- All generated POs include indent reference in their origin field
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