odoo/odoo.git
14 years agoDocument_ftp: *only* serve databases that have the module installed.
P. Christeas [Thu, 1 Jul 2010 17:51:32 +0000 (20:51 +0300)]
Document_ftp: *only* serve databases that have the module installed.

The document_ftp is not really a database-specific server, but a
server-wide implementation. So, it could normally serve all the databases
of the server, once one of them has it installed. Limit that and instead
only serve the dbs that have the module marked as installed.

bzr revid: p_christ@hol.gr-20100701175132-dydehiw5m6nnvcwy

14 years agoDocument: amend the API for the move_to(), allow rename
P. Christeas [Thu, 1 Jul 2010 17:51:32 +0000 (20:51 +0300)]
Document: amend the API for the move_to(), allow rename

It is better to have the same API for both move and rename.

bzr revid: p_christ@hol.gr-20100701175132-qgbf7p4izkh844vg

14 years agoDocument: fix setting parent of document_file.
P. Christeas [Thu, 1 Jul 2010 17:51:32 +0000 (20:51 +0300)]
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

14 years agoDraft api for document.write(parent_id: ...)
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
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

14 years agoDocument tests: need to remove each document created in tests
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
Document tests: need to remove each document created in tests

There is commit commands inside document, to prevent from partially
writting data (eg. filestore and the db). Thus, the atomicity of the
transaction is broken.

bzr revid: p_christ@hol.gr-20100701175131-8v8xyosvz8nly0pi

14 years agoDocument: test cases
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
Document: test cases

bzr revid: p_christ@hol.gr-20100701175131-jltfosk4l5uvzo5l

14 years agoDocument: workaround case when text file consists of non-unicode.
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
Document: workaround case when text file consists of non-unicode.

The content indexer would be trying to process the garbage of the
file and fail.

bzr revid: p_christ@hol.gr-20100701175131-b83jg498xjuosmd9

14 years agoDocument: tests
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
Document: tests

bzr revid: p_christ@hol.gr-20100701175131-5acgsuetw1qx0juu

14 years agoDocument: fix content indexer, where no filename is supplied
P. Christeas [Thu, 1 Jul 2010 17:51:31 +0000 (20:51 +0300)]
Document: fix content indexer, where no filename is supplied

bzr revid: p_christ@hol.gr-20100701175131-pbp7lsswuh8muyou

14 years agoDocument: start some trivial tests.
P. Christeas [Thu, 1 Jul 2010 17:51:30 +0000 (20:51 +0300)]
Document: start some trivial tests.

bzr revid: p_christ@hol.gr-20100701175130-bs2rx4w81ck6gh9l

14 years agoDocument: fix menu parents (after root moved to knowledge)
P. Christeas [Thu, 1 Jul 2010 17:51:30 +0000 (20:51 +0300)]
Document: fix menu parents (after root moved to knowledge)

bzr revid: p_christ@hol.gr-20100701175130-5ya6cxp5s4xb3gyi

14 years agoMerge commit 'bd063948343552f' into trunk-doc2-api2
P. Christeas [Thu, 1 Jul 2010 17:50:18 +0000 (20:50 +0300)]
Merge commit 'bd063948343552f' into trunk-doc2-api2

bzr revid: p_christ@hol.gr-20100701175018-l2qerpd8mzan894i

14 years agoDocument FTP: adapt to node_descriptors API
P. Christeas [Tue, 29 Jun 2010 14:05:32 +0000 (17:05 +0300)]
Document FTP: adapt to node_descriptors API

bzr revid: p_christ@hol.gr-20100629140532-xgpjex7h0q1g0cff

14 years agoDocument storage: implement node_descriptors.
P. Christeas [Tue, 29 Jun 2010 14:05:30 +0000 (17:05 +0300)]
Document storage: implement node_descriptors.

bzr revid: p_christ@hol.gr-20100629140530-btusqmlz2lyadfbx

14 years agoDocument API: don't accept extra args in node_descriptor.
P. Christeas [Tue, 29 Jun 2010 14:05:27 +0000 (17:05 +0300)]
Document API: don't accept extra args in node_descriptor.

bzr revid: p_christ@hol.gr-20100629140527-sz2sjgrv4cjw18uk

14 years agoDocument API: implement the node_file.open_data()
P. Christeas [Tue, 29 Jun 2010 14:05:25 +0000 (17:05 +0300)]
Document API: implement the node_file.open_data()

bzr revid: p_christ@hol.gr-20100629140525-a54b2p51b8co2zsf

14 years agoDocument API: descriptors for data access.
P. Christeas [Tue, 29 Jun 2010 14:05:22 +0000 (17:05 +0300)]
Document API: descriptors for data access.

Trying to pass the full data of a node through get_data()/set_data()
is sub-optimal and partially incompatible with some protocols. Instead,
define a way to use transparent descriptors of the data.

bzr revid: p_christ@hol.gr-20100629140522-8lot7kk0mm83u5c2

14 years agoDocument: the node context shouldn't contain 'lang'
P. Christeas [Tue, 29 Jun 2010 14:05:19 +0000 (17:05 +0300)]
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

14 years agoDocument FTP: use pythonic logging in abstract_fs
P. Christeas [Tue, 29 Jun 2010 14:05:15 +0000 (17:05 +0300)]
Document FTP: use pythonic logging in abstract_fs

bzr revid: p_christ@hol.gr-20100629140515-u73gs9ks4tiylhuo

14 years agoDocument FTP: don't touch the databases, on db_list
P. Christeas [Tue, 29 Jun 2010 14:03:28 +0000 (17:03 +0300)]
Document FTP: don't touch the databases, on db_list

Trying a login on each db listed would result in the database loaded by
the pooler. This behaviour is not really welcome.
However, some clients (like kio_ftp) may still want to descend into the
databases listed, in which case we cannot avoid to load the db(s).

bzr revid: p_christ@hol.gr-20100629140328-2kqlfpo3oyhu0ufi

14 years agoDocument_ftp: Don't use the open() method, but the get_data()
P. Christeas [Tue, 29 Jun 2010 14:03:11 +0000 (17:03 +0300)]
Document_ftp: Don't use the open() method, but the get_data()

bzr revid: p_christ@hol.gr-20100629140311-7bvmbrc2t7gjyn1g

14 years agoDocument: deprecate the node.open() functions
P. Christeas [Tue, 29 Jun 2010 14:03:03 +0000 (17:03 +0300)]
Document: deprecate the node.open() functions

These had been erroneously used by doc_ftp. The get_data() must be called
instead. However, one day, a seekable object for the data should be returned.

Conflicts:

document/nodes.py

bzr revid: p_christ@hol.gr-20100629140303-6lkfcz8lmvde79dt

14 years agoDocument FTP: one more test case, skeleton.
P. Christeas [Tue, 29 Jun 2010 14:01:34 +0000 (17:01 +0300)]
Document FTP: one more test case, skeleton.

bzr revid: p_christ@hol.gr-20100629140134-38zbsp7pvw1svgfv

14 years agoDocument, FTP: text skeleton of trivial yaml tests.
P. Christeas [Tue, 29 Jun 2010 14:00:49 +0000 (17:00 +0300)]
Document, FTP: text skeleton of trivial yaml tests.

bzr revid: p_christ@hol.gr-20100629140049-dowvybyjh6bncyrb

14 years agoDocument: ir.attachment.res_model and res_id should be readonly for UI
P. Christeas [Tue, 29 Jun 2010 14:00:40 +0000 (17:00 +0300)]
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

14 years agoDocument UI: Revise document, directory forms as reviewed
P. Christeas [Tue, 29 Jun 2010 14:00:32 +0000 (17:00 +0300)]
Document UI: Revise document, directory forms as reviewed

bzr revid: p_christ@hol.gr-20100629140032-kq39g7q5ef27xdty

14 years agoDocument UI: rename the parent_id of a dir .
P. Christeas [Tue, 29 Jun 2010 14:00:29 +0000 (17:00 +0300)]
Document UI: rename the parent_id of a dir .

bzr revid: p_christ@hol.gr-20100629140029-fnx876jkkezchc3j

14 years agoDocument UI: rename the default storage entry.
P. Christeas [Tue, 29 Jun 2010 14:00:26 +0000 (17:00 +0300)]
Document UI: rename the default storage entry.

bzr revid: p_christ@hol.gr-20100629140026-01pahx5ue1ycaf3g

14 years agoDocument: fix the storage_id of node_file.
P. Christeas [Tue, 29 Jun 2010 13:58:41 +0000 (16:58 +0300)]
Document: fix the storage_id of node_file.

Not all directories have a storage_id. Instead, we have to traverse the
hierarchy up until we find one that has storage.

bzr revid: p_christ@hol.gr-20100629135841-5myx5hyuijwv95si

14 years agoDocument: fix domain passing in node_res_dir
P. Christeas [Tue, 29 Jun 2010 13:56:32 +0000 (16:56 +0300)]
Document: fix domain passing in node_res_dir

Conflicts:

document/nodes.py

bzr revid: p_christ@hol.gr-20100629135632-8d5cp645woc8g3l5

14 years ago[ADD]: account: Applied reverted changes for removing security rules of osv memory...
UCO (OpenERP) [Tue, 29 Jun 2010 13:13:53 +0000 (18:43 +0530)]
[ADD]: account: Applied reverted changes for removing security rules of osv memory objects

bzr revid: rpa@tinyerp.com-20100629131353-yosqx1n14ml4zdqz

14 years ago[FIX] crm/data: remove noupdate flag
Olivier Dony [Tue, 29 Jun 2010 12:13:47 +0000 (14:13 +0200)]
[FIX] crm/data: remove noupdate flag

bzr revid: odo@openerp.com-20100629121347-fkrdahllxzvj3mus

14 years agoimprovements_view
Fabien Pinckaers [Tue, 29 Jun 2010 12:09:26 +0000 (14:09 +0200)]
improvements_view

bzr revid: fp@tinyerp.com-20100629120926-9c7qdw0mug279ehh

14 years ago[IMP] partner_geo_assign: error message if missing email, plus proper error message...
Olivier Dony [Tue, 29 Jun 2010 11:32:08 +0000 (13:32 +0200)]
[IMP] partner_geo_assign: error message if missing email, plus proper error message without network

bzr revid: odo@openerp.com-20100629113208-u2v037mwmpvu966w

14 years ago[IMP]:added product income expense properties in demo
Uco(OpenERP) [Tue, 29 Jun 2010 11:14:52 +0000 (16:44 +0530)]
[IMP]:added product income expense properties in demo

bzr revid: nch@tinyerp.com-20100629111452-xntx0i2k9zwc3mz2

14 years ago[FIX] crm: cleanup
Olivier Dony [Tue, 29 Jun 2010 11:02:49 +0000 (13:02 +0200)]
[FIX] crm: cleanup

bzr revid: odo@openerp.com-20100629110249-3gpgc31hiv8svbyj

14 years ago[IMP] project_issue: add # emails in reporting
Olivier Dony [Tue, 29 Jun 2010 10:59:47 +0000 (12:59 +0200)]
[IMP] project_issue: add # emails in reporting

bzr revid: odo@openerp.com-20100629105947-uv515w1wgijszqaq

14 years ago[IMP] project_issue: add # emails in reporting
Olivier Dony [Tue, 29 Jun 2010 10:59:18 +0000 (12:59 +0200)]
[IMP] project_issue: add # emails in reporting

bzr revid: odo@openerp.com-20100629105918-9m432d34067rgi9q

14 years ago[IMP] crm: minor cleanup
Olivier Dony [Tue, 29 Jun 2010 10:54:08 +0000 (12:54 +0200)]
[IMP] crm: minor cleanup

bzr revid: odo@openerp.com-20100629105408-aa5z08wviw4zkxaa

14 years ago[IMP] partner_geo_assign: correct forward wizard call + improve view labels
Olivier Dony [Tue, 29 Jun 2010 10:54:04 +0000 (12:54 +0200)]
[IMP] partner_geo_assign: correct forward wizard call + improve view labels

bzr revid: odo@openerp.com-20100629105404-nk9jw7sxyw7w4ykv

14 years ago[IMP]: crm: Changed order of email and history tab in claim, fundraising and helpdesk...
rpa (Open ERP) [Tue, 29 Jun 2010 10:52:26 +0000 (16:22 +0530)]
[IMP]: crm: Changed order of email and history tab in claim, fundraising and helpdesk same as opportunity
* Added group by state and sales team in opportunity

bzr revid: rpa@tinyerp.com-20100629105226-y192fvmkhmxz04hg

14 years ago[IMP] access rights
Fabien Pinckaers [Tue, 29 Jun 2010 09:55:55 +0000 (11:55 +0200)]
[IMP] access rights

bzr revid: fp@tinyerp.com-20100629095555-xzmcsldn71v1y3k1

14 years agomodifs
Fabien Pinckaers [Tue, 29 Jun 2010 10:03:41 +0000 (12:03 +0200)]
modifs

bzr revid: fp@tinyerp.com-20100629100341-xalq31qr2ttwfu0e

14 years ago[IMP] sale, crm: access rights fix
Olivier Dony [Tue, 29 Jun 2010 09:59:26 +0000 (11:59 +0200)]
[IMP] sale, crm: access rights fix

bzr revid: odo@openerp.com-20100629095926-n72makcn7ed3tt4o

14 years agomerge
Fabien Pinckaers [Tue, 29 Jun 2010 09:57:47 +0000 (11:57 +0200)]
merge

bzr revid: fp@tinyerp.com-20100629095747-svyjt9e9qak74y3c

14 years ago[MERGE]: merging from the same branch
Mantavya Gajjar [Tue, 29 Jun 2010 09:26:11 +0000 (14:56 +0530)]
[MERGE]: merging from the same branch

bzr revid: mga@tinyerp.com-20100629092611-396qmu8wdhidcdkz

14 years ago[MERGE]: merging from the same branch
Mantavya Gajjar [Tue, 29 Jun 2010 09:23:03 +0000 (14:53 +0530)]
[MERGE]: merging from the same branch

bzr revid: mga@tinyerp.com-20100629092303-5g4qgxkfj0ii9j1g

14 years ago[IMP] project_issue: simplify reporting view + cleanup
Olivier Dony [Tue, 29 Jun 2010 09:22:36 +0000 (11:22 +0200)]
[IMP] project_issue: simplify reporting view + cleanup

bzr revid: odo@openerp.com-20100629092236-g7lgj8jjq6e7md1b

14 years ago[MERGE]: merging all accounting and relatted developments from dev addons 3
Mantavya Gajjar [Tue, 29 Jun 2010 09:13:12 +0000 (14:43 +0530)]
[MERGE]: merging all accounting and relatted developments from dev addons 3
* account
* account_voucher
* account_voucher_payment

bzr revid: mga@tinyerp.com-20100629091312-pxjtrhi3z9ir0q1r

14 years ago[IMP] mail_gateway: add critical index on mailgate_message + fix attachments + cleanup
Olivier Dony [Tue, 29 Jun 2010 09:10:06 +0000 (11:10 +0200)]
[IMP] mail_gateway: add critical index on mailgate_message + fix attachments + cleanup

bzr revid: odo@openerp.com-20100629091006-80o6r28u8m6e0g9d

14 years ago[IMP] crm/report: simplify and fix reporting views + cleanup
Olivier Dony [Tue, 29 Jun 2010 09:08:34 +0000 (11:08 +0200)]
[IMP] crm/report: simplify and fix reporting views + cleanup

bzr revid: odo@openerp.com-20100629090834-e2c9p4yzxed8enjm

14 years ago[IMP] wiki: consistent naming for top-level menu - cfr document module
Olivier Dony [Tue, 29 Jun 2010 08:53:09 +0000 (10:53 +0200)]
[IMP] wiki: consistent naming for top-level menu - cfr document module

bzr revid: odo@openerp.com-20100629085309-bze2jar4g42lrk2s

14 years ago[FIX]: fix a problem
Mantavya Gajjar [Tue, 29 Jun 2010 08:27:23 +0000 (13:57 +0530)]
[FIX]: fix a problem

bzr revid: mga@tinyerp.com-20100629082723-fnpeywvd08hh5605

14 years ago[MERGE] merge with trunk addons
Mustufa Rangwala [Tue, 29 Jun 2010 07:30:45 +0000 (13:00 +0530)]
[MERGE] merge with trunk addons

bzr revid: mra@mra-laptop-20100629073045-1wmecbad5g6zbhz0

14 years ago[IMP]: crm: * Created lead demo draft and trigger the state for history
rpa (Open ERP) [Tue, 29 Jun 2010 07:28:15 +0000 (12:58 +0530)]
[IMP]: crm: * Created lead demo draft and trigger the state for history
* Put tooltip in lead search view
* Put proper icon for send new mail and reply to last mail

bzr revid: rpa@tinyerp.com-20100629072815-ba0xclblf4120ehq

14 years ago[MERGE] merge with trunk addons
Mustufa Rangwala [Tue, 29 Jun 2010 07:00:42 +0000 (12:30 +0530)]
[MERGE] merge with trunk addons

bzr revid: mra@mra-laptop-20100629070042-6q9brvvnffa85knz

14 years ago[FIX]: proper module descriptions
Mantavya Gajjar [Tue, 29 Jun 2010 06:44:48 +0000 (12:14 +0530)]
[FIX]: proper module descriptions

bzr revid: mga@tinyerp.com-20100629064448-fgkhbeucmm94ixuj

14 years ago[IMP]: improvement in accounting voucher
Mantavya Gajjar [Tue, 29 Jun 2010 06:39:24 +0000 (12:09 +0530)]
[IMP]: improvement in accounting voucher

bzr revid: mga@tinyerp.com-20100629063924-0esfvsb9yyzg9k5p

14 years ago[IMP]: imlement a cheque register, using voucher, also move cheque register to the...
Mantavya Gajjar [Tue, 29 Jun 2010 06:29:06 +0000 (11:59 +0530)]
[IMP]: imlement a cheque register, using voucher, also move cheque register to the account_voucher module

bzr revid: mga@tinyerp.com-20100629062906-wjfcof2t50uuh8zx

14 years ago[MERGE] merge sbh branch for merging translation string for old modules
Mustufa Rangwala [Tue, 29 Jun 2010 06:18:31 +0000 (11:48 +0530)]
[MERGE] merge sbh branch for merging translation string for old modules

bzr revid: mra@mra-laptop-20100629061831-rs3d0ma24iof2f43

14 years ago[MERGE] merge psi branch for merging translation string for old modules
Mustufa Rangwala [Tue, 29 Jun 2010 06:13:55 +0000 (11:43 +0530)]
[MERGE] merge psi branch for merging translation string for old modules

bzr revid: mra@mra-laptop-20100629061355-c0668pn6jitt8plu

14 years ago[MERGE] merge mtr branch for sale related module changes:
Mustufa Rangwala [Tue, 29 Jun 2010 06:06:54 +0000 (11:36 +0530)]
[MERGE] merge mtr branch for sale related module changes:
sale_journal: it now allows duplication of data.
sale_margin:set store=True on margin field
sale_mrp:added translation files

bzr revid: mra@mra-laptop-20100629060654-ir92zbyalu90tcj5

14 years agoMerge with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
sbh (Open ERP) [Tue, 29 Jun 2010 05:14:25 +0000 (10:44 +0530)]
Merge ... lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: sbh@tinyerp.com-20100629051425-ta3eq1cs425ewobq

14 years ago[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
mtr [Tue, 29 Jun 2010 04:48:27 +0000 (10:18 +0530)]
[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: mtr@mtr-20100629044827-0yqonawrhtyx3r9w

14 years ago[MERGE] merge with trunk addons
Mustufa Rangwala [Tue, 29 Jun 2010 04:18:40 +0000 (09:48 +0530)]
[MERGE] merge with trunk addons

bzr revid: mra@mra-laptop-20100629041840-da4fb2mexfyxxjxl

14 years agoLaunchpad automatic translations update.
Launchpad Code Hosting [Tue, 29 Jun 2010 03:37:42 +0000 (04:37 +0100)]
Launchpad automatic translations update.

bzr revid: codehost@crowberry-20100629033742-j9ru28q93h3pu90w

14 years agofix the demo chart of account, split recievable/income payble/expense and set the...
Antony Lesuisse [Mon, 28 Jun 2010 23:31:06 +0000 (01:31 +0200)]
fix the demo chart of account, split recievable/income payble/expense and set the report_type.
accounting analysis now works with the demo data

bzr revid: al@openerp.com-20100628233106-9ftx1mlsqr0r3vzd

14 years agomerg
Fabien Pinckaers [Mon, 28 Jun 2010 20:43:00 +0000 (22:43 +0200)]
merg

bzr revid: fp@tinyerp.com-20100628204300-y6b1lxmlf85tehom

14 years ago[FIX] improved view
Fabien Pinckaers [Mon, 28 Jun 2010 20:12:42 +0000 (22:12 +0200)]
[FIX] improved view

bzr revid: fp@tinyerp.com-20100628201242-sws7fmqmtt27nbxr

14 years agofix
Fabien Pinckaers [Mon, 28 Jun 2010 19:30:46 +0000 (21:30 +0200)]
fix

bzr revid: fp@tinyerp.com-20100628193046-j3oxzx8657ziwze6

14 years ago[IMP] accounting financial report
Fabien Pinckaers [Mon, 28 Jun 2010 19:29:46 +0000 (21:29 +0200)]
[IMP] accounting financial report

bzr revid: fp@tinyerp.com-20100628192946-id13dj947v76g3w9

14 years agoimp
Fabien Pinckaers [Mon, 28 Jun 2010 17:56:45 +0000 (19:56 +0200)]
imp

bzr revid: fp@tinyerp.com-20100628175645-hwzgngtqjycbwodw

14 years ago[FIX] mail_gateway: correct auto forwarding
Olivier Dony [Mon, 28 Jun 2010 14:47:26 +0000 (16:47 +0200)]
[FIX] mail_gateway: correct auto forwarding

bzr revid: odo@openerp.com-20100628144726-j86anlbh8qm5xfir

14 years ago[MERGE]: merging from the same brach
Mantavya Gajjar [Mon, 28 Jun 2010 14:36:57 +0000 (20:06 +0530)]
[MERGE]: merging from the same brach

bzr revid: mga@tinyerp.com-20100628143657-oap4gxwa0agj94s3

14 years ago[FIX]: improvement for checking some data
Mantavya Gajjar [Mon, 28 Jun 2010 14:35:41 +0000 (20:05 +0530)]
[FIX]: improvement for checking some data

bzr revid: mga@tinyerp.com-20100628143541-z3uw068pxoi7n52r

14 years ago[FIX]: fix problem of sequence in cash statemnet
Mantavya Gajjar [Mon, 28 Jun 2010 14:14:16 +0000 (19:44 +0530)]
[FIX]: fix  problem of sequence in cash statemnet

bzr revid: mga@tinyerp.com-20100628141416-pnwwjb3de35wdb5s

14 years ago[Add] project:Merge the translation of report_project,report_task into project
sbh (Open ERP) [Mon, 28 Jun 2010 13:56:12 +0000 (19:26 +0530)]
[Add] project:Merge the translation of report_project,report_task into project

bzr revid: sbh@tinyerp.com-20100628135612-ve21g82dpvnq96em

14 years ago[IMP] mail_gateway: typo
Olivier Dony [Mon, 28 Jun 2010 13:51:17 +0000 (15:51 +0200)]
[IMP] mail_gateway: typo

bzr revid: odo@openerp.com-20100628135117-ag6ep1j4eet2ji8x

14 years ago[REM]: Removed access rules for OSV memory objects
UCO (OpenERP) [Mon, 28 Jun 2010 13:49:38 +0000 (19:19 +0530)]
[REM]: Removed access rules for OSV memory objects

bzr revid: rpa@tinyerp.com-20100628134938-23kiccr4355jfhmg

14 years ago[MERGE] merge with trunk addons
Mustufa Rangwala [Mon, 28 Jun 2010 13:47:28 +0000 (19:17 +0530)]
[MERGE] merge with trunk addons

bzr revid: mra@mra-laptop-20100628062601-swhjjvfsifsafhsq
bzr revid: mra@mra-laptop-20100628091020-zpr00l155h9a3vx1
bzr revid: mra@mra-laptop-20100628120512-h0kcgxv8xavf94ny
bzr revid: mra@mra-laptop-20100628134728-bangd7mely7g3302

14 years ago[IMP] mrp: Merge board_manufacturing translations to mrp
psi (Open ERP) [Mon, 28 Jun 2010 13:42:21 +0000 (19:12 +0530)]
[IMP] mrp: Merge board_manufacturing  translations to mrp

bzr revid: psi@tinyerp.co.in-20100628134221-m6q3ed7mpsa6yk7d

14 years ago[IMP] hr_timesheet_invoice: Merge report_timesheet translations to hr_timesheet_invoice
psi (Open ERP) [Mon, 28 Jun 2010 13:37:47 +0000 (19:07 +0530)]
[IMP] hr_timesheet_invoice: Merge report_timesheet translations to hr_timesheet_invoice

bzr revid: psi@tinyerp.co.in-20100628133747-gmz9n3s39kuro7n8

14 years ago[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
mtr [Mon, 28 Jun 2010 13:16:19 +0000 (18:46 +0530)]
[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: mtr@mtr-20100628131619-qd9wal2coffonm4b

14 years ago[IMP] purchase: Merge report_purchase translations to purchase
psi (Open ERP) [Mon, 28 Jun 2010 13:13:09 +0000 (18:43 +0530)]
[IMP] purchase: Merge report_purchase translations to purchase

bzr revid: psi@tinyerp.co.in-20100628131309-1pg0xkib2s2fftgd

14 years ago[IMP] sale_journal,sale_margin,sale_mrp:solved 'CTRL+Shift+d' error,store=True,added...
mtr [Mon, 28 Jun 2010 13:09:24 +0000 (18:39 +0530)]
[IMP] sale_journal,sale_margin,sale_mrp:solved 'CTRL+Shift+d' error,store=True,added translation files

bzr revid: mtr@mtr-20100628130924-7c2swiy4xryg7j5s

14 years ago[IMP] mrp: Merge report_mrp translations to mrp
psi (Open ERP) [Mon, 28 Jun 2010 13:01:30 +0000 (18:31 +0530)]
[IMP] mrp: Merge report_mrp translations to mrp

bzr revid: psi@tinyerp.co.in-20100628130130-sxcmf7orh76vlmx2

14 years ago[Add] sale :Merge the translation of report_sale into sale
sbh (Open ERP) [Mon, 28 Jun 2010 12:49:25 +0000 (18:19 +0530)]
[Add] sale :Merge the translation of report_sale into sale

bzr revid: sbh@tinyerp.com-20100628124925-8rtlvwxvmry85xy8

14 years ago[IMP] document: Merge report_document translations to document
psi (Open ERP) [Mon, 28 Jun 2010 12:38:40 +0000 (18:08 +0530)]
[IMP] document: Merge report_document translations to document

bzr revid: psi@tinyerp.co.in-20100628123840-np4e9n7b5ursh8y3

14 years ago[Add] project:Merge the translation of board_project into project
sbh (Open ERP) [Mon, 28 Jun 2010 12:09:03 +0000 (17:39 +0530)]
[Add] project:Merge the translation of board_project into project

bzr revid: sbh@tinyerp.com-20100628120903-qy82zl3st4ozfsu7

14 years ago[ADD] idea : Idea Vote statistics report
Vir (Open ERP) [Mon, 28 Jun 2010 12:08:53 +0000 (17:38 +0530)]
[ADD] idea : Idea Vote statistics report

bzr revid: vir@tinyerp.com-20100628120853-lmn9jivy2ffgzpl0

14 years ago[MERGE]: merging from the same branch
Mantavya Gajjar [Mon, 28 Jun 2010 11:51:13 +0000 (17:21 +0530)]
[MERGE]: merging from the same branch

bzr revid: mga@tinyerp.com-20100628115113-6mcy4gxjunu42mis

14 years ago[FIX]: small change in document text
Mantavya Gajjar [Mon, 28 Jun 2010 11:50:18 +0000 (17:20 +0530)]
[FIX]: small change in document text

bzr revid: mga@tinyerp.com-20100628115018-06lh56adteatq170

14 years ago[FIX]: fixing the problem of the cash box line name. improve the view of statement...
Mantavya Gajjar [Mon, 28 Jun 2010 11:47:10 +0000 (17:17 +0530)]
[FIX]: fixing the problem of the cash box line name. improve the view of statement line

bzr revid: mga@tinyerp.com-20100628114710-h32oq7vvxllrtolk

14 years ago[IMP] hr_timesheet_invoice: Merge report_analytic_line translations to hr_timesheet_i...
psi (Open ERP) [Mon, 28 Jun 2010 11:37:58 +0000 (17:07 +0530)]
[IMP] hr_timesheet_invoice: Merge report_analytic_line translations to hr_timesheet_invoice

bzr revid: psi@tinyerp.co.in-20100628113758-t8go6rq2hit8u2k9

14 years ago[FIX] mail_gateway: typo
Olivier Dony [Mon, 28 Jun 2010 10:50:13 +0000 (12:50 +0200)]
[FIX] mail_gateway: typo

bzr revid: odo@openerp.com-20100628105013-dzwz288t3xer30mc

14 years ago[IMP] mail_gateway: forward emails to followers with attachments and everything,...
Olivier Dony [Mon, 28 Jun 2010 10:38:32 +0000 (12:38 +0200)]
[IMP] mail_gateway: forward emails to followers with attachments and everything, adding reply-to when needed

bzr revid: odo@openerp.com-20100628103832-hagzao3ncniatbw3

14 years ago[MERGE] merge with dev-addons3 branch
psi (Open ERP) [Mon, 28 Jun 2010 10:33:01 +0000 (16:03 +0530)]
[MERGE] merge with dev-addons3 branch

bzr revid: psi@tinyerp.co.in-20100628103301-k33xijd9o33p2qk5

14 years ago[ADD] sale: Merge the trnaslation of board_sale into sale
sbh (Open ERP) [Mon, 28 Jun 2010 10:28:56 +0000 (15:58 +0530)]
[ADD] sale: Merge the trnaslation of board_sale into sale

bzr revid: sbh@tinyerp.com-20100628102856-1v9yk9uwur03qcnt

14 years ago[IMP] project_issue: access rights for project users
Olivier Dony [Mon, 28 Jun 2010 10:28:44 +0000 (12:28 +0200)]
[IMP] project_issue: access rights for project users

bzr revid: odo@openerp.com-20100628102844-44hd3habif7k3j45

14 years ago[Fix] document: Fix the hr.po translation
sbh (Open ERP) [Mon, 28 Jun 2010 09:51:44 +0000 (15:21 +0530)]
[Fix] document: Fix the hr.po translation

bzr revid: sbh@tinyerp.com-20100628095144-aufafmluei160ct3