Commit Graph

7 Commits (f3ddb4fc06d65b8f8c436c30265e63a07a95e292)

Author SHA1 Message Date
Stéphane Bidoul (ACSONE) 22d61ff776
[IMP] account_tax_balance: faster search of taxes with moves 2017-04-03 10:24:06 +02:00
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.
2017-03-26 09:57:34 +02:00
Stefan Rijnhart 098523b9a8 [FIX] Include tax amounts from all move types 2017-03-18 14:31:52 +01: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
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).
2016-11-04 16:39:56 +01:00
eLBati 578fbbf52b better get_context_values
unify method compute_balance

ADD open move lines linked to balance
2016-11-04 16:39:55 +01:00
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
2016-11-04 16:38:59 +01:00