Yannick Vaucher
55b669df5c
[FIX] account_export_csv - csv writer doesn't take generator use of list comprehension instead
11 years ago
Yannick Vaucher
f790ce9e34
[IMP] account_export_csv - del del
11 years ago
Yannick Vaucher
89715df3ec
[IMP] account_export_csv - remove company where it is bad frequenting
11 years ago
Yannick Vaucher
4232c1bbe7
[REF] account_export_csv - refactor of columns encoding
11 years ago
Yannick Vaucher
195eb431b2
[IMP] remove duplicate of company_id
11 years ago
Yannick Vaucher
4506db82c8
[TYPO] remove wrong style in xml
11 years ago
Yannick Vaucher
5ee8bee6b0
[IMP] account_export_csv - set 2GB complete value to better comment
11 years ago
Yannick Vaucher
0090799f3f
[IMP] account-export-csv - use generator with yield to avoid filling the worker memory with enormous lists of rows
11 years ago
Yannick Vaucher
c59e40bab4
[IMP] account_export_csv - improve wizard to 7.0 form layout for buttons
11 years ago
Yannick Vaucher
51228e6826
[ADD] account_export_csv - filter on journal_ids for export of journal entries
11 years ago
Yannick Vaucher
81e744cb0b
[ADD] account_export_csv - export of journal entries
11 years ago
Yannick Vaucher
ad547c425b
[IMP] account-fincnancial-report - remove extra spaces in __openerp__.py
11 years ago
Yannick Vaucher
c7c21a3c89
[IMP] account-fincnancial-report - remove extra spaces
11 years ago
Stefan Rijnhart
1ccf49083f
[ADD] Dutch translations
11 years ago
Vincent Renaville
6c66b525aa
[FIX] License and comment
12 years ago
Vincent Renaville
3d7361f8c6
[FIX] group by
12 years ago
Vincent Renaville
d898643c49
[FIX] improve sql to display not analytic account line
12 years ago
Vincent Renaville
1221e70976
[FIX] change on a reviewer request
12 years ago
Vincent Renaville
0b077c9d5d
[FIX] group by
12 years ago
Vincent Renaville
ddc60f1de7
[FIX] Wizard layout cleaning + translation
12 years ago
Vincent Renaville
185e444aaa
[ADD] account csv
12 years ago
Eduardo Aparicio
a3dfdf6ca0
Translated using Weblate (Portuguese (Brazil))
Currently translated at 43.2% (142 of 329 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/pt_BR/
5 years ago
Josep M
9291fab75d
Translated using Weblate (Spanish)
Currently translated at 100.0% (329 of 329 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/es/
5 years ago
Josep M
2f4875837f
Translated using Weblate (Spanish)
Currently translated at 100.0% (79 of 79 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/es/
5 years ago
Eduardo Aparicio
9a8642e14d
Added translation using Weblate (Portuguese (Brazil))
5 years ago
Josep M
ba3e100164
Translated using Weblate (Spanish)
Currently translated at 100.0% (329 of 329 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/es/
5 years ago
Josep M
a153c6ee65
Translated using Weblate (Spanish)
Currently translated at 100.0% (79 of 79 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/es/
5 years ago
Josep M
bd7e82b668
Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 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/es/
5 years ago
Yoshi Tashiro
bf477aa148
Translated using Weblate (Japanese)
Currently translated at 5.5% (18 of 329 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/ja/
5 years ago
Yoshi Tashiro
cecf43bcc3
Added translation using Weblate (Japanese)
5 years ago
OCA Transbot
b944641ef6
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/
5 years ago
Marco Calcagni
aebf710ae0
Translated using Weblate (Italian)
Currently translated at 63.8% (210 of 329 strings)
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/it/
5 years ago
OCA-git-bot
60941d1f90
Merge PR #562 into 12.0
Signed-off-by jbeficent
5 years ago
Graeme Gellatly
71e9818103
[FIX] Aging Buckets
In certain scenarios involving mutliple payments for multiple
invoices, where the reconciliation happens together and the debit
move is the smaller item the aging duplicates its value, making
the balance greater than it should be.
This fix works by preventing moves where different lines are both partial
reconciled being grouped together by adding the lines id
to the group by clause of _show_buckets_sql_q1
5 years ago
i-vyshnevska
35d730f62b
[FIX] account_financial_report: add group access to report actions ( #579 )
5 years ago
OCA Transbot
2a76200b12
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/
5 years ago
OCA Transbot
619f2b5403
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
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/
5 years ago
OCA Transbot
4c878ba53e
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/
5 years ago
oca-travis
c4b367c033
[UPD] Update account_financial_report.pot
5 years ago
OCA-git-bot
8b3c33e351
[ADD] setup.py
5 years ago
Pedro M. Baeza
7d63e28ab1
Merge pull request #559 from eLBati/12.0-mig-account_financial_report-2
[12.0] mig account_financial_report
5 years ago
eLBati
910d62e8e6
[MIG] account_financial_report: Finalize migration to 12.0
* Move back to CSS and FIX
NameError: variable @odoo-view-background-color is undefined in - on line 99, column 23:
98 .o_account_financial_reports_page {
99 background-color: @odoo-view-background-color ;
100 color: @odoo-main-text-color ;
* Porting: parent_left does not exist anymore. Using parent_path + account code to sort report lines
* FIX js error with date object not converted to string while clicking on initial balance amount
See https://user-images.githubusercontent.com/1033131/58337566-5d525c80-7e46-11e9-913a-3c3e0115fb3e.gif
* IMP style and metadata
* FIX tests about new date format and partner_id computed field of account.move
* FIX errors like
2019-06-03 16:11:51,406 17857 ERROR dev_12_account_financial_report odoo.sql_db: bad query: b"\nDELETE FROM 'report_vat_report_tax'\nWHERE COALESCE(\n write_date, create_date, (now() at time zone 'UTC'))::timestamp\n < ((now() at time zone 'UTC') - interval '3600.0 seconds')\n"
ERROR: syntax error at or near "'report_vat_report_tax'"
LINE 2: DELETE FROM 'report_vat_report_tax'
^
* IMP translation template and IMP Italian translation
* Remove useless comments
* Use AsIs to avoid SQL injection
* Use fields.Date methods
* Remove useless data from tests
* Improve comments
* Fix wizard.multi.charts.accounts
* Move _get_partner_ids_domain to abstract wizard
* Refactor default partners in wizard to use recordsets
* Improve js style
6 years ago
Wolfgang Pichler
91361ef042
[MIG] account_financial_report: Migration to 12.0
[IMP] Reformated one query to avoid one sql injection warning message - but no sql injection was possible here
6 years ago
Adrià Gil Sorribes
605f67e055
[11.0][FIX] open Account Move Line view from Aged Partner Balance report
6 years ago
Quentin Groulard
a3d628ca7c
[FIX] Few fixes to solve warnings:
- _description in account_financial_report_abstract
- _description in vat.report.wizard
- Two fields using same label 'Accounts' in account.group
- Two fields using same label 'Account' in report_journal_ledger_move_line
- Two fields using same label 'Partner' in report_journal_ledger_move_line
- Two fields using same label 'Accounts' in report_trial_balance_account
- Two fields using same label 'Tax' in report_vat_report_taxtag
- Two fields using same label 'Tax' in report_vat_report_tax
- Two fields using same label 'Filter accounts' in general.ledger.report.wizard
6 years ago
Pedro M. Baeza
4214a3ea99
Translated using Weblate (Spanish)
Currently translated at 100.0% (323 of 323 strings)
Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_financial_report/es/
6 years ago
Iryna Vushnevska
423b6a2fcd
[IMP] account_financial_reports: Several improvements:
* Move to less files to compile variables
* hide contacts on partner
* Add reports to res partner actions
* initialize wizard from context
* initialize wizard by current fiscal year
6 years ago
Lara Baggio
6cf659253b
fix check value param self.hierarchy for account grouping
6 years ago
labaggio
2545a665a3
Translated using Weblate (Italian)
Currently translated at 22.3% (72 of 323 strings)
Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_financial_report/it/
6 years ago
Pedro M. Baeza
6f415cdf26
Translated using Weblate (Spanish)
Currently translated at 100.0% (323 of 323 strings)
Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_financial_report/es/
6 years ago