Commit Graph

52 Commits

Author SHA1 Message Date
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
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 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) bc68e4079c [IMP] Improved warning messages
bzr revid: pso@tinyerp.com-20120727065557-vvhog448zrrfuibd
2012-07-27 12:25:57 +05:30
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
Amit Patel (OpenERP) ffcd8f105e [IMP]:resolved account module
bzr revid: apa@tinyerp.com-20120605105033-ses82h9j15f94yht
2012-06-05 16:20:33 +05:30
Raphael Collet 633b27261d [IMP] account config: code cleanup, and improve English
bzr revid: rco@openerp.com-20120509124139-ydvkr23liydelasl
2012-05-09 14:41:39 +02:00
Jagdish Panchal (Open ERP) dad95e6283 [IMP] account: Rename Refund Invoice to Credit Note and improve usability of account config wizard
bzr revid: jap@tinyerp.com-20120426113226-3ik97eoufwyttibz
2012-04-26 17:02:26 +05:30
Jigar Amin - OpenERP db5958f3fb [FIX] removed filed address_contact_id
bzr revid: jam@tinyerp.com-20120307104205-fdvym7euls9rjsn6
2012-03-07 16:12:05 +05:30
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
Raphael Collet 248654d97e [MERGE] lp:872686 (account: fix refund wizard)
bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x
2011-12-19 15:53:05 +01:00
Kirti Savalia (OpenERP) f165976f0d [MERGE]:with latest addons
bzr revid: ksa@tinyerp.com-20111128092813-p2nzbd95ormdc3u0
2011-11-28 14:58:13 +05:30
Kirti Savalia (OpenERP) 6babd07f90 [IMP]:in refund wizard remove the context key
bzr revid: ksa@tinyerp.com-20111128092235-iriwoz7nq5trxsy5
2011-11-28 14:52:35 +05:30
Fabien Pinckaers 055441c518 [IMP] labels of refund invoice
bzr revid: fp@tinyerp.com-20111111084451-m36rgp45m0ye7e8f
2011-11-11 09:44:51 +01:00
Ujjvala Collins (OpenERP) 128a017ac0 [REM] account: Removed unnecessary arguments from name_search.
bzr revid: uco@tinyerp.com-20110620130128-548kbbjl8vm0kzwx
2011-06-20 18:31:28 +05:30
Ujjvala Collins (OpenERP) 907846f630 [REF] account: Changed search option for company id in defaults.
bzr revid: uco@tinyerp.com-20110620113532-bke50mz0cwjvt6sj
2011-06-20 17:05:32 +05:30
Ujjvala Collins (OpenERP) d3ec32a744 [FIX] account: Fixed problem of opening the supplier invoice views using refund wizard.
bzr revid: uco@tinyerp.com-20110620063839-6236qx047fcb7zon
2011-06-20 12:08:39 +05:30
Ujjvala Collins (OpenERP) 86cec56877 [FIX] account: Fixed with some coding standards.
bzr revid: uco@tinyerp.com-20110615085138-51stynbvm10e6r6a
2011-06-15 14:21:38 +05:30
Ujjvala Collins (OpenERP) 52642c4638 [FIX] account: Fixed problem of invoice refund with journals and views.
lp bug: https://launchpad.net/bugs/789237 fixed

bzr revid: uco@tinyerp.com-20110613103550-8jhq4gat2f3bw26o
2011-06-13 16:05:50 +05:30
Quentin (OpenERP) b815396f06 [IMP] account, refund invoice wizard: changed default value and order of filter_refund field in order to have something less error prone and less dangereous
bzr revid: qdp-launchpad@openerp.com-20110328112354-o3nxeho0k2ehwni1
2011-03-28 13:23:54 +02:00
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +05:30
Rifakat Haradwala (Open ERP) a313f724ba [IMP]: Account: improvement in osv memory wizards
bzr revid: rha@tinyerp.com-20110215092057-lpki1kg79dnya96g
2011-02-15 14:50:57 +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) 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 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
vth cb53de3f3e [REF] account: replace get_object_reference method with _get_it of ir.model.data object to fatch the value of res_id in all account_* modules
bzr revid: vth@tinyerp.com-20101028083500-rulgay01xldj56sp
2010-10-28 14:05:00 +05:30
psi (Open ERP) 6bc2e55c1f [FIX] account: Refund wizard was giving error with modify option
bzr revid: psi@tinyerp.co.in-20101025112540-wao88mnmornmqmxd
2010-10-25 16:55:40 +05:30
psi (Open ERP) 62bc7b96e8 [REF] account
bzr revid: psi@tinyerp.co.in-20101025054921-uw9fnjpnvu72143t
2010-10-25 11:19:21 +05:30
ssi 378fb690e3 [FIX]account: Open current refunded invoice after invoice refund.
bzr revid: ssi@tinyerp.com-20101019091305-lh1uaiykp0bkxc9s
2010-10-19 14:43:05 +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
ARA (OpenERP) d10e1e83af [REF] cleaning code of account
bzr revid: ara@tinyerp.com-20101011060340-v55iqbqk378atwnq
2010-10-11 11:33:40 +05:30
Mustufa Rangwala 0d5ea8b142 [FIX] Account: Refund invoice correct opening of refund invoice with correct domain
bzr revid: mra@mra-laptop-20101005104132-wrc0vdeg7dgyk5hh
2010-10-05 16:11:32 +05:30
Mustufa Rangwala 0b2a70a01a [IMP, FIX] Account: Domain on journal on invoices and refund invoice wizard too
bzr revid: mra@mra-laptop-20100922112403-z0nk0hdf0xu1nvaz
2010-09-22 16:54:03 +05:30
Mustufa Rangwala 7116f381f1 [IMP] Account: refund invoice wizard if inv is already reconciled can not use modify and cancel options
bzr revid: mra@mra-laptop-20100826034204-fx3c057b7ai74qu5
2010-08-26 09:12:04 +05:30
Mustufa Rangwala a6bac8c19f [IMP] Account: refund invoice wizard: if there is no refund journal defined (if that field is empty), it should use the journal defined on the current invoice for the refund invoice
bzr revid: mra@mra-laptop-20100825062427-1jpd3ocg7mklytyj
2010-08-25 11:54:27 +05:30
Mustufa Rangwala 9b862f511e [IMP] Account: Refund invoice: Replace three button on wizard with seletion box, Improvement accoridingly
bzr revid: mra@mra-laptop-20100825060116-cak2oyugj58fszlp
2010-08-25 11:31:16 +05:30
qdp-launchpad@tinyerp.com eedaea0948 [IMP] account: small changes of useabilty in invoice refund wizard
bzr revid: qdp-launchpad@tinyerp.com-20100824161008-1bejqrdfewhzkr5m
2010-08-24 18:10:08 +02:00
Mustufa Rangwala da4ad519c5 [IMP] Account: Improve refund invoice wizard
bzr revid: mra@mra-laptop-20100814050555-ze43pvsvt3iaey68
2010-08-14 10:35:55 +05:30
Mustufa Rangwala 459d896486 [IMP] Account: Rename Credit Note into Refund
bzr revid: mra@mra-laptop-20100814034905-3233nuwjcr2zdq5b
2010-08-14 09:19:05 +05:30
Mantavya Gajjar bcb30ec9c0 [FIX]: change previous query
bzr revid: mga@tinyerp.com-20100709062801-glxmafv6flqdfxuo
2010-07-09 11:58:01 +05:30
Mantavya Gajjar 2f27b9ebde [FIX]: fix a problem of query, which cancel invoice from refund wizard
bzr revid: mga@tinyerp.com-20100709062626-wz8hyu2vqo2xxbus
2010-07-09 11:56:26 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
mra (Open ERP) 8fed138ccb [IMP] account: Refund invoice wizard code improved
bzr revid: mra@tinyerp.com-20100527105113-rag5fmw7g4wn2ru1
2010-05-27 16:21:13 +05:30
psi (Open ERP) 8710567e18 [FIX] account: changes in account_invoice_refund wizard
bzr revid: psi@tinyerp.co.in-20100527100147-pb115aj7cwcsz3n7
2010-05-27 15:31:47 +05:30
mra (Open ERP) 38dd957438 [MERGE] Merge with main branch
bzr revid: mra@tinyerp.com-20100520041631-90wyd7ouhnpgwy6a
2010-05-20 09:46:31 +05:30
Jay (Open ERP) 54245a5b8d [REF]
bzr revid: jvo@tinyerp.com-20100519111346-z9dvw9dsp2xumtv3
2010-05-19 16:43:46 +05:30
Jay (Open ERP) 101bebe2a6 [FIX] Fixes for invoice refund wizard and account_folowup act_window domain
bzr revid: jvo@tinyerp.com-20100519105945-xhprbuclbsogvzp2
2010-05-19 16:29:45 +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
Jay (Open ERP) 80da473c81 [FIX] Account : Refund wizard corrected
bzr revid: jvo@tinyerp.com-20100513145646-r3g4o2wy8vre4v8i
2010-05-13 20:26:46 +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