Commit Graph

26 Commits

Author SHA1 Message Date
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +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
Jay (Open ERP) a23b83db01 [FIX] Functional fields should have context as an argument when we use fnct_searc method
lp bug: https://launchpad.net/bugs/504670 fixed

bzr revid: jvo@tinyerp.com-20100108113858-dp3e8pm5px4uspum
2010-01-08 17:08:58 +05:30
nch@tinyerp.com 27823255c1 [IMP]:account_payment sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091127110243-181hk1mvg6ea34gu
2009-11-27 16:32:43 +05:30
kum (Open ERP) 38caea46b0 [IMP] English Improvement
bzr revid: kum@tinyerp.co.in-20091125093144-4pburrqn0rhq6y39
2009-11-25 15:01:44 +05:30
HDA (OpenERP) b7f6bc4c8e Remove sql injection problem
lp bug: https://launchpad.net/bugs/429327 fixed

bzr revid: hda@tinyerp.com-20091021072449-rc9usc422tb0kv2f
2009-10-21 12:54:49 +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
Christophe Chauvet 28ede437d9 [IMP]
* add missing tools.translate 
 * translate all missing raise
 * add encoding: utf-8 in missing file
 * add vim comment (when missing) at the end of file
 * convert tabs to spaces (PEP8 Compliant)
 * more pythonic when concatenate value

bzr revid: christophe.chauvet@syleam.fr-20090306221824-xt1oeip60sq8fwws
2009-03-06 23:18:24 +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 f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
qdp 1a91fbe7d3 *set the destination bank account as not mandatory
bzr revid: qdp@tinyerp.com-20080916090541-7gl2tz4ia15qdtry
2008-09-16 11:05:41 +02:00
qdp 7670578649 *bugfixed the suitable_bank_type method
*improvements: 
	- onchange move line now fills the payment date smartly
	- onchange partner now fills the bank account taking in consideration the allowed bank types

bzr revid: qdp@tinyerp.com-20080829152006-uty7fk90syo16he8
2008-08-29 17:20:06 +02:00
qdp c009012c29 *added raising error condition if line has no partners or if a bank account cannot be found for this line (these 2 fields are mandatory for payment order)
bzr revid: qdp@tinyerp.com-20080829135115-br0he00tl3lwccvn
2008-08-29 15:51:15 +02:00
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
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
Fabien Pinckaers 4c408bfb25 Moved base report designer in extra_addons
bzr revid: fp@tinyerp.com-a52fb2798427107a6ca1e5569fc1371d4af3f42e
2008-06-04 04:06:23 +00:00
ced 5ea034d92a Add partner bank on invoice
- new field partner_bank on invoice
- use the partner bank for the payment
- don't fill the payment line wizard by default

bzr revid: ced-57fdec04527d5105ca707e17514424752dc14241
2007-11-26 15:46:33 +00:00
ced 1d480a1df3 Improve payment, invoice, statement
- Use the right reference from invoice on account move lines
- Add a reference type on invoice
- Payment are now multi-currency
- Add wizard to populate statement
- Make thread safe payment wizard
- Add mod10r in utils
- Add colors on statement lines

bzr revid: ced-35849fea0ca75fec483ba54836f4954c1b26d2c9
2007-10-04 05:59:39 +00:00
ced 6c70c60e37 Fix field function to always return value for all ids
bzr revid: ced-8a474d00eef4a053243156238f433a8aaefd569d
2007-08-23 14:07:04 +00:00
bch 7c712e115b ACCOUNT_PAYMENT: Added multi-wizard support and bugfixes.
bzr revid: bch-3217f246b7f5338e941ae2b49db6f323b266bdf7
2007-08-10 11:49:54 +00:00
bch c42b1b14c2 ACCOUNT_PAYMENT: added '_id(s)
bzr revid: bch-d523aa43ffab31f169f9a641ff784a8de451fef5
2007-08-07 12:02:12 +00:00
bch 3713125ded ACCOUNT_PAYMENT: added from extra_addons
bzr revid: bch-c67b1cd47efb7bdea39c7a67707c0161ebb2076c
2007-08-06 09:45:52 +00:00