Joan Sisquella
409aff3658
[IMP] account_tax_balance: show only taxes with amls
4 years ago
Joan Sisquella
fd07aa4848
[IMP] account_tax_balance: reestructure to reduce number of queries
4 years ago
Joan Sisquella
532cf7fc64
[IMP] remove unused field has_moves
4 years ago
Joan Sisquella
2970b2e447
fixup!
4 years ago
Jordi Ballester
883d7dbbd3
fixup!
4 years ago
Jordi Ballester
37359a22be
[12.0][imp][account_tax_balance] improve performance
The tax balance report searches using a m2m field, which kills performance
in large databases. We need direct SQL queries in order to work around
this issue. See odoo/odoo#30350
4 years ago
Andrea
8ef198053b
[12.0][MIG] account_tax_balance
6 years ago
hveficent
ef61b8c737
utf-8 remove from .py files
7 years ago
Jordi Ballester
584e7cf093
dynamize general ledger
7 years ago
Stéphane Bidoul (ACSONE)
195a4c1070
[IMP] account_tax_balance: add index
This indexes improve the display time of
account_tax_balance by a factor of 10 on a database
with 1M move lines.
8 years ago
Lara Baggio
ddd097084c
add condition tax_exigible in domain variable
8 years ago
Stéphane Bidoul (ACSONE)
ae6e0d1a46
[IMP] account_tax_balance: faster search of taxes with moves
8 years ago
Stéphane Bidoul (ACSONE)
4a921f8f4d
[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
9a2f07c029
[FIX] Include tax amounts from all move types
8 years ago
eLBati
2212553523
[FIX+IMP] account_tax_balance:
* Test
* README
* add extra parent menu. If not, with the web_responsive module is mixed
between other menus
8 years ago
Antonio Espinosa
a223d53e27
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
337fda6119
[FIX+IMP] account_tax_balance:
* Tests
* PEP8
* Use invoice._convert_to_write(invoice._cache). This way, the onchange will be inheritable and will add here also the added values
* better get_context_values
* unify method compute_balance
* open move lines linked to balance
9 years ago
eLBati
c6137a3878
[ADD] account_tax_balance: Compute tax balances based on date range
9 years ago