method used when validating invoice and create journal items?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
Validating Invoice and Journal Entries are created by workflow that excute method action_move_create
on account.invoice
object
thanks i already saw it..
can you tell me where is the exact place for me to put the deductions?? as what i have said to @Viktor Aditya "in account invoice i add a tree for deductions. amount_total will be deduted by total_deductions. it is already working when i register payment the amount in paid amount is the value that is deduted.. but when i look at the journal entries. the value their is the amount_total that has no deductions.. so i'm looking for the method used by account invoice to create journal items.. "..
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de maig 17
|
7793 | ||
|
1
d’abr. 22
|
1133 | ||
|
0
de maig 19
|
4334 | ||
|
0
de març 15
|
3284 | ||
|
5
de des. 23
|
20868 |
please specify your question..
in account invoice i add a tree for deductions. amount_total will be deduted by total_deductions. it is already working when i register payment the amount in paid amount is the value that is deduted.. but when i look at the journal entries. the value their is the amount_total that has no deductions.. so i'm looking for the method used by account invoice to create journal items..