Odoo Addons (MOVED TO GITHUB) 5.0.8

Milestone information

Project:
Odoo Addons (MOVED TO GITHUB)
Series:
5.0
Version:
5.0.8
Released:
 
Registrant:
Stephane Wirtel (OpenERP)
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Anup(SerpentCS), 1 Harry (OpenERP), 1 JMA(Open ERP), 1 Jay Vora (Serpent Consulting Services), 3 Olivier Dony (Odoo), 1 OpenERP Accounting Experts, 1 OpenERP Core Team, 1 Raphaël Valyi - http://www.akretion.com, 2 Stephane Wirtel (OpenERP), 6 Vinay Rana (OpenERP), 2 Yogesh (SerpentCS), 9 gpa(OpenERP)
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
4 Invalid, 47 Fix Released

Download files for this release

File Description Downloads

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

Bugfixes (addons)
-----------------

 * Not linked to a bug report:
   * base_contact: res.partner.job: when partner is set, the address is required. Add onchange on partner and on address.
   * membership: bugfix + improved inheritance of membership_state field.function
   * Base_contact : search() of job improved
   * account_payment: added journal_id field in account.move.line.tree view
   * Sale : Fiscal position from SO for invoice should be priorly taken from SO rather than Partner's properties
   * Delivery : Better functional computation of weight based on move
   * sale: move the product_uos_qty and product_uos fields to the
   * event: made wizard of invoice creating more flexible (use onchange) + code refactoring
   * audittrail: Check if the object exists or Not and raise an exception if it's not the case'
   * hr_timesheet_sheet: Add a default value for the context keyword
   * Improved mrp_jit smoke test in case the sale config wizard was run before installing mrp_jit. There is a side-effect but it's only on demo databases, and we'll fix this test in trunk when we can write better tests.
   * account: product_id onchange on invoice lines were returning {} when no product_id was given. This was causing problems in other modules (account_analytic_default, account_analytic_plans) that inherited because of a key error 'value'. It now returns {'value':{}}.
   * l10n_be: adaptation du module de localisation belge conformément à la nouvelle législation TVA pour les services intracom
   * event: invoice creation from registrations
   * purchase: security file update: added rights for manager. Fixed rights for user
 * https://launchpad.net/bugs/524521
   * Account : USer will be notified for unreconciling partial reconcilatins if he tries to cancel the invoice
 * https://launchpad.net/bugs/540128
 * https://launchpad.net/bugs/535098
   * Account : Only those accounts are eligible to be Parents which have type=View
 * https://launchpad.net/bugs/552455
   * Sale : Make Invoice wizard should only create invoice for uninvoiced lines
 * https://launchpad.net/bugs/528889
   * Account : name_search() of account.tax.code overridden for better search
 * https://launchpad.net/bugs/519220
   * Delivery : Proper Weight calculation of stock picking
 * https://launchpad.net/bugs/535058
   * Purchase : Seperate packign should not be created if chained locations are used
 * https://launchpad.net/bugs/545032
   * Stock : Invoice from Stock should respect context for translations.
   * stock: context lost in invoice wizard
 * https://launchpad.net/bugs/530081
   * Sale : Sale order's Invoice should have invoice reference of customer Invoice
 * https://launchpad.net/bugs/545868
   * Sale_crm : proper options set on wizard makesale
 * https://launchpad.net/bugs/467880
   * MRP : stock.warehouse.orderpoint for qty_multiple check of 0
 * https://launchpad.net/bugs/544287
   * Invoice object's Partner onchange had wrong parameter
 * https://launchpad.net/bugs/535655
   * Base_setup : Better display of Currency selection(Name + Code)
 * https://launchpad.net/bugs/532728
   * sale: Remove the product.group_uos group on the product_uos and product_uos_qty fields.
 * https://launchpad.net/bugs/540443
   * Sale : Fiscal position value has to be passed when Invoice is created from SO
 * https://launchpad.net/bugs/532673
   * delivery: replace 'id' with active_id in passing context of order(takes built in function id in webclient).
 * https://launchpad.net/bugs/528871
   * Account : Dupliacting tax code should not copy move lines
 * https://launchpad.net/bugs/539707
 * https://launchpad.net/bugs/514273
   * Base_report_designer : Replaced libxslt/libxsml2 code by lxml
 * https://launchpad.net/bugs/540946
   * Hr_holidays : Constraint corrected for Holidays request(start date cannot be greater than end date)
 * https://launchpad.net/bugs/548494
   * Account : Account should not be removed/deactivated if it is linked to any property/partner
 * https://launchpad.net/bugs/418080
   * Document : Browse__files_using_ftp wizard corrected
 * https://launchpad.net/bugs/541006
   * MRP/Purchase : Seller delay has to be converted into integer for date calculations.
 * https://launchpad.net/bugs/528978
 * https://launchpad.net/bugs/528929
   * Account : Tax code tree view should have company.
 * https://launchpad.net/bugs/552461
   * Scrum : Burndown chart was crashing when a taskwork entry is without date
 * https://launchpad.net/bugs/553168
   * Account : Journal's name_search() did not use context well
 * https://launchpad.net/bugs/494352
   * Sale : account_invoice_end() corrected/optimized so that it does not create any regression of duplicated pickings for SO
 * https://launchpad.net/bugs/531238
   * improved regression tests in sale and mrp_jit modules to test separately auto-chained locations. (bug 531238)
   * mrp: use correct location chaining by calling action_confirm() on stock move instead of directly writing the status (bug 531238).
 * https://launchpad.net/bugs/540151
   * Event : Notify user before sending an email on confirming event
 * https://launchpad.net/bugs/542379
   * Account : Terp file had duplicated author,depends keys
 * https://launchpad.net/bugs/539073
   * account_date_check: If the date of the move line, is not in the
 * https://launchpad.net/bugs/532073
 * https://launchpad.net/bugs/526081
   * MRP : Ondelete=cascade applied to important fields of stock.warehouse.orderpoint
 * https://launchpad.net/bugs/535642
   * Stock : Unlink() of Move corrected
   * Stock :Picking removal should remove moves too
 * https://launchpad.net/bugs/506431
   * Use the file name instead of the content
 * https://launchpad.net/bugs/531638
   * Sale_crm : Code improved for partner onchange to take effect on SO
 * https://launchpad.net/bugs/530926
   * Account : Invoice group was missing access rights for tax and tax code
 * https://launchpad.net/bugs/531416
 * https://launchpad.net/bugs/535601
   * Account : Proper query generation for computing debit.credit,balance
 * https://launchpad.net/bugs/532365
   * Document : It should be allowed to browse through FTP,disregard to --no-databse-list option
 * https://launchpad.net/bugs/399817
   * Sale : Cancelled partial packing should affect Sale order's Shipped field
 * https://launchpad.net/bugs/538064
   * Sale : Translations for RML texts entered into po/pot
 * https://launchpad.net/bugs/531479
   * Stock : drop view check added for stock_report_prodlots
 * https://launchpad.net/bugs/504353
   * Product : Conversion from unmatched categorized UoM now raises exception
 * https://launchpad.net/bugs/532716
   * MRP : Split production wizard corrected
 * https://launchpad.net/bugs/538419

Improvements (addons)
---------------------

 * base_contact: res.partner.address: use domain instead of value in context
 * Stock :Layout for Moves under Picking Improved
 * Account : Fiscalyear and Period now have name_search
 * Product : Duplicated demo data corrected
 * purchase: moved smoke test into separate test dir and renamed demo data for consistency with sale/mrp smoke tests
 * l10n_be: attribution de nouveaux codes plus explicites pour les taxes
 * Account_voucher : Accounting entries should only be available for non-view accounts
 * Account : Better view of Reconciled and Partially Reconciled entried with Entry Lines
 * Account : Setting tax code name translateable (to be consistent with tax name)

0 blueprints and 51 bugs targeted

Bug report Importance Assignee Status
546699 #546699 Sale Order state not updated correctly. 1 Undecided   3 Invalid
550500 #550500 Stock prodlot 1 Undecided   3 Invalid
552409 #552409 [base_partner_relation] address not used for invoicing 1 Undecided   3 Invalid
552586 #552586 Sale order doesn't concider 'Tax Included in Price' VAT 1 Undecided   3 Invalid
399817 #399817 [5.0] SO not marked picked when 2nd delivery canceled 3 High Vinay Rana (OpenERP)  10 Fix Released
467880 #467880 procurement order with 0 qty should be checked, stock.warehouse.orderpoint for qty_multiple check of 0 3 High   10 Fix Released
494352 #494352 [sale] Pickings get duplicated with order_policy == 'prepaid' (5.0) 3 High   10 Fix Released
524521 #524521 User can cancel a partially paid invoice 3 High Vinay Rana (OpenERP)  10 Fix Released
528871 #528871 copy tax code MUST NOT copy account move lines 3 High Jay Vora (Serpent Consulting Services)  10 Fix Released
531238 #531238 [mrp] Regression in mrp.procurement.action_confirm() (5.0) 3 High Olivier Dony (Odoo)  10 Fix Released
531238 #531238 [mrp] Regression in mrp.procurement.action_confirm() (5.0) 3 High Olivier Dony (Odoo)  10 Fix Released
531638 #531638 sale_crm: make sale crash 3 High   10 Fix Released
532728 #532728 Sale : UoS not updated anymore when not displayed 3 High gpa(OpenERP)  10 Fix Released
535642 #535642 stock.picking unlink() regression due to context update 3 High gpa(OpenERP)  10 Fix Released
539073 #539073 Bad condition in account_date_check 3 High Stephane Wirtel (OpenERP)  10 Fix Released
418080 #418080 document: ftp_server_port not reflected in 'Browse Files Using FTP' 4 Medium Yogesh (SerpentCS)  10 Fix Released
513230 #513230 Uom conversion is made 2 times on sale orders 4 Medium   10 Fix Released
514273 #514273 Base_report_designer still uses libxslt 4 Medium Vinay Rana (OpenERP)  10 Fix Released
519220 #519220 packing list not showing total weight and carrier. 4 Medium Vinay Rana (OpenERP)  10 Fix Released
526081 #526081 usability: deleting product would better cascade delete related order point rules 4 Medium gpa(OpenERP)  10 Fix Released
528889 #528889 Account_tax_code : _rec_name blocks search 4 Medium   10 Fix Released
530926 #530926 Finance/Invoice group missing account.tax read rights 4 Medium   10 Fix Released
531416 #531416 account_voucher_payment allows taking account of type view 4 Medium   10 Fix Released
532365 #532365 "Document Management" module and --no-database-list option doesn't work 4 Medium Yogesh (SerpentCS)  10 Fix Released
535058 #535058 [purchase] POs create separate pickings for every single move if chained locations are used (5.0) 4 Medium gpa(OpenERP)  10 Fix Released
535098 #535098 When creating a new accounting account the form allows to choose any account of any type instead of just view 4 Medium OpenERP Accounting Experts  10 Fix Released
535601 #535601 error when consulting account chart 4 Medium Vinay Rana (OpenERP)  10 Fix Released
539854 #539854 mrp_prodlot_autosplit: wrong last location_id if moves are encoded with wrong dates 4 Medium Raphaël Valyi - http://www.akretion.com  10 Fix Released
540151 #540151 Confirming an event gets blocked if registration(s) miss(es) Partner email(s) 4 Medium   10 Fix Released
548494 #548494 [5.0- account] Desactivating account does not check if it is linked to a partner 4 Medium   10 Fix Released
553168 #553168 Journal : Name_search() does not use context for predecessor search 4 Medium OpenERP Core Team  10 Fix Released
506431 #506431 tiny_sxw2rml error bad zipfile on windows 5 Low Stephane Wirtel (OpenERP)  10 Fix Released
532073 #532073 Purchase module's unit tests are not executed 5 Low Olivier Dony (Odoo)  10 Fix Released
533241 #533241 Deleting a pack does not delete but only cancell related movements 5 Low Vinay Rana (OpenERP)  10 Fix Released
535655 #535655 While setting currency, it shows currency name instead of currency code 5 Low   10 Fix Released
538064 #538064 Sale: can't translate "Quotation date" in report 5 Low Anup(SerpentCS)  10 Fix Released
538419 #538419 picking view missing colspan in buttons group 5 Low   10 Fix Released
540128 #540128 Duplicate default code in product demo data 5 Low   10 Fix Released
542379 #542379 Duplicate key value pairs in __terp__.py of account module 5 Low   10 Fix Released
545868 #545868 confusing picking policy in make_sale wizard 5 Low gpa(OpenERP)  10 Fix Released
552421 #552421 [partner view] link to partner contacts crashes 5 Low gpa(OpenERP)  10 Fix Released
552461 #552461 Asked a burndown chart for my project 5 Low gpa(OpenERP)  10 Fix Released
499645 #499645 Project_mrp doesn't operate well on task/project. 6 Wishlist gpa(OpenERP)  10 Fix Released
539707 #539707 name search should consider also code for fiscal_year and period 6 Wishlist gpa(OpenERP)  10 Fix Released
489007 #489007 [DOCUMENT] TypeError: __init__() got an unexpected keyword argument 'conn' with Python 2.6 1 Undecided   10 Fix Released
531479 #531479 stock_reports should drop view instead of replacing it 1 Undecided   10 Fix Released
532716 #532716 Split in production lots generates extra move and wizard from Production order blocks splitting due to packing not attached. 1 Undecided Harry (OpenERP)  10 Fix Released
540443 #540443 Fiscal Position erro on create invoice from sale order 1 Undecided   10 Fix Released
544287 #544287 Account : partner_bank to be partner_bank_id ? 1 Undecided JMA(Open ERP)  10 Fix Released
545032 #545032 stock: context lost in invoice wizard 1 Undecided   10 Fix Released
551731 #551731 stock/wizard/stock_picking_make.py fields many2many badly defined 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.