OCA Transbot
b385ad39b5
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
d85dfd5f80
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
9538876f41
OCA Transbot updated translations from Transifex
8 years ago
Eric @ Elico Corp
f54e9e4f62
Merge pull request #317 from Comunitea/10.0-fix-account-financial-report-web
[FIX] 10.0. account_financial_report_qweb. Error in m2m account_ids field
8 years ago
Pedro M. Baeza
c1d5371355
Merge pull request #316 from linkitspa/10.0-account_tax_balance-fix
[FIX] 10.0 added "tax_exigible" condition in "domain" variable
8 years ago
Lara Baggio
ec68dd06c5
add condition tax_exigible in domain variable
8 years ago
Roodin
034aa9b13d
[FIX] 10.0. account_financial_report_qweb. Error in m2m account_ids field
8 years ago
OCA Transbot
69653a3b59
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
7f96f11506
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
cb5cb5b84a
Merge pull request #306 from mquandalle/patch-1
Fix typo in description
8 years ago
Maxime Quandalle
e6f2e90906
Fix typo in description
8 years ago
OCA Git Bot
3a39f487c8
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
f17a770c15
Merge pull request #294 from acsone/10.0-a-t-b-perf-sbi
[10.0] account_tax_balance performance
8 years ago
Stéphane Bidoul (ACSONE)
60668cb76b
account_tax_balance: improve test coverage
8 years ago
Stéphane Bidoul (ACSONE)
72c2d2ab7c
account_tax_balance: bump version and add author
8 years ago
Stéphane Bidoul (ACSONE)
b74702fcdd
[IMP] account_tax_balance: faster search of taxes with moves
8 years ago
Stéphane Bidoul (ACSONE)
570bb93f49
[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
OCA Git Bot
ec71d938e2
[UPD] addons table in README.md
8 years ago
OCA Git Bot
79f9a6f1dc
[UPD] addons table in README.md
8 years ago
Eric @ Elico Corp
dacbdcbbab
Merge pull request #288 from StefanRijnhart/10.0-287-fix_breaking_import
[FIX] Don't break installations that don't have report_xlsx in module path
8 years ago
Stefan Rijnhart
4969f4891f
[FIX] Don't break installations that don't have report_xlsx installed
Fixes 287
8 years ago
OCA Git Bot
ad2d36c443
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
45822a87d0
Merge pull request #284 from StefanRijnhart/10.0-account_tax_balance_include_tax_from_bank_statement
[FIX] account_tax_balance: tax from bank statements is not reported
8 years ago
Stefan Rijnhart
e5e6d33d60
[FIX] Include tax amounts from all move types
8 years ago
OCA Transbot
9588a4a564
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
38254fd38d
[UPD] addons table in README.md
8 years ago
Stéphane Bidoul (ACSONE)
7ff05e4a4f
Merge pull request #276 from yelizariev/10.0-forward-port-pr242-to-br10.0
OCA reports XLSX: Better override to define workbook creation options
8 years ago
jcoux
2176332703
OCA reports XLSX: Better override to define workbook creation options
8 years ago
Stéphane Bidoul (ACSONE)
f0239b7391
[10.0] mis_builder: fix indent style and other small improvements ( #273 )
8 years ago
Stéphane Bidoul (ACSONE)
50b44dd750
[DOC] mis_builder: changelog
8 years ago
Stéphane Bidoul (ACSONE)
9a8da04067
Merge pull request #272 from acsone/10.0-fwp-246-sbi
[FIX] mis_builder: missing unicode in format string
8 years ago
Stéphane Bidoul (ACSONE)
93012d1e79
[UPD] mis_builder: changelog
8 years ago
Stéphane Bidoul (ACSONE)
1f79fdc32e
[FIX] missing unicode in format string
fixes #244
8 years ago
Eric @ Elico Corp
3409cc9ff2
Merge pull request #270 from astirpe/patch-1
[10.0][FIX] mis_builder: local variable 'ctx' referenced before assignment
8 years ago
Andrea Stirpe
6bfb5839e9
[FIX] local variable 'ctx' referenced before assignment
Fixes the following:
```Traceback (most recent call last):
File "/opt/odoo-10.0/addons/report/controllers/main.py", line 100, in report_download
response = self.report_routes(reportname, converter='pdf', **dict(data))
File "/opt/odoo-10.0/src/odoo-10.0/odoo/http.py", line 504, in response_wrap
response = f(*args, **kw)
File "/opt/odoo-10.0/src/odoo-10.0/addons/report/controllers/main.py", line 45, in report_routes
pdf = report_obj.with_context(context).get_pdf(docids, reportname, data=data)
File "/opt/odoo-10.0/src/oca/mis_builder/report/mis_report_instance_qweb.py", line 23, in get_pdf
return super(Report, self.with_context(ctx)).get_pdf(
UnboundLocalError: local variable 'ctx' referenced before assignment
```
8 years ago
OCA Transbot
a0ade90919
OCA Transbot updated translations from Transifex
8 years ago
Frédéric Clementi
a4ef61b6be
Merge pull request #264 from grindtildeath/fix_initial_balance_issue
[10.0] account_financial_report_qweb : Fix initial balance computation
8 years ago
Yannick Vaucher
6184adb9cf
Merge pull request #265 from akretion/10-fix-bug-252-financial_report_qweb
[10.0] Fix bug #252 Aged partner balance now works with user != admin
8 years ago
Alexis de Lattre
7a470ec469
Fix bug #252 fix same issue in report_aged_partner_balance_qweb_move_line
8 years ago
Alexis de Lattre
4d632363b2
Fix bug #252 : generate create_uid and create_date columns in table report_aged_partner_balance_qweb_line
8 years ago
Akim Juillerat
9a3ff2d1e9
Fix initial balance computation
8 years ago
OCA Transbot
335c2e2844
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
0e2efdbf03
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
4987b9be00
Merge pull request #250 from acsone/10.0-mig-account_tax_balance-sbi
[10.0] mig account_tax_balance sbi
8 years ago
eLBati
9aeb70c8b9
[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
Stéphane Bidoul (ACSONE)
cfe18d9fb5
[MIG] account_tax_balance 10.0
8 years ago
Antonio Espinosa
cfb0b1322f
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
eca742cb87
[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
gfcapalbo
5b4e0da9cc
tests
9 years ago
eLBati
3a48c27267
[ADD] account_tax_balance: Compute tax balances based on date range
9 years ago