odoo/odoo.git
13 years agodocument: fix regressions at storage and node_descriptor
P. Christeas [Wed, 3 Nov 2010 11:26:05 +0000 (13:26 +0200)]
document: fix regressions at storage and node_descriptor

Since the introduction of __len__, the descriptors were broken for the
ftp module. Fix.

bzr revid: p_christ@hol.gr-20101103112605-tu6n6529mbdc18ve

13 years agodocument: fix realstore, implement move op. in it.
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
document: fix realstore, implement move op. in it.

bzr revid: p_christ@hol.gr-20101103112604-pd10spyv6hh3demi

13 years agodocument: more reasonable Unix permission bits
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
document: more reasonable Unix permission bits

For display purposes only, but helps us understand group-write logic.

bzr revid: p_christ@hol.gr-20101103112604-vi0wy1duifni2clv

13 years agodoc webdav: workaround bug in KHTML's PUT method.
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
doc webdav: workaround bug in KHTML's PUT method.

This isn't our fault, but KDE is bound to remain broken for quite some
time, we'd better support it.

bzr revid: p_christ@hol.gr-20101103112604-78mdkva38dx1vm9k

13 years agodocument: fix security rules
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
document: fix security rules

The behaviour didn't match the intended one as in the documentation.

bzr revid: p_christ@hol.gr-20101103112604-slw7gb04wlw2amim

13 years agodoc webdav: Enable yaml test, lint fixes
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
doc webdav: Enable yaml test, lint fixes

bzr revid: p_christ@hol.gr-20101103112604-qbrkbmg81aj1d2vx

13 years agodocument: fixes for lint checks
P. Christeas [Wed, 3 Nov 2010 11:26:04 +0000 (13:26 +0200)]
document: fixes for lint checks

bzr revid: p_christ@hol.gr-20101103112604-nh7xqcx5e17h3wjo

13 years agocaldav: implement the node_descriptor api.
P. Christeas [Wed, 3 Nov 2010 11:25:35 +0000 (13:25 +0200)]
caldav: implement the node_descriptor api.

Two commits ago, the webdav module started using this API instead of
the get_data() one, so CalDAV must adapt now.

bzr revid: p_christ@hol.gr-20101103112535-5cj7nnv75z8p0ew2

13 years agodocument: a class of static content node_descriptor, API
P. Christeas [Wed, 3 Nov 2010 11:25:35 +0000 (13:25 +0200)]
document: a class of static content node_descriptor, API

bzr revid: p_christ@hol.gr-20101103112535-e24cqzamf1w42219

13 years agodoc webdav: move to the node_descriptor API
P. Christeas [Wed, 3 Nov 2010 11:25:35 +0000 (13:25 +0200)]
doc webdav: move to the node_descriptor API

We need to support chunked transfers, as well as Ranges, so we should no
longer use the node.get_data() but node.open_data('r').

bzr revid: p_christ@hol.gr-20101103112535-34sr4dhd3neunfv1

13 years agodocument: enhance API for iter() on node_descriptors
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
document: enhance API for iter() on node_descriptors

Starting from WebDAV, the node_descriptors will need to act as stream
objects, iterable. This way, we hope to minimize copies of the huge
chunks of data each descriptor may contain (still, pywebdav will use a
single large buffer).

bzr revid: p_christ@hol.gr-20101103112534-go57aeaw946utfc5

13 years agodoc webdav: support for GET and PUT at yaml tests
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
doc webdav: support for GET and PUT at yaml tests

bzr revid: p_christ@hol.gr-20101103112534-9xyjp4xup0pjoxwm

13 years agodoc webdav: more tests in lib, yaml
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
doc webdav: more tests in lib, yaml

bzr revid: p_christ@hol.gr-20101103112534-7vdnxjxr9wb3736t

13 years agodoc webdav: use credentials at tests
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
doc webdav: use credentials at tests

bzr revid: p_christ@hol.gr-20101103112534-ig2s9ijq0qlrw4ug

13 years agodoc webdav: form the testing class, implement options test.
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
doc webdav: form the testing class, implement options test.

bzr revid: p_christ@hol.gr-20101103112534-868gjh5eqseb7voo

13 years agodoc webdav: copy code from http-client.py, for testing
P. Christeas [Wed, 3 Nov 2010 11:25:34 +0000 (13:25 +0200)]
doc webdav: copy code from http-client.py, for testing

bzr revid: p_christ@hol.gr-20101103112534-albm51p5cfidisop

13 years agowebdav, caldav: Let folders be public, restrict users' folders.
P. Christeas [Wed, 27 Oct 2010 10:24:29 +0000 (13:24 +0300)]
webdav, caldav: Let folders be public, restrict users' folders.

bzr revid: p_christ@hol.gr-20101027102429-yzwaf3qh3e97k7po

13 years agodocument: ACL setup, based on ir.rules
P. Christeas [Wed, 27 Oct 2010 10:24:28 +0000 (13:24 +0300)]
document: ACL setup, based on ir.rules

bzr revid: p_christ@hol.gr-20101027102428-pyanpwxzhta3zqy3

13 years agodocument: base the dir permissions on ir.rule, not on sql call.
P. Christeas [Wed, 27 Oct 2010 10:24:28 +0000 (13:24 +0300)]
document: base the dir permissions on ir.rule, not on sql call.

bzr revid: p_christ@hol.gr-20101027102428-6n2huvvv2o1tiyh6

13 years agodocument: richer eval() context for res_dirs.
P. Christeas [Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)]
document: richer eval() context for res_dirs.

We need to provide 'ctx' to the eval(), so that "uid" is defined in the
expression. Covers the case of user directories.

bzr revid: p_christ@hol.gr-20101027102324-ujy2293kpdzouna2

13 years agodocument: access permissions documentation, draft.
P. Christeas [Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)]
document: access permissions documentation, draft.

bzr revid: p_christ@hol.gr-20101027102324-zcvyhz13iw75tb0k

13 years agodocument: use 'change_default' on key fields, cleanup defaults
P. Christeas [Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)]
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

13 years agocaldav: Prevent the collections views from replacing doc.dir views.
P. Christeas [Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)]
caldav: Prevent the collections views from replacing doc.dir views.

bzr revid: p_christ@hol.gr-20101027102324-ki28alynxaw3m8t4

13 years agodocument: fix recursive (tree) resource directories
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
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

13 years agodocument: minor improvement at nodes.
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
document: minor improvement at nodes.

bzr revid: p_christ@hol.gr-20101027102323-dmy92wbks216awe6

13 years agodoc ftp: yaml tests for files/folders in wrong dirs.
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
doc ftp: yaml tests for files/folders in wrong dirs.

bzr revid: p_christ@hol.gr-20101027102323-jtiwjjr52lht0dvr

13 years agoDocument: by default N/I functions raise IO error.
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
Document: by default N/I functions raise IO error.

Attempting to create a file or folder at nodes that don't support it,
should be reported as a permission error.

bzr revid: p_christ@hol.gr-20101027102323-3l15biqitaryqelb

13 years agodocument: Hide resource attachments/folders from static dirs.
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
document: Hide resource attachments/folders from static dirs.

If some attachment or folder references a res_model/res_id, it should
NOT be visible in the root directory (where it's parent_id points to).
This solves functional problems for the root folder, as well as the
privacy of those attachments.

bzr revid: p_christ@hol.gr-20101027102323-x4h20skrfjger9z7

13 years agoDoc: more help on Model-Parented folders.
P. Christeas [Wed, 27 Oct 2010 10:23:23 +0000 (13:23 +0300)]
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

13 years agocaldav: Add tree missing fields [Bug 664773]
Ferdinand Gassauer [Wed, 27 Oct 2010 10:23:22 +0000 (13:23 +0300)]
caldav: Add tree missing fields [Bug 664773]

Some fields like
* Collection
* webdav
* order
* color
should be displayed in tree view (to make the demo - lines different)

bzr revid: p_christ@hol.gr-20101027102322-fd32ztdzsg35cjw9

13 years ago[FIX] document_ftp: fix server shutdown
Christophe Simonis [Tue, 26 Oct 2010 13:44:49 +0000 (15:44 +0200)]
[FIX] document_ftp: fix server shutdown

bzr revid: chs@openerp.com-20101026134449-mfan2d5pfj9m0pqx

13 years ago[FIX] Account : Usability change
Jacara [Tue, 26 Oct 2010 12:41:54 +0000 (18:11 +0530)]
[FIX] Account : Usability change

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

bzr revid: jvo@tinyerp.com-20101026124154-la1x697mpxrjkpdk

13 years ago[MERGE] Merged Addons fixes branch
Jay (OpenERP) [Tue, 26 Oct 2010 11:32:57 +0000 (17:02 +0530)]
[MERGE] Merged Addons fixes branch

bzr revid: jvo@tinyerp.com-20101026113257-5vu05j7n3r5w0gai

13 years ago[FIX] account:account_tax_chart form name corrected
DHS (OpenERP) [Tue, 26 Oct 2010 10:27:26 +0000 (15:57 +0530)]
[FIX] account:account_tax_chart form name corrected

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

bzr revid: dhs@tinyerp.com-20101026102726-n2phrs3jxzgbu462

13 years ago[MERGE] Merged main branch
DHS (OpenERP) [Tue, 26 Oct 2010 09:34:36 +0000 (15:04 +0530)]
[MERGE] Merged main branch

bzr revid: dhs@tinyerp.com-20101026093436-lxntznhfikv09akv

13 years ago[MERGE] account,l10n_be: improved sale and purchase tax config for chart template...
Nicolas Vanhoren [Tue, 26 Oct 2010 08:18:30 +0000 (10:18 +0200)]
[MERGE] account,l10n_be: improved sale and purchase tax config for chart template wizard
hr: fixed resource loading for multiple addons paths

bzr revid: odo@openerp.com-20101026081830-qm3zbwt4quhqz2qu

13 years ago[MERGE] Merged main branch
DHS (OpenERP) [Tue, 26 Oct 2010 07:16:33 +0000 (12:46 +0530)]
[MERGE] Merged main branch

bzr revid: dhs@tinyerp.com-20101026071633-v9t8xjhwx71i4zwo

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 26 Oct 2010 04:40:38 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101026044038-5c6szph4ycp588u8

13 years ago[MERGE] merged the team 3 branch
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 15:51:10 +0000 (17:51 +0200)]
[MERGE] merged the team 3 branch

bzr revid: qdp-launchpad@tinyerp.com-20101025155110-emudjsv1nk6x15gs

13 years ago[FIX] analytic: replaced tabs in sql query with 4 spaces
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 15:28:34 +0000 (17:28 +0200)]
[FIX] analytic: replaced tabs in sql query with 4 spaces

bzr revid: qdp-launchpad@tinyerp.com-20101025152834-5u49o7j0yeom0a4r

13 years ago[FIX] account: fixed an untranslated term
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 15:23:33 +0000 (17:23 +0200)]
[FIX] account: fixed an untranslated term

bzr revid: qdp-launchpad@tinyerp.com-20101025152333-bl8btjwqne2qagfh

13 years ago[FIX] account: remove uneeded default value for company in account.model
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 15:22:58 +0000 (17:22 +0200)]
[FIX] account: remove uneeded default value for company in account.model

bzr revid: qdp-launchpad@tinyerp.com-20101025152258-c2vuqdpokr2p7knl

13 years ago[MERGE] merged a branch on anaytic module, fixing and refactoring few thhings. See...
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 14:55:25 +0000 (16:55 +0200)]
[MERGE] merged a branch on anaytic module, fixing and refactoring few thhings. See the revision's commit messages. Thanks odo for the review

bzr revid: qdp-launchpad@tinyerp.com-20101025145525-8sljfo65qeqpfnhm

13 years ago[IMP] project: avoid access rights issue when reading time_mode (uom) for fields_view_get
Olivier Dony [Mon, 25 Oct 2010 14:54:45 +0000 (16:54 +0200)]
[IMP] project: avoid access rights issue when reading time_mode (uom) for fields_view_get

bzr revid: odo@openerp.com-20101025145445-ccgvic2uyqd50hi6

13 years ago[IMP] share: corrected typo in share URL formatting patterns
Olivier Dony [Mon, 25 Oct 2010 14:38:47 +0000 (16:38 +0200)]
[IMP] share: corrected typo in share URL formatting patterns

bzr revid: odo@openerp.com-20101025143847-lhcdroeyayydh71t

13 years ago[IMP] analytic: removed decimal precision on quantity function field on analytic...
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 14:26:16 +0000 (16:26 +0200)]
[IMP] analytic: removed decimal precision on quantity function field on analytic account

bzr revid: qdp-launchpad@tinyerp.com-20101025142616-vgmzxx8ff8nlz2if

13 years ago[IMP] analytic: improved query on analytic account to compute the fields without...
qdp-launchpad@tinyerp.com [Mon, 25 Oct 2010 14:24:35 +0000 (16:24 +0200)]
[IMP] analytic: improved query on analytic account to compute the fields without subquery + added decimal precision

bzr revid: qdp-launchpad@tinyerp.com-20101025142435-x410foarbe6h962e

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Mon, 25 Oct 2010 13:19:14 +0000 (18:49 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20101025131914-2t4p39zjop7hnuxy

13 years ago[REF] account: Speling mistake
ARA (OpenERP) [Mon, 25 Oct 2010 13:07:49 +0000 (18:37 +0530)]
[REF] account: Speling mistake

bzr revid: ara@tinyerp.com-20101025130749-8mc353htz29s3v1n

13 years ago[FIX] Sale: regresion
Mustufa Rangwala [Mon, 25 Oct 2010 12:54:08 +0000 (18:24 +0530)]
[FIX] Sale: regresion

bzr revid: mra@mra-laptop-20101025125408-6yd1ra6v0geyl7mc

13 years ago[IMP] Changed sequences in belgian accouting
nvi-openerp [Mon, 25 Oct 2010 11:40:45 +0000 (13:40 +0200)]
[IMP] Changed sequences in belgian accouting

bzr revid: nicolas.vanhoren@openerp.com-20101025114045-onrpl83ngufo5lmt

13 years ago[FIX] account: Refund wizard was giving error with modify option
psi (Open ERP) [Mon, 25 Oct 2010 11:25:40 +0000 (16:55 +0530)]
[FIX] account: Refund wizard was giving error with modify option

bzr revid: psi@tinyerp.co.in-20101025112540-wao88mnmornmqmxd

13 years ago[REF] membership
vth [Mon, 25 Oct 2010 11:16:23 +0000 (16:46 +0530)]
[REF] membership

bzr revid: vth@tinyerp.com-20101025111623-cw6aeccp6twxhinb

13 years ago[REM] membership: remove boolean membership on membership product form
Mustufa Rangwala [Mon, 25 Oct 2010 11:08:53 +0000 (16:38 +0530)]
[REM] membership: remove boolean membership on membership product form

bzr revid: mra@mra-laptop-20101025110853-190qe8ibri26ax0e

13 years ago[REM] sale/test/so_make_invoice.yml => remove cancellation of sale order line test
Mustufa Rangwala [Mon, 25 Oct 2010 10:53:38 +0000 (16:23 +0530)]
[REM] sale/test/so_make_invoice.yml => remove cancellation of sale order line test

bzr revid: mra@mra-laptop-20101025105338-vomc3k2xzcjucw5a

13 years ago[REF]
Mustufa Rangwala [Mon, 25 Oct 2010 10:41:02 +0000 (16:11 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101025104102-ip0z7x2dqp0y6npl

13 years ago[IMP] account: net profit and net loss with translatable
Mustufa Rangwala [Mon, 25 Oct 2010 10:26:25 +0000 (15:56 +0530)]
[IMP] account: net profit and net loss with translatable

bzr revid: mra@mra-laptop-20101025102625-6ss4h9vmxi4zuumf

13 years ago[FIX] Fixed hr get_photo issue.
nvi-openerp [Mon, 25 Oct 2010 10:05:42 +0000 (12:05 +0200)]
[FIX] Fixed hr get_photo issue.

bzr revid: nicolas.vanhoren@openerp.com-20101025100542-bfee6qo0t4e28269

13 years ago[IMP] Account: invoice add view_id on creation of customer invoices (for webclient...
SMA(OpenERP) [Mon, 25 Oct 2010 09:54:30 +0000 (15:24 +0530)]
[IMP] Account: invoice add view_id on creation of customer invoices (for webclient logs on sale order..)

bzr revid: mra@mra-laptop-20101025095430-o82g6z3yrhrvv3mm

13 years ago[IMP] sale modules : Cleaning modules
pso [Mon, 25 Oct 2010 09:24:24 +0000 (14:54 +0530)]
[IMP] sale modules : Cleaning modules

bzr revid: pso@tinyerp.com-20101025092424-h4ovhk9oidooby4j

13 years ago[FIX] fixed calendar search algorithm
olt@tinyerp.com [Mon, 25 Oct 2010 09:03:21 +0000 (11:03 +0200)]
[FIX] fixed calendar search algorithm

bzr revid: olt@tinyerp.com-20101025090321-cirhp4k36st1evef

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Mon, 25 Oct 2010 08:46:45 +0000 (14:16 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20101025084645-h99mw9us6wekqxd2

13 years ago[FIX] Membership: membership lines does not updated properly
Mustufa Rangwala [Mon, 25 Oct 2010 08:31:13 +0000 (14:01 +0530)]
[FIX] Membership: membership lines does not updated properly

bzr revid: mra@mra-laptop-20101025083113-rti9jr8k2llzftjt

13 years ago[MERGE] account: added sale and purchase tax config to chart template wizard
Nicolas Vanhoren [Mon, 25 Oct 2010 08:23:31 +0000 (10:23 +0200)]
[MERGE] account: added sale and purchase tax config to chart template wizard

bzr revid: odo@openerp.com-20101025082331-2xas6hfvqxe65h0d

13 years ago[REF]
Mustufa Rangwala [Mon, 25 Oct 2010 08:11:24 +0000 (13:41 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101025081124-pt93sse1lff03npb

13 years ago[merge]
nvi-openerp [Mon, 25 Oct 2010 07:36:28 +0000 (09:36 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20101025073628-52x5qdj49z6bazjn

13 years ago[REF]
Mustufa Rangwala [Mon, 25 Oct 2010 07:31:36 +0000 (13:01 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101025073136-67ddwmjil7hkpkr6

13 years ago[FIX] project : Corrected field name
JMA (OpenERP) [Mon, 25 Oct 2010 06:58:54 +0000 (12:28 +0530)]
[FIX] project : Corrected field name

bzr revid: jma@tinyerp.com-20101025065854-og24p6yxmapnrhxk

13 years ago[FIX] PRODUCT : fixed name_search for proper operator supplied.
cpa-openerp [Mon, 25 Oct 2010 06:56:25 +0000 (12:26 +0530)]
[FIX] PRODUCT : fixed name_search for proper operator supplied.

bzr revid: cpa@tinyerp.com-20101025065625-x6m4m80fvddwr1b3

13 years ago[FIX] account: Analytical journal items missing closing bracket in domain
vth [Mon, 25 Oct 2010 06:43:16 +0000 (12:13 +0530)]
[FIX] account: Analytical journal items missing closing bracket in domain

bzr revid: vth@tinyerp.com-20101025064316-4pgdx5brt5a06a7d

13 years ago[FIX] account: journal items Unicode strings with encoding declaration are not supported
vth [Mon, 25 Oct 2010 06:27:48 +0000 (11:57 +0530)]
[FIX] account: journal items Unicode strings with encoding declaration are not supported

bzr revid: vth@tinyerp.com-20101025062748-2yr1ded7x50k1c4w

13 years ago[MERGE]: Merge from the main addons trunk
JMA (OpenERP) [Mon, 25 Oct 2010 05:55:33 +0000 (11:25 +0530)]
[MERGE]: Merge from the main addons trunk

bzr revid: jma@tinyerp.com-20101022051405-d8ijo0nsbyihs2ff
bzr revid: jma@tinyerp.com-20101025055533-d6rzi3ff6we5e4sx

13 years ago[REF] account
psi (Open ERP) [Mon, 25 Oct 2010 05:49:21 +0000 (11:19 +0530)]
[REF] account

bzr revid: psi@tinyerp.co.in-20101025054921-uw9fnjpnvu72143t

13 years ago[REF]
Mustufa Rangwala [Mon, 25 Oct 2010 04:53:36 +0000 (10:23 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101025045336-ovh54n0q31db0hfp

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 25 Oct 2010 04:39:49 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101024045619-cjj3bsbu434hb1d9
bzr revid: launchpad_translations_on_behalf_of_openerp-20101025043949-v78iru42a2138ato

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Mon, 25 Oct 2010 04:19:20 +0000 (09:49 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20101025041920-gc08m12u338wg17t

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 23 Oct 2010 04:51:25 +0000 (04:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101023045125-nvkqhzipu927angr

13 years ago[IMP] Improve account taxes report
ARA (OpenERP) [Fri, 22 Oct 2010 13:31:43 +0000 (19:01 +0530)]
[IMP] Improve account taxes report

bzr revid: ara@tinyerp.com-20101022133143-ybscrpk48lwqjosa

13 years ago[FIX] crm.meeting: 'duration' is no longer readonly
olt@tinyerp.com [Fri, 22 Oct 2010 13:18:12 +0000 (15:18 +0200)]
[FIX] crm.meeting: 'duration' is no longer readonly
[FIX] base_calendar: bug when trying to set 'allday'

bzr revid: olt@tinyerp.com-20101022131812-1wmx8crh6cdlhodt

13 years ago[FIX] sale_order_dates: remove return from for loop and cleaning
Mustufa Rangwala [Fri, 22 Oct 2010 13:16:15 +0000 (18:46 +0530)]
[FIX] sale_order_dates: remove return from for loop and cleaning

bzr revid: mra@mra-laptop-20101022131615-35i9ss38tud6bylp

13 years ago[FIX] account: Fixed the Balance sheet report problem for blank chart.
vra [Fri, 22 Oct 2010 12:51:43 +0000 (18:21 +0530)]
[FIX] account: Fixed the Balance sheet report problem for blank chart.

bzr revid: vra@tinyerp.com-20101022125143-ze6shi5hqf0fld0n

13 years ago[FIX] membership: tree view -> write membership_state instead of state in tree view...
vth [Fri, 22 Oct 2010 12:37:19 +0000 (18:07 +0530)]
[FIX] membership: tree view -> write membership_state instead of state in tree view of Member analysis report

bzr revid: vth@tinyerp.com-20101022123719-ny0m90wmkiorktjw

13 years ago[IMP] membership: graph view of Member analysis report
vth [Fri, 22 Oct 2010 12:17:55 +0000 (17:47 +0530)]
[IMP] membership: graph view of Member analysis report

bzr revid: vth@tinyerp.com-20101022121755-ylv3xmrhdadtgywf

13 years ago[REF] account_payment
psi (Open ERP) [Fri, 22 Oct 2010 12:08:56 +0000 (17:38 +0530)]
[REF] account_payment

bzr revid: psi@tinyerp.co.in-20101022120856-vjvo4mqx26gfftts

13 years ago[IMP] sale_layout: Removed lambda
pso [Fri, 22 Oct 2010 11:34:27 +0000 (17:04 +0530)]
[IMP] sale_layout: Removed lambda

bzr revid: pso@tinyerp.com-20101022113427-n8n0r5bgxlsthv9f

13 years ago[REF] account: Small change in sales receipt view
psi (Open ERP) [Fri, 22 Oct 2010 09:42:11 +0000 (15:12 +0530)]
[REF] account: Small change in sales receipt view

bzr revid: psi@tinyerp.co.in-20101022094211-2rxg60gqysu3wmxv

13 years ago[IMP] sale_mrp: Improved multi and passed id insted of browse record
pso [Fri, 22 Oct 2010 09:39:03 +0000 (15:09 +0530)]
[IMP] sale_mrp: Improved multi and passed id insted of browse record

bzr revid: pso@tinyerp.com-20101022093903-40reflpmwuqjono7

13 years ago[IMP] account:-corrected the numeric values in yml
mtr [Fri, 22 Oct 2010 09:36:05 +0000 (15:06 +0530)]
[IMP] account:-corrected the numeric values in yml

bzr revid: mtr@mtr-20101022093605-uq1t30hlvz9mk906

13 years ago[FIX] account
Mustufa Rangwala [Fri, 22 Oct 2010 09:31:57 +0000 (15:01 +0530)]
[FIX] account

bzr revid: mra@mra-laptop-20101022093157-x99vazqlb266j63e

13 years ago[IMP] make the default company pad ieterpad rather than pad.openerp.com
Xavier Morel [Fri, 22 Oct 2010 09:01:33 +0000 (11:01 +0200)]
[IMP] make the default company pad ieterpad rather than pad.openerp.com

* better naming for clients than piratepad
* Has T&C and privacy policy
* Offers pro accounts
* Undo/redo support

bzr revid: xmo@openerp.com-20101022090133-d187so23fuy0csp9

13 years ago[IMP] account:-On creation of new Cash Register record,the value of 'Cashbox Balance...
mtr [Fri, 22 Oct 2010 07:36:20 +0000 (13:06 +0530)]
[IMP] account:-On creation of new Cash Register record,the value of 'Cashbox Balance' remains zero

bzr revid: mtr@mtr-20101022073620-i1yqwvl35579m0zc

13 years ago[IMP] sale modules: Cleaning modules
pso [Fri, 22 Oct 2010 07:23:46 +0000 (12:53 +0530)]
[IMP] sale modules: Cleaning modules

bzr revid: pso@tinyerp.com-20101022072346-ud8khvwiwhcjpcga

13 years ago[REF]
Mustufa Rangwala [Fri, 22 Oct 2010 05:45:16 +0000 (11:15 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101022054516-klol5g49os9ilazc

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Fri, 22 Oct 2010 04:51:28 +0000 (10:21 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20101021131113-0b4qnurympyrtyet
bzr revid: mra@mra-laptop-20101022045128-vcrcs3pvlhdi971p

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 22 Oct 2010 04:41:01 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101022044101-ozv1lbgh0spa2c21

13 years ago[REF] sale: remove unused read operation from wizard
Mustufa Rangwala [Thu, 21 Oct 2010 13:06:51 +0000 (18:36 +0530)]
[REF] sale: remove unused read operation from wizard

bzr revid: mra@mra-laptop-20101021130651-fxbcbucxlx0li6ky

13 years ago[FIX] HR : Onchange issues solved
Jay (OpenERP) [Thu, 21 Oct 2010 12:48:00 +0000 (18:18 +0530)]
[FIX] HR : Onchange issues solved

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

bzr revid: jvo@tinyerp.com-20101021124800-17mo6r7zxzm6pm9b

13 years ago[FIX] mrp : Corrections for Work Order names
JMA (OpenERP) [Thu, 21 Oct 2010 12:46:32 +0000 (18:16 +0530)]
[FIX] mrp : Corrections for Work Order names

bzr revid: jma@tinyerp.com-20101021124632-vfv5jesa55mzkxz7

13 years ago[REF]
Mustufa Rangwala [Thu, 21 Oct 2010 12:24:24 +0000 (17:54 +0530)]
[REF]

bzr revid: mra@mra-laptop-20101021122424-337dz488sph0xwqw

13 years ago[FIX] hr, hr_expense : On change event problem
skh [Thu, 21 Oct 2010 12:20:20 +0000 (17:50 +0530)]
[FIX] hr, hr_expense : On change event problem

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

bzr revid: skh@tinyerp.com-20101021122020-obeha6aimohkwmog