@wpmoo/odoo 0.8.55 → 0.8.56

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/dist/templates.js CHANGED
@@ -280,9 +280,12 @@ __pycache__/
280
280
 
281
281
  # Local generated files
282
282
  *.code-workspace
283
+ addons/
283
284
  auto/
285
+ backups/
284
286
  data/
285
287
  filestore/
288
+ postgresql/
286
289
  sessions/
287
290
  odoo/custom/auto/
288
291
  odoo/custom/src/*/.git-aggregate-cache/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpmoo/odoo",
3
- "version": "0.8.55",
3
+ "version": "0.8.56",
4
4
  "description": "WPMoo Odoo lifecycle tooling for development, staging, and production workflows.",
5
5
  "type": "module",
6
6
  "repository": {