odoo/odoo.git
13 years agoDocument ftp: improve exception handling, size may return 404
P. Christeas [Tue, 13 Jul 2010 20:54:18 +0000 (23:54 +0300)]
Document ftp: improve exception handling, size may return 404

bzr revid: p_christ@hol.gr-20100713205418-8oe6svsdvw2yy4jn

13 years agoDocument: fix realstore with open/close, rename.
P. Christeas [Tue, 13 Jul 2010 20:53:59 +0000 (23:53 +0300)]
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

13 years agoDocument FTP: after nodefd.open_data(), cursor must commit
P. Christeas [Tue, 13 Jul 2010 20:53:36 +0000 (23:53 +0300)]
Document FTP: after nodefd.open_data(), cursor must commit

Because open_data, at the create case, updates the store_fname.

bzr revid: p_christ@hol.gr-20100713205336-jodj31v722x81grb

13 years agoDocument storage: fix opening/closing filestore descriptors
P. Christeas [Tue, 13 Jul 2010 20:53:24 +0000 (23:53 +0300)]
Document storage: fix opening/closing filestore descriptors

At open, if a file is created, a new store_fname has to be generated.
At close, the size of the file has to be updated at all write modes.

bzr revid: p_christ@hol.gr-20100713205324-q6g2tvem2qem6ftg

13 years agoDocument FTP: try to get meaningful length from files.
P. Christeas [Tue, 13 Jul 2010 10:31:02 +0000 (13:31 +0300)]
Document FTP: try to get meaningful length from files.

This improves response from kio_ftp, because the SIZE request will no longer
report 0 length. However, LIST etc may still report 0, which will confuse
some clients. Solution is non-trivial, because the length can only be
computed after the content is generated.

bzr revid: p_christ@hol.gr-20100713103102-v5uou8uuqvqxm6yc

13 years agoDocument API: node_content.open_data(), for FTP
P. Christeas [Tue, 13 Jul 2010 10:30:53 +0000 (13:30 +0300)]
Document API: node_content.open_data(), for FTP

A crude way to get the data of a content node, using StringIO.

bzr revid: p_christ@hol.gr-20100713103053-hklth9rugddm6ajl

13 years agoDocument FTP: fix open_data after 1e1118a2bd7ae
P. Christeas [Tue, 13 Jul 2010 10:30:35 +0000 (13:30 +0300)]
Document FTP: fix open_data after 1e1118a2bd7ae

After the revert, the node exception is TypeError (so that it is clearly
distinguishable from any others).

bzr revid: p_christ@hol.gr-20100713103035-usb1dbnma2l9c4ju

13 years agoDocument: fix the context logic of content nodes
P. Christeas [Tue, 13 Jul 2010 10:30:30 +0000 (13:30 +0300)]
Document: fix the context logic of content nodes

Content nodes should have meaningful context and perhaps an active id
'act_id', which will be used in the report or other generation fn().
The dctx mechanism of nodes was built for that, use it.

bzr revid: p_christ@hol.gr-20100713103030-irueg85zizlp42ju

13 years agoDocument: dynamic content file for static dirs.
P. Christeas [Tue, 13 Jul 2010 10:30:24 +0000 (13:30 +0300)]
Document: dynamic content file for static dirs.

A dynamic content definition *can* be attached to a static directory,
in which case the content should be generated based on the dctx
dictionary of the dir.

bzr revid: p_christ@hol.gr-20100713103024-l3nylpvx4ib6s4ii

13 years agoDocument ftp: have timeout at tests, skip if server is not available.
P. Christeas [Tue, 13 Jul 2010 10:30:16 +0000 (13:30 +0300)]
Document ftp: have timeout at tests, skip if server is not available.

At trunk-xrg, the FTP daemon is only started *after* the db is loaded,
which means that it will not be available for tests on a server upgrade.
(still, tests can be performed through the base_module_record's importer)

Anyway, it is not wise to block the server startup if FTP doesn't
respond.

bzr revid: p_christ@hol.gr-20100713103016-33gu4o7yvkn7hmnd

13 years agoDocument: node context shall not be the context of orm methods.
P. Christeas [Tue, 13 Jul 2010 10:30:05 +0000 (13:30 +0300)]
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

13 years agoDocument directory: "find_all" field for resource dirs.
P. Christeas [Tue, 13 Jul 2010 10:29:58 +0000 (13:29 +0300)]
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

13 years agoDocument webdav: fix errors for get_data, mkcol
P. Christeas [Tue, 13 Jul 2010 10:29:46 +0000 (13:29 +0300)]
Document webdav: fix errors for get_data, mkcol

bzr revid: p_christ@hol.gr-20100713102946-peksq27q3bxzgtnx

13 years agoDocument nodes: import the errno, as in 9e6e98fbf132f1
P. Christeas [Tue, 13 Jul 2010 10:28:00 +0000 (13:28 +0300)]
Document nodes: import the errno, as in 9e6e98fbf132f1

bzr revid: p_christ@hol.gr-20100713102800-kfdmkfnvj0uxduo0

13 years agoRevert "Document API: meaningful error, when asking for directory data content."
P. Christeas [Tue, 13 Jul 2010 10:27:44 +0000 (13:27 +0300)]
Revert "Document API: meaningful error, when asking for directory data content."

This reverts commit 9e6e98fbf132f1c7ef795dee9d0eb3193332a5ee.

bzr revid: p_christ@hol.gr-20100713102744-rnu3vq3a2wjqmbyf

13 years agoDocument webdav: fix mkcol, rename, get_data (temp)
P. Christeas [Mon, 12 Jul 2010 19:32:36 +0000 (22:32 +0300)]
Document webdav: fix mkcol, rename, get_data (temp)

Conflicts:

document_webdav/dav_fs.py
document_webdav/webdav_server.py

bzr revid: p_christ@hol.gr-20100712193236-8xde2tpmmxfp004n

13 years agoDocument API: a little better messages, allow create_child() w/o data.
P. Christeas [Mon, 12 Jul 2010 19:29:49 +0000 (22:29 +0300)]
Document API: a little better messages, allow create_child() w/o data.

bzr revid: p_christ@hol.gr-20100712192949-nre9wzvx6utz3b3l

13 years agoDoc WebDAV: More consistent exceptions
P. Christeas [Mon, 12 Jul 2010 19:29:30 +0000 (22:29 +0300)]
Doc WebDAV: More consistent exceptions

The NotFound one should properly parse the list uri2. Define a helper
function that will wrap around usual calls and handle their exceptions.

bzr revid: p_christ@hol.gr-20100712192930-necdd0z9d2j6w4ut

13 years agoDoc Webdav: One more workaround for python-webdav.
P. Christeas [Mon, 12 Jul 2010 19:28:19 +0000 (22:28 +0300)]
Doc Webdav: One more workaround for python-webdav.

bzr revid: p_christ@hol.gr-20100712192819-7lr9zfogs6jjqq74

13 years agoDocument API: define node_class.create_child() and collection
P. Christeas [Mon, 12 Jul 2010 19:28:08 +0000 (22:28 +0300)]
Document API: define node_class.create_child() and collection

Allow clients to call those fn()s for the wrong nodes, just to get an
NotImplementedError.

bzr revid: p_christ@hol.gr-20100712192808-d0x2qud1p5q26fb8

13 years ago[MERGE]
Harry (OpenERP) [Mon, 12 Jul 2010 07:46:57 +0000 (13:16 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100712074657-wiqjddnycxzq2qz5

13 years agoDocument: index the content, when a descriptor closes (eg. FTP)
P. Christeas [Sun, 11 Jul 2010 14:26:17 +0000 (17:26 +0300)]
Document: index the content, when a descriptor closes (eg. FTP)

bzr revid: p_christ@hol.gr-20100711142617-ib7nj3sg7nr5jp4a

13 years agoDocument: implement permission checks based on group_ids.
P. Christeas [Sun, 11 Jul 2010 14:26:12 +0000 (17:26 +0300)]
Document: implement permission checks based on group_ids.

Conflicts:

document/nodes.py

bzr revid: p_christ@hol.gr-20100711142612-2erl7ia2j9fke1e0

13 years agoDocument ftp: allow non-latin user, group.
P. Christeas [Sun, 11 Jul 2010 14:25:48 +0000 (17:25 +0300)]
Document ftp: allow non-latin user, group.

bzr revid: p_christ@hol.gr-20100711142548-6uzoxs4224u8n2cf

13 years agoDocument API: framework for permisssion bits.
P. Christeas [Sun, 11 Jul 2010 14:25:27 +0000 (17:25 +0300)]
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

13 years ago[MERGE]
Harry (OpenERP) [Sun, 11 Jul 2010 06:06:46 +0000 (11:36 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100711060646-gwp6039vsln1x30a

13 years ago[MERGE]
Harry (OpenERP) [Sun, 11 Jul 2010 05:53:12 +0000 (11:23 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100711055312-8i1y04i0lps69k68

13 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Mon, 12 Jul 2010 03:47:12 +0000 (04:47 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100711034146-05mnmjkl9gi4fguy
bzr revid: codehost@crowberry-20100712034712-8r8i01dbwwdfflds

13 years ago[IMP] project_mrp: Rename the file
sbh (Open ERP) [Sat, 10 Jul 2010 13:42:00 +0000 (19:12 +0530)]
[IMP] project_mrp: Rename the file

bzr revid: sbh@tinyerp.com-20100710134200-ziqqzyzx7fcax186

13 years ago[IMP] project_retro_planning: Fix the yml
ATP(OpenERP) [Sat, 10 Jul 2010 13:37:17 +0000 (19:07 +0530)]
[IMP] project_retro_planning: Fix the yml

bzr revid: sbh@tinyerp.com-20100710133717-j4gnb4xqjmbclgjq

13 years ago[FIX]: crm, crm_claim, crm_helpdesk: Fixed warnings in yaml test
rpa (Open ERP) [Sat, 10 Jul 2010 13:30:42 +0000 (19:00 +0530)]
[FIX]: crm, crm_claim, crm_helpdesk: Fixed warnings in yaml test

bzr revid: rpa@tinyerp.com-20100710133042-ltnj91iclrkj3jy0

13 years ago[IMP]product: Add the tooltips in product_manager
sbh (Open ERP) [Sat, 10 Jul 2010 12:27:07 +0000 (17:57 +0530)]
[IMP]product: Add the tooltips in product_manager

bzr revid: sbh@tinyerp.com-20100710122707-j77owgiau0908bvi

13 years ago[IMP] project_mrp: Remove the user_id and if linked the proejct with product then...
sbh (Open ERP) [Sat, 10 Jul 2010 12:23:16 +0000 (17:53 +0530)]
[IMP] project_mrp: Remove the user_id and if linked the proejct with product then it set as parent

bzr revid: sbh@tinyerp.com-20100710122316-4qkb1vtc8ua85gii

14 years ago[IMP]: crm: Added access rules for crm custom cases + fix
rpa (Open ERP) [Sat, 10 Jul 2010 11:34:04 +0000 (17:04 +0530)]
[IMP]: crm: Added access rules for crm custom cases + fix

bzr revid: rpa@tinyerp.com-20100710113404-bzchu8aq73byzkl4

14 years ago[IMP]: base_action_rule: Improvement for filter_id, removed domain and max level
rpa (Open ERP) [Sat, 10 Jul 2010 10:55:48 +0000 (16:25 +0530)]
[IMP]: base_action_rule: Improvement for filter_id, removed domain and max level

bzr revid: rpa@tinyerp.com-20100710105548-wctwrr6dkg6w4sul

14 years ago[FIX]: crm: Minor fixes
rpa (Open ERP) [Sat, 10 Jul 2010 10:22:48 +0000 (15:52 +0530)]
[FIX]: crm: Minor fixes

bzr revid: rpa@tinyerp.com-20100710102248-cwu8khzyylh0txzs

14 years ago[IMP] Added Web Addons dependency.
noz [Sat, 10 Jul 2010 10:19:23 +0000 (15:49 +0530)]
[IMP] Added Web Addons dependency.

bzr revid: noz@tinyerp.com-20100710101923-pi3zkcg436o5icrw

14 years ago[ADD]: crm: * Added new objects for custom crm case and sections
rpa (Open ERP) [Sat, 10 Jul 2010 10:00:16 +0000 (15:30 +0530)]
[ADD]: crm: * Added new objects for custom crm case and sections
* Added a wizard to create Menus for custom cases

bzr revid: rpa@tinyerp.com-20100710100016-n1tjsrvfnjgmifig

14 years ago[Fix] Event : problem badge and product are fixed
Vir (Open ERP) [Sat, 10 Jul 2010 09:16:49 +0000 (14:46 +0530)]
[Fix] Event : problem badge and product are fixed

bzr revid: vir@tinyerp.com-20100710091649-qxgphaf6v4dwy029

14 years ago[ADD] purchase: Add the yml of procument
sbh (Open ERP) [Sat, 10 Jul 2010 08:28:03 +0000 (13:58 +0530)]
[ADD] purchase: Add the yml of procument

bzr revid: sbh@tinyerp.com-20100710082803-jsyzlbttjqdmfo7x

14 years ago[Fix]: project_retro_planning: Fix the problem of dateformat in yml
ATP (OpenERP) [Sat, 10 Jul 2010 08:25:32 +0000 (13:55 +0530)]
[Fix]: project_retro_planning: Fix the problem of dateformat in yml

bzr revid: sbh@tinyerp.com-20100710082532-suz4vr7ir9xate1e

14 years ago[Fix] sale: fix the argument name of product_id_change
sbh (Open ERP) [Sat, 10 Jul 2010 06:30:54 +0000 (12:00 +0530)]
[Fix] sale: fix the argument name of product_id_change

bzr revid: sbh@tinyerp.com-20100710063054-cezdzk6yj8lo2ktz

14 years ago[IMP]: crm: Improvement in statistics report and crm board
rpa (Open ERP) [Sat, 10 Jul 2010 06:07:54 +0000 (11:37 +0530)]
[IMP]: crm: Improvement in statistics report and crm board

bzr revid: rpa@tinyerp.com-20100710060754-u9wqiqkta9lloala

14 years ago[IMP] procurement : If product type service and project_mrp not installed then set...
sbh (Open ERP) [Sat, 10 Jul 2010 05:16:19 +0000 (10:46 +0530)]
[IMP] procurement : If product type service and project_mrp not installed then set procurement state exception

bzr revid: sbh@tinyerp.com-20100710051619-g42mmwlq3cyc4tbu

14 years ago[MERGE] Merge Team3 branch for project related modules improvement and bug fixes
Mustufa Rangwala [Sat, 10 Jul 2010 04:44:18 +0000 (10:14 +0530)]
[MERGE] Merge Team3 branch for project related modules improvement and bug fixes

bzr revid: mra@mra-laptop-20100710044418-54gi38a7nyds7zw7

14 years ago[MERGE] merge with trunk
Mustufa Rangwala [Sat, 10 Jul 2010 04:35:15 +0000 (10:05 +0530)]
[MERGE] merge with trunk

bzr revid: mra@mra-laptop-20100710043515-x3wzswmpbsrzc11t

14 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Sat, 10 Jul 2010 04:02:50 +0000 (05:02 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100710040250-arzsukzfm03fmyo2

14 years ago[FIX] puchase: We force the move lines to be empty for the new stock picking objects...
Stephane Wirtel [Fri, 9 Jul 2010 14:31:07 +0000 (16:31 +0200)]
[FIX] puchase: We force the move lines to be empty for the new stock picking objects created by the system

bzr revid: stephane@openerp.com-20100709143107-84gv5aeerxzg8mxu

14 years ago[IMP] product: label of data fixed ('Hour' instead of 'hour')
qdp-launchpad@tinyerp.com [Fri, 9 Jul 2010 14:19:41 +0000 (19:49 +0530)]
[IMP] product: label of data fixed ('Hour' instead of 'hour')

bzr revid: qdp-launchpad@tinyerp.com-20100709141941-eeluruexhhk4tz98

14 years ago[IMP] scrum: improve label
qdp-launchpad@tinyerp.com [Fri, 9 Jul 2010 14:18:47 +0000 (19:48 +0530)]
[IMP] scrum: improve label

bzr revid: qdp-launchpad@tinyerp.com-20100709141847-eavjuhglrxc50a3c

14 years ago[IMP] project: task form view improvement. Switching some fields related to hour
qdp-launchpad@tinyerp.com [Fri, 9 Jul 2010 14:15:05 +0000 (19:45 +0530)]
[IMP] project: task form view improvement. Switching some fields related to hour

bzr revid: qdp-launchpad@tinyerp.com-20100709141505-m76ecswfdm18wolu

14 years ago[REM] procurement: Remove the script not used anywhere
sbh (Open ERP) [Fri, 9 Jul 2010 14:07:39 +0000 (19:37 +0530)]
[REM] procurement: Remove the script not used anywhere

bzr revid: sbh@tinyerp.com-20100709140739-uvo03ib7t7g08bpj

14 years ago[IMP] procurement: Add the doc string
sbh (Open ERP) [Fri, 9 Jul 2010 14:03:17 +0000 (19:33 +0530)]
[IMP] procurement: Add the doc string

bzr revid: sbh@tinyerp.com-20100709140317-7rhphwl3rcrbyrfn

14 years ago[IMP]: crm: Improvement in CRM board
rpa (Open ERP) [Fri, 9 Jul 2010 13:54:54 +0000 (19:24 +0530)]
[IMP]: crm: Improvement in CRM board

bzr revid: rpa@tinyerp.com-20100709135454-luvi5bo1bax0fhzw

14 years ago[FIX] Calendar: minor improvement
Harry (OpenERP) [Fri, 9 Jul 2010 13:35:29 +0000 (19:05 +0530)]
[FIX] Calendar: minor improvement

bzr revid: hmo@tinyerp.com-20100709133529-68fftd7xbjz69uoq

14 years ago[IMP]: crm: Improved Statistics Dashboard
rpa (Open ERP) [Fri, 9 Jul 2010 12:54:25 +0000 (18:24 +0530)]
[IMP]: crm: Improved Statistics Dashboard

bzr revid: rpa@tinyerp.com-20100709125425-fn0qkegnw4chlr2a

14 years ago[IMP] Project_issue : Added project_id to list view
Jay (Open ERP) [Fri, 9 Jul 2010 12:39:53 +0000 (18:09 +0530)]
[IMP] Project_issue : Added project_id to list view

bzr revid: jvo@tinyerp.com-20100709123953-tgmt4lsdc3packug

14 years ago[REF]: base_action_rule: Replace mx.Datetime with datetime.datetime
rpa (Open ERP) [Fri, 9 Jul 2010 12:14:44 +0000 (17:44 +0530)]
[REF]: base_action_rule: Replace mx.Datetime with datetime.datetime

bzr revid: rpa@tinyerp.com-20100709121444-3kgw195rdgprmlz3

14 years ago[IMP]: base_action_rule: Improvement for computing regex on history and number of...
rpa (Open ERP) [Fri, 9 Jul 2010 11:54:22 +0000 (17:24 +0530)]
[IMP]: base_action_rule: Improvement for computing regex on history and number of history

bzr revid: rpa@tinyerp.com-20100709115422-hu6s5adz77qpzvk5

14 years ago[IMP]::improved sxw for partner balance and account balance reports(all most same)
apa-tiny [Fri, 9 Jul 2010 11:41:40 +0000 (17:11 +0530)]
[IMP]::improved sxw for partner balance and account balance reports(all most same)

bzr revid: apa@tinyerp.com-20100709114140-5bclvrv1moaws9rk

14 years ago[Fix]:purchase_requisition : requisition type exclusive then set the confirm purchase...
sbh (Open ERP) [Fri, 9 Jul 2010 11:35:54 +0000 (17:05 +0530)]
[Fix]:purchase_requisition : requisition type exclusive then set the confirm purchase order in procurement

bzr revid: sbh@tinyerp.com-20100709113554-htq4ole8xlezba0w

14 years ago[IMP] Project_issue : minor modifs
Jay (Open ERP) [Fri, 9 Jul 2010 11:27:15 +0000 (16:57 +0530)]
[IMP] Project_issue : minor modifs

bzr revid: jvo@tinyerp.com-20100709112715-qne7f7p3d7sqj8tq

14 years ago[MERGE] Merge with trunk addons
Mustufa Rangwala [Fri, 9 Jul 2010 11:24:22 +0000 (16:54 +0530)]
[MERGE] Merge with trunk addons

bzr revid: mra@mra-laptop-20100709112422-sbxv9xccly0f7pts

14 years ago[MOD] Event : Usability Improvements
Vir (Open ERP) [Fri, 9 Jul 2010 11:15:14 +0000 (16:45 +0530)]
[MOD] Event : Usability Improvements

bzr revid: vir@tinyerp.com-20100709111514-eoiajod95ajjoudk

14 years ago[IMP] Mailgate/Project_issue : Email related fields should be fields.char with more...
Jay (Open ERP) [Fri, 9 Jul 2010 10:58:56 +0000 (16:28 +0530)]
[IMP] Mailgate/Project_issue : Email related fields should be fields.char with more size, but not text always

bzr revid: jvo@tinyerp.com-20100709105856-5uws3ugdgz0srwv0

14 years ago[IMP]: crm: Added a checkbox in sales team to change responsible on escalation
rpa (Open ERP) [Fri, 9 Jul 2010 10:27:44 +0000 (15:57 +0530)]
[IMP]: crm: Added a checkbox in sales team to change responsible on escalation

bzr revid: rpa@tinyerp.com-20100709102744-6mndtddixj72wcdn

14 years ago[FIx] calendar: clean
Harry (OpenERP) [Fri, 9 Jul 2010 10:19:52 +0000 (15:49 +0530)]
[FIx] calendar: clean

bzr revid: hmo@tinyerp.com-20100709101952-l7twepqlkbkqp2dn

14 years ago[IMP]:sale,purchase:imroved SQL reports
apa-tiny [Fri, 9 Jul 2010 10:05:41 +0000 (15:35 +0530)]
[IMP]:sale,purchase:imroved SQL reports

bzr revid: apa@tinyerp.com-20100709100541-6mt5i6uc47zafp0j

14 years ago[FIX]: fix a process of the bank and cash journal confirmation process
Mantavya Gajjar [Fri, 9 Jul 2010 09:39:38 +0000 (15:09 +0530)]
[FIX]: fix a process of the bank and cash journal confirmation process

bzr revid: mga@tinyerp.com-20100709093938-a4nvjkzzo46qoj5x

14 years ago[IMP]:sale,purchase:imroved SQL reports
apa-tiny [Fri, 9 Jul 2010 09:38:56 +0000 (15:08 +0530)]
[IMP]:sale,purchase:imroved SQL reports

bzr revid: apa@tinyerp.com-20100709093856-jqgcv6m4e8usswr1

14 years ago[Add] purchase_requisition: Add the requisition_id in procurement
sbh (Open ERP) [Fri, 9 Jul 2010 09:26:48 +0000 (14:56 +0530)]
[Add] purchase_requisition: Add the requisition_id in procurement

bzr revid: sbh@tinyerp.com-20100709092648-imdg0ji0is4to797

14 years ago[FIX]: fix a problem for the unreconcile of voucher
Mantavya Gajjar [Fri, 9 Jul 2010 09:12:12 +0000 (14:42 +0530)]
[FIX]: fix a problem for the unreconcile of voucher
[IMP]: improve the bank statement and cash statement

bzr revid: mga@tinyerp.com-20100709091212-7unqfc73bs62isrv

14 years ago[IMP] purchase: corrected module descriptor for v6
Olivier Dony [Fri, 9 Jul 2010 09:10:29 +0000 (11:10 +0200)]
[IMP] purchase: corrected module descriptor for v6

bzr revid: aline@aline-laptop-20100709091029-j1iadqtg1p66k5v4

14 years ago[MERGE] Merge PAP branch for project cleaning
Mustufa Rangwala [Fri, 9 Jul 2010 09:05:12 +0000 (14:35 +0530)]
[MERGE] Merge PAP branch for project cleaning

bzr revid: mra@mra-laptop-20100709090512-dqnq0sua82a3zzh1

14 years ago[FIX] calendar: set resposible user by default with current login user
Harry (OpenERP) [Fri, 9 Jul 2010 09:00:36 +0000 (14:30 +0530)]
[FIX] calendar: set resposible user by default with current login user

bzr revid: hmo@tinyerp.com-20100709090036-xfapyojgahkkhkwn

14 years ago[MERGE] merge with main branch
Mustufa Rangwala [Fri, 9 Jul 2010 08:57:23 +0000 (14:27 +0530)]
[MERGE] merge with main branch

bzr revid: mra@mra-laptop-20100708130753-vxc42yz1mo7m7rmu
bzr revid: mra@mra-laptop-20100708132932-ya7tdavf9txsql8a
bzr revid: mra@mra-laptop-20100709041926-tkmtidwpoja79itv
bzr revid: mra@mra-laptop-20100709064651-vdhxmb0zq6g5rkak
bzr revid: mra@mra-laptop-20100709082503-ms442r9nmui00z37
bzr revid: mra@mra-laptop-20100709085723-1ac0vou72xu0afba

14 years ago[merge]
pap (openerp) [Fri, 9 Jul 2010 08:54:13 +0000 (14:24 +0530)]
[merge]

bzr revid: pap@tinyerp.co.in-20100709085413-nu8wnr496x8cs6mr

14 years ago[IMP]: crm: Improved phonecall view
rpa (Open ERP) [Fri, 9 Jul 2010 08:49:47 +0000 (14:19 +0530)]
[IMP]: crm: Improved phonecall view

bzr revid: rpa@tinyerp.com-20100709084947-f753hzssb038w80p

14 years ago[FIX] mrp_repair: fixed small issue
Harry (OpenERP) [Fri, 9 Jul 2010 08:48:23 +0000 (14:18 +0530)]
[FIX] mrp_repair: fixed small issue

bzr revid: hmo@tinyerp.com-20100709084823-b5endvvzfv2fo4l4

14 years ago[FIX]: Day to day in project_long_term.py
pap (openerp) [Fri, 9 Jul 2010 08:45:01 +0000 (14:15 +0530)]
[FIX]: Day to day in project_long_term.py

bzr revid: pap@tinyerp.co.in-20100709084501-25dwdtdokqcj0woc

14 years ago[FIX] caldav: minor problem
Harry (OpenERP) [Fri, 9 Jul 2010 08:44:51 +0000 (14:14 +0530)]
[FIX] caldav: minor problem

bzr revid: hmo@tinyerp.com-20100709084451-e2y0nb7i1k6ksj35

14 years agoDocument API: fix typo from last commit.
P. Christeas [Fri, 9 Jul 2010 08:26:45 +0000 (11:26 +0300)]
Document API: fix typo from last commit.

bzr revid: p_christ@hol.gr-20100709082645-nlkq6j9tadhnj1xy

14 years agoDocument ftp: Only test with 200 files, todo comment.
P. Christeas [Fri, 9 Jul 2010 08:23:56 +0000 (11:23 +0300)]
Document ftp: Only test with 200 files, todo comment.

bzr revid: p_christ@hol.gr-20100709082356-p6xij5d22spqxrrx

14 years agoDocument: fix db storage (the new, raw engine)
P. Christeas [Fri, 9 Jul 2010 08:23:51 +0000 (11:23 +0300)]
Document: fix db storage (the new, raw engine)

The correct way to pass the raw file data into the db is through the
psycopg2.Binary() pseydo-type.

bzr revid: p_christ@hol.gr-20100709082351-rg1vle2d4mpzh056

14 years agoDocument storage: support move of files (for filestore, db)
P. Christeas [Fri, 9 Jul 2010 08:23:41 +0000 (11:23 +0300)]
Document storage: support move of files (for filestore, db)

bzr revid: p_christ@hol.gr-20100709082341-x7bedn540ev34lzs

14 years agoDocument: support Moving of files.
P. Christeas [Fri, 9 Jul 2010 08:23:16 +0000 (11:23 +0300)]
Document: support Moving of files.

bzr revid: p_christ@hol.gr-20100709082316-d8qedrjabckypt88

14 years ago[IMP] purchase_requisition: Improve the yml
sbh (Open ERP) [Fri, 9 Jul 2010 08:08:41 +0000 (13:38 +0530)]
[IMP] purchase_requisition: Improve the yml

bzr revid: sbh@tinyerp.com-20100709080841-ttotmvpnqc3c9xy4

14 years ago[IMP]: bugfixing and code cleaning in project and project_* modules
pap (openerp) [Fri, 9 Jul 2010 07:27:50 +0000 (12:57 +0530)]
[IMP]: bugfixing and code cleaning in project and project_* modules

bzr revid: pap@tinyerp.co.in-20100709072750-dg3yv4fmn0g0edqm

14 years ago[FIX]:account:Invoice Analysis:minor changes(Add sum of qty)
apa-tiny [Fri, 9 Jul 2010 07:00:10 +0000 (12:30 +0530)]
[FIX]:account:Invoice Analysis:minor changes(Add sum of qty)

bzr revid: apa@tinyerp.com-20100709070010-f7e9yw491zn791m7

14 years ago[IMP] account: change currecy message on invoice
Mustufa Rangwala [Fri, 9 Jul 2010 06:58:15 +0000 (12:28 +0530)]
[IMP] account: change currecy message on invoice

bzr revid: mra@mra-laptop-20100709065815-8ecl9lbzisatemyq

14 years ago[IMP]:account:Invoice Analysis:improved average delay invisible.
apa-tiny [Fri, 9 Jul 2010 06:37:17 +0000 (12:07 +0530)]
[IMP]:account:Invoice Analysis:improved average delay invisible.

bzr revid: apa@tinyerp.com-20100709063717-63hr3liqxn3wi5tx

14 years ago[IMP]: improvement in invoice
Mantavya Gajjar [Fri, 9 Jul 2010 06:34:21 +0000 (12:04 +0530)]
[IMP]: improvement in invoice

bzr revid: mga@tinyerp.com-20100709063421-vee2mhlpabkrdqot

14 years ago[IMP]:account:Invoice Analysis:improved residual invisible.
apa-tiny [Fri, 9 Jul 2010 06:29:19 +0000 (11:59 +0530)]
[IMP]:account:Invoice Analysis:improved residual invisible.

bzr revid: apa@tinyerp.com-20100709062919-3qhez9853u8z0p46

14 years ago[FIX]: change previous query
Mantavya Gajjar [Fri, 9 Jul 2010 06:28:01 +0000 (11:58 +0530)]
[FIX]: change previous query

bzr revid: mga@tinyerp.com-20100709062801-glxmafv6flqdfxuo

14 years ago[FIX]: fix a problem of query, which cancel invoice from refund wizard
Mantavya Gajjar [Fri, 9 Jul 2010 06:26:26 +0000 (11:56 +0530)]
[FIX]: fix a problem of query, which cancel invoice from refund wizard

bzr revid: mga@tinyerp.com-20100709062626-wz8hyu2vqo2xxbus

14 years ago[IMP]: crm: Added a selection in schedule other call wizard so user can select the...
rpa (Open ERP) [Fri, 9 Jul 2010 06:25:00 +0000 (11:55 +0530)]
[IMP]: crm: Added a selection in schedule other call wizard so user can select the phone category(inbound/outbound) to create

bzr revid: rpa@tinyerp.com-20100709062500-gwlfzkii03cv3qvt

14 years ago[FIX]:account:Invoice Analysis:minor changes
apa-tiny [Fri, 9 Jul 2010 06:16:41 +0000 (11:46 +0530)]
[FIX]:account:Invoice Analysis:minor changes

bzr revid: apa@tinyerp.com-20100709061641-c17xeoezd401dkp9

14 years ago[IMP]: crm: Changed stages of lead/opportunity in data, added proper sequence and...
rpa (Open ERP) [Fri, 9 Jul 2010 05:37:52 +0000 (11:07 +0530)]
[IMP]: crm: Changed stages of lead/opportunity in data, added proper sequence and probability

bzr revid: rpa@tinyerp.com-20100709053752-yt3mupk6392wr6ai

14 years ago[IMP]: crm: Merge 2 screens for Create partner confirmation in lead to partner wizard
rpa (Open ERP) [Fri, 9 Jul 2010 05:19:52 +0000 (10:49 +0530)]
[IMP]: crm: Merge 2 screens for Create partner confirmation in lead to partner wizard

bzr revid: rpa@tinyerp.com-20100709051952-fnrnik6e3r54jhqm

14 years ago[IMP]: accounting and related improvements
Mantavya Gajjar [Fri, 9 Jul 2010 04:54:54 +0000 (10:24 +0530)]
[IMP]: accounting and related improvements

bzr revid: mga@tinyerp.com-20100709045454-oex2wcpshaecp85r