@wpmoo/odoo 0.8.32 → 0.8.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
[](https://github.com/wpmoo-org/wpmoo-odoo/actions/workflows/ci.yml) [](LICENSE)
|
|
5
|
+
[](https://github.com/wpmoo-org/wpmoo-odoo/actions/workflows/ci.yml) [](LICENSE) [](https://www.buymeacoffee.com/cangir)
|
|
6
6
|
|
|
7
7
|
WPMoo Odoo lifecycle tooling for development, staging, and production workflows.
|
|
8
8
|
|
|
@@ -227,3 +227,12 @@ tool-owned development guideline files.
|
|
|
227
227
|
`--create-missing-repos` is provided, or through the interactive wizard.
|
|
228
228
|
- Legacy `--org`, `--community-repo`, and `--pro-repo` flags are still accepted
|
|
229
229
|
when no `--source-repo-url` flags are provided.
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## Support
|
|
233
|
+
|
|
234
|
+
If this project helps you, you can support the work here:
|
|
235
|
+
|
|
236
|
+
<a href="https://www.buymeacoffee.com/cangir">
|
|
237
|
+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" width="250">
|
|
238
|
+
</a>
|