@wpmoo/odoo 0.8.31 → 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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
[](LICENSE)
|
|
5
|
+
[](https://github.com/wpmoo-org/wpmoo-odoo/actions/workflows/ci.yml) [](LICENSE) [](https://www.buymeacoffee.com/cangir)
|
|
8
6
|
|
|
9
7
|
WPMoo Odoo lifecycle tooling for development, staging, and production workflows.
|
|
10
8
|
|
|
@@ -229,3 +227,12 @@ tool-owned development guideline files.
|
|
|
229
227
|
`--create-missing-repos` is provided, or through the interactive wizard.
|
|
230
228
|
- Legacy `--org`, `--community-repo`, and `--pro-repo` flags are still accepted
|
|
231
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>
|