https://github.com/eltorio/odoo-bank-account-on-invoice
Put bank account on odoo 16 invoices
https://github.com/eltorio/odoo-bank-account-on-invoice
odoo odoo16
Last synced: 3 months ago
JSON representation
Put bank account on odoo 16 invoices
- Host: GitHub
- URL: https://github.com/eltorio/odoo-bank-account-on-invoice
- Owner: eltorio
- License: agpl-3.0
- Created: 2023-10-09T09:23:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T18:53:50.000Z (over 1 year ago)
- Last Synced: 2024-12-27T06:43:54.456Z (5 months ago)
- Topics: odoo, odoo16
- Language: Shell
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IBAN and its EPC QR code on odoo 16.0 invoices
This is based on Openworx code (LGPLv3) these modifications are published **as is** under AGPLv3.

# Odoo kubernetes development environment with Tilt.dev
## Why ?
I love Kubernetes, but when its time to develop. It becomes complicated !
You always need to copy from local to your container…
Some solutions exists:
- [Okteto](https://okteto.com)
- [Tilt](https://tilt.dev)Here I choosed Tilt.
# How ?
- install Tilt for [your plaform](https://github.com/tilt-dev/tilt/releases)
- edit Tiltfile by replacing *kubernetesOCI* with your own Kubernetes context
- copy `sample_values.yaml` to `_values.yaml` and edit it for your needs. Probably the most important changes are the different hostnames and passwords.
- run `tilt up`
- browse http://localhost:10350/ for watching the deployement
- browse the host you configured in `_values.yaml` for your odoo deployement
# My module
- **this is a template**
- because odoo doesn't like starting with bugged modules, the first deployement is manual.
- on [ Tilt UI ](http://localhost:10350/r/odoo-dev/overview) Hit **push module**
- now in odoo refresh the App list and (without the App filter) you can find **my_module**odoo-bin --config /opt/bitnami/odoo/conf/odoo.conf -u iban_on_invoice_module