Commit Graph

19 Commits (62a307c72c5246030fc06ff1d2a1d4b51a07a388)

Author SHA1 Message Date
Sébastien Alix 0013001245 [FIX] a_tax_balance: use '_for_xml_id' method to get actions 2022-01-31 10:50:44 +01:00
SimoRubi 45243df69e [FIX] account_tax_balance: Recompute balance for different dates 2021-12-14 17:00:29 +01:00
Francisco Ivan Anton Prieto 845b0f373e [MIG] account_tax_balance: Migration to 14.0 2020-11-20 19:58:17 +01:00
Francisco Ivan Anton Prieto 1eb15ff81e [IMP] account_tax_balance: black, isort, prettier 2020-10-22 22:11:46 +02:00
Andrea 4389b07e0b [FIX] select company in multicompany 2020-10-22 22:11:42 +02:00
Andrea 1d539a6860 Black, isort, etc... 2020-10-22 22:11:42 +02:00
Andrea 03d33996be Code review 2020-10-22 22:11:42 +02:00
Andrea b98aadf030 [13.0][MIG] account_tax_balance 2020-10-22 22:11:42 +02:00
Andrea 6a86916765 [IMP] Ease extension if multicompany fiscal unit 2020-10-22 22:11:42 +02:00
Andrea 36f057c323 [12.0][MIG] account_tax_balance 2020-10-22 22:11:42 +02:00
hveficent ff59a45d16 utf-8 remove from .py files 2020-10-22 22:11:42 +02:00
Jordi Ballester feefac187c dynamize general ledger 2020-10-22 22:11:42 +02:00
Lara Baggio 6670369ed3 add condition tax_exigible in domain variable 2020-10-22 22:11:42 +02:00
Stéphane Bidoul (ACSONE) fe51028772 [IMP] account_tax_balance: faster search of taxes with moves 2020-10-22 22:11:42 +02:00
Stéphane Bidoul (ACSONE) 538abbb47b [IMP] account_tax_balance: performance
Let the database do some computations (sum) and do not
put large lists of ids in action domain.
2020-10-22 22:11:42 +02:00
Stefan Rijnhart f56f1ca3bc [FIX] Include tax amounts from all move types 2020-10-22 22:11:42 +02:00
Antonio Espinosa f68b04db32 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
2020-10-22 22:11:42 +02:00
eLBati 344a28a524 [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
2020-10-22 22:11:42 +02:00
eLBati e51c474f57 [ADD] account_tax_balance: Compute tax balances based on date range 2020-10-22 22:11:42 +02:00