Commit Graph

172 Commits

Author SHA1 Message Date
Antony Lesuisse 76ce1a2972 document partial refactoring and cleanups
bzr revid: al@openerp.com-20121217011958-70esu8d6q54fu0zd
2012-12-17 02:19:58 +01:00
Antony Lesuisse 893f34555f remove more cruft
bzr revid: al@openerp.com-20121216204737-4mfsbp0v6s0g799j
2012-12-16 21:47:37 +01:00
Fabien Pinckaers cd014978dc [MERGE] trunk
bzr revid: fp@tinyerp.com-20121011142308-vdynmuonffi31yug
2012-10-11 16:23:08 +02:00
Fabien Pinckaers a435e18d83 [MERGE] documents
bzr revid: fp@openerp.com-20121010202148-hsisroe6a2tra2um
2012-10-10 22:21:48 +02:00
Fabien Pinckaers b2d8a448b4 [IMP] document names
bzr revid: fp@openerp.com-20121010201823-rgv2zv73urxz3ysh
2012-10-10 22:18:23 +02:00
Christophe Matthieu df873d22a8 [FIX] mail: context default value error
bzr revid: chm@openerp.com-20121010101532-v2vx6h01x4zeq0ac
2012-10-10 12:15:32 +02:00
Christophe Matthieu 7a41798d70 [IMP] mail, document: don't check duplication of file for attachment mail
bzr revid: chm@openerp.com-20121009080858-gnpf1893m12jd3mp
2012-10-09 10:08:58 +02:00
Purnendu Singh (OpenERP) 4ef3f9218b [IMP] document: add on_change on fname so it will update the download link with the name of attached document
bzr revid: psi@tinyerp.com-20121003094242-5wu6pki5cx442jte
2012-10-03 15:12:42 +05:30
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Antonin Bourguignon 1fbb4a5c16 [IMP] handling of '(copy)' l10n
bzr revid: abo@openerp.com-20120924162645-z1h4l2mj6c8i6wr3
2012-09-24 18:26:45 +02:00
Antonin Bourguignon a52eeef519 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair
remove exclamation marks at the end of messages
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170841-cx9vuend1vglmsqk
2012-08-06 19:08:41 +02:00
help 41d1135812 [IMP]improved exception warnings in remaining modules as per suggestion
bzr revid: help-20120731133425-2zlm5sakpowuc6rk
2012-07-31 19:04:25 +05:30
Saurang Suthar(OpenERP) d3f30baa81 [IMP] Improved warning messages for document module
bzr revid: pso@tinyerp.com-20120725103334-rx24b2aojluvxuap
2012-07-25 16:03:34 +05:30
Hardik a710d7b11c [IMP]Document : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120712101747-h5uhion81908cczy
2012-07-12 15:47:47 +05:30
Antony Lesuisse 2e7c217497 [FIX] typo
bzr revid: al@openerp.com-20120626204250-ez6v0cyrjg30h521
2012-06-26 22:42:50 +02:00
Antony Lesuisse c180a7f941 [FIX] revert ir_values on document
bzr revid: al@openerp.com-20120626201946-44c5odspvbttqyv1
2012-06-26 22:19:46 +02:00
Foram Katharotiya (OpenERP) 06391b7936 [IMP] add logger instead of_loggerdoc or _log., Add .warning() instead of .debug() in account
bzr revid: fka@tinyerp.com-20120625090619-r25n9pqs89oh5180
2012-06-25 14:36:19 +05:30
Foram Katharotiya (OpenERP) 87decf703a [IMP] Add logging at the top of python files
bzr revid: fka@tinyerp.com-20120622072545-uuok6zj2jm2koxw4
2012-06-22 12:55:45 +05:30
Foram Katharotiya (OpenERP) 0c374a66bc [IMP] Add logging at the top of python files
bzr revid: fka@tinyerp.com-20120622064839-llitm8szgikxznwr
2012-06-22 12:18:39 +05:30
Foram Katharotiya (OpenERP) ceb22841d6 [IMP] add default data in document_data.xml
bzr revid: fka@tinyerp.com-20120618061804-9i8ypqq2m8g7eab6
2012-06-18 11:48:04 +05:30
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

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

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
Jigar Amin - OpenERP 4f52e7a2cf [IMP] remved res_partner_address reference
bzr revid: jam@tinyerp.com-20120305121150-zr1zrjf7lrkiafr8
2012-03-05 17:41:50 +05:30
Fabien Pinckaers 341bef2ef5 [IMP] dashboard simplification
bzr revid: fp@tinyerp.com-20111211113918-84z2iyhkmh818ivp
2011-12-11 12:39:18 +01:00
Olivier Dony c5c88c43c0 [FIX] document: removed dangerous and useless commits
These commits were introduce mostly at revision 
1849.1.1 revid:hmo@tinyerp.com-20081111052750-zqzvr6oaihvt103t
in an attempt to fix an issue with transactions
originating from FTP connections.
This was wrong: the virtual FTP filesystem should
perform its own transaction management for each
operation, just like the RPC layer does it for
each request. Forcing a commit in the business
code during the course of a normal transaction is
totally *forbidden*!
In addition, the FTP layer now properly manages
its transactions, so the commit calls were useless
anyway.

bzr revid: odo@openerp.com-20111130120239-5fcavvpd14w056zb
2011-11-30 13:02:39 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Fabien Pinckaers b0a48a35b9 merge
bzr revid: fp@tinyerp.com-20110917142602-vo8pl5dpqp82e4z0
2011-09-17 16:26:02 +02:00
Amit Parmar (OpenERP) 28986d87fb [IMP] improve the opportunity merging and its attachments
bzr revid: aar@tinyerp.com-20110912125106-xmh53poxaytd4frt
2011-09-12 18:21:06 +05:30
Guewen Baconnier 48e5b1b8b7 [FIX] document : Migration of url attachments
lp bug: https://launchpad.net/bugs/809745 fixed

bzr revid: dbr@tinyerp.com-20110809121553-sow9vfchkuc7du1u
2011-08-09 17:45:53 +05:30
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
Thibault Francois b11a71fd87 [MERGE] improvement project-issue
bzr revid: tfr@openerp.com-20110407114145-xvr27pjquxwk9ff0
2011-04-07 13:41:45 +02:00
Jay Vora (OpenERP) 5bb62f86be [MERGE] Merged Anup's branch for the fix of documents' file_size.
bzr revid: jvo@tinyerp.com-20110401091721-bs0167iw9p7ykx8s
2011-04-01 14:47:21 +05:30
Anup (OpenERP) 091d785586 [FIX] document : File Content remained empty for old attachments fixed.(Support Case 4586)
bzr revid: ach@tinyerp.com-20110330070053-p63h44msfy9rpaca
2011-03-30 12:30:53 +05:30
Olivier Dony 0874e7b291 [FIX] document: search() must filter out documents in disallowed directories
Permissions on ir.attachments must not only respect the access rights
of the object they are attached to, but must also be careful about
directory permissions as introduced by the document module.

Minor fix in copy() method to avoid reading all fields of the
attachment including the binary data itself, when only the name
is needed. Also made the "(copy)" suffix translatable.

bzr revid: odo@openerp.com-20110218141012-a7wjqn2f48iioca9
2011-02-18 15:10:12 +01:00
P. Christeas 98ab6360ed Merge branch11 into patch18
Branch patch11 had somewhere been lost in bzr hell.

Conflicts:
	account/account_move_line.py
	document_webdav/nodes.py
	document_webdav/webdav_server.py
	event_project/__init__.py
	users_ldap/users_ldap.py

bzr revid: p_christ@hol.gr-20101223155444-ym8r0g4208gm88j9
2010-12-23 17:54:44 +02:00
P. Christeas 43387c7f43 document: improve the attach_parent_id() function.
No need to call an SQL command in iteration! No need to transfer the
db_datas back and forth from Postgres!

Also, prepended an underscore, so that the function is never exported
through RPC.

bzr revid: p_christ@hol.gr-20101223142529-hgudbfj54p4d2e34
2010-12-23 16:25:29 +02:00
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