Commit Graph

39 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
psi (Open ERP) 195a5197e0 [Add] account: convert account_aged_trial_balance wizard to osv_memory
bzr revid: psi@tinyerp.co.in-20100423060416-wu5vugqm947ek4jz
2010-04-23 11:34:16 +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
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
nch@tinyerp.com cf02ffe65f [IMP]:Account sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091130102422-dgvq2kh7y8dm453q
2009-11-30 15:54:22 +05:30
Harry (Open ERP) 1256d1c8ee [merge] merge stable/5.0 branch
bzr revid: hmo@tinyerp.com-20091104064625-8ufxibenj12wxj3o
2009-11-04 12:16:25 +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
Stephane Wirtel 25f727dd7b [FIX] Specify the name of the argument for the context, to avoir a critical bug
bzr revid: stephane@openerp.com-20091009114900-r4j49l7dmmw5sze5
2009-10-09 13:49:00 +02:00
Jay (Open ERP) 643490cad7 [FIX] Account : Aged Partner Balance report for Future analysis corrected
lp bug: https://launchpad.net/bugs/421907 fixed

bzr revid: jvo@tinyerp.com-20090901060418-8jhhe3zzmqkmdzwi
2009-09-01 11:34:18 +05:30
Niels Huylebroeck ae62d62367 [FIX] Age Partner Balance report executed 7 queries per partner, reduced this a total of 7 queries in total.
bzr revid: niels@bubbles-it.be-20090617152239-bixa1fvi7bqbb2i2
2009-06-17 17:22:39 +02:00
Jay (Open ERP) 9035a23859 Corrected Aged receivable reports
bzr revid: jvo@tinyerp.com-20090327115624-1clgz78v4e307hsi
2009-03-27 17:26:24 +05:30
Christophe Chauvet 6d2fac36f6 [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-20090306235010-kf09klskd2voo5cp
2009-03-07 00:50:10 +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
Stephane Wirtel 3484fb1339 [FIX] Remove the executable flag
bzr revid: stephane@tinyerp.com-20081217135356-rhpews5tf9mjdcd4
2008-12-17 14:53:56 +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
hda@tinyerp.com 4c50c2b929 remove print
bzr revid: hda@tinyerp.com-20081021140246-iwi29p5ngx4ixwmi
2008-10-21 19:32:46 +05:30
apa-tiny 5a537b4b21 changes in :
account/report/aged_trial_balance.py*
  account/report/aged_trial_balance.rml*
  account/report/tax_report.py*
  account/report/tax_report.rml*
  account/report/third_party_ledger.py
  account/report/third_party_ledger.rml
  account/wizard/wizard_aged_trial_balance.py*

bzr revid: patelamit2003@gmail.com-20080922134215-licu0ipred3qme1t
2008-09-22 19:12:15 +05:30
Harshad Modi 7481073ff2 Developed the get move wizard on a picking:
* list moves from the same partner and picking type that are confirmed or assigned
  * assign this move to the current picking
  * if the pickings where these moves come from are empty, close it (action done)

Improved query_get in account_move_line.py to analyse only on draft or posted or all (posted+draft) moves.
Improved all reporting wizards( like : general ledger report , partner balance report , account balance report , aged trial balance report , third party ledger report) to add a selection asking on draft or posted or all.
  - Defaults to all

UOM Purchase:
    On change on the normal UOM if not in same category, to change the uom_po_id and set
    it equals to the UoM !

bzr revid: hmo@tinyerp.com-20080730062944-y190mq4zo5yhby8x
2008-07-30 11:59:44 +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
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
ced 0dd50c7aa9 Use all open fiscal year if no fiscal year is selected
bzr revid: ced-4e35c8995c3ad81fb345561ea235bff2e39b473b
2008-01-11 14:46:53 +00:00
ced 3f0637c2d5 Fix quote in sql query for aged partner balance
bzr revid: ced-016359b4eb00454cd6a21c9a2833f7b391d921b2
2008-01-10 14:11:16 +00:00
ced 47764e9e48 Fix aged partner balance
- Fix indentation
- Fix quote in sql query

bzr revid: ced-f77181c998a10440e849e6c2bf5c79f6b1212b3f
2008-01-10 13:59:54 +00:00
Fabien Pinckaers 5f776a8213 Bugfix
bzr revid: fp@tinyerp.com-41e730d287152c8cfb6f958b898a449557e85ad6
2007-12-21 08:33:16 +00:00
Fabien Pinckaers 60eb0c7586 Better Wizard for Aged Trial Balance
bzr revid: fp@tinyerp.com-be23d8be5984f0478e4a62a0e9f8a74f14bd6f9d
2007-12-20 22:03:42 +00:00
ced bc574c1f4a account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting
- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-061763dda34fd5992e9d40ca9ec29110d39daec7
2007-07-26 08:31:05 +00:00
ced 2ac8ecf471 account: fix multi company in aged trial balance
bzr revid: ced-a1e6bc757045469bc6e1ad9b7e77211fcdfd4d46
2007-07-26 08:30:56 +00:00
ced c3ab8eda9b account: remove header to the aged trial balance
bzr revid: ced-6783d91879961f462907377a95fe987399c553cb
2007-07-26 08:30:11 +00:00
ced 60fc01be46 account: fix multi company in aged trial balance
bzr revid: ced-bc2e64bf9db0c6405d27256a894304bcbebe4851
2007-07-26 08:30:08 +00:00
ced 56762754eb account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting
- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-343e4b452eefb460e784c65572b1751e941384e7
2007-07-23 05:16:40 +00:00
ced 2c677ec0f5 account: fix multi company in aged trial balance
bzr revid: ced-d28489ae50c6a29e9be1bd02124907cd2d00dc54
2007-07-23 05:16:31 +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 8efc139282 account: remove header to the aged trial balance
bzr revid: ced-5ce37d5557b599263e69c18fb187ba65cb407211
2007-07-10 15:24:49 +00:00
ced d3e7cc769a account: fix multi company in aged trial balance
bzr revid: ced-3e84eef5a9e33743baf35770a8dadd5447feb376
2007-07-10 15:24:40 +00:00
ced f03ddb6199 ACCOUNT: add fiscalyear test in the accounting instead of active
bzr revid: ced-6d8d78647326c5a7de31db80112e4ce9ed649b31
2007-05-18 14:15:35 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00