mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 03:42:00 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
36
odoo-bringout-oca-ocb-account/doc/TROUBLESHOOTING.md
Normal file
36
odoo-bringout-oca-ocb-account/doc/TROUBLESHOOTING.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Troubleshooting
|
||||
|
||||
## Payment Provider FileNotFoundError
|
||||
|
||||
Symptom:
|
||||
|
||||
```
|
||||
FileNotFoundError: File not found: payment_*/static/description/icon.png
|
||||
```
|
||||
|
||||
Cause: payment provider records referencing modules not included locally.
|
||||
|
||||
Fix: see `packages/odoo-bringout-oca-ocb-payment/doc/PATCH_REMOVE_PAYMENT_PROVIDERS.md` for the applied patch and rationale.
|
||||
|
||||
## Ports & Services
|
||||
|
||||
- Web: 8069 (default)
|
||||
- Docker Postgres: 5432, Nix Postgres: 54320
|
||||
|
||||
Check DB status:
|
||||
|
||||
```bash
|
||||
pg-status # Nix
|
||||
docker ps && docker logs <postgres-container> # Docker
|
||||
```
|
||||
|
||||
## Missing Dependencies
|
||||
|
||||
Re‑install within the intended environment:
|
||||
|
||||
```bash
|
||||
nix develop # Nix shell
|
||||
docker-compose build # Docker image refresh
|
||||
pip/uv install -e packages/odoo-bringout-oca-ocb-account
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue