Thomas Rehn
a03d8dcc84
[FIX] activate date_range and fix installation errors
2016-05-25 16:10:19 +02:00
Francesco Apruzzese
62de7d2a60
[FIX] Header in python file and PEP8
2016-05-25 16:09:11 +02:00
Francesco Apruzzese
4e99a39a6e
[IMP] Fill open invoice report with informations keep from account move lines
2016-05-25 16:09:11 +02:00
Thomas Rehn
bf7d6cefaf
[REF] move dummy menu items for balance sheet report wizards
2016-05-25 16:09:11 +02:00
robert rottermann
8ea92c016b
[ADD]added new wizzard account_financial_report_qweb/wizard/balance_sheet_wizard_view.xml
2016-05-25 16:09:11 +02:00
Leonardo Pistone
1257b53e77
split long lines
2016-05-25 16:09:11 +02:00
Damien Crier
421b7f156e
[IMP] add date_range_id on ledgers wizards
...
[FIX] restore partner ledger menuitem
2016-05-25 16:06:49 +02:00
Leonardo Pistone
f482cce09e
fix crash if empty fiscalyear
2016-05-25 16:05:48 +02:00
Leonardo Pistone
5df676028c
bring back @yvaucher's report css
2016-05-25 16:05:48 +02:00
Leonardo Pistone
09158e267a
go back to original button method
2016-05-25 16:05:48 +02:00
Leonardo Pistone
ac755c1d33
fix get_label
...
it was printing the static string (rec.invoice_name)
2016-05-25 16:05:48 +02:00
Leonardo Pistone
bf98667296
bring back code we're not inheriting anymore
2016-05-25 16:05:48 +02:00
Leonardo Pistone
42b7ddd96b
no journals in out wizard
2016-05-25 16:05:48 +02:00
Ciro Urselli
2ce63dc03f
[FIX] fix delete footer_spacing to paperformat open invoice
2016-05-25 16:05:48 +02:00
Ciro Urselli
2663efd2b9
[FIX] fix id of record open invoice in reports.xml
2016-05-25 16:05:48 +02:00
Ciro Urselli
3a1a368f96
[IMP] correct journal with account name; add comulate balance row
2016-05-25 16:05:48 +02:00
Ciro Urselli
78052b086f
[ADD] template open_invoice_report.xml, update __openerp__.py and add paperformat in reports.xml
2016-05-25 16:05:48 +02:00
os-kng
bc0dee3908
[IMP] Align with open invoice wizard: check date range, minor cleanup.
2016-05-25 16:05:48 +02:00
tarteo
71afe7610c
[FIX] company_id required
2016-05-25 16:05:48 +02:00
Andrea Stirpe
3571cc05f8
Delete unused file
2016-05-25 16:05:48 +02:00
Simone Orsi
13c0d4438b
fix renaming issue from prev rebase
2016-05-25 16:05:48 +02:00
Simone Orsi
883cf1e220
remove conflict from prev rebase
2016-05-25 16:05:48 +02:00
robert rottermann
0aaa2a2c0f
[ADD] trial balance and partner balance refactured to new files
2016-05-25 16:05:11 +02:00
Simone Orsi
3e031f06b2
include work from Yannick on qweb ledger, rearrange
2016-05-25 16:05:11 +02:00
os-kng
1fad6ecdbb
[IMP] Adding fields on wizard
2016-05-25 16:02:57 +02:00
andrea4ever
066526af8c
[FIX] remove comodel name
2016-05-25 16:02:57 +02:00
tarteo
2eb1a5749c
[FIX] Name of action_account_aged_trial_balance_wizard
2016-05-25 16:02:57 +02:00
andrea4ever
d46fb1944b
First commit for open invoice report
2016-05-25 16:02:57 +02:00
Thomas Rehn
fa3985240c
[ADD] foundations for new balance common report wizard
2016-05-25 16:02:15 +02:00
astirpe
352eebac9a
Initial commit for wizard Aged Partner Balance
2016-05-25 15:53:59 +02:00
Damien Crier
1ad5439f11
improve wizards views
2016-05-25 15:53:59 +02:00
Damien Crier
aeedeea350
[ADD] partner ledger wizard
2016-05-25 15:53:59 +02:00
Damien Crier
6fa0417889
[ADD] generic wizard for ledger
2016-05-25 15:53:59 +02:00
Damien Crier
45bc08be71
[ADD] generic wizard for ledger
2016-05-25 15:53:59 +02:00
Leonardo Pistone
65e3a10290
remove unused imports
2016-05-25 15:53:59 +02:00
Damien Crier
7bd446e7d4
[ADD] add base wizard for ledger
2016-05-25 15:53:59 +02:00
Damien Crier
7df70027ba
[ADD] new module to manage financial reports in OCA
2016-05-25 15:53:59 +02:00
OCA Git Bot
4753cf3e2a
[ADD] setup.py
2016-05-25 04:39:06 +02:00
OCA Git Bot
c4599761ab
[UPD] addons table in README.md
2016-05-25 02:40:20 +02:00
Stéphane Bidoul
e8cdbcce78
set release date in mis_builder changelog
2016-05-24 12:24:36 +02:00
Leonardo Pistone
568fbb6684
Merge pull request #189 from oca-sorrento/9.0-mis_builder-sorrento
...
[9.0] mis_builder Sorrento
2016-05-24 11:22:14 +02:00
Stéphane Bidoul
53192385fb
[IMP] mis_builder: use company currency decimal place in deciding if initial balances are null or 0
2016-05-24 08:31:29 +02:00
Stéphane Bidoul
189483bba6
[IMP] mis_builder: change precision rounding from 2 to 4 to distinguish 0 from null in initial balances
...
This should be slightly on the safer side. Ideally, this rounding precision
should come from the kpi style (which defaults to the report style), but
that would be a lot of code for little benefits.
2016-05-23 18:29:46 +02:00
Stéphane Bidoul
f4a9b0d082
[FIX] mis_builder: typo in docstring
2016-05-23 18:03:37 +02:00
Stéphane Bidoul
5569b6b6f3
[FIX] mis_builder: better xmlid and name for vacuum cron
2016-05-23 17:52:39 +02:00
OCA Git Bot
f237a52d16
[UPD] addons table in README.md
2016-05-19 02:39:56 +02:00
Pedro M. Baeza
6d2ed08069
[REM] account_tax_report_no_zeroes: No more valid in v9
2016-05-18 17:23:01 +02:00
Stéphane Bidoul
910cd1e6ff
[FIX] mis_builder: duplicate record ids in ACLs
2016-05-17 17:36:28 +02:00
Stéphane Bidoul
022b8a8998
[IMP] mis_builder: more lint
2016-05-17 13:05:05 +02:00
Stéphane Bidoul
3e68d3d435
[IMP] mis_builder: remove deprecated api.one
2016-05-17 12:08:45 +02:00