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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
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.. "..
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
mai 17
|
7894 | ||
|
1
avr. 22
|
1195 | ||
|
0
mai 19
|
4405 | ||
|
0
mars 15
|
3383 | ||
|
5
déc. 23
|
20989 |
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..