Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fix-regression-fill-inventory-OOM into lp:ocb-addons

2014-06-20 Thread Weste
Review: Approve That will fix the bug, thanks! -- https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fix-regression-fill-inventory-OOM/+merge/223928 Your team OpenERP Community Backports is requested to review the proposed merge of lp:~numerigraphe-team/ocb-addons/7.0-fix-regression-fi

[Openerp-community-reviewer] [Bug 1329342] [NEW] stock.fill.inventory doesn't consider all the records

2014-06-12 Thread Weste
Public bug reported: rev 10204 introduce this bad loop: MAX_IMPORT_LINES = 1 for i in range(0, len(all_move_ids), self.MAX_IMPORT_LINES): move_ids = all_move_ids[i * self.MAX_IMPORT_LINES: (i + 1) * self.MAX_IMPORT_LINES] i will have th

Re: [Openerp-community-reviewer] [Merge] lp:~sylvain-legal/server-env-tools/7.0-auth_admin_passkey into lp:server-env-tools

2014-04-01 Thread Weste
Review: Approve Nice one, very useful to free som memory in our head ;) Nothing more to say about the code. -- https://code.launchpad.net/~sylvain-legal/server-env-tools/7.0-auth_admin_passkey/+merge/211338 Your team Server Environment And Tools Core Editors is subscribed to branch lp:server-env

[Openerp-community-reviewer] [Bug 1197467] Re: duplicate inventory lines produce wrong posted inventories

2013-11-30 Thread Weste
Hi, I had the same problems as Lionel and wrote a function to handle the duplicates. It works only in a unique inventory (it won't do anything if there are duplicates in different inventories, even if they have the same date) If the function find several lines with same product, lot and location