odoo/odoo.git
13 years agobase_calendar: convert libical timezones to plain format
P. Christeas [Fri, 15 Oct 2010 09:56:52 +0000 (12:56 +0300)]
base_calendar: convert libical timezones to plain format

Timezones sent to us by libical contain their prefix and thus wouldn't
match our preset list. Strip the prefix and try to match.

bzr revid: p_christ@hol.gr-20101015095652-mey4elruff8fv1y3

13 years agobase_calendar: fix some default args to functions.
P. Christeas [Fri, 15 Oct 2010 09:56:45 +0000 (12:56 +0300)]
base_calendar: fix some default args to functions.

bzr revid: p_christ@hol.gr-20101015095645-yr1tytvjcy724xlf

13 years agoDoc webdav: fix Report for rel+abs URIs
P. Christeas [Fri, 15 Oct 2010 09:27:59 +0000 (12:27 +0300)]
Doc webdav: fix Report for rel+abs URIs

At Evolution, the request is absolute, so make sure it matches our
relative representation of the URL.

bzr revid: p_christ@hol.gr-20101015092759-ahhiygd1u9dcny8s

13 years agodoc webdav: match the quotes around ETags
P. Christeas [Fri, 15 Oct 2010 09:27:58 +0000 (12:27 +0300)]
doc webdav: match the quotes around ETags

In commit e7eede397c8a84, quotes were re-introduced around ETags. At the
http "If-Match" header, we have to follow that.

bzr revid: p_christ@hol.gr-20101015092758-3wajkzjo0bm5z60g

13 years agoDoc Webdav: reply with relative URIs when the request was relative.
P. Christeas [Thu, 14 Oct 2010 12:51:18 +0000 (15:51 +0300)]
Doc Webdav: reply with relative URIs when the request was relative.

If the DAV client requests properties for a relative URI (without the
protocol:ip:port part), it means it can also understand responses with
relative notation, so don't bother calculating the prefix (non-trivial).

This fixes the REPORT responses to Mozilla Sunbird.

bzr revid: p_christ@hol.gr-20101014125118-3x5ivmrbaqwb1nsx

13 years agoCalDAV wizards: Set the uid in the context, just like the nodes would do.
P. Christeas [Thu, 14 Oct 2010 11:42:16 +0000 (14:42 +0300)]
CalDAV wizards: Set the uid in the context, just like the nodes would do.

bzr revid: p_christ@hol.gr-20101014114216-lswnmers6kyywyom

13 years agoDocument: set the uid as a part of the node_context context.
P. Christeas [Thu, 14 Oct 2010 11:42:06 +0000 (14:42 +0300)]
Document: set the uid as a part of the node_context context.

This means that a 'uid' variable will be available to all dynamic context
or domain expressions calculated on nodes.

bzr revid: p_christ@hol.gr-20101014114206-3mpsxcsei1mlafqb

13 years agoDoc Webdav: close cursor when dav_get_eprop raises Exceptions.
P. Christeas [Thu, 14 Oct 2010 11:41:59 +0000 (14:41 +0300)]
Doc Webdav: close cursor when dav_get_eprop raises Exceptions.

bzr revid: p_christ@hol.gr-20101014114159-ek4fp05fvjygobr2

13 years agoCalDAV: add documentation for iPhone(TM) setup
P. Christeas [Thu, 14 Oct 2010 11:03:29 +0000 (14:03 +0300)]
CalDAV: add documentation for iPhone(TM) setup

(TM) The iPhone is a trademark of Cisco corporation. It is used by
Apple Inc. Whatever...

bzr revid: p_christ@hol.gr-20101014110329-0qh1lgtm4vd7a9m9

13 years agoDoc webdav: fix typo in case of exception.
P. Christeas [Thu, 14 Oct 2010 11:03:23 +0000 (14:03 +0300)]
Doc webdav: fix typo in case of exception.

If user rights are not setup for the user that connects to WebDAV, this
exception will occur and the typo would not help debug the problem.
(still, the user won't see the items at either case)

bzr revid: p_christ@hol.gr-20101014110323-zxj5oha0u96e2l1t

13 years agoCalDAV: alias for node filenames, keep one sent by client.
P. Christeas [Thu, 14 Oct 2010 07:00:09 +0000 (10:00 +0300)]
CalDAV: alias for node filenames, keep one sent by client.

Since some clients keep referring to the created .ics nodes with the
filename they sent us, allow them to find that node.

bzr revid: p_christ@hol.gr-20101014070009-2vcro7p9krnwxm9s

13 years agodoc webdav: fix against older websrv_lib that has no getsockname()
P. Christeas [Tue, 12 Oct 2010 11:55:34 +0000 (14:55 +0300)]
doc webdav: fix against older websrv_lib that has no getsockname()

bzr revid: p_christ@hol.gr-20101012115534-0un3ip9jpw8hia4g

13 years agodocument: fix for directory.get_full_path()
P. Christeas [Tue, 12 Oct 2010 11:44:36 +0000 (14:44 +0300)]
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

13 years agoDocument, caldav: inhibit features not found on trunk server.
P. Christeas [Tue, 12 Oct 2010 11:27:33 +0000 (14:27 +0300)]
Document, caldav: inhibit features not found on trunk server.

bzr revid: p_christ@hol.gr-20101012112733-sqcnvobi5q8ztj3l

13 years agoDocument, calendar: Patch code from trunk-xrg branch
P. Christeas [Tue, 12 Oct 2010 11:20:30 +0000 (14:20 +0300)]
Document, calendar: Patch code from trunk-xrg branch

several fixes that hadn't been backported or applied correctly.

bzr revid: p_christ@hol.gr-20101012112030-snnb4fjkya4ndqkm

13 years agoWebDAV, CalDAV: setup data for folders, calendars, properties
P. Christeas [Tue, 12 Oct 2010 10:41:21 +0000 (13:41 +0300)]
WebDAV, CalDAV: setup data for folders, calendars, properties

bzr revid: p_christ@hol.gr-20101012104121-e5k6f4vg8rnktiqh

13 years agoDocument: fix behavior of dir.dctx lines, when dir is removed.
P. Christeas [Tue, 12 Oct 2010 10:41:20 +0000 (13:41 +0300)]
Document: fix behavior of dir.dctx lines, when dir is removed.

bzr revid: p_christ@hol.gr-20101012104120-n53iyh31z3zry6x9

13 years agobase_calendar, caldav: fixes for the queries.
P. Christeas [Tue, 12 Oct 2010 10:41:18 +0000 (13:41 +0300)]
base_calendar, caldav: fixes for the queries.

bzr revid: p_christ@hol.gr-20101012104118-o02tug6x3t9gewaa

13 years agoDoc webdav, caldav: fix support for the calendar-multiget report
P. Christeas [Tue, 12 Oct 2010 10:41:03 +0000 (13:41 +0300)]
Doc webdav, caldav: fix support for the calendar-multiget report

This report is a request to fetch multiple calendar entries. The
request contains a range of URIs to fetch, which must be processed
at the dav_fs.Report level.
The report is being called with Depth: 0 , for which the library could
not perform an iterator. Hack over it and explictly set Depth:1 in our
case.

bzr revid: p_christ@hol.gr-20101012104103-eu156146jy4a75af

13 years agoCalDAV: quirks for iPhone, based on the node_context
P. Christeas [Tue, 12 Oct 2010 10:41:03 +0000 (13:41 +0300)]
CalDAV: quirks for iPhone, based on the node_context

bzr revid: p_christ@hol.gr-20101012104103-s7nyv4bsl5r5rdhc

13 years agoDoc WebDAV: pass the user-agent as a context to the nodes.
P. Christeas [Tue, 12 Oct 2010 10:41:02 +0000 (13:41 +0300)]
Doc WebDAV: pass the user-agent as a context to the nodes.

It is unavoidable. Some user agents (i-#$^%) have serious trouble with
protocol extensions they don't support. So, we have to hide a few of
our capabilities with quirk code.

bzr revid: p_christ@hol.gr-20101012104102-xakiyykjqsu16q2o

13 years agoDoc nodes: Docstring and a node_context.get() convenience fn.
P. Christeas [Tue, 12 Oct 2010 10:41:00 +0000 (13:41 +0300)]
Doc nodes: Docstring and a node_context.get() convenience fn.

bzr revid: p_christ@hol.gr-20101012104100-2y269ne3v7s03xnh

13 years agoCalDAV: more properties, hide WebCal support
P. Christeas [Tue, 12 Oct 2010 10:40:44 +0000 (13:40 +0300)]
CalDAV: more properties, hide WebCal support

WebCal entries, although permitted by the protocol, confuse some badly
implemented CalDAV clients, so hide them with an option at the calendar
definition.

bzr revid: p_christ@hol.gr-20101012104044-rjx63ucwjk0ys98r

13 years agoDoc webdav: hack minidom to put proper quotes at ETag. Status first.
P. Christeas [Tue, 12 Oct 2010 10:40:44 +0000 (13:40 +0300)]
Doc webdav: hack minidom to put proper quotes at ETag. Status first.

bzr revid: p_christ@hol.gr-20101012104044-1uq9x7k93aku7ls1

13 years agoDocument: conformant ETag, avoid special chars.
P. Christeas [Tue, 12 Oct 2010 10:40:42 +0000 (13:40 +0300)]
Document: conformant ETag, avoid special chars.

bzr revid: p_christ@hol.gr-20101012104042-75xq12yk2wrj66ol

13 years agoCalDAV: properly implement the CTag feature
P. Christeas [Tue, 12 Oct 2010 10:40:37 +0000 (13:40 +0300)]
CalDAV: properly implement the CTag feature

Instead of using the ETag (which looks at the modification time of
the base.calendar object), aggregate over the contained calendar entries
to find their maximum modification.

bzr revid: p_christ@hol.gr-20101012104037-847evso9mryqom5f

13 years agodoc webdav: switch on the DAV v2 features
P. Christeas [Tue, 12 Oct 2010 10:40:35 +0000 (13:40 +0300)]
doc webdav: switch on the DAV v2 features

The underlying python-webdav supports some emulation for lock/unlock, so
try to use that.

bzr revid: p_christ@hol.gr-20101012104035-jffog0w1dco2lo9i

13 years agocaldav: instrument the get_domain() filter function
P. Christeas [Tue, 12 Oct 2010 10:40:30 +0000 (13:40 +0300)]
caldav: instrument the get_domain() filter function

.. although, at the end of the day, this API cannot work since it only
operates on one level of depth.

bzr revid: p_christ@hol.gr-20101012104030-xwjdda74uhdl37y1

13 years agoCaldav node: implement more properties, cleanup old ones.
P. Christeas [Tue, 12 Oct 2010 10:40:30 +0000 (13:40 +0300)]
Caldav node: implement more properties, cleanup old ones.

bzr revid: p_christ@hol.gr-20101012104030-o7l7zscrnx4t0fc7

13 years agoDoc webdav: enhance the property notation structure
P. Christeas [Tue, 12 Oct 2010 10:40:29 +0000 (13:40 +0300)]
Doc webdav: enhance the property notation structure

When DAV-aware nodes want to return properties, they might need to
have xml attributes or single instances of sub-elements.

Example:
return ('aprop', 'D:', ('foo', 'D:', None, { 'name': 'bar'}))
will result in xml:
<D:prop>
    <D:aprop><D:foo name="bar"/></D:aprop>
</D:prop>

bzr revid: p_christ@hol.gr-20101012104029-gq6hhjki4i52n8qh

13 years agoCalDAV: port to improve WebDAV API, support dynamic collections.
P. Christeas [Tue, 12 Oct 2010 10:40:26 +0000 (13:40 +0300)]
CalDAV: port to improve WebDAV API, support dynamic collections.

bzr revid: p_christ@hol.gr-20101012104026-qju5goq0a42m01dq

13 years agoDoc webdav: context for DAV properties, dynamic folders
P. Christeas [Tue, 12 Oct 2010 10:40:20 +0000 (13:40 +0300)]
Doc webdav: context for DAV properties, dynamic folders

bzr revid: p_christ@hol.gr-20101012104020-izmzgobc2kbxb2cj

13 years agoDoc: allow override of dynamic foleders' class
P. Christeas [Tue, 12 Oct 2010 10:40:19 +0000 (13:40 +0300)]
Doc: allow override of dynamic foleders' class

bzr revid: p_christ@hol.gr-20101012104019-ci6z0vb9fce7tfiw

13 years agoDoc webdav: Fix, implement node_res_obj for latest document.
P. Christeas [Tue, 12 Oct 2010 10:40:19 +0000 (13:40 +0300)]
Doc webdav: Fix, implement node_res_obj for latest document.

bzr revid: p_christ@hol.gr-20101012104019-nhoqnvgpr9ecjjky

13 years agoDocument: cleanup, remove restriction on ressource dirs
P. Christeas [Tue, 12 Oct 2010 10:40:15 +0000 (13:40 +0300)]
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

13 years agoDocument: cleanup nodes.py, let node_res_dir be overriden.
P. Christeas [Tue, 12 Oct 2010 10:39:45 +0000 (13:39 +0300)]
Document: cleanup nodes.py, let node_res_dir be overriden.

bzr revid: p_christ@hol.gr-20101012103945-1ziw8331h4wpvp6t

13 years agodoc ftp: unlink the YAML testing directories, too
P. Christeas [Tue, 12 Oct 2010 10:39:37 +0000 (13:39 +0300)]
doc ftp: unlink the YAML testing directories, too

bzr revid: p_christ@hol.gr-20101012103937-dtgq5tzthu9pdldz

13 years agoDoc ftp: Cleanup after yaml tests
P. Christeas [Tue, 12 Oct 2010 10:39:37 +0000 (13:39 +0300)]
Doc ftp: Cleanup after yaml tests

bzr revid: p_christ@hol.gr-20101012103937-2jdkd7gkr1u86p48

13 years agoDoc: make sure folders are deleted after YAML tests
P. Christeas [Tue, 12 Oct 2010 10:39:36 +0000 (13:39 +0300)]
Doc: make sure folders are deleted after YAML tests

This will also enable the tests to run multiple times on the same db.

bzr revid: p_christ@hol.gr-20101012103936-d0e7o1b5ppu7kri5

13 years agoDoc webdav: expand tabs at __openerp__.py
P. Christeas [Tue, 12 Oct 2010 10:39:00 +0000 (13:39 +0300)]
Doc webdav: expand tabs at __openerp__.py

bzr revid: p_christ@hol.gr-20101012103900-9jt6wn6gmy224yrj

13 years agoDoc Webdav: implement model for DAV properties (at dirs)
P. Christeas [Tue, 12 Oct 2010 10:38:59 +0000 (13:38 +0300)]
Doc Webdav: implement model for DAV properties (at dirs)

In normative setups of WebDAV, we need to place some extra properties
on selected directories.

bzr revid: p_christ@hol.gr-20101012103859-dcwsrzylxwpzbpq1

13 years agoCaldav: put some logging around skipped data, fix tzinfo var.
P. Christeas [Tue, 12 Oct 2010 10:38:59 +0000 (13:38 +0300)]
Caldav: put some logging around skipped data, fix tzinfo var.

bzr revid: p_christ@hol.gr-20101012103859-0pae3clyllabjs0y

13 years agodoc webdav: initial override of nodes.py
P. Christeas [Tue, 12 Oct 2010 10:38:58 +0000 (13:38 +0300)]
doc webdav: initial override of nodes.py

bzr revid: p_christ@hol.gr-20101012103858-hykw2g2ezbwaobmn

13 years agoDocument: make node classes pluggable (part 1)
P. Christeas [Tue, 12 Oct 2010 10:38:56 +0000 (13:38 +0300)]
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

13 years agoDoc Webdav: when scanning children, protect the cursor against exceptions.
P. Christeas [Tue, 12 Oct 2010 10:38:31 +0000 (13:38 +0300)]
Doc Webdav: when scanning children, protect the cursor against exceptions.

bzr revid: p_christ@hol.gr-20101012103831-36qutrtz7avzb2ny

13 years agocrm_caldav: fix for empty 'date_deadline'
P. Christeas [Tue, 12 Oct 2010 10:38:30 +0000 (13:38 +0300)]
crm_caldav: fix for empty 'date_deadline'

bzr revid: p_christ@hol.gr-20101012103830-5439bl3x0gnza141

13 years agodoc webdav: fix namespaces, properties
P. Christeas [Tue, 12 Oct 2010 10:38:30 +0000 (13:38 +0300)]
doc webdav: fix namespaces, properties

bzr revid: p_christ@hol.gr-20101012103830-0mfo4ecuu4lu78ia

13 years agobase_calendar, caldav: revise SQL calls.
P. Christeas [Tue, 12 Oct 2010 10:37:23 +0000 (13:37 +0300)]
base_calendar, caldav: revise SQL calls.

bzr revid: p_christ@hol.gr-20101012103723-alnh7rkf1g8tthlo

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Tue, 12 Oct 2010 05:58:58 +0000 (11:28 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20101012055858-ntxw0lwc5pvwb8cu

13 years ago[IMP]:account:improved centerlized general
apa-tiny [Tue, 12 Oct 2010 05:47:10 +0000 (11:17 +0530)]
[IMP]:account:improved centerlized general

bzr revid: apa@tinyerp.com-20101012054710-dke2gfnhb5nzag86

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20101012045143-dafaof1g5r27tu29

13 years ago[FIX] stock: correct destination location for order point + autovalidate chained...
Olivier Dony [Mon, 11 Oct 2010 19:16:13 +0000 (21:16 +0200)]
[FIX] stock: correct destination location for order point + autovalidate chained moves for procurements

bzr revid: odo@openerp.com-20101011191613-aw9753wodzb57wq2

13 years ago[IMP] stock_location: improved demo data for min stock rules
Olivier Dony [Mon, 11 Oct 2010 17:59:58 +0000 (19:59 +0200)]
[IMP] stock_location: improved demo data for min stock rules

bzr revid: odo@openerp.com-20101011175958-g4vnek9v99i1klsl

13 years ago[MERGE:IMP] merge addons-stock branch with latest improvement to Warehouse Management
Olivier Dony [Mon, 11 Oct 2010 17:58:02 +0000 (19:58 +0200)]
[MERGE:IMP] merge addons-stock branch with latest improvement to Warehouse Management

bzr revid: odo@openerp.com-20101011175802-n705sldw70bp4xpx

13 years ago[IMP] stock_location: improved demo data for push/pull flows
Olivier Dony [Mon, 11 Oct 2010 17:18:05 +0000 (19:18 +0200)]
[IMP] stock_location: improved demo data for push/pull flows

bzr revid: odo@openerp.com-20101011171805-2bfar259c3bic9w8

13 years ago[FIX] procurement: corrected check in check_move_cancel
Olivier Dony [Mon, 11 Oct 2010 17:17:40 +0000 (19:17 +0200)]
[FIX] procurement: corrected check in check_move_cancel

bzr revid: odo@openerp.com-20101011171740-1d47qzv071lzvtdz

13 years ago[MOD] account : set widget=selection in account chart configuration
Vir (Open ERP) [Mon, 11 Oct 2010 12:47:38 +0000 (18:17 +0530)]
[MOD] account : set widget=selection in account chart configuration

bzr revid: vir@tinyerp.com-20101011124738-l7st79yqwa25w21c

13 years ago[REF] hr_timesheet_invoice: moved sample invoicing rate to regular data for usability...
Olivier Dony [Mon, 11 Oct 2010 12:37:49 +0000 (14:37 +0200)]
[REF] hr_timesheet_invoice: moved sample invoicing rate to regular data for usability purposes

bzr revid: odo@openerp.com-20101011123749-5infnnimvg196vax

13 years ago[MERGE] merged team 1 branch
qdp-launchpad@tinyerp.com [Mon, 11 Oct 2010 12:35:45 +0000 (14:35 +0200)]
[MERGE] merged team 1 branch

bzr revid: qdp-launchpad@tinyerp.com-20101011123545-gg4wrk09f7a1ha42

13 years ago[MERGE] merged report branch
qdp-launchpad@tinyerp.com [Mon, 11 Oct 2010 12:25:53 +0000 (14:25 +0200)]
[MERGE] merged report branch

bzr revid: qdp-launchpad@tinyerp.com-20101011122553-smrljdmdc7o4t0yw

13 years ago[IMP] sale : The button Create Invoice open the invoice form
Vir (Open ERP) [Mon, 11 Oct 2010 11:43:11 +0000 (17:13 +0530)]
[IMP] sale : The button Create Invoice open the invoice form

bzr revid: vir@tinyerp.com-20101011114311-6bhy7mv4lpgwgson

13 years ago[MERGE] merged with openobject-addons
Harry (OpenERP) [Mon, 11 Oct 2010 11:24:37 +0000 (16:54 +0530)]
[MERGE] merged with openobject-addons

bzr revid: hmo@tinyerp.com-20101011112437-dsmle4t51mhl0vz9

13 years ago[MERGE] clean message_id problem in outlook plugin and opendocument button
Harry (OpenERP) [Mon, 11 Oct 2010 10:53:11 +0000 (16:23 +0530)]
[MERGE] clean message_id problem in outlook plugin and opendocument button

bzr revid: hmo@tinyerp.com-20101011105311-u32doqfdc6sqejke

13 years ago[IMP] Outlook Installer : Installtion instruction
Jigar Amin [Mon, 11 Oct 2010 10:41:04 +0000 (16:11 +0530)]
[IMP] Outlook Installer : Installtion instruction

bzr revid: jam@tinyerp.com-20101011104104-37b3ew1ay7b155vy

13 years agoRemoved the conflict
Jni (Open ERP) [Mon, 11 Oct 2010 10:38:56 +0000 (16:08 +0530)]
Removed the conflict

bzr revid: jni@tinyerp.com-20101011103856-dvfjcx75kpntp591

13 years ago[FIX] wiki: put readonly create_uid, create_date and write_date fields
Harry (OpenERP) [Mon, 11 Oct 2010 10:17:26 +0000 (15:47 +0530)]
[FIX] wiki: put readonly create_uid, create_date and write_date fields

bzr revid: hmo@tinyerp.com-20101011101726-w4phuj9aaj7p606e

13 years ago[IMP] Solved the Message-Id bug, Added Open Document Button, No mail or Attchment...
Jigar Amin [Mon, 11 Oct 2010 10:14:56 +0000 (15:44 +0530)]
[IMP] Solved the Message-Id bug, Added Open Document Button, No mail or Attchment are stored to system all sotred to %temp% reducing the use chilkat and added new dependices mscdo1.21

bzr revid: jam@tinyerp.com-20101011101456-6pop9x3e4nnk21px

13 years agoremove conflicts
apa-tiny [Mon, 11 Oct 2010 10:06:17 +0000 (15:36 +0530)]
remove conflicts

bzr revid: apa@tinyerp.com-20101011100617-noz4sgp9xfpevzgv

13 years agoremove conflicts
apa-tiny [Mon, 11 Oct 2010 10:04:19 +0000 (15:34 +0530)]
remove conflicts

bzr revid: apa@tinyerp.com-20101011100419-jzburzmpos92am48

13 years ago[Fix] stock: Stock move set readonly if state is done
sbh (Open ERP) [Mon, 11 Oct 2010 09:52:55 +0000 (15:22 +0530)]
[Fix] stock: Stock move set readonly if state is done

bzr revid: sbh@tinyerp.com-20101011095255-c6qyw1t8rt2050h8

13 years ago[FIX] purchase: Fixed yaml issues due to workflow changes.
uco (OpenERP) [Mon, 11 Oct 2010 09:45:20 +0000 (15:15 +0530)]
[FIX] purchase: Fixed yaml issues due to workflow changes.

bzr revid: uco@tinyerp.com-20101011094520-2z1fjpu315t82dam

13 years agomerged from trunk
apa-tiny [Mon, 11 Oct 2010 09:40:34 +0000 (15:10 +0530)]
merged from trunk

bzr revid: apa@tinyerp.com-20101011094034-3gqu5rsswp784gr0

13 years ago[REM]: crm: Removed unused fields in phonecall report
rpa (Open ERP) [Mon, 11 Oct 2010 09:29:30 +0000 (14:59 +0530)]
[REM]: crm: Removed unused fields in phonecall report

bzr revid: rpa@tinyerp.com-20101011092930-82qqybna4tdjm3p9

13 years ago[MERGE]
uco (OpenERP) [Mon, 11 Oct 2010 09:24:33 +0000 (14:54 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20101011092433-os3w2ln2fff2k2zk

13 years ago[REM, IMP] point_of_sale: Removed unused report. Improved report name for Invoice.
uco (OpenERP) [Mon, 11 Oct 2010 09:08:47 +0000 (14:38 +0530)]
[REM, IMP] point_of_sale: Removed unused report. Improved report name for Invoice.

bzr revid: uco@tinyerp.com-20101011090847-62gmt7jhcidzolhj

13 years agoimprove
apa-tiny [Mon, 11 Oct 2010 07:08:19 +0000 (12:38 +0530)]
improve

bzr revid: apa@tinyerp.com-20101011070819-co8p6lneh3nbosvn

13 years ago[IMP] mrp: Improved yaml.
uco (OpenERP) [Mon, 11 Oct 2010 06:48:45 +0000 (12:18 +0530)]
[IMP] mrp: Improved yaml.

bzr revid: uco@tinyerp.com-20101011064845-n5rrra6venmkpvpm

13 years ago[REF] : Corrected errors suggested by buildbot.
uco (OpenERP) [Mon, 11 Oct 2010 06:35:10 +0000 (12:05 +0530)]
[REF] : Corrected errors suggested by buildbot.

bzr revid: uco@tinyerp.com-20101011063510-n73y74z5oulrnkkk

13 years ago[FIX] Account_accountant : Field name corrected in xml reference
JMA(OpenERP) [Mon, 11 Oct 2010 06:31:23 +0000 (12:01 +0530)]
[FIX] Account_accountant : Field name corrected in xml reference

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

bzr revid: jvo@tinyerp.com-20101011063123-37yebgjma0885ku0

13 years ago[MOD] crm : partner icons are changed in view
DBR(Open ERP) [Mon, 11 Oct 2010 06:28:44 +0000 (11:58 +0530)]
[MOD] crm : partner icons are changed in view

bzr revid: vir@tinyerp.com-20101011062844-x1k673b53oqjznvu

13 years agoimprove
apa-tiny [Mon, 11 Oct 2010 06:25:03 +0000 (11:55 +0530)]
improve

bzr revid: apa@tinyerp.com-20101011062503-u099hf39z69vogjr

13 years ago[MOD] crm_meeting : change in calendar view and added shortcut for meeting. product...
AMP(Open ERP) [Mon, 11 Oct 2010 06:18:14 +0000 (11:48 +0530)]
[MOD] crm_meeting : change in calendar view and added shortcut for meeting. product : shortcut added

bzr revid: vir@tinyerp.com-20101011061814-5hb940uka624jeph

13 years ago[IMP] mrp: Improved yaml.
uco (OpenERP) [Mon, 11 Oct 2010 06:07:30 +0000 (11:37 +0530)]
[IMP] mrp: Improved yaml.

bzr revid: uco@tinyerp.com-20101011060730-drfj7fdcvvzdj6x1

13 years ago[FIX]: crm, sale_crm: Fixed pylint warnings
rpa (Open ERP) [Mon, 11 Oct 2010 06:02:13 +0000 (11:32 +0530)]
[FIX]: crm, sale_crm: Fixed pylint warnings

bzr revid: rpa@tinyerp.com-20101011060213-yd9g5nfzg4wg0i4o

13 years ago[Fix]account_accountant : Fix the warining of pylint
sbh (Open ERP) [Mon, 11 Oct 2010 05:55:09 +0000 (11:25 +0530)]
[Fix]account_accountant : Fix the warining of pylint

bzr revid: sbh@tinyerp.com-20101011055509-j8bzy46nvuksp6p8

13 years ago[FIX]: sale_crm: Fixed security .csv
rpa (Open ERP) [Mon, 11 Oct 2010 05:46:51 +0000 (11:16 +0530)]
[FIX]: sale_crm: Fixed security .csv

bzr revid: rpa@tinyerp.com-20101011054651-ct7vgcseh7ins7t0

13 years ago[FIx] Hr_payroll_account : Typo fix
Jay (OpenERP) [Mon, 11 Oct 2010 05:45:00 +0000 (11:15 +0530)]
[FIx] Hr_payroll_account : Typo fix

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

bzr revid: jvo@tinyerp.com-20101011054500-r6aw3313kxubxkn1

13 years ago[FIX] Account : Typo fix
Jay (OpenERP) [Mon, 11 Oct 2010 05:41:24 +0000 (11:11 +0530)]
[FIX] Account : Typo fix

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

bzr revid: jvo@tinyerp.com-20101011054124-5rh9fyid8dq7jq13

13 years ago[MERGE] Merge lp:openobject-addons
sbh (Open ERP) [Mon, 11 Oct 2010 05:15:26 +0000 (10:45 +0530)]
[MERGE] Merge lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101011051526-rn7qauj3zkaqgopm

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Mon, 11 Oct 2010 05:13:27 +0000 (10:43 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20101011051327-28nxc8ok6ofxxn19

13 years agomerge
apa-tiny [Mon, 11 Oct 2010 05:01:15 +0000 (10:31 +0530)]
merge

bzr revid: apa@tinyerp.com-20101011050115-rm1b16mg6ngk6e5c

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20101011044533-mu3e6rmywz6ilyi7

13 years ago[MERGE]
Jigar Amin [Mon, 11 Oct 2010 04:42:36 +0000 (10:12 +0530)]
[MERGE]

bzr revid: jam@tinyerp.com-20101011044236-6vg31dkigcknuym2

13 years ago[MERGE]
uco (OpenERP) [Mon, 11 Oct 2010 04:40:11 +0000 (10:10 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20101011044011-g4z4wzuhrjgmi7r3

13 years agofix
fp [Sun, 10 Oct 2010 20:04:38 +0000 (22:04 +0200)]
fix

bzr revid: fp@fp-laptop-20101010200438-rvs58uh9wvpio978

13 years agofix
fp [Sun, 10 Oct 2010 19:48:41 +0000 (21:48 +0200)]
fix

bzr revid: fp@fp-laptop-20101010194841-wcmfw8c955iqu6ng

13 years agormeoved_print
fp [Sun, 10 Oct 2010 19:36:30 +0000 (21:36 +0200)]
rmeoved_print

bzr revid: fp@fp-laptop-20101010193630-vowjm74h9f55ixel

13 years agofix
fp [Sun, 10 Oct 2010 19:30:31 +0000 (21:30 +0200)]
fix

bzr revid: fp@fp-laptop-20101010193031-rdigl91djqkdiy9w

13 years agoadd
fp [Sun, 10 Oct 2010 19:15:53 +0000 (21:15 +0200)]
add

bzr revid: fp@fp-laptop-20101010191553-0qrlrxx367mmsytt

13 years ago[IMP] useability improvements
fp [Sun, 10 Oct 2010 19:09:36 +0000 (21:09 +0200)]
[IMP] useability improvements

bzr revid: fp@fp-laptop-20101010190936-wa3gafy2f8pt59ok