Commit Graph

29 Commits

Author SHA1 Message Date
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
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
Jay Vora (OpenERP) 9d806fa751 [FIX] Warning fixes suggested by buildbot
bzr revid: jvo@tinyerp.com-20110302132318-g3828515myshqln9
2011-03-02 18:53:18 +05:30
ARA (OpenERP) 36710d30c8 [FIX] hr_payroll_account: Payslip approval crashes without notification if Property accounts are not configured
bzr revid: ara@tinyerp.com-20110302104441-ka6xesr5qiyjmzpd
2011-03-02 16:14:41 +05:30
Jay Vora (OpenERP) 1cf4261d0f [MERGE] Corrected the payslip approval if proper configuration is missing
bzr revid: jvo@tinyerp.com-20110302100328-4y94qos6uu6xta2t
2011-03-02 15:33:28 +05:30
Jay Vora (OpenERP) 6805f7a822 [FIX] Hr_payroll_account : Payslip approval crashes without notification if Property accounts are not configured
bzr revid: jvo@tinyerp.com-20110302093722-9g2upvvd731vw91x
2011-03-02 15:07:22 +05:30
jvo 70440c85bb [FIX] hr_payroll_account: Payslip approval crashes without notification if Property accounts are not configured
lp bug: https://launchpad.net/bugs/718741 fixed

bzr revid: ara@tinyerp.com-20110228090120-lshz23z5g1pgaehx
2011-02-28 14:31:20 +05:30
Jay Vora (OpenERP) ea5e9d3a05 [FIX] Hr_payroll_account : Payslip approval crashes without notification if Property accounts are not configured
lp bug: https://launchpad.net/bugs/718741 fixed

bzr revid: jvo@tinyerp.com-20110226103905-thiuu3bwwuimyfns
2011-02-26 16:09:05 +05:30
qdp-launchpad@tinyerp.com 32589e25b4 [MERGE] merged the xrg branch containing several bugfixes
bzr revid: qdp-launchpad@tinyerp.com-20101230115309-drnbznu04hx52cbj
2010-12-30 12:53:09 +01:00
Harry (OpenERP) b6595ed6d5 [FIX] hr_payroll_account: if journal_id or bank_journal_id are not specified in pay slip, call super method which are declared in hr_payroll module. it fixed due to solve yml issue
bzr revid: hmo@tinyerp.com-20101229111631-zam0fzc3iu11vsr5
2010-12-29 16:46:31 +05:30
P. Christeas 21d9d10681 hr_expense, payroll_account: Correct the English word "Expanse"
We obviously mean "expense" as in spending, not "expanse" as in stretch.

bzr revid: p_christ@hol.gr-20101227083850-u61v7sju7x29ndsw
2010-12-27 10:38:50 +02: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
Olivier Dony c90aa7f2f0 [FIX] caldav,email_template,hr_payroll,mrp: cleanup some calls to _( ) - only literal strings should ever been passed!
bzr revid: odo@openerp.com-20101118162131-s2nb25l3e4xzmnjg
2010-11-18 17:21:31 +01:00
Thibault Francois d516bc0ea1 [MERGE] with trunk
bzr revid: tfr@openerp.com-20101110120902-k60lls4irx842pq2
2010-11-10 13:09:02 +01:00
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
vth cd8e9de724 [REF] hr_*
bzr revid: vth@tinyerp.com-20101027124959-phubwje70rmbec4p
2010-10-27 18:19:59 +05:30
Mustufa Rangwala 08a7b6daa0 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018053340-91whv0hocvv156sa
2010-10-18 11:03:40 +05:30
Fabien Pinckaers 130f43b1d9 [FIX] misc fixes from xrg
bzr revid: fp@tinyerp.com-20101017222708-71xbvzflx6pe797v
2010-10-18 00:27:08 +02:00
vra 90e27fd366 [REF]hr_payroll, hr_payroll_account: code cleaning.
bzr revid: vra@tinyerp.com-20101015055414-d5p5lchgh3t1e7n8
2010-10-15 11:24:14 +05:30
vra fd50df3934 [IMP][ADD] hr_payroll_account: added differents account fields in all hr payroll objects including demo with some improvement.
bzr revid: vra@tinyerp.com-20101014120638-1gsqtz0lm2mf3xe7
2010-10-14 17:36:38 +05:30
Jay (OpenERP) 10a1939f69 [FIx] Hr_payroll_account : Typo fix
lp bug: https://launchpad.net/bugs/657629 fixed

bzr revid: jvo@tinyerp.com-20101011054500-r6aw3313kxubxkn1
2010-10-11 11:15:00 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
PSI (OpenERP) 4b1348a989 [IMP] hr related modules improvements
bzr revid: mra@mra-laptop-20100727071145-4n3z9i1jj1zosp8z
2010-07-27 12:41:45 +05:30
Mantavya Gajjar f8efca986f [IMP]: improvement in payroll module
bzr revid: mga@tinyerp.com-20100707130347-r4zlz7ktthfet0ai
2010-07-07 18:33:47 +05:30
Mantavya Gajjar 0e61edf922 [FIX]: reviwe payroll and recall lost changes during the merge
bzr revid: mga@tinyerp.com-20100702103715-iew7rlke3we92ipg
2010-07-02 16:07:15 +05:30
Mantavya Gajjar 98cc2f8c55 [FIX]: enabled bank accout feature for employee, for finalcial entries through bank
bzr revid: mga@tinyerp.com-20100619150413-o8g1vdt9zb87pq0a
2010-06-19 20:34:13 +05:30
Mantavya Gajjar bbbf3a272c [ADD]: a special module that will manage accounting entries for the hr_payroll
bzr revid: mga@tinyerp.com-20100618203058-hvvcssp0iqdpqmla
2010-06-19 02:00:58 +05:30