Jairo Llopis
f3ddb4fc06
[IMP] account_tax_balance: Optimized computation of move type
Reduced complexity based on `read_group`. This method was prefetching a lot and doing many slow operations.
Executing in a real database for 197361 recs. took 14 minutes before and 1:36 minutes now.
@Tecnativa TT18838
5 years ago
Stéphane Bidoul (ACSONE)
22d61ff776
[IMP] account_tax_balance: faster search of taxes with moves
8 years ago
Stéphane Bidoul (ACSONE)
bafc286380
[IMP] account_tax_balance: performance
Let the database do some computations (sum) and do not
put large lists of ids in action domain.
8 years ago
Stefan Rijnhart
098523b9a8
[FIX] Include tax amounts from all move types
8 years ago
Antonio Espinosa
b79358a835
Consider normal and refund operations separately
Allow to explore all move lines
Spanish translation
Bugfixes
Show negative lines too
Show move type in account.move views
Tests include new fields
8 years ago
eLBati
a6c1489ce6
FIX
balance is debit - credit whereas on tax return you want to see what vat has to be paid so : VAT on sales (credit) - VAT on purchases (debit).
8 years ago
eLBati
578fbbf52b
better get_context_values
unify method compute_balance
ADD open move lines linked to balance
9 years ago
eLBati
257eaf8743
ADD README and images
FIX PEP8
FIX README image
9 years ago
eLBati
7d4cd396a5
ADD account_tax_balance: Compute tax balances based on date range
IMP filters and views
Avoid create and delete taxes
ADD base balance
9 years ago