This file contains 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
// ==UserScript== | |
// @name Floating Mergebot | |
// @namespace https://odoo.com | |
// @version 2025-01-14 | |
// @description Floating button to link mergebot/runbot | |
// @author [email protected] | |
// @match https://github.com/odoo/enterprise/pull/* | |
// @match https://github.com/odoo/odoo/pull/* | |
// @match https://github.com/odoo/upgrade/pull/* | |
// @grant none |
This file contains 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
'use strict'; | |
// ==UserScript== | |
// @name Github Autolink | |
// @namespace http://odoo.com/ | |
// @icon https://odoo.com/web/static/img/favicon.ico | |
// @version 2025-01-10 | |
// @description AutoLink for Odoo | |
// @author [email protected] | |
// @match https://github.com/odoo/* | |
// @grant none |
This file contains 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
#!/usr/bin/env python3 | |
"""Update the .pot files automatically when runbot detects outdated files. | |
positional arguments: | |
url Link to the runbot instance | |
optional arguments: | |
-h, --help show this help message and exit | |
-m MODULES, --modules MODULES | |
-u USERNAME, --username USERNAME |