| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Field Service (industry_fsm)
• Project (project) • Timesheets (timesheet_grid) • Discuss (mail) • Employees (hr) • Sales (sale_management) • Invoicing (account) • Inventory (stock) |
| Lines of code | 63 |
| Technical Name |
fsm_quick_products |
| License | OPL-1 |
| Website | https://www.ganemo.co |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Field Service (industry_fsm)
• Project (project) • Timesheets (timesheet_grid) • Discuss (mail) • Employees (hr) • Sales (sale_management) • Invoicing (account) • Inventory (stock) |
| Lines of code | 63 |
| Technical Name |
fsm_quick_products |
| License | OPL-1 |
| Website | https://www.ganemo.co |
FSM Quick Products
Streamline Field Service workflows by providing immediate, friction-free access to materials usage and Sales Orders from any mobile device.
TECHNICAL_SCOPE: Overrides industry_fsm task view to inject persistent access buttons.
SOLVES: Native mobile grouping delay for material recording and SO access.
TRIGGERS: action_fsm_view_material & action_view_so (native actions).
DEPENDENCIES: project, sale, industry_fsm, industry_fsm_stock.
The Problem
In professional field service operations, technicians need to record materials and check associated Sales Orders in real-time. Odoo 19's native responsive design groups auxiliary actions (Smart Buttons) into a collapsible menu (⚡) on mobile. This adds mandatory cognitive load and physical interaction steps for the most frequent tasks: recording parts and accessing order details.
Key Advantages
Sales Order Link
Direct access to the task's Sales Order. Only appears when a link exists, maintaining a clean interface.
Zero-Click Visibility
Buttons are placed in an independent section, exempt from native grouping algorithms. They are always visible.
Native-First Build
Pure XML inheritance. No JavaScript overrides, ensuring zero conflicts with future Odoo 19 updates.
Operational Workflow
-
Dual Access: Quick icons for both materials (box) and sales orders (cart), providing immediate feedback.
-
Smart Visibility: The Sales Order icon intelligently hides itself when not applicable, ensuring the tech focus.
Professional Note
This module adheres strictly to Odoo's development best practices for v19. It avoids DOM manipulation in favor of server-side view composition, maximizing performance and compatibility.
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