[MERGE] point_of_sale: receipt printing reliability improvements
[odoo/odoo.git] / openerp / osv / fields.py
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-13 Martin Trigaux[IMP] avoid changing the API by passing the company_id...
2014-02-13 Martin Trigaux[MERGE] sync with 7.0
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-18 Martin Trigaux[MERGE] forward port of latest saas-2 until rev 4996...
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-06 Martin Trigaux[FIX] orm: inverting the condition seems to work (don...
2013-12-06 Martin Trigaux[FIX] orm: ignore existing link for operation (4, x...
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5148...
2013-11-25 Martin Trigaux[FIX] fields: execute name_get for function field of...
2013-10-31 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5113...
2013-10-30 Quentin (OpenERP)[FIX] osv.fields: don't raise an error for searching...
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4965...
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4914...
2013-10-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
2013-10-18 niv-openerp[MERGE] saas2
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-08 Martin Trigaux[IMP] remove useless comment
2013-10-08 Martin Trigaux[IMP] move comment to the right line
2013-10-08 Martin Trigaux[IMP] correctly bound _symbol_f and redifine self._symb...
2013-10-08 Martin Trigaux[FIX] function fields: bound symbol methods of function...
2013-10-06 Antony Lesuisserename links get, allow reference fields without size.
2013-07-09 Thibault Delavallée[IMP] fields: date, datetime: added MONTHS variable...
2013-07-02 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4893...
2013-06-27 Denis Ledoux[MERGE]forward port of latest 7.0 bugfixes, up to rev...
2013-06-24 Quentin (OpenERP)[FIX] ir_property: fixes in property fields related...
2013-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
2013-06-19 Quentin (OpenERP)[REF] fields: removed deprecated view_load attribute...
2013-06-04 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-20 <jam@tinyerp.com>[FIX]ir_property: If we add a property on a many2one...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-01-11 Olivier Dony[FIX] fields.date[time]: context_today()/context_timest...
2012-12-19 Thibault Delavallée[REV] Reverted some changes that should not be present...
2012-12-18 Fabien Pinckaers[REVERT] revert changes in the server
2012-12-18 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-17 Thibault Delavallée[IMP] tracked: models now have a _track attribute,...
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Thibault Delavallée[MERGE] Merged lp:~openerp-dev/openobject-server/trunk...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-12 Vo Minh Thu[FIX] test_fields: _all_columns must be modified simila...
2012-12-11 Sanjay Gohel (Open... [MERGE]merge with trunk
2012-12-10 Sanjay Gohel (Open... [IMP]add tracked attribute on fields
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-09 Antony Lesuisse[IMP] fields warning display args to locate them
2012-12-05 Thibault Delavallée[CLEAN] fields.py: added auto_join in one2many and...
2012-12-04 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-27 Thibault Delavallée[ADD] fields.py: added _auto_join attribute. This attri...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-19 Christophe Matthieu[FIX] fields.html: behave as fields.text for empty...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-06 Thibault Delavallée[FIX] fields.py: html_sanitize now in mail file.
2012-11-05 Raphael Collet[IMP] fields.related._fnct_read: small improvements
2012-11-05 Raphael Collet[FIX] fields.related._fnct_read: fix handling of type...
2012-11-05 Raphael Collet[FIX] fields.related._fnct_write: handle the case where...
2012-10-29 Raphael Colletfields.related: simplify read and write methods
2012-10-29 Raphael Collet[MERGE] from trunk
2012-10-10 Xavier Morel[MERGE] from trunk
2012-09-26 Olivier Dony[API/IMP] fields: cleanup field_to_dict + make @depreca...
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
2012-09-05 Olivier Dony[IMP] fields: review/simplify patch for callable domain...
2012-09-03 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersfix
2012-08-20 Fabien Pinckaersimp
2012-08-20 Fabien Pinckaers[IMP] message_read on mail.message
2012-08-19 Fabien Pinckaers[IMP] need action & mails
2012-08-15 Thibault Delavallée[MERGE] Merged with main server.
2012-08-15 Fabien Pinckaers[IMP] dynamic domains on O2M, remove needaction_pending
2012-08-14 niv-openerp[IMP] added html field
2012-08-14 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-13 niv-openerpAdded some code to sanitize html
2012-08-13 niv-openerpAdded html field type
2012-08-09 Thibault Delavallée[CLEAN] Removed unnecessary \(.
2012-08-09 Thibault Delavallée[IMP] fields: many2many: extracted query generation...
2012-08-09 Thibault Delavallée[IMP] orm: added a deprecated attribute on fields....
2012-08-06 Antony Lesuisse[REM] fields float integer useless warning, required...
2012-08-03 Olivier Dony[FIX] fields.reference: missing coercion to int for...
2012-08-02 Olivier Dony[IMP] name_get: support more field types and improve...
2012-07-23 Xavier Morel[IMP] coerce 'falsy' char sizes to None
2012-07-23 Xavier Morel[IMP] replace equality None test by identity test
2012-07-23 Xavier Morel[IMP] field.char: make string and size optional
2012-06-19 tfr@openerp.com[FIX] fields.many2many : Always respect destination...
2012-05-21 Olivier Dony[FIX] fields: remove leftover print statement from...
2012-05-19 Fabien Pinckaers[IMP] improved kanban view of modules
2012-05-18 Olivier Dony[IMP] orm: support model-level @groups attribute for...
2012-04-19 Xavier Morel[FIX] previous fix: actual module should be __builtin__
2012-04-19 Xavier Morel[FIX] really convert to float when trying to convert...
next