Commit Graph

156 Commits (8ccc5d57ee4eb068effe2bc9d5942deccf58bc6c)

Author SHA1 Message Date
Thomas Rehn 1727ecb84d [FIX] activate date_range and fix installation errors 2017-11-23 13:51:21 +01:00
Francesco Apruzzese 4023b4b9a8 [FIX] Header in python file and PEP8 2017-11-23 13:51:21 +01:00
Francesco Apruzzese 0fe0cb06fa [IMP] Fill open invoice report with informations keep from account move lines 2017-11-23 13:51:21 +01:00
Thomas Rehn 34746a9ed0 [REF] move dummy menu items for balance sheet report wizards 2017-11-23 13:51:21 +01:00
robert rottermann b94cdd8bd4 [ADD]added new wizzard account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml 2017-11-23 13:51:21 +01:00
Leonardo Pistone 55f4dd8a6a split long lines 2017-11-23 13:51:21 +01:00
Damien Crier b980f89412 [IMP] add date_range_id on ledgers wizards
[FIX] restore partner ledger menuitem
2017-11-23 13:51:21 +01:00
Leonardo Pistone 0fc8003692 fix crash if empty fiscalyear 2017-11-23 13:51:21 +01:00
Leonardo Pistone 5828cc9d32 bring back @yvaucher's report css 2017-11-23 13:51:21 +01:00
Leonardo Pistone 2254566b2a go back to original button method 2017-11-23 13:51:21 +01:00
Leonardo Pistone 12a58b851e fix get_label
it was printing the static string (rec.invoice_name)
2017-11-23 13:51:21 +01:00
Leonardo Pistone 56a4f8c893 bring back code we're not inheriting anymore 2017-11-23 13:51:21 +01:00
Leonardo Pistone 36b8ca19f3 no journals in out wizard 2017-11-23 13:51:21 +01:00
Ciro Urselli ecba777440 [FIX] fix delete footer_spacing to paperformat open invoice 2017-11-23 13:51:21 +01:00
Ciro Urselli 324b570088 [FIX] fix id of record open invoice in reports.xml 2017-11-23 13:51:21 +01:00
Ciro Urselli f5099982a3 [IMP] correct journal with account name; add comulate balance row 2017-11-23 13:51:21 +01:00
Ciro Urselli 8ccfa4c0a6 [ADD] template open_invoice_report.xml, update __openerp__.py and add paperformat in reports.xml 2017-11-23 13:51:21 +01:00
os-kng 28674278cd [IMP] Align with open invoice wizard: check date range, minor cleanup. 2017-11-23 13:51:21 +01:00
tarteo 7ad3c39230 [FIX] company_id required 2017-11-23 13:51:21 +01:00
Andrea Stirpe d8892bdd57 Delete unused file 2017-11-23 13:51:21 +01:00
Simone Orsi c10ef3b3b3 fix renaming issue from prev rebase 2017-11-23 13:51:21 +01:00
Simone Orsi b004b48a84 remove conflict from prev rebase 2017-11-23 13:51:21 +01:00
robert rottermann 6c4b65a45a [ADD] trial balance and partner balance refactured to new files 2017-11-23 13:51:21 +01:00
Simone Orsi ac38b3efc1 include work from Yannick on qweb ledger, rearrange 2017-11-23 13:51:21 +01:00
os-kng 35c818700c [IMP] Adding fields on wizard 2017-11-23 13:51:21 +01:00
andrea4ever c3cac0b85e [FIX] remove comodel name 2017-11-23 13:51:21 +01:00
tarteo c524761aa5 [FIX] Name of action_account_aged_trial_balance_wizard 2017-11-23 13:51:21 +01:00
andrea4ever 01e49ec6d6 First commit for open invoice report 2017-11-23 13:51:21 +01:00
Thomas Rehn 0415bc47b5 [ADD] foundations for new balance common report wizard 2017-11-23 13:51:21 +01:00
astirpe f1080a4eb2 Initial commit for wizard Aged Partner Balance 2017-11-23 13:51:21 +01:00
Damien Crier d90e3be85d improve wizards views 2017-11-23 13:51:21 +01:00
Damien Crier d2a7340a97 [ADD] partner ledger wizard 2017-11-23 13:51:21 +01:00
Damien Crier 91ca44875f [ADD] generic wizard for ledger 2017-11-23 13:51:21 +01:00
Damien Crier 11ef6544e5 [ADD] generic wizard for ledger 2017-11-23 13:51:21 +01:00
Leonardo Pistone 7b224ee66d remove unused imports 2017-11-23 13:51:21 +01:00
Damien Crier 18232a7261 [ADD] add base wizard for ledger 2017-11-23 13:51:21 +01:00
Damien Crier a7ce37d8bc [ADD] new module to manage financial reports in OCA 2017-11-23 13:51:21 +01:00
OCA Git Bot 499b7cb182 [ADD] setup.py 2017-11-14 04:34:42 +01:00
Pedro M. Baeza 29965bb6e6
Merge pull request #361 from Tecnativa/11.0-account_tax_balance
[11.0][MIG] account_tax_balance
2017-11-13 12:18:03 +01:00
Pedro M. Baeza 0c4eb40f1b [MIG] account_tax_balance: Migration to 11.0 2017-10-19 02:03:17 +02:00
Stéphane Bidoul (ACSONE) 7d3dde98a3 [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.
2017-10-19 01:36:08 +02:00
Lara Baggio b7eabd6a51 add condition tax_exigible in domain variable 2017-10-19 01:36:08 +02:00
OCA Transbot 9efca46006 OCA Transbot updated translations from Transifex 2017-10-19 01:36:08 +02:00
Stéphane Bidoul (ACSONE) 7d0d8d0fa1 account_tax_balance: improve test coverage 2017-10-19 01:35:56 +02:00
Stéphane Bidoul (ACSONE) a2bf850c1f [IMP] account_tax_balance: faster search of taxes with moves 2017-10-19 01:35:56 +02:00
Stéphane Bidoul (ACSONE) 9c2b77633d [IMP] account_tax_balance: performance
Let the database do some computations (sum) and do not
put large lists of ids in action domain.
2017-10-19 01:35:35 +02:00
Stefan Rijnhart 1fb070c211 [FIX] Include tax amounts from all move types 2017-10-19 01:35:35 +02:00
OCA Transbot 57e7e0196a OCA Transbot updated translations from Transifex 2017-10-19 01:35:35 +02:00
eLBati 5e22669c25 [FIX+IMP] account_tax_balance:
* Test
* README
* add extra parent menu. If not, with the web_responsive module is mixed
  between other menus
2017-10-19 01:35:35 +02:00
Stéphane Bidoul (ACSONE) 40f29e2e06 [MIG] account_tax_balance 10.0 2017-10-19 01:35:35 +02:00