Skip to content

Commit

Permalink
feat: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hbez committed Mar 31, 2024
1 parent 61d85bb commit 5140c78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Jose Hbez <dev@josehbez.com>
Copyright (c) 2020 Jose Hbez <https://x.com/josehbez>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Please take a quick gander at the [contribution guidelines](CONTRIBUTING.md) fir

### Website

* [MercadoPago](https://github.com/ctmil/payment_mercadopago) - MercadoPago payment module for Odoo Ecommerce
* [MercadoPago](https://github.com/ctmil/payment_mercadopago) - MercadoPago payment module for Odoo e-commerce, it works in all countries.

### Sales

Expand All @@ -59,11 +59,9 @@ Please take a quick gander at the [contribution guidelines](CONTRIBUTING.md) fir

<!-- ## Communication -->

* [Slack notification](https://github.com/maxsbiz/odoo/tree/11.0/msb_slack) - Send notification by Webhook (channel messages, Messages direct & chatter field tracking)

### Timesheet

* [Gnome-Pomodoro-Tracking](https://github.com/gnome-pomodoro/gnome-pomodoro-tracking) - It is a connector to record time entries in projects or tasks, using RPC.
* [Gnome-Pomodoro-Tracking](https://github.com/gnome-pomodoro/gnome-pomodoro-tracking) - Connector that helps record time entries using the pomodoro technique. Only available for Linux.

<!-- ## Marketing -->

Expand All @@ -75,8 +73,8 @@ Please take a quick gander at the [contribution guidelines](CONTRIBUTING.md) fir

### DevOps

* [Odoo Module Packaging](https://gist.github.com/josehbez/b14bb8b7dd6c0c985a96e57cff7cef5a) - A simple python script that compress odoo module with its dependency modules in a file ZIP.
* [odoo Module Community](https://gist.github.com/josehbez/a0790e91bd807ca174834fb67c3e0e8c) - This script is ideal for a private repository that publishes modules to a public repository for read only.
* [Odoo Module Packaging](https://github.com/sentilis/awesome-odoo/blob/master/tools/packaging.py) - A simple python script that compress odoo module with its dependency modules in a file ZIP.
* [odoo Module Community](https://github.com/sentilis/awesome-odoo/blob/master/tools/publish.sh) - This script is ideal for a private repository that publishes modules to a public repository for read only.

### Developers

Expand Down
2 changes: 1 addition & 1 deletion tools/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arg4, Backup format zip or dump
arg5, Location to save the backup
"
echo "How to use?
backup.sh http://localhost:8069 admin demo zip ./
backup.sh http://localhost:8069 master-pass db-name zip ./
"
}
function backup_request(){
Expand Down

0 comments on commit 5140c78

Please sign in to comment.