Commit Graph

64 Commits

Author SHA1 Message Date
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
pso (OpenERP) bc68e4079c [IMP] Improved warning messages
bzr revid: pso@tinyerp.com-20120727065557-vvhog448zrrfuibd
2012-07-27 12:25:57 +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
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) 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
Kuldeep Joshi (OpenERP) 3611f431b9 [IMP]document: remove warning
bzr revid: kjo@tinyerp.com-20120614060450-w8771020su128gmg
2012-06-14 11:34:50 +05:30
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
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) 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
sbh (Open ERP) 3389c99ee6 [Fix] caldav,document,document_ftp,document_webdav: fix buildbot warnings
bzr revid: sbh@tinyerp.com-20101112114946-u19wkxzh1vj33sol
2010-11-12 17:19:46 +05:30
P. Christeas 4dae4d0dbf document: base the dir permissions on ir.rule, not on sql call.
bzr revid: p_christ@hol.gr-20101027102428-6n2huvvv2o1tiyh6
2010-10-27 13:24:28 +03:00
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
P. Christeas 7539d4051c document: fix recursive (tree) resource directories
The 'node_res_obj' has been the right class to use for the intermediate
nodes, ever since. The assertion that it should only apply to static
dirs was wrong.

bzr revid: p_christ@hol.gr-20101027102323-qewjjzzudj0zz643
2010-10-27 13:23:23 +03:00
P. Christeas cbac748990 Doc: more help on Model-Parented folders.
Their usage is a little cryptic, so help the user understand how they work.

bzr revid: p_christ@hol.gr-20101027102323-q0i1a5u6ausoj4uv
2010-10-27 13:23:23 +03:00
Harry (OpenERP) 824042bb1c [MERGE]
bzr revid: hmo@tinyerp.com-20101015131459-k969h71ybafv5kib
2010-10-15 18:44:59 +05:30
Harry (OpenERP) 896ebda0ae [MERGE]
bzr revid: hmo@tinyerp.com-20101013104406-byc7tlrbqrna2h7c
2010-10-13 16:14:06 +05:30
P. Christeas 829a82a598 document: fix for directory.get_full_path()
The trunk ORM would call this function with dir_id=[id,] rather than
the pg84's dir_id=id argument.

bzr revid: p_christ@hol.gr-20101012114436-9xtfjm3oe1oj7d3f
2010-10-12 14:44:36 +03:00
P. Christeas 0bdc45e068 Document: fix behavior of dir.dctx lines, when dir is removed.
bzr revid: p_christ@hol.gr-20101012104120-n53iyh31z3zry6x9
2010-10-12 13:41:20 +03:00
P. Christeas 1fe7eb3e8f Doc: allow override of dynamic foleders' class
bzr revid: p_christ@hol.gr-20101012104019-ci6z0vb9fce7tfiw
2010-10-12 13:40:19 +03:00
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
P. Christeas 402d407b2c Document: make node classes pluggable (part 1)
Refactor and put hooks in document/nodes so that addons can override
the classes and enhance the node behaviour, per database.

bzr revid: p_christ@hol.gr-20101012103856-j115po98jqff6j02
2010-10-12 13:38:56 +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
jas 2c71620b6f [IMP/FIX] document : improved tooltips for Type and fixed Group by Storage
bzr revid: jas@tinyerp.com-20101011120952-95evv1jbm0r00tn9
2010-10-11 17:39:52 +05:30
P. Christeas 2c1349111b Document: fixes from the old branch
A context={} arg, get_file_node() improvement.

Conflicts:

	document/nodes.py

bzr revid: p_christ@hol.gr-20100827073858-x364kctd048dzmva
2010-08-27 10:38:58 +03:00
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
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 2d3d861a3e Document directory: "find_all" field for resource dirs.
A (mis-)feature of the previous code was that in resource directories, it
would only list attachments that would have those dirs as parents. This
means that we couldn't have another categorisation, that would yield some
of the same attachments.

bzr revid: p_christ@hol.gr-20100713102958-nk40nckc41uxyzri
2010-07-13 13:29:58 +03:00
P. Christeas a6010e22a2 Document: implement permission checks based on group_ids.
Conflicts:

	document/nodes.py

bzr revid: p_christ@hol.gr-20100711142612-2erl7ia2j9fke1e0
2010-07-11 17:26:12 +03:00
P. Christeas 661a6818d8 Document API: framework for permisssion bits.
The nodes may have extra permission attributes, rather than the ir.rule
system. Store those bits in a 'uidperms' attribute of each node.

bzr revid: p_christ@hol.gr-20100711142527-5o4v68yeuhgqvog4
2010-07-11 17:25:27 +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 03865bc917 Document: Less dir, storage options, cleanup views.
The 'virtual' storage is now hidden. An extra 'db64' type, hidden, is
supported in the code, for v5-compatible databases (until we migrate
the db_datas column of them). The 'at_record' directory type is gone.

A module in extra-addons will permit the compatible behaviour, for those
experts.

bzr revid: p_christ@hol.gr-20100708225042-fp3zcwmw4zp3ee04
2010-07-09 01:50:42 +03:00
P. Christeas 74d60c861f Document: the node context shouldn't contain 'lang'
Node context should be as neutral as possible, in order to help caching.

bzr revid: p_christ@hol.gr-20100629140519-fgxcr2wm5ctg8ywl
2010-06-29 17:05:19 +03:00
P. Christeas e068962cca Document UI: rename the parent_id of a dir .
bzr revid: p_christ@hol.gr-20100629140029-fnx876jkkezchc3j
2010-06-29 17:00:29 +03:00
P. Christeas 07d395df15 Document: cleanup the view (and help) of directory.
bzr revid: p_christ@hol.gr-20100627201826-1873sa0et2q8vx62
2010-06-27 23:18:26 +03:00
P. Christeas 823dc6d50d Document directory: cleanup fields, type, constraints.
bzr revid: p_christ@hol.gr-20100627201818-wjlumw10u8g28g27
2010-06-27 23:18:18 +03:00
P. Christeas a8e74fac0c Merge commit '29a8246856650' into trunk-fix-webdav
bzr revid: p_christ@hol.gr-20100624151922-42jd5drltym50vgq
2010-06-24 18:19:22 +03:00
Mod2 Team (OpenERP) 02a17546b8 [IMP] Document:
* Add new configuration wizard to set resource directiory for Sale order, Product or Project
* Support pptx2txt, docx2txt in content index.
* Add new configuration wizard to browse FTP Server in document_ftp module
* Improved Configuration wizard to set url of FTP Server

bzr revid: hmo@tinyerp.com-20100624094827-9yfmtiiegoiu0asa
2010-06-24 15:18:27 +05:30
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
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
hmo 90f1e9d101 [MERGE] merged from lp:~openerp-dev/openobject-addons/ysa-dev-addons2
bzr revid: hmo@hmo-20100520122700-lejy1xv9yuts4icw
2010-05-20 17:57:00 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
Ysa (Open ERP) 82a466922c [MERGE] Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: ysa@tinyerp.co.in-20100510113845-pv2tcn0g49mqtzd8
2010-05-10 17:08:45 +05:30
Harry (Open ERP) 2c4b096a4b [MERGE]
bzr revid: hmo@tinyerp.com-20100428063021-z66ib99xgpu4nzpg
2010-04-28 12:00:21 +05:30
Ysa (Open ERP) 7d632ff159 [IMP] document:- improve code.
bzr revid: ysa@tinyerp.co.in-20100427122042-emy0yej0mg28ktui
2010-04-27 17:50:42 +05:30
Ysa (Open ERP) 166c537f10 [FIX] document :- all record delete in document.directory and create new directory then generate the error.
bzr revid: ysa@tinyerp.co.in-20100422061122-jx1q03h95ro3dwsa
2010-04-22 11:41:22 +05:30
Harry (Open ERP) d8994f04d0 [MERGE]
bzr revid: hmo@tinyerp.com-20100420055117-faxraazs6238y8yo
2010-04-20 11:21:17 +05:30
Harry (Open ERP) 6a94de909b [REF+IMP] document
bzr revid: hmo@tinyerp.com-20100413110320-9x1fy7l432sinxvd
2010-04-13 16:33:20 +05:30
rpa (Open ERP) 29f79a6e65 [IMP]: document: Improvement in name field for resource directory, made it m2o for better usability
bzr revid: rpa@tinyerp.com-20100408062316-gubx9qin3p9r66in
2010-04-08 11:53:16 +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