Commit Graph

2716 Commits

Author SHA1 Message Date
Antony Lesuisse 9c905bace9 [IMP] user preference is regular wizard, change password in a popup
bzr revid: al@openerp.com-20120808192812-qg6u5pd9v1iheudd
2012-08-08 21:28:12 +02:00
Antony Lesuisse c289313a53 [IMP] user preference is regular wizard
bzr revid: al@openerp.com-20120808191244-i60ximtj3m39od7r
2012-08-08 21:12:44 +02:00
Olivier Dony 5dcd9d7da5 [MERGE] db: module auto-install should work recursively during db bootstrap too
bzr revid: odo@openerp.com-20120808180738-m5ecz2ubwqyqbh0g
2012-08-08 20:07:38 +02:00
Olivier Dony 256eae55b4 [FIX] db: module auto-install should work recursively during db bootstrap too
bzr revid: odo@openerp.com-20120808165904-hyyxn3djm75od67b
2012-08-08 18:59:04 +02:00
Vo Minh Thu 9086cc05f5 [IMP] test addons: pushed the Tests menu to the far right (probably into the MOAR button).
bzr revid: vmt@openerp.com-20120808124209-409j517o4adtuj84
2012-08-08 14:42:09 +02:00
Stephane Wirtel 2dce7f3ef8 [FIX] module: Use the button_immediate_XYZ of the upgrade and uninstall buttons in the form view
bzr revid: stw@openerp.com-20120808104354-xzwue50utz50wspu
2012-08-08 12:43:54 +02:00
Olivier Dony f5e7d53bce [IMP] tools.reference_re: support matching model name as well
bzr revid: odo@openerp.com-20120807161202-jav73f2kj86pzil4
2012-08-07 18:12:02 +02:00
Stephane Wirtel ad15aac822 [FIX] base: Allow the quick create for a partner
bzr revid: stw@openerp.com-20120807144253-9isx2aohhm9z7g72
2012-08-07 16:42:53 +02:00
Stephane Wirtel cd7042c830 [IMP] base: Add a wizard to install a list of modules
bzr revid: stw@openerp.com-20120807134855-s7fejx88p5aklc73
2012-08-07 15:48:55 +02:00
Fabien Pinckaers 80dd67f65c [IMP] contact in partners
bzr revid: fp@tinyerp.com-20120807173158-fwqoqhe7x09uzebt
2012-08-07 19:31:58 +02:00
Fabien Pinckaers c91b2cb0cc [IMP] internal notes as first tab
bzr revid: fp@tinyerp.com-20120807171304-j9bhr7ahm2so5r16
2012-08-07 19:13:04 +02:00
Thibault Delavallée 5d7e02c1bb [MERGE] MyNotChatterTask: image resize.
This revision adds standard image field names and sizes (image: 1024x1024; image_medium: 180x180; image_small: 50x50, the last two being function fields). This server-side branch holds the tools functions for image resizing (with aspect ratio preserved), and update for res.partner and res.users.

bzr revid: tde@openerp.com-20120807131134-u574cer42aycd9na
2012-08-07 15:11:34 +02:00
Thibault Delavallée a530fa9b21 [REM] Removed a print statement.
bzr revid: tde@openerp.com-20120807112914-tjehrwyts1g20woe
2012-08-07 13:29:14 +02:00
Thibault Delavallée 8b34f12ace [IMP] res.users, res.partner: updated image code to propagate cleaning of image module.
bzr revid: tde@openerp.com-20120807110859-2osf4mf7y7by1zvm
2012-08-07 13:08:59 +02:00
Thibault Delavallée 22d6665842 [CLEAN] [DOC] Pre-merge review: image: added comments. Also renamed functions, now prefixed with a image_* .
bzr revid: tde@openerp.com-20120807110834-uk3ymnxb5qz4hr8e
2012-08-07 13:08:34 +02:00
pso (OpenERP) 81a89efc62 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120807101326-xglo336vs6qwv12g
2012-08-07 15:43:26 +05:30
pso (OpenERP) 59a1522902 [IMP] base: Improvements
bzr revid: pso@tinyerp.com-20120807100841-ab08m5gtapm1h2us
2012-08-07 15:38:41 +05:30
Thibault Delavallée 5ceb3ef40f [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120807100825-utqncwmp96iyspia
2012-08-07 12:08:25 +02:00
Fabien Pinckaers c3d3d2683c [MERGE] improved placeholders
bzr revid: fp@openerp.com-20120806190605-8qtg753ygug4l1cm
2012-08-06 21:06:05 +02:00
Fabien Pinckaers f53e1450ba [IMP] cleaning views, reduced summary and module name fields (to avoid crap in apps.openerp.com)
bzr revid: fp@tinyerp.com-20120806164320-x3mc637dw809life
2012-08-06 18:43:20 +02:00
Thibault Delavallée 176140590b [IMP] res_partner, res_users: removed the onchange_image, updated used images and classes in views.
bzr revid: tde@openerp.com-20120806155325-198jhpc2chmufzu1
2012-08-06 17:53:25 +02:00
Thibault Delavallée 4d9ff0d5f9 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120806124337-9z4ussrxn2uhli4i
2012-08-06 14:43:37 +02:00
Antony Lesuisse 67a9ddd3f8 [REM] fields float integer useless warning, required can be used to color the field in blue on form view
bzr revid: al@openerp.com-20120806104514-3cx1dm2bewhmlvbo
2012-08-06 12:45:14 +02:00
Xavier Morel 76f885299f [IMP] code style improvements
* Remove unused variables
* Simplify dict.get call in conditionals (default is None)
* Simplify dict.update calls (use kwargs)
* Merge dict.copy() with dict.update() as dict()
* Use isinstance instead of type() equality tests
* Simplify deeply nested code: merge conditionals and remove useless
  conditional, use dict.iteritems()
* Log traceback in exception handler logging

bzr revid: xmo@openerp.com-20120806071249-heh32pi1v0qd3m2j
2012-08-06 09:12:49 +02:00
Ajay Chauhan (OpenERP) c0e417b505 [Merge] Merge with main server.
bzr revid: cha@tinyerp.com-20120806051725-i2g57astkro2udfn
2012-08-06 10:47:25 +05:30
Fabien Pinckaers 996507688b [FIX] removed ir.actions.todos category_id
bzr revid: fp@openerp.com-20120805051724-0qrv4qvag39ufv81
2012-08-05 07:17:24 +02:00
Fabien Pinckaers a5ffb7f90f [IMP] remove unused code
bzr revid: fp@openerp.com-20120804215300-0uwvcsvfs2tvo7gr
2012-08-04 23:53:00 +02:00
Fabien Pinckaers bd4b1bf9ef [IMP] removing unused ir.actions.todo.category object
bzr revid: fp@openerp.com-20120804203520-xw35v0eplds9md3k
2012-08-04 22:35:20 +02:00
Fabien Pinckaers a6b417b256 imp
bzr revid: fp@openerp.com-20120804190748-27jx1yztb6sykhfq
2012-08-04 21:07:48 +02:00
Fabien Pinckaers 3e3d9db354 [IMP] no content partners menutip
bzr revid: fp@openerp.com-20120804150639-5fsle3b6mdkz6i2d
2012-08-04 17:06:39 +02:00
Fabien Pinckaers d07263eed3 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143643-e0331dgtkbxejfmy
2012-08-04 16:36:43 +02:00
Fabien Pinckaers 5695da2277 [IMP] improved menu tips
bzr revid: fp@openerp.com-20120804132535-rxzmg53qklg4h3tn
2012-08-04 15:25:35 +02:00
Olivier Dony eb0a178196 [MERGE] name_get: support more field types and improve previous name_get changes
Introduces an improved name_get implementation,
supporting a few more fields type used as _rec_name
(such as many2one). The actual rendering of the
"display name" is delegated to the column class,
and computed based on the value returned by read()
for the column.

Funky @classmethod stuff was necessary to allow
column types to delegate to other types, such as
function types which can delegate to the real
type they emulate.

The display_name term was used because it is
being discussed for the new API to add a virtual
display_name column to all models, allowing
clients to read the name_get value along with
regular columns. It looks appropriate too.

Also fixes a few shortcomings of the latest
patches to name_get, such as supporting inherited
columns and avoiding a useless read() call with
only the id column.

bzr revid: odo@openerp.com-20120803142952-8jefy3bsgftucxuk
2012-08-03 16:29:52 +02:00
Antony Lesuisse 15132d85e9 [MERGE] trunk-config-wizard indentation fixes by abo
bzr revid: al@openerp.com-20120803135953-pxdrcnsinq4l3spy
2012-08-03 15:59:53 +02:00
Olivier Dony da9ccf503a [FIX] fields.reference: missing coercion to int for res_id, as pointed out by XMO
bzr revid: odo@openerp.com-20120803134111-jrzrszqobm0r02on
2012-08-03 15:41:11 +02:00
Antonin Bourguignon 9a826a3186 [IMP] add proper XML headers to config views
also remove trailing whitespaces and fix indentation

bzr revid: abo@openerp.com-20120803132046-poiy3dt362zhoudl
2012-08-03 15:20:46 +02:00
Stephane Wirtel 9c507f5213 [REVERT] Revert the previous patch about the button_uninstall in the modules
bzr revid: stw@openerp.com-20120803125751-4i98jt0jxiroabc8
2012-08-03 14:57:51 +02:00
Stephane Wirtel 077be4912e [MERGE]
bzr revid: stw@openerp.com-20120803122457-emvyki50sxnzke1k
2012-08-03 14:24:57 +02:00
Stephane Wirtel 419835329c [FIX] base: remove the uninstall button and improve the filter domain of the modules
bzr revid: stw@openerp.com-20120803103241-u95u5l76sv87hvu8
2012-08-03 12:32:41 +02:00
Vo Minh Thu ddaadd1398 [FIX] orm: disallow LOG_ACCESS fields in the create() method.
Removes the LOG_ACCESS fields from the values given to create(),
otherwise we would end up passing two times the same field to
postgresql.

bzr revid: vmt@openerp.com-20120803094800-81cgwyeg5cmud9mj
2012-08-03 11:48:00 +02:00
Thibault Delavallée 7034c58596 [IMP] res.users form view: used image is now image_medium, not image_small.
bzr revid: tde@openerp.com-20120803080209-2u43v6pfthkpmx4c
2012-08-03 10:02:09 +02:00
Thibault Delavallée 9025c59cb3 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120803071431-x7ein6wfehuikphr
2012-08-03 09:14:31 +02:00
Launchpad Translations on behalf of openerp c50a0dcf9a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120803054534-0mw37x9jjh3q096j
2012-08-03 05:45:34 +00:00
Olivier Dony bc70c8711b [IMP] name_get: support more field types and improve previous name_get changes
bzr revid: odo@openerp.com-20120802170244-t1z5gogwgybtavrm
2012-08-02 19:02:44 +02:00
Xavier Morel ef26faf0a5 [IMP] add more information when searching on a non-searchable field using debug logging
bzr revid: xmo@openerp.com-20120802152553-r8xpw0g6bep08jod
2012-08-02 17:25:53 +02:00
Xavier Morel 937a24a240 [ADD] search view for res.groups to avoid searching on the unsearchable full_name from the default search view
bzr revid: xmo@openerp.com-20120802151344-4g0p8n2gaqyoftpu
2012-08-02 17:13:44 +02:00
Xavier Morel 8060f19108 [IMP] error-level log when non-stored function field without fnct_search is searched
holding off on blowing up an error just yet, but it might be a good idea in the end

bzr revid: xmo@openerp.com-20120802150837-3qvgg3e5pmfeqmk0
2012-08-02 17:08:37 +02:00
Stephane Wirtel e57c694095 [FIX] Review the layout of the partners
bzr revid: stw@openerp.com-20120802134648-djca908iguoukemd
2012-08-02 15:46:48 +02:00
Stephane Wirtel 4c14e794d1 [IMP] Use the button_immediate_install in the form view of the modules
bzr revid: stw@openerp.com-20120802111845-qgd2g6jkoxut0avl
2012-08-02 13:18:45 +02:00
Stephane Wirtel 2311c51782 [IMP] base: use the shortdesc in the search view of the modules
bzr revid: stw@openerp.com-20120802082335-60u9wfqibfkzlk41
2012-08-02 10:23:35 +02:00