Commit Graph

186 Commits

Author SHA1 Message Date
P. Christeas 8e8803e9df document, caldav: revert changes that are not needed and spacing
Let's keep the diff against trunk-dev-addons1 only to things that
make sense.

bzr revid: p_christ@hol.gr-20101223141639-o13v6llljplpgl7s
2010-12-23 16:16:39 +02:00
atp (Open ERP) ffa6d2dda7 [IMP]
bzr revid: atp@tinyerp.co.in-20101223101118-el1zl830r8yj36h2
2010-12-23 15:41:18 +05:30
atp (Open ERP) 5633f1b6ba [Fix]: Fixed documents lost problem which are added before installed document module.
bzr revid: atp@tinyerp.co.in-20101223095109-ntp3hrl30xb82pya
2010-12-23 15:21:09 +05:30
atp (Open ERP) ebd5c62dbc [FIX]: solved Problem of after install document module, documents are lost which are added before installed document module
bzr revid: atp@tinyerp.co.in-20101220125419-y99i8aqw3y1s00by
2010-12-20 18:24:19 +05:30
P. Christeas 2aa5d026d1 document: fix access of res.users folders
We need to relax the rule of ir.attachment. Needs server patch, see
commit message there.

bzr revid: p_christ@hol.gr-20101123184938-jklijdqt0xx5u6cs
2010-11-23 20:49:38 +02:00
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
Harry (OpenERP) ca33cf5313 [MERGE]
bzr revid: hmo@tinyerp.com-20101112094836-qy4536d3tjvw04xc
2010-11-12 15:18:36 +05:30
Harry (OpenERP) 27364966c9 [MERGE]
bzr revid: hmo@tinyerp.com-20101111133006-qzqtz3grocgewap4
2010-11-11 19:00:06 +05:30
P. Christeas 0f5a276365 document: use 'change_default' on key fields, cleanup defaults
As from a later commit, we will need to adjust default values to different
directories (such as permissions etc.).

bzr revid: p_christ@hol.gr-20101027102324-duffxdogcczqo67r
2010-10-27 13:23:24 +03:00
Harry (OpenERP) 824042bb1c [MERGE]
bzr revid: hmo@tinyerp.com-20101015131459-k969h71ybafv5kib
2010-10-15 18:44:59 +05:30
Harry (OpenERP) 10ecb719bd [IMP] project_long_term: improve gantt view
bzr revid: hmo@tinyerp.com-20101014102654-e3wkawf339sc9ido
2010-10-14 15:56:54 +05:30
Harry (OpenERP) 896ebda0ae [MERGE]
bzr revid: hmo@tinyerp.com-20101013104406-byc7tlrbqrna2h7c
2010-10-13 16:14:06 +05:30
P. Christeas 55d06c6ea1 Document: cleanup, remove restriction on ressource dirs
The same code is also called when parent_type_id exists, so the assertion
would fire.

bzr revid: p_christ@hol.gr-20101012104015-gnwvni1bx35ntyl5
2010-10-12 13:40:15 +03:00
ron@tinyerp.com e848ed0cf4 [IMP] ::Documents->Shared Repository:enlarge the FTP server field,Documents-> descending by date and tooltip change and fix bug on my document filter button::Reporting->Document Dashboard->group by year/Month and default user_id context remove
bzr revid: ron@tinyerp.com-20101012062608-nvlyu9qag6zeyh5h
2010-10-12 11:56:08 +05:30
Harry (OpenERP) b9a4366e1c [MERGE] merged knowlegde improvement work
bzr revid: hmo@tinyerp.com-20101005102518-nh0vy7d6mz0dmoc1
2010-10-05 15:55:18 +05:30
Jay (OpenERP) 1e32fa1bb9 [REF] Document
bzr revid: jvo@tinyerp.com-20100906104054-cucn9vpywxyum3oo
2010-09-06 16:10:54 +05:30
Stephane Wirtel f85a63e1ba [FIX] document: Assign False to the local variable 'result'
bzr revid: stephane@openerp.com-20100906100550-e5twhz3ffwm9e49a
2010-09-06 12:05:50 +02:00
P. Christeas 8a107a7e52 Document: fix unlink, where storage_id is not at first parent.
The convention is that storage_id may exist at any level up the
parent folders, so we have to recursively search for it.

bzr revid: p_christ@hol.gr-20100827073955-eyja6mhhy7rt5peh
2010-08-27 10:39:55 +03:00
P. Christeas f2f6ec0423 Document: cleanup code for lint checking
After pyflakes output, cleanup some unused imports, old code, fix
names for undefined vars.

bzr revid: p_christ@hol.gr-20100810122957-v01nqfq9omzdcs6e
2010-08-10 15:29:57 +03:00
P. Christeas 22257372f0 Document: Fix typo for creating attachments on dirs with res_model
bzr revid: p_christ@hol.gr-20100716221834-gn1l8tztmx18jyw9
2010-07-17 01:18:34 +03:00
P. Christeas 766fd336d4 Document: fix realstore with open/close, rename.
Put the path computation of realstore in a helper function, and use that
in all places where a file is opened/created/moved.

bzr revid: p_christ@hol.gr-20100713205359-jn0bo6fcw9lwdyge
2010-07-13 23:53:59 +03:00
P. Christeas d9553df1a2 Document: node context shall not be the context of orm methods.
The orm methods are called with some rich context, which need not be used
as the context of node structure. In the future, we might want to selectively
pass context values from orm to node.

bzr revid: p_christ@hol.gr-20100713103005-p0y6ptjoshomu0tv
2010-07-13 13:30:05 +03:00
P. Christeas 0d6e0a9a02 Document: support Moving of files.
bzr revid: p_christ@hol.gr-20100709082316-d8qedrjabckypt88
2010-07-09 11:23:16 +03:00
P. Christeas e8bf4a4f18 Document: fix the get_partner_id functionality
Was blocking document.create()

bzr revid: p_christ@hol.gr-20100706121045-mblekyw8nlkiy1r0
2010-07-06 15:10:45 +03:00
P. Christeas c9f313dc21 Document: isolate the partner_id auto-detection in a fn()
When a document is created, some code tries to auto-detect the related
partner_id from res_model. This should better be put in a function, and
reused in other places.

bzr revid: p_christ@hol.gr-20100701175133-6aq2tx9lkuskvedh
2010-07-01 20:51:33 +03:00
P. Christeas 2c5082001e Document: use the new move_to() api, protect setting of file_size.
bzr revid: p_christ@hol.gr-20100701175133-9prni6r0kspt27ku
2010-07-01 20:51:33 +03:00
P. Christeas 530932640b Document: fix setting parent of document_file.
There is some code that calls the 'move_to()' in case the document's
parent (aka. directory) is changed. Fix notation there.

bzr revid: p_christ@hol.gr-20100701175132-8ex94b3pdwkz4lq6
2010-07-01 20:51:32 +03:00
P. Christeas 11c5171326 Draft api for document.write(parent_id: ...)
If the parent directory for some document node changes, we may
have a major change in the stored content, so an API is needed
for that.

Conflicts:

	document/nodes.py

bzr revid: p_christ@hol.gr-20100701175131-ldt3b0er5a7tja0u
2010-07-01 20:51:31 +03:00
P. Christeas 514f433c59 Document: ir.attachment.res_model and res_id should be readonly for UI
Changing them would require a wizard or something.

bzr revid: p_christ@hol.gr-20100629140040-am61qng5pxfz2dxs
2010-06-29 17:00:40 +03:00
P. Christeas 85dc0b2fc6 Document: remove the ir.attachment.group_ids column
At the review, it was decided that per document permissions is too much.

bzr revid: p_christ@hol.gr-20100627201857-e0sw2sun1ttvnj32
2010-06-27 23:18:57 +03:00
P. Christeas c11ad0047d Document: files are required to have a parent directory
Or else, there is no storage for them.

bzr revid: p_christ@hol.gr-20100627201813-y5gatb8w39jnxeux
2010-06-27 23:18:13 +03:00
P. Christeas 6eef5d7e36 Document: rearrange columns definition of document.file
Note: *must* use the server as patched, for the 'url' and 'type' columns.

bzr revid: p_christ@hol.gr-20100627201809-p5wy2w368gqoyy3h
2010-06-27 23:18:09 +03:00
Harry (OpenERP) d2cb812814 [IMP] document: add new field company_id in document and directory model
bzr revid: hmo@tinyerp.com-20100623115349-ik8webt0myj6l43l
2010-06-23 17:23:49 +05:30
Harry (Open ERP) a855625916 [MERGE] work of document module
bzr revid: hmo@tinyerp.com-20100527124458-02xxdfbi8kp0x94k
2010-05-27 18:14:58 +05:30
ksa (Open ERP) 51770be47b [IMP]: document: [task-786] Review ir_attachment object,apply changes in base/ir and document module
bzr revid: ksa@tinyerp.co.in-20100527111423-m2b3wrx02jcuxvy9
2010-05-27 16:44:23 +05:30
ksa (Open ERP) b3c7cc9035 [IMP]: document: Improvement for view and add group by ,filter
bzr revid: ksa@tinyerp.co.in-20100526133720-bito6krfl60a6zud
2010-05-26 19:07:20 +05:30
rpa (Open ERP) 62115d03dc [FIX]: document: Corrected relation table with group
bzr revid: rpa@tinyerp.com-20100407131854-wa3avfr60zxh52te
2010-04-07 18:48:54 +05:30
Harry (Open ERP) f03a4fe933 [MERGE] merge with trunk-addons
bzr revid: hmo@tinyerp.com-20100329080947-lojccpq7zwynyg6v
2010-03-29 13:39:47 +05:30
kum (Open ERP) d91fa1c56e [FIX] document: changes made in create method
bzr revid: kum@tinyerp.co.in-20100323140106-z2qld0a827n2olqr
2010-03-23 19:31:06 +05:30
Ysa (Open ERP) 0067a88c5c [IMP] document :- support indexation of docx to TXT and PPTX to TXT.
bzr revid: ysa@tinyerp.co.in-20100319084130-uoh0twqfq12230ff
2010-03-19 14:11:30 +05:30
Harry (Open ERP) a87d74b385 [FIX] dms: if file does not has any direcotry on creation, take root directory
bzr revid: hmo@tinyerp.com-20100318153043-32ict1bcx08pe704
2010-03-18 21:00:43 +05:30
Jay (Open ERP) 43f356ec67 [IMP] Document : size for file_type column correceted
lp bug: https://launchpad.net/bugs/538224 fixed

bzr revid: jvo@tinyerp.com-20100315072707-1ajhzihk5u5z7wf0
2010-03-15 12:57:07 +05:30
Xavier Morel 3458b06eba [merge] ftp deactivation branch, thanks greg-apieum
bzr revid: xmo@tinyerp.com-20100224105529-4fs9rhk6x2mm28c4
2010-02-24 11:55:29 +01:00
greg-apieum 0adc588146 ADD to config 'document_path' to set ftp root path
bzr revid: greg-apieum-20100224093210-mpitlp5ckckxjvm5
2010-02-24 10:32:10 +01:00
greg-apieum f15d0a6895 [CLEAN] Set Withespaces to PEP8 format
bzr revid: greg-apieum-20100224085404-j1onx0jxchv3m51a
2010-02-24 09:54:04 +01:00
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
Fabien Pinckaers 7cda3b45ae [IMP] improvement document change
bzr revid: fp@tinyerp.com-20100127065708-kshxwqe92hjfok70
2010-01-27 07:57:08 +01:00
Harry (Open ERP) c48ac85f23 [MERGE]
bzr revid: hmo@tinyerp.com-20100125091319-dtmhovlxkahploqz
2010-01-25 14:43:19 +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
p_christeas d5a68a7b69 [IMP]document : get improvement of document from xrg-addons branch who made nice improvement in document
bzr revid: hmo@tinyerp.com-20091202053657-4oflezyhbolu3xvo
2009-12-02 11:06:57 +05:30
nch@tinyerp.com 59ea96657a [MERGE]
bzr revid: nch@tinyerp.com-20091130103346-3dytu4ds9gzta53c
2009-11-30 16:03:46 +05:30
Fabien Pinckaers 7ea99724a7 [imp] multi-company + merge
bzr revid: fp@tinyerp.com-20091128092522-g7fumj3p55kv6ygr
2009-11-28 10:25:22 +01:00
nch@tinyerp.com 7d1b6aadb5 [MERGE]
bzr revid: nch@tinyerp.com-20091127084026-qmju10co18vkywrd
2009-11-27 14:10:26 +05:30
nch@tinyerp.com 5d8cedeb35 [IMP]:document sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091126123916-0xu24h028ctr9vqz
2009-11-26 18:09:16 +05:30
olt@tinyerp.com 49414e12ab [FIX] document: ftp server address and port: better ip address detection for 64 bit kernels
[FIX] document: ftp server address and port: new wizard: ftp server addr and port is saved in configuration file
[FIX] document: ftp server address and port: ftp server now uses stored ip addr and port from configuration file

bzr revid: olt@tinyerp.com-20091116150021-ogrccu73adorsecb
2009-11-16 16:00:21 +01:00
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
Albert Cervera i Areny ba53d85a07 [FIX] Document : Attachment with document can now be deleted
lp bug: https://launchpad.net/bugs/460701 fixed

bzr revid: jvo@tinyerp.com-20091026153817-cn3mmj43ng90ymyp
2009-10-26 21:08:17 +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
HDA (OpenERP) eef3601ed4 [Merged]
bzr revid: hda@tinyerp.com-20091013063520-mq5q0epaop44ideg
2009-10-13 12:05:20 +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
Harry (Open ERP) f1551ec473 [IMP]document : upgrade pyftplib with new version 0.5.1
bzr revid: hmo@tinyerp.com-20091012095624-pt9mjfd3uahkhyil
2009-10-12 15:26:24 +05:30
Jay (Open ERP) f47eae5220 [REVERT] Document : BAD Fix jvo@tinyerp.com-20090925134942-y663miys2ocgwi56
bzr revid: jvo@tinyerp.com-20090929135659-3zf9j2m8a8py2qvx
2009-09-29 19:26:59 +05:30
YSA(OpenERP) 0d89787389 [FIX] Document: attachment linked with Files
lp bug: https://launchpad.net/bugs/416810 fixed

bzr revid: jvo@tinyerp.com-20090925134942-y663miys2ocgwi56
2009-09-25 19:19:42 +05:30
Harry (Open ERP) 3180ca5f74 [FIX][CRITICAL]document: crash list of directory after rev:hmo@tinyerp.com-20090916110722-4kl5t5q71im6c76i
lp bug: https://launchpad.net/bugs/433979 fixed

bzr revid: hmo@tinyerp.com-20090922050449-b8are4lnap54x6dt
2009-09-22 10:34:49 +05:30
Harry (Open ERP) b3a239601f [REM] document : remove code of get_translation and remove user context_lang from node context on getting new node because of we see some problem in this code for translation term of french
bzr revid: hmo@tinyerp.com-20090916110722-4kl5t5q71im6c76i
2009-09-16 16:37:22 +05:30
Jay (Open ERP) 72cfa7cf23 [FIX] Document : error on create if attachment not specified
bzr revid: jvo@tinyerp.com-20090828111159-yoe862iefxw2h3uo
2009-08-28 16:41:59 +05:30
ame (Tiny/Axelor) e8865e6509 [IMP] process view node now links to parent document directory if no record selected.
bzr revid: ame@tinyerp.com-20090825133222-gieka35fk5o3rmfc
2009-08-25 19:02:22 +05:30
husen daudi 59e5081a0d module:document improved resource domain eval with uid
bzr revid: hda@hda-20090813115549-xhwbxfq010u7jb9j
2009-08-13 17:25:49 +05:30
Fabien Pinckaers 1fdfaf9610 [FIX] DMS directory not translatable + translations improvement
bzr revid: fp@tinyerp.com-20090807091659-gvqu4j83wqd1ri9t
2009-08-07 11:16:59 +02:00
Harry (Open ERP) d05bfafb51 [FIX] document :
* change _rec_name with "datas_fname" in "ir.attachment" model 
* display directoryName/fileName associate with _rec_name on FTP

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

bzr revid: hmo@tinyerp.com-20090806063553-81qqupykwaoyr7vb
2009-08-06 12:05:53 +05:30
Harry (Open ERP) 141b65107f [FIX] document : create doc of any resource model with black name
lp bug: https://launchpad.net/bugs/404975 fixed

bzr revid: hmo@tinyerp.com-20090803104440-y65u4102ym2e4m68
2009-08-03 16:14:40 +05:30
Harry (Open ERP) e279a5a54c [FIX] document : if name/dirname does not has value, dirname will be display like <objectname><id>
lp bug: https://launchpad.net/bugs/400326 fixed

bzr revid: hmo@tinyerp.com-20090717090833-2bdbliy2fpd2p71f
2009-07-17 14:38:33 +05:30
Harry (Open ERP) 1ef4bfec1d [FIX] document : use '=' operator instend of 'like' on serach directory nodes into DMS
lp bug: https://launchpad.net/bugs/400326 fixed

bzr revid: hmo@tinyerp.com-20090717070332-am5mz4t8xfdjl7s5
2009-07-17 12:33:32 +05:30
Olivier Laurent bcfe4215d0 [FIX] document: better ip address detection (especially on win32)
bzr revid: olt@tinyerp.com-20090708091302-3zaz9ebjyeufeii4
2009-07-08 11:13:02 +02:00
Harry (Open ERP) 672569a73f [IMP]Directory structure is translated to the users preference language in FTP Client
bzr revid: hmo@tinyerp.com-20090701105037-6fd1buk1mp6b2ado
2009-07-01 16:20:37 +05:30
Harry (Open ERP) 26aca254b9 [FIX] file attachment bug in x_object
bzr revid: hmo@tinyerp.com-20090701085613-uiuufqoix2ldo8o8
2009-07-01 14:26:13 +05:30
Harry (Open ERP) 43e35be4ba [DMS]fixing_bug_324823
bzr revid: hmo@tinyerp.com-20090414130523-uc4zje2cva23ckeu
2009-04-14 18:35:23 +05:30
husen daudi ea2efc1506 Ported all bugs from trunk to stable
bzr revid: hda@hda-20090413124313-x9gdobzpxf1lkfxl
2009-04-13 18:13:13 +05:30
Harry (Open ERP) 7767525f1e [DMS]fixed_bugs:#330263,347877,348398,358360,324823
bzr revid: hmo@tinyerp.com-20090413062827-c53nlhf8zakplhw5
2009-04-13 11:58:27 +05:30
Jay (Open ERP) 2d281b5f63 Merged Trunk to addons/5.0
bzr revid: jvo@tinyerp.com-20090409100219-5bo156xq8k24qmru
2009-04-09 15:32:19 +05:30
Harry (Open ERP) a200350524 [DMS]fixed_bug_347877
bzr revid: hmo@tinyerp.com-20090408091946-r9dlpgyon8xhqfhh
2009-04-08 14:49:46 +05:30
Fabien Pinckaers 90af347f05 merge
bzr revid: fp@tinyerp.com-20090330231116-qhh5w358par1mdy5
2009-03-31 01:11:16 +02:00
Fabien Pinckaers 0f89e23954 merge
bzr revid: fp@tinyerp.com-20090330231059-axmtdiszz5kpbfpe
2009-03-31 01:10:59 +02:00
Stephane Wirtel 0f5795da3e [MERGE] From Christophe Chauvet (Sylëam)
[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: stephane@tinyerp.com-20090319145551-knhkfderl68ezvjz
2009-03-19 15:55:51 +01:00
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
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
Christophe Chauvet 8f1d6918d2 [IMP]
* Correct bug with locale, use string.ascii_letters instead of string.letters
 * Remove mixing tabs with spaces (PEP8 compliant)
 * Add UTF8 header in python file
 * Add vim comment at the end of file
 * Add license header that missing on many files

bzr revid: christophe.chauvet@syleam.fr-20090303095157-qdtic4sqftars0hv
2009-03-03 10:51:57 +01:00
Fabien Pinckaers 2ba3aaf0ad modifs
bzr revid: fp@tinyerp.com-20090226072653-dycmsljrmy42wtrz
2009-02-26 08:26:53 +01:00
Fabien Pinckaers 9b4d0613a6 modifs
bzr revid: fp@tinyerp.com-20090205173032-6hos06o1pq1m3ukk
2009-02-05 18:30:32 +01:00
Harry (Open ERP) fb64a0d6f5 [DMS:#325632] put exception handling
bzr revid: hmo@tinyerp.com-20090205115140-pb3dkpadn0crxmkk
2009-02-05 17:21:40 +05:30
Harry (Open ERP) 5d1da24e12 fix bug
* [DMS] file can not upload from ftp client
* [l10n_be] in VAT declaration xml report , YEAR is wrong

bzr revid: hmo@tinyerp.com-20090205054313-ukjf6nwh43fg8mp4
2009-02-05 11:13:13 +05:30
Geoff Gardiner 9049abc55c Many label changes, one functional (spelling) fix in passing.
bzr revid: gsg@pinot-grigio-20090127111546-96d4h0r74pvs43qu
2009-01-27 11:15:46 +00:00
Christophe Simonis 79add8da4a [FIX] locate the filestore directory using tools.config['root_path']
lp bug: https://launchpad.net/bugs/320126 fixed

bzr revid: christophe@taupe-20090122235223-ug7tqaftvdcfjugd
2009-01-23 00:52:23 +01:00
Sbh (Open ERP) 02e76107e2 bugfix
bzr revid: sbh@tinyerp.com-20090112113151-nxnt7fadxm2jsmok
2009-01-12 17:01:51 +05:30
Stephane Wirtel 9852616769 [IMP] Use the osv and wizard exceptions
bzr revid: stephane@tinyerp.com-20090106121259-b9hh3t7lclxcta6s
2009-01-06 13:12:59 +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
Harry (Open ERP) 4f9faa7f00 fixed bug : display content if static directiory
bzr revid: hmo@tinyerp.com-20090101102530-6fa7wv1e8bguhsvy
2009-01-01 15:55:30 +05:30
Harry (Open ERP) 6037a8c0bd fixed small bug in DMS
bzr revid: hmo@tinyerp.com-20081230135638-heoy1723boagq3nq
2008-12-30 19:26:38 +05:30