[MERGE] stock/sale/pos: use specific name for the tests to avoid collision with norma...
[odoo/odoo.git] / addons /
2011-07-26 Vo Minh Thu[MERGE] stock/sale/pos: use specific name for the tests...
2011-07-28 Launchpad Translat... Launchpad automatic translations update.
2011-07-27 Antony Lesuisse[ADD] niv-style controller/widget skeleton
2011-07-27 Antony Lesuisse[IMP] rename base.js into boot.js
2011-07-27 Fabien Meghazi[FIX] Fix dialog close problems
2011-07-27 Fabien Meghazi[IMP] Replace underscores in button @string. We don...
2011-07-27 niv-openerp[merge]
2011-07-27 niv-openerp[fix] broken refactoring
2011-07-27 Fabien Meghazi[FIX] Fixed a form layout bug. Labels does not honnor...
2011-07-27 niv-openerp[merge]
2011-07-27 niv-openerp[fix] added save of o2m when using pager & when switchi...
2011-07-27 Fabien Meghazi[REM] Removed the view_manager reference in form view...
2011-07-27 niv-openerp[imp] used is_valid() and is_dirty()
2011-07-27 niv-openerp[merge]
2011-07-27 niv-openerp[fix] removed auto-save and put save on get_value()
2011-07-27 Fabien Meghazi[FIX] Fixed niv's mood
2011-07-27 niv-openerp[fix] small inconsistency with deferred in dataset
2011-07-27 Fabien Meghazi[REM] Removed debug logging in dialog function
2011-07-27 niv-openerp[fix] some bugs related to validation + removed save...
2011-07-27 niv-openerp[merge]
2011-07-27 Fabien Meghazi[FIX] Forgot some flags reference in previous commit
2011-07-27 Fabien Meghazi[REM] Removed reference to view_manager.flags from...
2011-07-26 Fabien Meghazi[IMP] new Sidebar controller
2011-07-26 niv-openerp[imp] improved o2m, added auto-save
2011-07-26 Xavier Morel[FIX] correctly call on_close callback when clicking...
2011-07-25 Fabien Meghazi[FIX] in do_action(), on_closed() callback not honored...
2011-07-25 Xavier Morel[FIX] check that a value is a number before checking...
2011-07-25 Xavier Morel[FIX] session initialization
2011-07-25 Xavier Morel[FIX] NaN values being displayed in list footers (aggre...
2011-07-25 niv-openerp[merge] improvements related to managed filters
2011-07-25 niv-openerp[merge]
2011-07-25 niv-openerp[fix] made the managed filters auto_search
2011-07-25 niv-openerp[imp] added manage filters link
2011-07-25 niv-openerp[fix] wrong storage of session cookie
2011-07-25 niv-openerp[imp] added possibility to save filters
2011-07-25 Xavier Morel[IMP] re-enable min and max aggregation functions becau...
2011-07-25 Xavier Morel[FIX] formatting of aggregated fields, formatting of...
2011-07-25 niv-openerp[imp] remember db on login screen
2011-07-25 niv-openerp[merge]
2011-07-25 Xavier Morel[IMP] update list aggregates after button action called...
2011-07-25 Xavier Morel[IMP] update aggregates when deleting a record
2011-07-25 Fabien Meghazi[FIX] Fixed calendar view to match new controller family
2011-07-25 Xavier Morel[FIX] race condition introduced in nicolas.vanhoren...
2011-07-23 Antony Lesuisse[IMP] remove base from listed modules
2011-07-23 Antony Lesuisse[IMP] get rid of labjs
2011-07-22 Olivier Dony[FIX] stock: buttons are not supported in hierarchical...
2011-07-22 Antony Lesuisse[FIX] temporarly disable date, datetime
2011-07-22 niv-openerp[merge] managed filters improvements + lot of fixes
2011-07-22 niv-openerp[fix] lot of bugs with contollers due to merge
2011-07-22 niv-openerp[merge]
2011-07-22 niv-openerp[imp] changed DataSet behavior to be more logical
2011-07-22 niv-openerp[fix] corrected al's apparent inability to copy paste...
2011-07-22 Olivier Dony[FIX] hr_evaluation: isample data must be noupdate...
2011-07-22 Olivier Dony[FIX] hr_evaluation: include missing file in descriptor...
2011-07-22 niv-openerp[fix] some bugs related to combo box for filters management
2011-07-22 niv-openerp[imp] made usage of a managed filter possible
2011-07-22 niv-openerp[fix] problem with attachments loading in o2m
2011-07-22 Raphael Collet[MERGE] trunk-usability
2011-07-22 niv-openerp[imp] managed filters startup
2011-07-22 Raphael Collet[MERGE] from trunk
2011-07-22 Xavier Morel[ADD] resequencing of list rows
2011-07-22 Antony Lesuisse[IMP] get rid of base.html
2011-07-22 Raphael Collet[IMP] rename some groups
2011-07-22 Raphael Collet[IMP] fix tab label 'Employees' in job position form
2011-07-22 Raphael Collet[IMP] in journal entry form, rename button 'Validate...
2011-07-22 Raphael Collet[IMP] in Accounting > Journal Entries > Journal Items...
2011-07-22 Raphael Collet[IMP] move buttons Sign In/Out on the right of field...
2011-07-22 Raphael Collet[IMP] hr_timesheet_invoice: rename 'Invoice analytic...
2011-07-22 Raphael Collet[IMP] menutip of Project > Invoicing > Invoice Tasks...
2011-07-22 Raphael Collet[IMP] purchase: rename menu for pickings to invoice...
2011-07-22 Antony Lesuisse[FIX] controller alias parent and children for backward...
2011-07-22 Antony Lesuisse[IMP] more controller cleanups
2011-07-22 Raphael Collet[IMP] restrict field 'VAT Legal Statement' to group...
2011-07-22 Raphael Collet[IMP] rename action sales on partner form
2011-07-22 Raphael Collet[IMP] rename action analytic account
2011-07-22 Raphael Collet[IMP] do not open inventory after changing the stock...
2011-07-22 Raphael Collet[IMP] hr: employee form, fix behavior of 'My Timesheet...
2011-07-22 niv-openerp[merge]
2011-07-22 Amit Parmar (OpenERP)[IMP] remerge improve jornal items search view
2011-07-22 Hardik Ansodariy... [IMP]: rename string in hr_timesheet_invoice to create...
2011-07-22 Hardik Ansodariy... [IMP]: set the alignment of sign in button to right
2011-07-22 Launchpad Translat... Launchpad automatic translations update.
2011-07-21 Ujjvala Collins... [FIX] point_of_sale,sale,stock: Fixed yaml errors for...
2011-07-21 Amit Parmar (OpenERP)[IMP] adding vat legal statement field to group extended
2011-07-21 Tejas (OpenERP)[usability] rename the menu name, added tips, renamed...
2011-07-21 Hardik Ansodariy... [IMP]:improved hr employee veiw
2011-07-21 Amit Parmar (OpenERP)[IMP] remove filter on journal items
2011-07-21 Hardik Ansodariy... [IMP]: rename action project invoicing
2011-07-21 Amit Parmar (OpenERP)[IMP] renaming tab employee to employees
2011-07-21 Amit Parmar (OpenERP)[IMP] rename button validate to Post
2011-07-21 Hardik Ansodariy... [IMP]:improved tooltip of project invoicing
2011-07-20 Amit Parmar (OpenERP)[IMP] modify the groups in sales and accounting
2011-07-20 Hardik Ansodariy... [IMP]: rename action sales
2011-07-20 Hardik Ansodariy... [IMP]: rename action analytic account
2011-07-20 Antony Lesuisse[IMP] header add db and login
2011-07-20 Xavier Morel[FIX] validation of float fields
2011-07-20 Antony Lesuisse[FIX] nullviewmanager temp fix
2011-07-20 niv-openerp[imp] cosmetic improvement in m2o
2011-07-20 niv-openerp[fix] small problem in select create popup.
2011-07-20 Antony Lesuisse[FIX] list test for sidebar
next