odoo/odoo.git
2014-10-14 Raphael Collet[FIX] models: in _add_field(), set the field as an...
2014-10-14 Tymoteusz Motylewski[ADD] doc: document domain operators, fix typos
2014-10-14 Xavier Morel[REM] undocument removed method add_default_value
2014-10-14 Christophe... [FIX] website.snippet: can't edit content of the banner...
2014-10-13 Josse ColpaertMerge pull request #3061 from odoo-dev/8.0-wmspocurrenc...
2014-10-13 Josse Colpaert[FIX] Use currency of pricelist when creating PO from...
2014-10-13 Olivier Dony[FIX] read_group: date format: use natural year along...
2014-10-13 Jeremy Kersten[FIX] GeoIP - allow to specify the path to GeoIP in...
2014-10-13 Richard Mathot[FIX] mail: followers widget was broken
2014-10-13 David Monjoie[FIX] stock_picking_wave: removed obsolete many2many...
2014-10-13 Simon Lejeune[FIX] web: oe_navbar compatibility on IE11
2014-10-13 Raphael Collet[FIX] models: on update, call inverse function on field...
2014-10-13 Raphael Collet[IMP] models: do not use compute methods to determine...
2014-10-13 Raphael Collet[FIX] models: do not prefetch fields to recompute,...
2014-10-13 Olivier Dony[FIX] CONTRIBUTING: dead link
2014-10-13 Olivier Dony[FIX] README: grammar
2014-10-13 Tymoteusz Motylewskifix typo
2014-10-13 Xavier Morel[FIX] incorrect qweb interpolations
2014-10-10 Olivier Dony[FIX] website_sale: better fiscal position detection...
2014-10-10 Simon Lejeune[FIX] web: re-enable test_menu.py without the mock...
2014-10-10 Simon Lejeune[FIX] packaging: include RML & xsl in manifest.in
2014-10-10 Jeremy Kersten[IMP] ir_qweb: remove the option 'only_date' introducte...
2014-10-10 Denis Ledoux[FIX] web: revert c1d48362d3a38606ffb99d569fdc6147dcd0c...
2014-10-09 Raphael Collet[IMP] fields: do not force required=True on related...
2014-10-09 Raphael Collet[FIX] models: in _create() and _write(), mark fields...
2014-10-09 Denis Ledoux[FIX] web: destroy modal on cross click or escape
2014-10-09 Xavier Morel[IMP] doc: add testing reference and improve docstrings
2014-10-09 Raphael Collet[IMP] fields: rename attribute 'copyable' into 'copy'
2014-10-09 Raphael Collet[IMP] fields: do not copy field objects anymore, but...
2014-10-09 Cedric Snauwaert[FIX] barcode_interface: when loading widget, picking_t...
2014-10-09 Xavier Morel[ADD] doc: workflow doc from v7+ (saas-5)
2014-10-09 Raphael Collet[IMP] fields: add assertions to check parameters (comod...
2014-10-09 Raphael Collet[IMP] fields: set the default value to the closest...
2014-10-09 Raphael Collet[IMP] fields: make attribute 'default' callable
2014-10-08 Olivier Dony[I18N] Update translations from Launchpad 8.0 branches
2014-10-08 Xavier Morel[IMP] new-api-ify 'trigger' server action
2014-10-08 Xavier Morel[FIX] actions: match the behavior of multi actions...
2014-10-08 Xavier Morel[ADD] actions documentation
2014-10-08 Denis Ledoux[FIX] purchase: do not pass uom in product_id_change...
2014-10-08 Raphael Collet[FIX] fields: in to_column(), returning self.column...
2014-10-08 Raphael Collet[FIX] openerp/osv/fields: fix method to_field() to...
2014-10-08 Denis Ledoux[FIX] website_sale*: handle no delivery methods in...
2014-10-08 Raphael ColletRevert "[FIX] Error when installing module document"
2014-10-08 Frederic van... [FIX] pos_restaurant: Issue 614981: product renaming...
2014-10-08 Fabien Meghazi[FIX] dict notation for js reserved words in options...
2014-10-08 Cedric Snauwaert[FIX] kanban: remove container=element for tooltips...
2014-10-07 Denis Ledoux[IMP] website_event: add mail subtypes
2014-10-07 Jeremy Kersten[FIX] website_sale: save the company in street and...
2014-10-07 Frederic van... [FIX] point_of_sale: prevent empty order creation as...
2014-10-07 Martin Trigaux[IMP] gamification: avoid sending twice emails in cron
2014-10-07 Denis Ledoux[FIX] ir_actions: ids of unlink method can either be...
2014-10-07 Josse ColpaertMerge pull request #2955 from odoo-dev/8.0-wmsmrpdatefi...
2014-10-07 Christophe... [FIX] migration: test if package is installed using...
2014-10-07 Josse Colpaert[FIX] Can not execute line when stop date is EARLIER...
2014-10-07 xmo-odooMerge pull request #2375 from odoo-dev/8.0-webclient...
2014-10-07 Xavier Morel[FIX] JS tutorial
2014-10-07 Xavier Morel[FIX] sphinx 'project' value
2014-10-07 Xavier Morel[ADD] port webclient RPC doc from web/doc
2014-10-07 Xavier Morel[ADD] JS widgets reference documentation
2014-10-07 Denis Ledoux[MERGE] forward port of branch saas-3 up to 56f678c
2014-10-07 Denis Ledoux[FIX] gamification: on delete goal user, cascade
2014-10-07 xmo-odooMerge pull request #2269 from odoo-dev/8.0-qweb-doc...
2014-10-06 Xavier Morel[ADD] pyqweb-specific stuff, pyqweb APIDoc
2014-10-06 Xavier Morel[IMP] qweb: foreach handling
2014-10-06 Xavier Morel[ADD] qweb: call directive's body
2014-10-06 Xavier Morel[ADD] qweb: handling of t-att=mapping
2014-10-06 Xavier Morel[ADD] running of XML cases to python qweb
2014-10-06 Xavier Morel[IMP] qweb doc, tests
2014-10-06 Xavier Morel[ADD] qweb-js: escf, rawf for parity with Python version
2014-10-06 Xavier Morel[ADD] qweb-js: jinja-style interpolation pattern
2014-10-06 Xavier Morel[IMP] qweb-js: reimplement string interpolation compila...
2014-10-06 Xavier Morel[IMP] update qweb-js tests
2014-10-06 Martin TrigauxForward port of branch saas-3 up to fc9fc3e
2014-10-06 Simon Lejeune[FIX] account: res_config: gain/loss exch. account...
2014-10-06 Simon Lejeune[FIX] website_quote: forbid to define a quote template...
2014-10-06 Jeremy Kersten[IMP] website_crm: allow the response from crm thanks...
2014-10-06 Jeremy Kersten[FIX] google_calendar: add missing parameter to logger_info
2014-10-06 Martin Zlámal[FIX] common.py: missing import
2014-10-06 Raphael Collet[FIX] models: fields_get() shall not return info about...
2014-10-06 Young Joy[FIX] project: typo in protect.task create
2014-10-06 Josse ColpaertMerge pull request #2918 from odoo-dev/8.0-wmsextramove...
2014-10-06 Josse ColpaertMerge pull request #2827 from odoo-dev/8.0-eanproductvi...
2014-10-06 Josse Colpaert[FIX] Fix inheritance in point_of_sale views + ean...
2014-10-06 Josse Colpaert[FIX] Adapt product variants in order to show internal...
2014-10-06 Josse Colpaert[IMP] Make sure invoice_state of picking is used when...
2014-10-03 Jeremy Kersten[FIX] website_crm: move the input hidden generated...
2014-10-03 Jeremy Kersten[IMP] hr_holiday/calendar : allow to pass no_email...
2014-10-03 Jeremy Kersten[IMP] google_calendar: add missing file google_calendar.xml
2014-10-03 Jeremy Kersten[IMP] Google calendar - add function to allow the cron...
2014-10-03 Prashant Panchal[FIX] account_anglo_saxon: avoid two box purchase_ok...
2014-10-03 Holger Brunn[FIX] auth_ldap: remove insignificant spaces in login
2014-10-03 Arthur ManietMerge pull request #2894 from erwin-bas-solutions/trans...
2014-10-03 Erwin van der... [FIX] Account. Missing translation on write-off comment
2014-10-03 Martin TrigauxForward port of branch 7.0 up to b3485fb
2014-10-03 Martin Trigaux[FIX] event: double context
2014-10-03 Martin Trigaux[FIX] event: missing context
2014-10-03 Julien Legros[FIX] website_quote: use dedicated email template if...
2014-10-03 Denis Ledoux[Revert] cb30783aba642627c6bf71d4aa812de00e7d536d ...
2014-10-03 Martin Trigaux[FIX] account_anglo_saxon: price difference, discount...
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 9066da3
next