Commit Graph

52 Commits

Author SHA1 Message Date
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +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
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Kuldeep Joshi (OpenERP) ceddfafdc7 [IMP]add logging and remove warning
bzr revid: kjo@tinyerp.com-20120613090600-3ib3r220zpn1yo5o
2012-06-13 14:36:00 +05:30
Kuldeep Joshi (OpenERP) 7b8f7cb44f [IMP]account: remove warning
bzr revid: kjo@tinyerp.com-20120612120907-0ife6ga0zcvfebsb
2012-06-12 17:39:07 +05:30
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

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

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Quentin (OpenERP) 83486cd725 [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files...
bzr revid: qdp-launchpad@openerp.com-20111223103637-ltq8x53f4tjbmd8b
2011-12-23 11:36:37 +01: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) 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
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +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
ARA (OpenERP) cf26f13881 [IMP] Improve account_* wizard view
bzr revid: ara@tinyerp.com-20101014125624-iphujhgqcclq38tg
2010-10-14 18:26:24 +05:30
vth 765584ec93 [REf] account_* clean
give rights to the Marketing user to read the event.registration.badge object

bzr revid: vth@tinyerp.com-20101013134645-tqxcms2ageteg1ik
2010-10-13 19:16:45 +05:30
ARA (OpenERP) 34b5bac21a [FIX] Fix the warning of account_coda and l10n_ch module
bzr revid: ara@tinyerp.com-20101008101247-7a27nmqxeh0kknwd
2010-10-08 15:42:47 +05:30
vra 948437d086 [IMP][FIX] account_coda, l10n_ch: fixed the account voucher creation from statement and improve the code.
bzr revid: vra@tinyerp.com-20101007123929-dudaibz8fvnmqgd5
2010-10-07 18:09:29 +05:30
Mustufa Rangwala c6f9cd4f3e [FIX] Account coda, payment, l10n_ch: minor fix
bzr revid: mra@mra-laptop-20100929130351-orsxkn5kcw07yf2s
2010-09-29 18:33:51 +05:30
psi (Open ERP) 33d62323f1 [IMP] account_budget: Code cleaning
[FIX] account_payment, account_coda, l10n_ch: lines got wrong value when using invoice with payment terms

bzr revid: psi@tinyerp.co.in-20100929125108-pyb29e9hujuk03rw
2010-09-29 18:21:08 +05:30
vra 93550c70af [REF]
bzr revid: vra@tinyerp.com-20100928104306-2ybk2x0n1h72kl80
2010-09-28 16:13:06 +05:30
vra 291e53c4c8 [IMP]account_coda: Improved the journal domain coda import wizard.
bzr revid: vra@tinyerp.com-20100928103958-nm81tc2txxiy5dqg
2010-09-28 16:09:58 +05:30
vra dabbd0dffa [FIX][IMP] account,account_code: fixed the coda import wizard problem and improved the account cash statement code.
bzr revid: vra@tinyerp.com-20100928100311-xo4tl35t747foan3
2010-09-28 15:33:11 +05:30
Mustufa Rangwala fd6c7a0c54 [IMP] Account payment & l10_nch: Remove bank reconcile object reference and use voucher instead of it
bzr revid: mra@mra-laptop-20100928045252-c5wrsjze3knfa8l0
2010-09-28 10:22:52 +05:30
Mustufa Rangwala b9d157cf5e [REF]
bzr revid: mra@mra-laptop-20100927130304-u8tkop7u4wgmxshx
2010-09-27 18:33:04 +05:30
Mustufa Rangwala 0e65bbb470 [REF]
bzr revid: mra@mra-laptop-20100927123916-cu0va1ak09133e2m
2010-09-27 18:09:16 +05:30
Mustufa Rangwala 11e6473a9b [IMP] Account_Coda: remove ref of account.bank.st.reconcile object and used voucher instead of it (Still need to fix bug on bank statement and need to test coda with voucher id)
bzr revid: mra@mra-laptop-20100927122801-369dpawmn4fxjcj9
2010-09-27 17:58:01 +05:30
Mustufa Rangwala e6da03f98b [REF]
bzr revid: mra@mra-laptop-20100927110010-yq9yyd04bzyutj0y
2010-09-27 16:30:10 +05:30
Mustufa Rangwala 47e16f2e1c [IMP] Account_coda: Clean code
bzr revid: mra@mra-laptop-20100816114446-ecj7f24izkknf9rf
2010-08-16 17:14:46 +05:30
qdp-launchpad@tinyerp.com e9e34d9f99 [FIX] account_coda: applied fix
bzr revid: qdp-launchpad@tinyerp.com-20100812102500-9dyu1s9fxb9bkn05
2010-08-12 12:25:00 +02:00
nel@tinyerp.com 678e8e245c [IMP] account_coda: remove duplicated file
bzr revid: nel@tinyerp.com-20100811144100-xdh44j3fl06ugllo
2010-08-11 16:41:00 +02:00
nel@tinyerp.com d5f22937cb [IMP] account_coda: set right accounts
bzr revid: nel@tinyerp.com-20100811143148-5wm3t74hqy8947g3
2010-08-11 16:31:48 +02:00
Fabien Pinckaers b90f099c53 fix
bzr revid: fp@tinyerp.com-20100722161944-gcowxb2nieeqtvwd
2010-07-22 18:19:44 +02:00
nel@tinyerp.com 64e4a02ce7 [ADD] coda import
bzr revid: nel@tinyerp.com-20100722082906-ievzhjf3p50v6i6o
2010-07-22 10:29:06 +02:00
nel@tinyerp.com b46fa9e392 [FIX] CODA IMPORT
bzr revid: nel@tinyerp.com-20100721183719-kvtzdgo8vzc3fvdy
2010-07-21 20:37:19 +02:00
pap (openerp) fffc508eb9 [IMP]:code cleaning
bzr revid: pap@tinyerp.co.in-20100706145803-tf7v1pukh03sdals
2010-07-06 20:28:03 +05:30
Mustufa Rangwala eb1fb94485 [MERGE] merge sbh branch for account_coda (osv memory) , and other stock access rules
bzr revid: mra@mra-laptop-20100623090329-w1fghtgn20w17jxp
2010-06-23 14:33:29 +05:30
sbh (Open ERP) 59f9649ba1 [IMP] account_coda: Improve the message
bzr revid: sbh@tinyerp.com-20100623083715-bfkqucglducnts96
2010-06-23 14:07:15 +05:30
sbh (Open ERP) 3b490a9223 [IMP] account_coda: Change the import statement
bzr revid: sbh@tinyerp.com-20100623074835-14l0dhpeiljwvsll
2010-06-23 13:18:35 +05:30
sbh (Open ERP) d0e7a291e8 [IMP] account_coda:Change the string name on view
bzr revid: sbh@tinyerp.com-20100623071945-uv7qg2g5gt97c367
2010-06-23 12:49:45 +05:30
sbh (Open ERP) ddc4ae0eb9 [IMP] account_coda: improve the view set height and width, imporve the messgae
bzr revid: sbh@tinyerp.com-20100623071534-82y9zv1oxcdmtd16
2010-06-23 12:45:34 +05:30
sbh (Open ERP) 797b81734a [IMP] account_coda: Rename the file and improve the view
bzr revid: sbh@tinyerp.com-20100622114241-i0nzqnlc37q8h7l4
2010-06-22 17:12:41 +05:30
sbh (Open ERP) 50d95cbe2c [IMP] account_coda: Remove the unused file, add the search view,improve the view
bzr revid: sbh@tinyerp.com-20100622113841-bqn0f5bk0h5tdsa7
2010-06-22 17:08:41 +05:30
sbh (Open ERP) 7c8457aabd [IMP] account_coda: Rename the file and convert the wizard into osv_memory
bzr revid: sbh@tinyerp.com-20100622110543-c418p8e3f5pyy2cj
2010-06-22 16:35:43 +05:30
sbh (Open ERP) d5ba08370e [Fix] account_coda: fix the period_id problem
bzr revid: sbh@tinyerp.com-20100622084541-43s0n0xew83a1rzl
2010-06-22 14:15:41 +05:30
psi (Open ERP) dab0b10a12 [MERGE] Merge with dev-addons3 branch
bzr revid: psi@tinyerp.co.in-20100618134120-r9ys7zcqlx77pzb7
bzr revid: psi@tinyerp.co.in-20100621044110-ju4vjpb0ggb8mx83
2010-06-21 10:11:10 +05:30
qdp-launchpad@tinyerp.com 8e199aadc8 [IMP] account, hr_attendance, hr_timesheet: typo, remove empty lines
[FIX] account_coda: remove wrong comment

bzr revid: qdp-launchpad@tinyerp.com-20100618135520-b1k3la6hsfxs7xuh
2010-06-18 15:55:20 +02:00
psi (Open ERP) 65fbde0dbb [IMP] improvement and Bug fix according to piratpad topics
bzr revid: psi@tinyerp.co.in-20100618133957-1qumx8x585dlouwc
2010-06-18 19:09:57 +05:30
Mustufa Rangwala 3be7801205 [MERGE] merge with trunk addons and remove conficts
bzr revid: mra@mra-laptop-20100618083859-5jbrk4u9l2vojxu6
2010-06-18 14:08:59 +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