Commit Graph

20 Commits

Author SHA1 Message Date
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) 238bbc539a [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725073357-kcdgglpmbxrtbq6d
2012-07-25 13:03:57 +05:30
Purnendu Singh 04379ea4d6 [FIX] account : Corrected spelling mistakes in warning messages of account/wizard/account_change_currency.py
lp bug: https://launchpad.net/bugs/906752 fixed

bzr revid: bde@tinyerp.com-20111220073240-9o2epnidg6itemht
2011-12-20 13:02:40 +05:30
Olivier Dony 560915cb68 [MERGE] merged latest fixes from 6.0 up to r.4556
Rev 4556 = revision-id: jvo@tinyerp.com-20110502133745-s1zyed65h6ojwkvk.

bzr revid: odo@openerp.com-20110502184643-d3qzosqdurscd51i
2011-05-02 20:46:43 +02:00
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
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
uco (OpenERP) c3098f4f43 [FIX] account..l10n_ch: Pass return {'type': 'ir.actions.act_window_close'} instead of return {} in osv_memory/normal wizards.(lp:691544)
bzr revid: uco@tinyerp.com-20101228104445-h5q9jg8mq7dmdc51
2010-12-28 16:14:45 +05:30
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
pso 03dcaad9b3 [IMP] account: Removed unused vars
bzr revid: pso@tinyerp.com-20101018064923-zyo9f0u8pc4s1m9g
2010-10-18 12:19:23 +05:30
ARA (OpenERP) 8b2622b607 [REF] account wizard: code clean
bzr revid: ara@tinyerp.com-20101015133522-dmxhk5szekf7ybap
2010-10-15 19:05:22 +05:30
vth 685489a172 [REF] account
bzr revid: vth@tinyerp.com-20101011055153-h8hygvtjqkxc8004
2010-10-11 11:21:53 +05:30
vra f96ee5cded [IMP][FIX] account: Added context instead of domain in different act windows of partner object, Fixed 'active_id' error in code.
bzr revid: vra@tinyerp.com-20100826094513-2x22qhx6727g6f5t
2010-08-26 15:15:13 +05:30
Mantavya Gajjar eea4173162 [FIX]: fix a change curency wizard, checking configuration before applying
bzr revid: mga@tinyerp.com-20100816143809-dd3pxdklyy5u1ufx
2010-08-16 20:08:09 +05:30
Mustufa Rangwala da52d3a2c8 [IMP] account: change currecy message on invoice
bzr revid: mra@mra-laptop-20100709065815-8ecl9lbzisatemyq
2010-07-09 12:28:15 +05:30
mra (Open ERP) 11c75c9586 [MERGE] Merge psi branch => change currency, pay and refund invoices wizard replaced by buttons on form views
bzr revid: mra@tinyerp.com-20100517130607-07exonl3ai1d8is7
2010-05-17 18:36:07 +05:30
psi (Open ERP) bee95259e7 [IMP] account: change position of button and their icons
bzr revid: psi@tinyerp.co.in-20100517123426-9a8y90tgxktlm9tm
2010-05-17 18:04:26 +05:30
mra (Open ERP) 89da593cdc [IMP] account: Change currency wizard
bzr revid: mra@tinyerp.com-20100512133220-be5drrwi22mohoot
2010-05-12 19:02:20 +05:30
mra (Open ERP) 3f91b61274 [IMP] improve the account wizards code
bzr revid: mra@tinyerp.com-20100429063555-f6k66u6ymcfxxfiz
2010-04-29 12:05:55 +05:30
psi (Open ERP) ddcdd48fee [ADD] account: convert account_change_currency wizard to osv_memory wizard
bzr revid: psi@tinyerp.co.in-20100414111400-retnjyhy5wmvbwh3
2010-04-14 16:44:00 +05:30