[7.0] Impossible to import a csv file with 30000 account move lines
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP Publisher's Warranty Team | ||
OpenERP Community Backports (Addons) |
New
|
Undecided
|
Unassigned | ||
6.1 |
Fix Committed
|
Undecided
|
Pedro Manuel Baeza |
Bug Description
Hello,
I need to import accounting journal entries in mass (about 170 000 mvl over 10 months).
I want to use the standard OpenERP CSV import functionnalty but I face a error with only 30 000 mvl .
To reproduce :
- connect a runbot (build 19601 in my case)
- create a bas DB with only accounting and basic Chart of account installed
- In the settings, check t the box to allow csv import
- Go to Accounting / Journal Entries / Journal Entries and import the file attached to this bug report
-> Result : OpenERP is not even able to display the 10 first lines as usual. If you open the Chrome web browser console, you see the error 'Request entity too large'). See attached my printscreen.
I consider such a low capacity of import a bug since for it is not rare, especially for new implementation to have to import past accounting entries... and 30000 move lines is not much.
What is you position on this point please ?
Frederic Clementi
Camptocamp SA
Related branches
- Martin Trigaux (OpenERP): Pending requested
-
Diff: 175 lines (+48/-46)4 files modifiedaccount/account.py (+0/-5)
account/account_bank_statement.py (+8/-13)
account/account_move_line.py (+38/-22)
stock/stock.py (+2/-6)
- Stefan Rijnhart (Opener): Needs Fixing
-
Diff: 75 lines (+8/-22)2 files modifiedaccount/account.py (+5/-7)
account/account_move_line.py (+3/-15)
Changed in openobject-server: | |
assignee: | nobody → OpenERP Publisher's Warranty Team (openerp-opw) |
Changed in openobject-server: | |
assignee: | OpenERP Publisher's Warranty Team (openerp-opw) → OpenERP's Framework R&D (openerp-dev-framework) |
importance: | Undecided → Low |
status: | New → Confirmed |
assignee: | OpenERP's Framework R&D (openerp-dev-framework) → OpenERP Publisher's Warranty Team (openerp-opw) |
importance: | Low → Undecided |
status: | Confirmed → New |
The error that Frederic's got is actually the configuration of the nginx server which blocks upload of big files on runbot.
This is not the real issue. If I try to import the same file on a local OpenERP server, it takes a long time . (still running after 40 minutes)