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
2641
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
May 25
|
157 | ||
|
1
May 25
|
355 | ||
|
1
Mar 25
|
589 | ||
|
0
Jan 25
|
572 | ||
|
0
Jan 25
|
567 |
I do have the same question. Anyone has an Idea?