Commit Graph

28 Commits

Author SHA1 Message Date
Antonin Bourguignon 2b2288a3bd [FIX] a few problems introduced with the last merge
bzr revid: abo@openerp.com-20121002111231-zo41jejkrm8afavu
2012-10-02 13:12:31 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +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
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
Saurang Suthar(OpenERP) 3e34fcc23e [IMP] Improved warning messages for base* modules
bzr revid: pso@tinyerp.com-20120725115511-zqdo0jgknla6n6f8
2012-07-25 17:25:11 +05:30
Mayur Maheshwari (OpenERP) 09a5fbba59 [IMP]all: improve some tool-tip
bzr revid: mma@tinyerp.com-20120720092653-197y2amboq3hv9e5
2012-07-20 14:56:53 +05:30
Pinakin Nayi (OpenERP) bc2cd7d2e0 [IMP]base-warning-msg
bzr revid: pna@tinyerp.com-20120712084551-vkw1pz1o25ttu4ma
2012-07-12 14:15:51 +05:30
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
tfr@openerp.com 0264d520d3 [MERGE] Openoffice report designer usability fix
bzr revid: tfr@openerp.com-20110617141024-iog5ewd4cnu6v2o0
2011-06-17 16:10:24 +02:00
Bhumika (OpenERP) 230b874abf [Fix] base_report_designer: set default protocol
bzr revid: sbh@tinyerp.com-20110525051922-de00kozumy8a4pcl
2011-05-25 10:49:22 +05:30
Bhumika (OpenERP) 96d5e6095b [FIX]base_report_designer:When ok pressed in error dialog, donot close the parameter dialog
bzr revid: sbh@tinyerp.com-20110523051956-ibq1o3kmwy26bsit
2011-05-23 10:49:56 +05:30
Bhumika (OpenERP) 05e6d0d42f [Fix]base_report_designer: Set the default value in login window
bzr revid: sbh@tinyerp.com-20110517113258-kafa0yh7xh6od7fb
2011-05-17 17:02:58 +05:30
Bhumika (OpenERP) 4cd3870b8d [Fix] base_report_designer: server url is not a text field but a label
bzr revid: sbh@tinyerp.com-20110517082919-cley2ebh4appxovc
2011-05-17 13:59:19 +05:30
Bhumika (OpenERP) d3e24796c7 [Fix] base_report_desinger: Fix the login issue
bzr revid: sbh@tinyerp.com-20110517062644-nn827die5fgo1itm
2011-05-17 11:56:44 +05:30
Bhumika (OpenERP) 6af6e14c54 [IMP] base_report_designer:Add the try catch to get the error
bzr revid: sbh@tinyerp.com-20110516121811-j5kifyjub8gevzsw
2011-05-16 17:48:11 +05:30
Bhumika (OpenERP) d73d85a34b [Fix] base_report_designer: Correct usability issue in open office designer
bzr revid: sbh@tinyerp.com-20110516105930-iu14exa2hqwmc2tz
2011-05-16 16:29:30 +05:30
P. Christeas 9e44cd5bfe all: Fix execute permission and shebang at files
Non-standalone python scripts shall not have a shebang. Others will need
to be executable.
(cherry picked from commit 6ec513d17cafcdd235b4805363d3cd6daa494f2f)

bzr revid: p_christ@hol.gr-20110408112324-nc781po7efhjye21
2011-04-08 14:23:24 +03:00
Sbh (OpenERP) 628debcf9b [MERGE] Merge lp:~openerp-dev/openobject-addons/jam-dev-addons
bzr revid: sbh@tinyerp.com-20101229065245-69k3ys7obdn8eqkw
2010-12-29 12:22:45 +05:30
jam-openerp e0432a6800 [FIX-BUG: lp:695038 OO-OReport Desiner]
lp bug: https://launchpad.net/bugs/695038 fixed

bzr revid: jam@tinyerp.com-20101229054521-p6lcfprxoi1ts4ib
2010-12-29 11:15:21 +05:30
François Degrave dc372ed0d6 [IMP] access rights for warehouse user group
bzr revid: fde@openerp.com-20101221100423-tomvr10f9am22msn
2010-12-21 11:04:23 +01:00
Thibault Francois ecc85577f9 [FIX] package report designer
bzr revid: tfr@openerp.com-20101220120155-z63y1h659n5s58q0
2010-12-20 13:01:55 +01:00
jam-openerp fd93e5f496 [BUG-FIX] lp:670265
bzr revid: jam@tinyerp.com-20101208133650-3q2zudm9ceh2fav0
2010-12-08 19:06:50 +05:30
uco (OpenERP) eccc1d33b2 [REF] copyrights: Replaced 'GNU General Public License' with 'GNU Affero General Public License'
bzr revid: uco@tinyerp.com-20101028065418-ahi6poaxn1aa5dmp
2010-10-28 12:24:18 +05:30
Panos Christeas 32e09241ba [MERGE] sfd-adoons: base_synchro, openoffice-plugin
bzr revid: hmo@tinyerp.com-20100918072446-gc1slo8lz82b2qli
2010-09-18 12:54:46 +05:30