Price Collection - Grevlin Price Intelligence Suite
by Grevlin Global Corp. https://grevlin.com$ 442.32
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Contacts (contacts) |
| Community Apps Dependencies | Show |
| Lines of code | 4982 |
| Technical Name |
grev_od_market_price |
| License | OPL-1 |
| Website | https://grevlin.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Contacts (contacts) |
| Community Apps Dependencies | Show |
| Lines of code | 4982 |
| Technical Name |
grev_od_market_price |
| License | OPL-1 |
| Website | https://grevlin.com |
Price Collection — Price Intelligence SuiteEnterprise-grade price data collection, validation, and quality control for Odoo 19.0
|
|
|
|
Need Help?For support, contact us at odoo@grevlin.com Follow us on X: @GrevlinGlobal ✓ 30 days free support |
Grevlin Price Intelligence Suite - Price Collection
This is the core module of the Grevlin Price Intelligence Suite. It provides price record management, data source tracking, bulk import capabilities, and a multi-rule validation engine with automated confidence scoring.
Overview
The Price Collection module is the central data layer for the entire suite. It manages the lifecycle of price observations from initial collection through validation to publication. It also defines the suite-wide security group hierarchy used by all other modules.
Key Features
- Price records with full audit trail via mail.thread
- 6 price types: retail, wholesale, farmgate, import, export, auction
- Data source management with reliability ratings
- Manual entry wizard for quick multi-line price input
- Bulk import supporting CSV, Excel, and JSON formats
- 5-type validation engine: duplicate detection, outlier (z-score), historical comparison, range checks, source validation
- Automated confidence scoring based on source reliability and validation results
- State machine: draft, validated, rejected, published
- Multi-company record isolation
- Scheduled cron jobs for batch validation and imports
Installation
- Place the grev_od_market_price folder in your Odoo addons path
- Ensure grev_od_market_geo and grev_od_market_commodity are also in the addons path
- Update the module list from :menuselection:`Settings --> Technical --> Database Structure --> Update Apps List`
- Search for "Price Collection" and click :guilabel:`Install`
Note
Installing this module will also install the Geographic Hierarchy and Commodity Catalog modules as dependencies.
Security Groups
This module defines the suite-wide security group hierarchy:
| Group | Implies | Permissions |
|---|---|---|
| Data Collector | Base User | Create/read price records and sources |
| Analyst | Data Collector | Validate records, access analytics |
| Manager | Analyst | Manage configuration, import data |
| Administrator | Manager | Full access including security settings |
To assign groups:
- Go to :menuselection:`Settings --> Users & Companies --> Users`
- Select a user and find the :guilabel:`Market Price Intelligence` section
- Choose the appropriate access level
Configuration
Data Sources
Before collecting prices, configure your data sources:
- Navigate to :menuselection:`Market Price Intelligence --> Data Sources`
- Click :guilabel:`Create`
- Fill in:
- :guilabel:`Name`: Source identifier
- :guilabel:`Source Type`: manual, import, api, mobile, or scraper
- :guilabel:`Reliability Rating`: 0.0 to 1.0 (affects confidence scoring)
- :guilabel:`Contact`: Optional partner link
Validation Rules
Pre-configured validation rules are loaded at install. To customize:
- Go to :menuselection:`Market Price Intelligence --> Configuration --> Validation Rules`
- Adjust thresholds and scope (product category, country)
| Rule Type | Description |
|---|---|
| duplicate | Detects duplicate entries within time window |
| outlier | Z-score based outlier detection |
| historical | Compares against historical price trends |
| range | Validates price falls within expected range |
| source | Validates source reliability meets threshold |
Usage
Manual Price Entry
- Navigate to :menuselection:`Market Price Intelligence --> Price Data --> Manual Entry`
- Select the :guilabel:`Market` and :guilabel:`Data Source`
- Add price lines with product, price, currency, and UoM
- Click :guilabel:`Create Records`
Tip
The wizard supports multiple price lines for efficient batch entry from field collectors.
Bulk Import
- Go to :menuselection:`Market Price Intelligence --> Import --> Import Batches`
- Click :guilabel:`Create`
- Select the :guilabel:`Data Source` and :guilabel:`File Format` (CSV, Excel, or JSON)
- Upload the file and click :guilabel:`Process`
- Review the import summary for success/error counts
Price Validation and Publishing
- Draft records are validated automatically by cron or manually via :guilabel:`Validate`
- Validated records can be published via :guilabel:`Publish`
- Rejected records show validation failure reasons in the chatter
Technical Reference
Models
| Model | Technical Name | Description |
|---|---|---|
| Price Record | grev.price.record | Core price observation with audit trail |
| Data Source | grev.data.source | Price data source with reliability rating |
| Import Batch | grev.import.batch | Bulk import job with error tracking |
| Validation Rule | grev.validation.rule | Configurable validation rule |
| Validation Log | grev.validation.log | Per-record validation results |
Cron Jobs
| Job | Interval | Description |
|---|---|---|
| Validate Draft Records | Every 4 hours | Runs validation engine on draft records |
| Process Scheduled Imports | Daily | Processes pending import batches |
See also
- Geographic Hierarchy module for market setup
- Commodity Catalog module for product taxonomy
- Analytics Engine module for price analysis
- Alerting System module for price notifications
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