Stéphane Bidoul (ACSONE)
fd2e003670
.travis.yml: activate .pot file generation
2018-12-26 14:41:01 +01:00
Sergio Zanchetta
0525b41cb6
Translated using Weblate (Italian)
...
Currently translated at 80.4% (41 of 51 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/it/
2018-12-24 20:58:30 +00:00
OCA-git-bot
33561547f2
[UPD] README.rst
2018-12-02 02:31:28 +00:00
JordyBlankestijn
e1357a374e
Translated using Weblate (Dutch)
...
Currently translated at 47.1% (24 of 51 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/nl_NL/
2018-11-02 13:59:56 +00:00
Pedro M. Baeza
6cd0e16160
Merge pull request #471 from onesteinbv/12_fix_account_tax_balance
...
[12.0][FIX] account_tax_balance: at_install/post_install test decorators
2018-10-11 19:25:49 +02:00
Andrea
2f9b6142bd
[FIX] at_install/post_install test decorators
2018-10-07 21:19:32 +02:00
OCA Git Bot
7bffe7ef4e
[ADD] setup.py
2018-10-06 10:36:52 +02:00
OCA Git Bot
d8c365e729
[UPD] README.rst
2018-10-06 10:36:52 +02:00
Pedro M. Baeza
250fe52c8d
Merge pull request #468 from onesteinbv/12_mig_account_tax_balance
...
[12.0][MIG] account_tax_balance
2018-10-04 11:03:23 +02:00
Andrea
ab0fa857d9
Remove postgres 9.2 and transifex from .travis.yml
2018-10-04 10:28:16 +02:00
Andrea
8ef198053b
[12.0][MIG] account_tax_balance
2018-10-04 10:28:16 +02:00
Jimmy Ramos
706c0c672e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_tax_balance/es/
2018-10-04 10:28:16 +02:00
Davide Corio
7a9d6ce1c3
Translated using Weblate (Italian)
...
Currently translated at 9.8% (5 of 51 strings)
Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_tax_balance/it/
2018-10-04 10:28:16 +02:00
oca-travis
435f324aa3
[UPD] Update account_tax_balance.pot
2018-10-04 10:28:16 +02:00
OCA Transbot
95f4149f8b
OCA Transbot updated translations from Transifex
2018-10-04 10:28:16 +02:00
hveficent
ef61b8c737
utf-8 remove from .py files
2018-10-04 10:28:16 +02:00
OCA Transbot
98a0788512
OCA Transbot updated translations from Transifex
2018-10-04 10:28:16 +02:00
Pedro M. Baeza
3d1dd10c56
[IMP] account_tax_balance: Change tests to post instal and protect again freezes
2018-10-04 10:28:16 +02:00
OCA Transbot
9c9515790a
OCA Transbot updated translations from Transifex
2018-10-04 10:28:16 +02:00
Jordi Ballester
584e7cf093
dynamize general ledger
2018-10-01 11:15:40 +02:00
Pedro M. Baeza
ec088ca30d
[MIG] account_tax_balance: Migration to 11.0
2018-10-01 11:15:40 +02:00
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.
2018-10-01 11:15:40 +02:00
Lara Baggio
ddd097084c
add condition tax_exigible in domain variable
2018-10-01 11:15:40 +02:00
OCA Transbot
c552448072
OCA Transbot updated translations from Transifex
2018-10-01 11:15:40 +02:00
Stéphane Bidoul (ACSONE)
f55e37ccc4
account_tax_balance: improve test coverage
2018-10-01 11:15:40 +02:00
Stéphane Bidoul (ACSONE)
ae6e0d1a46
[IMP] account_tax_balance: faster search of taxes with moves
2018-10-01 11:15:40 +02:00
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.
2018-10-01 11:15:40 +02:00
Stefan Rijnhart
9a2f07c029
[FIX] Include tax amounts from all move types
2018-10-01 11:15:40 +02:00
OCA Transbot
14adc691f3
OCA Transbot updated translations from Transifex
2018-10-01 11:15:40 +02:00
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
2018-10-01 11:15:40 +02:00
Stéphane Bidoul (ACSONE)
25c3901b72
[MIG] account_tax_balance 10.0
2018-10-01 11:15:40 +02:00
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
2018-10-01 11:15:40 +02:00
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
2018-10-01 11:15:40 +02:00
gfcapalbo
d2b6841321
tests
2018-10-01 11:15:40 +02:00
eLBati
c6137a3878
[ADD] account_tax_balance: Compute tax balances based on date range
2018-10-01 11:15:40 +02:00
OCA git bot
95438640be
[MIG] .travis.yml: Upgrade to Postgres 9.6
2018-10-01 09:23:12 +02:00
OCA git bot
554506e010
[MIG] Add metafiles
...
[skip ci]
2018-09-27 02:02:03 +02:00