How do I change the default terms and conditions URL? This is in the accounting > customer invoices settings.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
2
Replies
3015
Views
@Simon: use the "Add a Note" option?
Hi there
Well, this is hardcoded in the res_config_settings.py of the "account" module within the function "action_update_terms", to go to "/terms" within the website. .
So you would need to code to change this. If you need help with this, just let me know on hi (at) latus .ch
Thanks and best regards, Joep
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jul 25
|
284 | ||
|
1
Jul 25
|
445 | ||
|
2
Jul 25
|
465 | ||
|
2
Jun 25
|
712 | ||
|
2
May 25
|
657 |
I do have the same question. Anyone has an Idea?