Commit Graph

174 Commits

Author SHA1 Message Date
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
Yogesh (OpenERP) 659900e4d5 [IMP] add argument in email_send method of addons module.
bzr revid: ysa@tinyerp.com-20110209091848-tb1d9qcj9bz3iq2b
2011-02-09 14:48:48 +05:30
YSA (Openerp) bbdac458fd [IMP] call email_send method of email.message object insted of tools.
bzr revid: ysa@tinyerp.com-20110204061819-bb3p94bs7og680je
2011-02-04 11:48:19 +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
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
psi (Open ERP) 8bf890a9d6 [FIX] account_followup: raise an error when no sender email specified
bzr revid: psi@tinyerp.co.in-20110105104701-u51jjbdrsvgpttvl
2011-01-05 16:17:01 +05:30
psi (Open ERP) 7dfe8298e4 [FIX] account_voucher:sending followups without specifying any email address
lp bug: https://launchpad.net/bugs/697207 fixed

bzr revid: psi@tinyerp.co.in-20110105080752-6aegezc4y5z53yko
2011-01-05 13:37:52 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +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
uco (OpenERP) 427cd9af23 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101122050522-dd1d0r9663bib603
2010-11-22 10:35:22 +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
mtr 2081b75988 [FIX] Account_followup:'Follow-up Sending Date' now prints the date from wizard
lp bug: https://launchpad.net/bugs/586706 fixed

bzr revid: mtr@mtr-20101116060720-ttwsryr2nsgcykk8
2010-11-16 11:37:20 +05:30
Vir (Open ERP) e09bb51224 [ADD] account,account_followup : Tooltips added for the wizards
bzr revid: vir@tinyerp.com-20101115065123-v74rwnd4sem5wh4u
2010-11-15 12:21:23 +05:30
Mustufa Rangwala ba66baf2be [REF] account: Removed wanrings from buildbot
bzr revid: mra@mra-laptop-20101110082011-k7iwkgopgv5lbbix
2010-11-10 13:50:11 +05:30
Mustufa Rangwala 6ac555ef43 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101110042143-55p7cxi0mxodcr9c
2010-11-10 09:51:43 +05:30
Fabien Pinckaers f55b03dc9a fix
bzr revid: fp@tinyerp.com-20101105050551-yz2yu5xdioq8sfhv
2010-11-05 06:05:51 +01:00
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
qdp-launchpad@tinyerp.com f73b20a879 [FIX] account_followup: fixed the report on followups sent + several usability fixes
bzr revid: qdp-launchpad@tinyerp.com-20101103155952-jlqctu5h0tsmwuaj
2010-11-03 16:59:52 +01:00
Mustufa Rangwala 15da4879d9 [REF] Account followup
bzr revid: mra@mra-laptop-20101011105116-oe24vzkv2etdehcl
2010-10-11 16:21:16 +05:30
qdp-launchpad@tinyerp.com aed955521f [IMP] account_followup: don't send followup to partners that have only a credit note
bzr revid: qdp-launchpad@tinyerp.com-20100924092653-uotezyry3cx07t9g
2010-09-24 11:26:53 +02:00
pap (openerp) 7bddbcfbef [IMP] Account: created menu Accounting/Periodical Processing/Billing in account instead of in hr_timesheet_invoice, put send followups wizard menu under billing
bzr revid: pap@tinyerp.co.in-20100906115641-6bw02nnf1326iaks
2010-09-06 17:26:41 +05:30
Mustufa Rangwala 199cb9061f [MERGE] Merge with trunk addons
bzr revid: mra@mra-laptop-20100906042640-n6pqzg3d1b6i308l
2010-09-06 09:56:40 +05:30
PSI(OpenERP) e4831cf51b [IMP] followup: Menu item move to misc. and remove action to send followup from object
bzr revid: mra@mra-laptop-20100906031340-bslf2i85jb55z1r5
2010-09-06 08:43:40 +05:30
Vir (Open ERP) ede4ce4399 [MOD] account,account_payment,account_followup : replace maturity date by due date
bzr revid: vir@tinyerp.com-20100903061045-np3lrhr0tcscgj7m
2010-09-03 11:40:45 +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
Mustufa Rangwala eccad0581a [IMP] Account Followup: Rename Report files
bzr revid: mra@mra-laptop-20100816115703-rz2llk9bkdkgn67j
2010-08-16 17:27:03 +05:30
ARA(OpenERP) 1121f929e3 typo
bzr revid: mra@mra-laptop-20100814121231-xl63g5ao5gm2cvix
2010-08-14 17:42:31 +05:30
Rga 86ed2c87a6 [IMP]:removed unncessary 'nodestroy' from wizard
bzr revid: nch@tinyerp.com-20100730060643-qpp6peczbz631gd8
2010-07-30 11:36:43 +05:30
Mustufa Rangwala 646bae0c50 [IMP] Account_followup: Cleaning and improvement in module (Print report has still problem)
bzr revid: mra@mra-laptop-20100703093047-2mdpngvqmvtnzlb0
2010-07-03 15:00:47 +05:30
Mustufa Rangwala 403bf5f236 [MERGE] merge with trunk addons
bzr revid: mra@mra-laptop-20100626070939-6whcffnrj4x8ndsi
2010-06-26 12:39:39 +05:30
Fabien Pinckaers bc2b6794f5 modifs
bzr revid: fp@tinyerp.com-20100625160745-3plurl159kebvwqq
2010-06-25 18:07:45 +02:00
Mustufa Rangwala aec02b2a53 [MERGE] merge with trunk addons
bzr revid: mra@mra-laptop-20100624120832-y6oquwrolmarc7mk
bzr revid: mra@mra-laptop-20100624125538-fsrk82r5f66ynhef
2010-06-24 18:25:38 +05:30
Anup (OpenERP) 2ea0ca0aa0 [FIX] account_followup : M2M field corrected in followup_print wizard
bzr revid: ach@tinyerp.com-20100624114839-pvlr8pmtomvawu4h
2010-06-24 17:18:39 +05:30
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
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) cd55a71c25 [ADD] Account_followup: Print followup wizard => OSV Memory
bzr revid: mra@tinyerp.com-20100429044902-8f2me21dgyqjfgmr
2010-04-29 10:19:02 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Quentin De Paoli 92a3af46d4 [FIX] account_followup: the followup level of a partner which was removed from the proposed partner to remind was still raised although we didn't select him.
bzr revid: qdp@cyan-20100105160338-q29rxyqo4ywrsd7q
2010-01-05 17:03:38 +01:00
kum (Open ERP) 0576b8c667 Improvement in the english words in different modules
bzr revid: kum@tinyerp.co.in-20091113054116-x38ccpurumq82zmi
2009-11-13 11:11:16 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
Mantavya Gajjar 811dea54b4 [FIX]: [account_followup] wrong sender for email
lp bug: https://launchpad.net/bugs/446520 fixed

bzr revid: mga@tinyerp.com-20091009074253-8he22w5jhgx529e0
2009-10-09 13:12:53 +05:30
Jay (Open ERP) 35ca7bf8a7 [FIX] Account_followup : Sending email while sending follow up corrected.
lp bug: https://launchpad.net/bugs/431821 fixed

bzr revid: jvo@tinyerp.com-20090918060913-v05i5qp2468o3ufv
2009-09-18 11:39:13 +05:30
Mantavya Gajjar 4e81bf70fc [FIX]: fix the problem of message depending on the partner language
bzr revid: mga@tinyerp.com-20090915102346-dk516xhreyex04w9
2009-09-15 15:53:46 +05:30
Mantavya Gajjar 7955f8e23c [FIX]: fix problem to get the detault message
bzr revid: mga@tinyerp.com-20090915095133-52t8294uj75h7a9i
2009-09-15 15:21:33 +05:30
Mantavya Gajjar 24233606a2 [CHANGE]: change a logic to read the message from company configuration
bzr revid: mga@tinyerp.com-20090915054642-qg0zz31wkgdv24u8
2009-09-15 11:16:42 +05:30
qdp 917a29131e [FIX] several bugfixes in account_followup
bzr revid: qdp@tinyerp.com-20090202130033-5y5ier2kqzz232a7
2009-02-02 14:00:33 +01:00
mra (Open ERP) 5a8a6cede2 account followup modif now it display summary
bzr revid: mra@tinyerp.com-20090129104106-ahuxg89a58x6xsst
2009-01-29 16:11:06 +05:30
mra (Open ERP) 65fccdb7f3 account followup modifs on report
bzr revid: mra@tinyerp.com-20090128114254-rum76avegbr0ijqb
2009-01-28 17:12:54 +05:30
qdp 8bbc1677f0 improved and bugfixed the account_followup module:
- [IMP] improved demo data
	- [FIX] bugfixed the view account_followup_stat
	- [IMP] removed the possibility to do followup on payable entries (only possible on receivable entries now)
	- [IMP] improved views 
	- [IMP] improved wizard: ask for the followup to use, more explicit. Still have to debug the send mail functionnality (thus functionnality have been merged with 
the print followup one => only have one button now)
	- [IMP] added the possibility to display the company currency in the mail
	- [FIX] bugfixed the way we were computing which entries have to be level up

bzr revid: qdp@tinyerp.com-20090127163552-susvodl3xz3e26e7
2009-01-27 17:35:52 +01:00
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Christophe Simonis 1a0de2f0f9 [FIX] psycopg2: %d -> %s
bzr revid: christophe@tinyerp.com-20081210142955-ewfr1qhzq9l1tjzn
2008-12-10 15:29:55 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Christophe Simonis d3ce446ec0 fix and complete access rules
bzr revid: christophe@tinyerp.com-20081017084109-i1r4zigf7wp3o6i5
2008-10-17 10:41:09 +02:00
Harshad Modi 3988bb6ec2 fixed bug on account_followup
bzr revid: hmo@tinyerp.com-20080924120240-pe5wj1b0grcf36xi
2008-09-24 17:32:40 +05:30
Harshad Modi ae6bcc5ca5 on account_followup , delay expressed in levels are agains maturity date, not date. If maturity date is null, checked against date.
bzr revid: hmo@tinyerp.com-20080924114607-7jn3bupbyh3743fw
2008-09-24 17:16:07 +05:30
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
Christophe Simonis 1f43329f0e * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-77721e34d87043c4008239f004c7c616f6d4dc82
2008-07-08 08:13:12 +00:00
stw 0feb782c6a add Copyright and GPL license into the Header of Python files
bzr revid: stw-d9a6d631f7cfdab5a120a6b0104ce2dbf8644841
2008-06-16 11:00:21 +00:00
qdp b1c64bcf14 *removed print statements
*cleared views

bzr revid: qdp-f7dec55d7d3159ddce1e06b35059fc89a4b3de4c
2008-06-04 11:37:53 +00:00
qdp b67274ad60 *bugfixed: the partners displayed on the report wasn't good (tiny at work were written every where)
*when the wizard is run, all the invoices receive now a value for latest followup date and followup level (accordingly to the level of the account_move_line)
*the email sending is implemented. The email is structured as the report
*added a column for maturity date, in Financial Mngt\Periodical Processing\send followup\all receivable
*in the many2many of the wizard in Financial Mngt\Periodical Processing\send followup, added a filter per account type == receivable

bzr revid: qdp-f86c47df2d708c074e43717eb3f7441fe0247fac
2008-06-02 13:19:37 +00:00
ced 9fdf630289 Add date to followup
bzr revid: ced-eddca530fa4558d5b8fa6f7339dc834be97bc76a
2007-08-29 04:47:45 +00:00
Fabien Pinckaers e2c24bbb5c Typos
bzr revid: fp@tinyerp.com-59c4431c5653dbe81c32a130fd51405a2242dea9
2007-08-02 15:54:10 +00:00
ced 67d969e7ba account, account_followup: use payable/receivable account instead of the two define on the partner
bzr revid: ced-4fc4ef80f2a575e82c0d08bc7b3c186792b441a1
2007-08-02 14:33:25 +00:00
ced 1d03d0ef70 account_followup: fix wizard for move line without partner
bzr revid: ced-344ffcf2387a8e88dec20779dddc0512eeffccaf
2007-07-26 08:30:27 +00:00
ced 1affdedfd3 Merge branch 'master' of ssh://ced@dev.tinyerp.com//home/ced/terp
Conflicts:

	server/bin/addons/hr_timesheet_invoice/report/cost_ledger.py

bzr revid: ced-53d5b1eb97f770d60b281ecb4ff118898d110112
2007-07-19 13:47:25 +00:00
ced bf646ec861 account_followup: fix wizard for move line without partner
bzr revid: ced-096e6a38c1bd3a906d18cae1fc232b74523e131d
2007-07-10 15:25:10 +00:00
Fabien Pinckaers 7f5ca0808e Followup bugfix
Account move line bugfix in control from journals

bzr revid: fp@tinyerp.com-fb30c2bf337fe56762fb5c83b6c76432f6cd49ed
2007-06-26 13:28:51 +00:00
Fabien Pinckaers abbb5a5ce3 Improvement of followups
bzr revid: fp@tinyerp.com-9566baeef90ea4857cb0aaa4ab5aecb0cff347ce
2007-06-26 08:26:35 +00:00
Fabien Pinckaers d1c7e0f80d FollowUp reports
bzr revid: fp@tinyerp.com-6b109199834f90f01a5853eafcc49c6c25b219ca
2007-06-26 08:13:30 +00:00
Fabien Pinckaers 35526fbf10 Better and good account followup module.
bzr revid: fp@tinyerp.com-664ed0baf580314d0bae74274e466ca41d0f9ba9
2007-06-26 08:00:30 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00