docker exec -it --user=odoo odoo /bin/bash
cd /usr/bin/
odoo shell -d NAMA_DB -c /etc/odoo/odoo.conf --db_host NAMA_CONTAINER_DB --db_password PASSWORD_DB
domain = [('res_model', '=', 'ir.ui.view'), ('name', 'like', 'assets_')]
env['ir.attachment'].search(domain).unlink()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| /* | |
| * This attaches the VSCode debugger to the JIRA instance created by a `atlas-debug` command. | |
| * Before attaching the debugger, you need to run `atlas-debug` to spin up a JIRA instance. | |
| * Default port is 5005. | |
| * Reference: https://developer.atlassian.com/server/framework/atlassian-sdk/creating-a-remote-debug-target/ | |
| */ | |
| "version": "0.2.0", | |
| "configurations": [ |
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
A simple tool for extracting discrete color palette values from the viridis collection of color palettes.