i try to import data in accounting/journal entry and i got this error
entre les lignes 2 et 1136
can anyone help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i try to import data in accounting/journal entry and i got this error
entre les lignes 2 et 1136
can anyone help
In my case, the error was when generating the payment, I was missing the writeoff_account_id field, just send the id you need from the account.account model and there should be no problem
payment = Payment.create({
'writeoff_account_id': self.env['account.account'].browse("you id").id,
})
Hope this helps.
Hello Haffis,
I got the same error and fixed it like this: should be no lines where both "CREDIT" and "DEBIT" are not empty.
P.S. I also checked: if you set, for example, "0" into column "credit" where "debit" is not 0 - it doesn't affect the error.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
Hello Haffis,
Is it possible share Journal entry csv or excel file here ? It seems some required fields are missing in csv file.
yes here some required data it gots null value.. (ex. account_move_line_credit_debit1, so here if no value then put 0.0)
yes i delete constraint from pg admin and it work my problem now is i want one record in account.move and sex record in account.move.line i can't got it i got sex recored in account
move