odoo/odoo.git
2014-08-08 Thibault Delavallée[FIX] sale_stock: product_id_change_with_wh should...
2014-08-08 Olivier Dony[FIX] website_mail: mail.message.check_access_rule...
2014-08-08 Christophe... [FIX] survey: use relative urls for url actions
2014-08-08 Raphael Collet[FIX] fields: generalize inverse_field to a list of...
2014-08-08 Olivier Dony[IMP] sale_stock: do not verify inventory for non-stock...
2014-08-08 Raphael Collet[IMP] api: improve documentation of decorators constrai...
2014-08-08 Olivier Dony[FIX] base: tests: move test menu under correct root
2014-08-08 Raphael Collet[FIX] models: default_get() used to miss values
2014-08-08 Raphael Collet[IMP] refactoring: move function topological_sort to...
2014-08-08 Frederic van... [FIX] point_of_sale: show_popup('name','comment') shoul...
2014-08-08 Thibault Delavallée[FIX] ir_actions in website: allow to compute website_p...
2014-08-08 qdp-odoo[FIX] stock_landed_costs: fixed several issues related...
2014-08-08 Richard Mathot[FIX] read_group cannot aggregate non-stored field
2014-08-08 Christophe... Merge pull request #1649 from odoo-dev/8.0-fix-website_...
2014-08-08 watermelonjuice[FIX] Wrong apt url in README.md
2014-08-07 Christophe... [FIX] website_quote: scroll spy is crazy if the user...
2014-08-07 Olivier Dony[IMP] fields.Date[Time]: convert_to_cache: avoid costly...
2014-08-07 Olivier Dony[IMP] hr,mail,product,project,base: use @auto_join...
2014-08-07 Olivier Dony[IMP] orm.Field: doc for @copy attribute
2014-08-07 Olivier Dony[IMP] calendar.event: _compute should be done in batch...
2014-08-07 Olivier Dony[FIX] calendar.read: do not re-compute `display_time...
2014-08-07 Olivier Dony[IMP] calendar: simplify/optimize `rrule` computed...
2014-08-07 Olivier Dony[IMP] ir.qweb: avoid repeatedly searching the registry...
2014-08-07 Thibault Delavallée[FIX] mail, BaseModel, portal_sale: fixes and improveme...
2014-08-07 Thibault Delavallée[FIX] email_template: when generating body containing...
2014-08-07 Thibault Delavallée[FIX] tools: html_sanitize: keep mako tags (<% ......
2014-08-07 Christophe... [MERGE] pos improvements
2014-08-07 Frederic van... Merge branch '8.0' into 8.0-pos-imps2-fva
2014-08-07 Frederic van... [IMP] pos_restaurant: update some paths due to module...
2014-08-07 Christophe... [FIX] fields.py: correct copy/paste error, use the...
2014-08-07 Frederic van... [IMP] restaurant: renamed to pos_restaurant
2014-08-07 Christophe... [FIX] fields.py: handle "change_default" and "deprecate...
2014-08-07 Christophe... [FIX] fields.py: fix old field to new field convertion
2014-08-07 Richard Mathot[FIX] website_sale_option: make options work
2014-08-07 Thibault Delavallée[FIX] mail: compose wizard: fixed default_get overrides...
2014-08-07 Thibault Delavallée[FIX] crm: fixed day_open and day_close computation...
2014-08-07 Thibault Delavallée[FIX] project_issue, resource: fixed computation of...
2014-08-06 Olivier Dony[FIX] orm: _compute_related: ensure prefetch is done...
2014-08-06 Christophe... [FIX] web: make search by `id` possible.
2014-08-06 Raphael Collet[IMP] models: name_search() should call _name_search()
2014-08-06 Raphael Collet[IMP] fields: add mechanism to extend a selection field
2014-08-06 Christophe... [FIX] Allow search on `_inherits` fields.
2014-08-06 Daniel Dico[FIX] website_livechat: reference of demo data was...
2014-08-06 Mohammed Shekha[FIX] Exporting of res.partner works again
2014-08-06 Fekete Mihai[FIX] stock: typo when selecting inventory on single...
2014-08-06 Raphael Collet[FIX] base: fixes #1167, change password wizard (wrong...
2014-08-06 Richard Mathot[FIX] project_issue: reviewer_id doesn(t exist
2014-08-06 Raphael Collet[FIX] fields: convert_to_cache() on *2many fields must...
2014-08-06 Thibault Delavallée[FIX] hr_contract: count the number of contracts of...
2014-08-05 Denis Ledoux[MERGE] forward port of branch saas-5 up to 7d7f6fe
2014-08-05 Denis Ledoux[FIX] purchase: now allow 'can be purchased' to be...
2014-08-05 Denis Ledoux[FIX] web_kanban: parent can be undefined in some cases
2014-08-05 Raphael Collet[IMP] models: turn _patch_method() and _revert_method...
2014-08-05 cod-odoo[FIX] account: prevent crash onchange company_id
2014-08-05 Samus CTO[IMP] Do not create FK when destination model is _auto...
2014-08-05 Raphael Collet[IMP] base/res_users: improve reading/writing of reifie...
2014-08-05 Frederic van... [FIX] point_of_sale: partner list rendering was not...
2014-08-05 Frederic van... [IMP] restaurant: discard kitchen order changes when...
2014-08-05 Frederic van... [IMP] restaurant: a module that extends the point of...
2014-08-05 Frederic van... [FIX] point_of_sale: removed useless console.log()
2014-08-05 Frederic van... [IMP] point_of_sale: allow an order to remember what...
2014-08-05 Frederic van... [IMP] pos_discount: a new pos extension that allows...
2014-08-05 Frederic van... [IMP] point_of_sale: report errors when loading the...
2014-08-05 Frederic van... [IMP] point_of_sale: made the server data loading more...
2014-08-05 Frederic van... [IMP] point_of_sale: tests work better when they are...
2014-08-05 Frederic van... [IMP] point_of_sale: forgot changes in this file in...
2014-08-05 Frederic van... [IMP] point_of_sale: add a basic UI unit test based...
2014-08-05 Frederic van... [IMP] point_of_sale: add a debug option to delete all...
2014-08-05 Frederic van... [IMP] point_of_sale: add debug popup that displays...
2014-08-05 Frederic van... [IMP] point_of_sale: show traceback popup when there...
2014-08-05 Frederic van... [FIX] point_of_sale: it was impossible to delete a...
2014-08-05 Frederic van... [FIX] point_of_sale: order invoicing was broken
2014-08-05 Frederic van... [IMP] point_of_sale: improved rendering speed of the...
2014-08-05 Frederic van... [IMP] point_of_sale: a little explaination of how the...
2014-08-05 Frederic van... [IMP] point_of_sale: add an error sound to the error...
2014-08-05 Cedric Snauwaert[FIX] web: tooltip container set to body in all case
2014-08-05 Wolfgang Taferner[IMP] workflow: add sequence for ordering workflow...
2014-08-05 qdp-odooMerge pull request #1581 from odoo-dev/8.0-fix-account...
2014-08-05 Florian Hatat[FIX] mrp: Fix spelling error on 'manufacturing'
2014-08-05 Jay Patel[FIX] website_forum: when a user posting a new answer...
2014-08-05 Raphael Collet[FIX] account: fix unexpected invalidation of field...
2014-08-05 Jitendra Prajapati[FIX] sale_stock: invoice createde from picking was...
2014-08-05 Mahendra barad[FIX] website_blog: fixed mobile css for the blog footer
2014-08-05 Martin Trigaux[FIX] account: method should return browse records...
2014-08-04 Denis Ledoux[FIX] website: use SUPERUSER_ID to browse company for...
2014-08-04 Christophe... [FIX] account: correct v8 version of map_tax() method...
2014-08-04 Olivier Dony[IMP] base: improved doc for `states` attribute of...
2014-08-04 Denis Ledoux[FIX] stock, sale_stock: product.packaging, product_id...
2014-08-04 Denis Ledoux[MERGE] forward port of branch saas-5 up to 655a5b9
2014-08-04 Martin Trigaux[FIX] mrp: better selection of bom
2014-08-04 Denis Ledoux[MERGE] forward port of branch saas-4 up to 8c0c743
2014-08-04 Denis Ledoux[MERGE] forward port of branch saas-3 up to ebf317a
2014-08-04 Denis Ledoux[MERGE] forward port of branch 7.0 up to e07bc5d
2014-08-04 sle-odooMerge pull request #1563 from odoo-dev/saas-4-sale...
2014-08-04 Christophe... [FIX] web: redirect "My Odoo.com Account" link to accou...
2014-08-04 Denis Ledoux[ADD] res_partner: test case for fix rev 4a278809741d4e...
2014-08-04 Raphael Collet[FIX] purchase: fix test merge_order (check on date_ord...
2014-08-04 Raphael Collet[FIX] models: default_get() shall not return a dict...
2014-08-04 Simon Lejeune[REF] website_quote: displayed string of validity_date...
2014-08-04 dhr-odoo[FIX] survey: missing timezone conversions
next