Commit Graph

2 Commits (f3ddb4fc06d65b8f8c436c30265e63a07a95e292)

Author SHA1 Message Date
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
2019-12-16 12:49:29 +00:00
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
2016-11-04 16:39:56 +01:00