Tailor Management, Cloth Tailor System, Tailor Appointment,Stitching,Measurement, Tailor Dashboard,Tailor Request, Tailor Orders, Tailor measurement, Tailor Shop, Tailor Customer Cloth type and measurements, Customer Stitching Order, Tailor stitching with Measurement as PDF Report, Tailor Order reports
This widget allows you to edit text fields in a modal dialog on list or form with optional validation and autofocus support. If a field is read-only, the widget opens only for viewing. # view <form>; .... <field name="comment" widget="textarea_dialog_widget" />; .... </form>; <tree>; .... <field name="comment" widget="textarea_dialog_widget" />; .... </tree>;
Tour and Travel Management Booking Management Tour Booking Travel Booking Itinerary Planning Management Hotel Booking Management Tour Travel Website Travelling Planner travel agency management tour agency management advanced dashboard
Odoo Tours & Travel Management odoo Tours Travel Management Tour Travel Management odoo transport Tour Management transport Management truck
Tripletex-Odoo Connector data synchronization auto-sync account tax customer vendor product sale order invoice payment
Update CRM Pipeline status based on Orders, Deliveries and Payments
User Activity Log, User Activity Audit, Session Management, Record Log, Activity Traces, User Activity Record, Record History, Login History, Login location, Login IP, user session history, User activity tracking user activity logs user actions history user action login alert track user activity history user session tracking audit log history User Audit Trail user audit rules audit trail rules activity monitoring user
This module adds tools for working with vaults. Two types of vaults are available: HashiCorp and Secret Manager. Only one type of secret storage is available: key and value. There are json schemas for storing a single key value (KeySecretType), a pair of secrets (KeyPairSecretType) and a login/password (LoginPasswordType) 1. The module provides a new field type VaultSecretField. Thanks to this field the filled data will be stored in the vault and the secret path will be stored in the database. The field can be used in any model, including res.config.settings to store module settings. # Examples of working with vault field: # model class ResConfigSettings(models.TransientModel): _inherit = “res.config.settings” secret = VaultSecretField(secret_type=KeyPairSecretType.type) # view <field name=“arch” type=“xml”> .... <field name=“secret” /> .... </field> 2. The module provides a VaultSecret API class that performs standard CRUD interaction with a vault. # Examples of working with the API class: # Create new_secret = VaultSecret.save_secret( LoginPasswordType.type, login=login, password=password ) # or new_secret = VaultSecret(path="custom/path", secret_type=LoginPasswordType) new_secret.write_secret({"login": login, "password": password}) # Get secret = new_secret.get_secret() login = secret['login'] password = secret['password'] # Write new_secret.write_secret({"login": login, "password": password}) # Delete new_secret.delete_secret()
Version Systray.
Clinic management system for veterinarians
Odoo VTiger Connector
Warranty Management Warranty Management Product Warranty Management Warranty Registration and Warranty Claim Helpdesk for Claim and Support Create warranty manage products warranty and claims product warranty in odoo product warranty registration Helpdesk for customer ticket support Product Warranty Management Product Warranty Claim warranty module claim Warranty Maintenance Customer Service Management manage warranty app website product Warranty product Maintenance product service warranty serial number claim Warranty renewal Warranty product Warranty register product Warranty product warranty management serial number Registration lead to create ticket
odoo website helpdesk support,odoo 12 dashboard,Powerful Dashboards,custom odoo dashboard,Modern Odoo Dashboards,dashboard for users,Website Dashboard Ninja,Odoo 16 Dashboard,Odoo 15 Dashboard ,odoo 14 dashboard,odoo 13 dashboard
Website UI for Service Desk
Provides integration between the Website Service Desk and Generic Request Fileds modules. Adds custom fields (string) to fill in while submitting the request.
Project support in Website Service Desk
Integration addon (Related doc feature)
Integration addon (Related requests feature)
Tag support in Website Service Desk