IF NOT EXISTS (SELECT 1 FROM pg_policies WHERE tablename = 'images' AND policyname = 'Users can only see their own images') THEN CREATE POLICY "Users can only see their own images" ON public.images IF ...
A comprehensive collection of scripts, configurations, and utilities for managing Odoo ERP deployments. This repository provides tools for Docker-based deployments, automated backups, monitoring, and ...