Commit Graph

54105 Commits

Author SHA1 Message Date
Antonin Bourguignon fe5956057a [FIX] spelling: 'insufficient data' instead of 'data insufficient'
bzr revid: abo@openerp.com-20120807102326-sro2nxr4zn95zhs1
2012-08-07 12:23:26 +02:00
Antonin Bourguignon ca16c1d0a1 [IMP] end error messages with a point instead of an exclamation point in account_coda
bzr revid: abo@openerp.com-20120807095820-7e6j6mh9u8gp6cny
2012-08-07 11:58:20 +02:00
Antonin Bourguignon a52eeef519 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair
remove exclamation marks at the end of messages
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170841-cx9vuend1vglmsqk
2012-08-06 19:08:41 +02:00
Antonin Bourguignon d928b07ace [IMP] rephrase some error and warning messages in caldav and crm
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170732-nr7hhhgww1br2hem
2012-08-06 19:07:32 +02:00
Antonin Bourguignon d7083b21fe [IMP] rephrase some error and warning messages in base_action_rule, base_calendar, base_crypt, base_report_designer and base_status
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters
rephrase the clumsy form 'No <some attribute> is defined'

bzr revid: abo@openerp.com-20120806162817-241dzl664je6t1kt
2012-08-06 18:28:17 +02:00
Antonin Bourguignon 48e0915804 [IMP] rephrase some error and warning messages in account
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters
rephrase the clumsy form 'No <some attribute> is defined'

bzr revid: abo@openerp.com-20120806154410-kbf9aai2uzq2b0c4
2012-08-06 17:44:10 +02:00
pso (OpenERP) 3bbe3ddbd5 Improvements
bzr revid: pso@tinyerp.com-20120806104204-yd7mqqttglgaer8h
2012-08-06 16:12:04 +05:30
pso (OpenERP) 389f8d6803 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120806094234-1b145yrjixy5yrsg
2012-08-06 15:12:34 +05:30
Stephane Wirtel 2f4d4320e2 [MERGE]
bzr revid: stw@openerp.com-20120806075624-ukz8lrnp1li67zft
2012-08-06 09:56:24 +02:00
Xavier Morel 2fc0ac8ce3 [FIX] placeholder styling for webkit and firefox, to better differentiate between placeholder text and actual data
also use existing sass variable for all instances of #afafb6

bzr revid: xmo@openerp.com-20120806073620-tza9gggwter1ud30
2012-08-06 09:36:20 +02:00
Xavier Morel df53003aea [FIX] unbound variable usage, courtesy of xal
also use $.ui.keyCode rather than hardocded key code, and normalized attribute e.which

bzr revid: xmo@openerp.com-20120806072732-fprp6l8zv1yexk3d
2012-08-06 09:27:32 +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
Launchpad Translations on behalf of openerp 0d2d7ee585 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120806045808-5pwl6ts1eaei954g
2012-08-06 04:58:08 +00:00
Fabien Pinckaers 0869066f99 [IMP] improved modules message at installation --> to be reviewed later
bzr revid: fp@openerp.com-20120805201322-y8ghspcb69wmb3ut
2012-08-05 22:13:22 +02:00
Fabien Pinckaers 53edd897e2 [IMP] small CSS improvement for redue icon in wall
bzr revid: fp@openerp.com-20120805152006-6egz4g6k7qk0t6hc
2012-08-05 17:20:06 +02:00
Fabien Pinckaers ad0be8c0f4 [IMP] improving position of reduce text
bzr revid: fp@openerp.com-20120805151016-zl2xvhktr2pmqpey
2012-08-05 17:10:16 +02:00
Fabien Pinckaers 145995c4bd [IMP] simple CSS for config wizards
bzr revid: fp@openerp.com-20120805102146-uere3qqezb1frcm1
2012-08-05 12:21:46 +02:00
Fabien Pinckaers 6b6989e292 [IMP] layout of config wizards, simple CSS
bzr revid: fp@openerp.com-20120805101258-6d1cchw0ffi3ovvn
2012-08-05 12:12:58 +02:00
Fabien Pinckaers dc8bd0741b [FIX] small fix in menu tip bank accounts
bzr revid: fp@openerp.com-20120805101236-bhfssngo511yj3j5
2012-08-05 12:12:36 +02:00
Fabien Pinckaers d0949decec [IMP] config wizards layouts
bzr revid: fp@openerp.com-20120805100812-9m2cw3ktn2emzf2b
2012-08-05 12:08:12 +02:00
Fabien Pinckaers 61dd90ab32 [IMP] removed unused object: board.line
bzr revid: fp@openerp.com-20120805072027-o6a398q8y416w82b
2012-08-05 09:20:27 +02:00
Fabien Pinckaers 38cf051670 [FIX] removed module category
bzr revid: fp@openerp.com-20120805063150-76pqa8bfwy3bz6ni
2012-08-05 08:31:50 +02:00
Fabien Pinckaers 9621c1226d fix
bzr revid: fp@openerp.com-20120805061341-uijv7m152xshhtif
2012-08-05 08:13:41 +02:00
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 3ca872a891 [FIX] removed ir.actions.todos category_id
bzr revid: fp@openerp.com-20120805050844-1ouw6urv33g5jlhp
2012-08-05 07:08:44 +02:00
Fabien Pinckaers 9b153c1aa5 [FIX] removed category_id
bzr revid: fp@openerp.com-20120805045357-y2s05lgqatqr55wb
2012-08-05 06:53:57 +02:00
Fabien Pinckaers 8f44677448 [IMP] missing image
bzr revid: fp@openerp.com-20120804215820-apjip8801en56zy0
2012-08-04 23:58:20 +02:00
Fabien Pinckaers 7aae117e84 [IMP] open right menu afte rmod installation
bzr revid: fp@openerp.com-20120804215742-x2xhzsm8agiv70w3
2012-08-04 23:57:42 +02:00
Fabien Pinckaers 7904580e60 [IMwP] open the right menu according to the installed application
bzr revid: fp@openerp.com-20120804215327-651jy6mn1w15x430
2012-08-04 23:53:27 +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 f601a5280f [IMP] removing unused ir.actions.todo.category object
bzr revid: fp@openerp.com-20120804203546-4fupnhxcvbub1kty
2012-08-04 22:35:46 +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 fec7a28f45 imp_layout
bzr revid: fp@openerp.com-20120804190126-h100ygpd8mm9w0no
2012-08-04 21:01:26 +02:00
Fabien Pinckaers bc0f0d9ca4 [IMP] empty personal dashboard
bzr revid: fp@openerp.com-20120804185031-23l5cpdby6sep13h
2012-08-04 20:50:31 +02:00
Fabien Pinckaers 80236895ae [IMP] empty personal dashboard
bzr revid: fp@openerp.com-20120804184647-ahn839hnzlljgit3
2012-08-04 20:46:47 +02:00
Fabien Pinckaers 4baca342e8 [IMP] empty dashboard menutip
bzr revid: fp@openerp.com-20120804184605-qvz2kjohox88i4la
2012-08-04 20:46:05 +02:00
Fabien Pinckaers b4beb9ccdf [IMP] fixed kanban background
bzr revid: fp@openerp.com-20120804164542-1a5h9xj37bidkyi4
2012-08-04 18:45:42 +02:00
Fabien Pinckaers deeb7a7049 [IMP] better menutips, optional create arrow
bzr revid: fp@openerp.com-20120804151059-f2tot2d2di2k72xu
2012-08-04 17:10:59 +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 ea52cfae17 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu
2012-08-04 16:35:56 +02:00
Fabien Pinckaers b363b1f622 fix
bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp
2012-08-04 15:56:31 +02:00
Fabien Pinckaers 5695da2277 [IMP] improved menu tips
bzr revid: fp@openerp.com-20120804132535-rxzmg53qklg4h3tn
2012-08-04 15:25:35 +02:00
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00
Antonin Bourguignon 206252d606 [IMP] fix a first batch of typos and spelling mistakes (listed by UCO on the 2012-08-01)
bzr revid: abo@openerp.com-20120803172636-s23g6yturpb5chd6
2012-08-03 19:26:36 +02:00
Christophe Simonis 1f88244a68 [FIX] correct load_state of client actions
bzr revid: chs@openerp.com-20120803170301-i01mz04mtzr32ii5
2012-08-03 19:03:01 +02:00
Antonin Bourguignon b12e606e18 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120803160951-4n7ckom9hyhgeio2
2012-08-03 18:09:51 +02:00
Antony Lesuisse 96c7c90cdd [FIX] knowledge xml header
bzr revid: al@openerp.com-20120803150432-k3bx5fp1n0dk0pl9
2012-08-03 17:04:32 +02:00
Stephane Wirtel 2cf4416b45 [MERGE]
bzr revid: stw@openerp.com-20120803144555-4cfwpfh71cyundo5
2012-08-03 16:45:55 +02:00