POS receipt design|POS receipt layout|POS receipt customization|POS multi receipt design|POS order receipt styling Odoo|Odoo POS receipt customization|Odoo POS receipt design|Odoo POS receipt template|Odoo POS new receipt layout|Odoo POS custom receipt module|Odoo receipt template|Odoo XML receipt design|Odoo POS backend receipt design|Customize POS receipt Odoo|Customize Odoo POS receipt|Change POS receipt format Odoo|Stylish POS receipt for Odoo|Point of Sale receipt layout editor
PoS Laundry Management System is an Odoo module designed to seamlessly manage laundry services within the Point of Sale. It allows cashiers to add laundry items, set preferences, apply express or home delivery charges, track orders, and manage deliveries — all with this module| Odoo Laundry Management| Odoo Laundry POS| Odoo Laundry Service| Odoo POS Laundry Module| Laundry Management in POS| Laundry Order Tracking Odoo| Odoo Laundry Pickup and Delivery| Laundry Task Management Odoo| Odoo Laundry Order Receipt| Laundry billing software in Odoo | Manage laundry orders in POS | Track laundry orders in Odoo POS | Laundry pickup and delivery in POS | Laundry shop management in Odoo | Laundry receipt printing in Odoo POS | Easy laundry service management | POS system for laundry business | Odoo laundry tracking made simple | Laundry business software in Odoo | Laundry workflow in Odoo POS | Simple laundry POS solution | Manage washing and dry-clean orders in Odoo | Laundry payment and billing in POS | Fast laundry order processing in Odoo
This widget allows you to conveniently display, edit, validate json data on user form. It has multiple display options (tree, text, code). If a field is read-only, the widget opens only for viewing. The widget is based on JSONEditor by Jos de Jong. Usage: # model class Model(models.Model): json_field = fields.Json(string="Your JSON field") # view <form>; .... <field name="json_field" widget="json_widget" /> .... </form>
Import GDT purchase e-invoices into Odoo with scheduled sync, queue jobs, and Excel exports for the purchase input listing (form 01-02/GTKT).
S3 Connector allows you to use an S3-compatible storage as the main storage for your Odoo instances. Store attachments, media files, and static assets in S3 instead of the local filesystem or database, reducing server load and improving scalability. This module is especially useful for production environments, cloud deployments, and multi-instance setups, where local storage is limited or not persistent. S3 Connector works with AWS S3 and most S3-compatible storage providers, including MinIO, DigitalOcean Spaces, Cloudflare, Backblaze B2, Yandex Cloud Object Storage, and others.
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()
Virtual 3D Visualization of warehouses and Locations
This module reintroduces the hierarchy to the analytic accounts.
Will remove ODOO branding on the system