Commit Graph

98 Commits (a5ffeee748b7c38af77db46bd9b363617f996433)

Author SHA1 Message Date
Leonardo Pistone a5ffeee748 move ledger query to a file for easier testing 2017-11-23 13:51:21 +01:00
Leonardo Pistone d8a2d2cc83 don't use find_daterange_fy_start: it was removed
The method find_daterange_fy_start used to be in account_fiscal_year but
it was removed in
https://github.com/OCA/account-financial-tools/pull/378/commits/073f324df
2017-11-23 13:51:21 +01:00
Leonardo Pistone e62a59f790 remove unused onchange
There is no until_date field on this wizard (Jordi removed it).
2017-11-23 13:51:21 +01:00
Leonardo Pistone 2cd1a05f6d gl template: remove references to fiscalyear 2017-11-23 13:51:21 +01:00
Leonardo Pistone 182e2c437f remove references to fiscalyear in code 2017-11-23 13:51:21 +01:00
Damien Crier 6673e9c535 [IMP] export general ledger to XLSX format 2017-11-23 13:51:21 +01:00
Leonardo Pistone 2de0ecc53c add dependency on account_fiscal_year 2017-11-23 13:51:21 +01:00
Leonardo Pistone 495a6f1dd5 remove TEMP comment: they'll stay here for now 2017-11-23 13:51:21 +01:00
Leonardo Pistone 159415cb02 OCA instead of Camptocamp website 2017-11-23 13:51:21 +01:00
Leonardo Pistone 2db97a922c summary on one line 2017-11-23 13:51:21 +01:00
Leonardo Pistone 79be9fe7e4 remove commented out line in manifest [ci skip]
The file not there.
2017-11-23 13:51:21 +01:00
Leonardo Pistone a8b4f327ae add contributors to README [ci skip] 2017-11-23 13:51:21 +01:00
Leonardo Pistone 873eea0b1a remove more duplicated/renamed entries 2017-11-23 13:51:21 +01:00
Leonardo Pistone 0501b884f1 remove duplicate entries in data
Those come from weird merges probably.
2017-11-23 13:51:21 +01:00
Leonardo Pistone 0b399fa1d4 remove renamed xml file from manifest 2017-11-23 13:51:21 +01:00
Leonardo Pistone 16a0e9ff4a update README 2017-11-23 13:51:21 +01:00
Leonardo Pistone 72083e9c64 remove unused import 2017-11-23 13:51:21 +01:00
jbeficent 5dc769fec8 [FIX] add move name to report. 2017-11-23 13:51:21 +01:00
jbeficent 604f85b728 [IMP] improvements on open invoice report. 2017-11-23 13:51:21 +01:00
Simone Orsi ac49d305d4 minor cleanup plus some docstrings 2017-11-23 13:51:21 +01:00
Damien Crier c8e890edb9 [FIX] try to find a FY start date according to the start date from
choosen period
[IMP] date fields required in ledger wizard
2017-11-23 13:51:21 +01:00
Simone Orsi 6ff0fcab92 fix indentation 2017-11-23 13:51:21 +01:00
Simone Orsi d9f7c50852 add search view and default group by 2017-11-23 13:51:21 +01:00
Leonardo Pistone ecb0c47250 actually filter by date 2017-11-23 13:51:21 +01:00
Leonardo Pistone 1727b334c8 group by month 2017-11-23 13:51:21 +01:00
Leonardo Pistone 9196bf28b8 select into instead of scrolling in python 2017-11-23 13:51:21 +01:00
Leonardo Pistone 2f8265ec65 integrate @jbeficent's prototype 2017-11-23 13:51:21 +01:00
Francesco Apruzzese 736ed55535 [IMP] Open Invoices - Order accounts, partners and moves on report 2017-11-23 13:51:21 +01:00
Ciro Urselli 7a29c61db3 [REF] graphics adjustment for report open invoice 2017-11-23 13:51:21 +01:00
Francesco Apruzzese a7463846e5 [FIX] Dependences 2017-11-23 13:51:21 +01:00
Francesco Apruzzese 7a57e538e6 [FIX] Open Invoices - Minor improvment
[FIX] Wrong css classes in CSS
2017-11-23 13:51:21 +01:00
Francesco Apruzzese bff739a8b3 [IMP] Open Invoices - Report based on div and new dedicated css 2017-11-23 13:51:21 +01:00
Francesco Apruzzese dec7010883 [IMP] Open Invoices - Generic informations and calculation of totals for partner and account 2017-11-23 13:51:21 +01:00
Francesco Apruzzese 16384b4fa6 [FIX] Open Invoices - Graphical improvement and menu moved under OCA reports menu 2017-11-23 13:51:21 +01:00
andrea4ever 810b9c50af [IMP] Fill report open invoice with first info's 2017-11-23 13:51:21 +01:00
Ciro Urselli c0e3699032 [FIX] fix paperformat for open invoice and create row for balance account 2017-11-23 13:51:21 +01:00
Ciro Urselli 5c27020d71 [IMP] change position of information wizard from header to page and refactoring code 2017-11-23 13:51:21 +01:00
Damien Crier 758c287022 [ADD] readme.txt on modules 2017-11-23 13:51:21 +01:00
Damien Crier 5e87baaca8 [FIX] flake8 2017-11-23 13:51:21 +01:00
Damien Crier a637164baa [FIX] bad things in views. Now we can install/update module 2017-11-23 13:51:21 +01:00
eLBati 50a9576a12 FIX
File "/home/elbati/workspace/odoo/instances/demo9-community/parts/odoo-ocb/openerp/http.py", line 1502, in load_addons
    manifest = ast.literal_eval(open(manifest_path).read())
  File "/usr/lib/python2.7/ast.py", line 49, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')
  File "/usr/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
File "<unknown>", line 15
    'Odoo Community Association (OCA)',
                                      ^
SyntaxError: invalid syntax
2017-11-23 13:51:21 +01:00
Thomas Rehn b560fa750e amend author information 2017-11-23 13:51:21 +01:00
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