Commit Graph

38 Commits

Author SHA1 Message Date
Richard Mathot 6f1b820d33 [REF] OpenERP --> Odoo in various UI texts (2)
Some things missed by commit 8b67a7202d
2014-07-18 14:59:38 +02:00
rlu-odoo 8b67a7202d [REF] OpenERP --> Odoo in various UI texts
Rebranding has been done in:
- data/demo files
- html templates
- help notices
- comments
- logger messages
- and other various messages

(Commit taken from odoo-dev:8.0-improve-openerp-odoo-rlu at rev 7deaa08)

Closes #1260
2014-07-18 13:45:41 +02:00
Christophe Simonis 1e9789baf8 [FIX] base_report_designer: correct "Export To RML" on OSX
bzr revid: chs@openerp.com-20130718111616-apacuhc2qhquobtc
2013-07-18 13:16:16 +02:00
Christophe Simonis dd812e04ba [FIX] base_report_designer: allow connection via XML-RPC over SSL (XML-RPC-Secure)
lp bug: https://launchpad.net/bugs/761784 fixed

bzr revid: chs@openerp.com-20130610104710-4phnmg7k1vbkrva8
2013-06-10 12:47:10 +02:00
Martin Trigaux 6654424388 [IMP] use exact writing for fsf address
bzr revid: mat@openerp.com-20130514143728-s341hmkw5dw9l7o1
2013-05-14 16:37:28 +02:00
Martin Trigaux 3c11652fac [IMP] trmove double space in fsf address
bzr revid: mat@openerp.com-20130514141132-610k885sxtcr8vpb
2013-05-14 16:11:32 +02:00
Martin Trigaux 7b8f704f90 [FIX] fix FSF address
bzr revid: mat@openerp.com-20130514120424-xwjzdf3mufifl90d
2013-05-14 14:04:24 +02:00
Olivier Dony df64fbd276 [FIX] base_report_designer: more incorrect license headers in some source files, reported and contributed by Alec Leamas
Mixing LGPL 2.1 and AGPL 3.0 in the same source file
is incorrect, and the AGPLv3 license was added by
mistake: keep only LGPL license and preserve
copypright info.

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

bzr revid: odo@openerp.com-20130426161316-hox8tnep8gl4xa1n
2013-04-26 18:13:16 +02:00
Olivier Dony 26f2543dbf [FIX] base_report_designer: incorrect license headers in some source files, reported and contributed by Alec Leamas
Mixing LGPL 2.1 and AGPL 3.0 in the same source file
  is incorrect, and the AGPLv3 license was added by
  mistake: keep only LGPL license and preserve
  copypright info.

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

bzr revid: odo@openerp.com-20130422170429-o8tb92x4mukspe9o
2013-04-22 19:04:29 +02:00
Olivier Dony 84593b0ccf [FIX] base_report_design: fix mixed tabs/spaces preventing compilation under recent libreoffice versions
Plugin binary was updated in previous commit already with these fixes,
so not updated again

bzr revid: odo@openerp.com-20130304173132-op4hcnr1l104mzfg
2013-03-04 18:31:32 +01:00
Olivier Dony b185da93a3 [FIX] base_report_designer: fix upload code in plugin to avoid broken reports
It is the call to upload_report() that triggers the registration
of the new reports in the system, as report services.
Unfortunately the `header` property of the report is cached in
the report service and taken from its value at
registration time. So that value *must* be written before
calling upload_report().

Also force the `Corporate Header` to be checked by default
as this is what users want in most cases, and forgetting
it at report creation makes it very hard to set afterwards,
as it is cached in the service.

Updated plugin binary as well.

bzr revid: odo@openerp.com-20130304173125-zky8rtdye64bep07
2013-03-04 18:31:25 +01:00
Ravi Gohil (OpenERP) b74c00568d [FIX]base: When you use Send to the server from OpenOffice with user other than Administrator(uid=1) you will notice a warning message saying Access Error and report will not be seen at destination model
bzr revid: mma@tinyerp.com-20121121095609-v9qk2o7pah2a9k56
2012-11-21 15:26:09 +05:30
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
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
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