odoo/odoo.git
15 years agobugfix
husen daudi [Tue, 3 Feb 2009 07:31:23 +0000 (13:01 +0530)]
bugfix

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

bzr revid: hda@hda-20090203073123-2c0zibxh495o7ldo

15 years ago[FIX] Python typo fix
Stephane Wirtel [Mon, 2 Feb 2009 14:35:18 +0000 (15:35 +0100)]
[FIX] Python typo fix

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

bzr revid: stephane@tinyerp.com-20090202143518-6x96x6syd82se26d

15 years ago[IMP] Add a new function, last_day_of_current_month, this function returns the last...
Stephane Wirtel [Mon, 2 Feb 2009 14:07:15 +0000 (15:07 +0100)]
[IMP] Add a new function, last_day_of_current_month, this function returns the last day of the current month.

bzr revid: stephane@tinyerp.com-20090202140715-e5lw28lvrd9fep13

15 years ago[FIX] Use the translation in the selection field for the print screen functionnality
Stephane Wirtel [Mon, 2 Feb 2009 13:02:14 +0000 (14:02 +0100)]
[FIX] Use the translation in the selection field for the print screen functionnality

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

bzr revid: stephane@tinyerp.com-20090202130214-z3bknh0n2j0wpspa

15 years ago[FIX] allow to use the rowspan attribute on the group tag
Stephane Wirtel [Mon, 2 Feb 2009 07:13:47 +0000 (08:13 +0100)]
[FIX] allow to use the rowspan attribute on the group tag

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

bzr revid: stephane@tinyerp.com-20090202071347-af02011b97ro5237

15 years ago[FIX] Avoid an infinite loop when a module can not be physically found. Thanks a...
Christophe Simonis [Sat, 31 Jan 2009 20:29:14 +0000 (21:29 +0100)]
[FIX] Avoid an infinite loop when a module can not be physically found. Thanks a lot to P. Christeas for the initial patch.

bzr revid: christophe@taupe-20090131202914-m3stut6b62ysd0dm

15 years ago[FIX] database connections aren't serialized by default
Christophe Simonis [Sat, 31 Jan 2009 18:36:18 +0000 (19:36 +0100)]
[FIX] database connections aren't serialized by default

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

bzr revid: christophe@taupe-20090131183618-pglu86hzq3ewsfxi

15 years ago[FIX] reactive the colored logging
Christophe Simonis [Fri, 30 Jan 2009 16:55:51 +0000 (17:55 +0100)]
[FIX] reactive the colored logging

bzr revid: christophe@tinyerp.com-20090130165551-7e6nnn6f2xxabijd

15 years ago[FIX] Don't use the color if we use the logfile as logger
Stephane Wirtel [Fri, 30 Jan 2009 15:31:01 +0000 (16:31 +0100)]
[FIX] Don't use the color if we use the logfile as logger

bzr revid: stephane@tinyerp.com-20090130153101-94qlxou5fq8bcp0t

15 years ago[FIX] generate the pyc for redhat
Stephane Wirtel [Fri, 30 Jan 2009 15:19:03 +0000 (16:19 +0100)]
[FIX] generate the pyc for redhat

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

bzr revid: stephane@tinyerp.com-20090130151903-nggkdf0iord5o0g3

15 years ago[FIX] Set the template0 as default template when you create a new database
Stephane Wirtel [Fri, 30 Jan 2009 12:52:39 +0000 (13:52 +0100)]
[FIX] Set the template0 as default template when you create a new database
http://www.postgresql.org/docs/8.2/static/manage-ag-templatedbs.html
http://www.postgresql.org/docs/8.2/static/app-pgrestore.html

Thank you to Christophe Chauvet (SYLEAM) for this fix.

bzr revid: stephane@tinyerp.com-20090130125239-4h8agooloymfjy0m

15 years ago[FIX] update the docs
Christophe Simonis [Thu, 29 Jan 2009 23:41:16 +0000 (00:41 +0100)]
[FIX] update the docs

bzr revid: christophe@taupe-20090129234116-q47b2kupt02o24s0

15 years ago[FIX] avoid a crash when resetting the local with python 2.4 (lp:322432)
Christophe Simonis [Thu, 29 Jan 2009 23:20:17 +0000 (00:20 +0100)]
[FIX] avoid a crash when resetting the local with python 2.4 (lp:322432)
[IMP] do not rewrite locale information every time
[IMP] all message about translations are logger into the 'i18n' logger
[FIX] the code and the name of the languages must be unique

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

bzr revid: christophe@taupe-20090129232017-7lvamen2b3s1waxp

15 years ago[IMP] Integrate the headers from the old custom module
Stephane Wirtel [Thu, 29 Jan 2009 22:22:23 +0000 (23:22 +0100)]
[IMP] Integrate the headers from the old custom module

bzr revid: stephane@tinyerp.com-20090129222223-ac7pa5yrq1xohbu4

15 years ago[FIX] Generate the pgpass file for the pg_dump and pg_restore
Stephane Wirtel [Thu, 29 Jan 2009 16:52:06 +0000 (17:52 +0100)]
[FIX] Generate the pgpass file for the pg_dump and pg_restore

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

bzr revid: stephane@tinyerp.com-20090129165206-eqqsjk43p8a70dje

15 years ago[FIX] Remove the select for update and use a lock table
Stephane Wirtel [Thu, 29 Jan 2009 16:10:22 +0000 (17:10 +0100)]
[FIX] Remove the select for update and use a lock table

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

bzr revid: stephane@tinyerp.com-20090129161022-6zr4k03d7qil2342

15 years agobugfix
Fabien Pinckaers [Thu, 29 Jan 2009 15:52:16 +0000 (16:52 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20090129155216-coo7xd69aszefhjz

15 years ago[IMP] Use a real exception instead of a simple assert
Stephane Wirtel [Thu, 29 Jan 2009 14:21:45 +0000 (15:21 +0100)]
[IMP] Use a real exception instead of a simple assert

bzr revid: stephane@tinyerp.com-20090129142145-03gkycw9xu82y83d

15 years ago[REV] Revert code for the hostname and the dump
Stephane Wirtel [Thu, 29 Jan 2009 13:39:46 +0000 (14:39 +0100)]
[REV] Revert code for the hostname and the dump

bzr revid: stephane@tinyerp.com-20090129133946-l05fi1j8rou9tqyn

15 years ago[IMP] the module graph is updated and loaded until there are modules to load.
Christophe Simonis [Thu, 29 Jan 2009 09:59:37 +0000 (10:59 +0100)]
[IMP] the module graph is updated and loaded until there are modules to load.
[IMP] log the extra database columns only when all modules are loaded

bzr revid: christophe@tinyerp.com-20090129095937-izrx5s4qac1dmapj

15 years agoBugfixed translation of selection field in wizard
Jay (Open ERP) [Thu, 29 Jan 2009 09:16:01 +0000 (14:46 +0530)]
Bugfixed translation of selection field in wizard

bzr revid: jvo@tinyerp.com-20090129091601-2jwj1g5k7vi78kgp

15 years agoMinor modifs
Jay (Open ERP) [Thu, 29 Jan 2009 06:15:55 +0000 (11:45 +0530)]
Minor modifs

bzr revid: jvo@tinyerp.com-20090129061555-2tlpj9vzdkp9mqyd

15 years ago[FIX] Compile the migrate script in doc/migrate
Stephane Wirtel [Thu, 29 Jan 2009 00:42:50 +0000 (01:42 +0100)]
[FIX] Compile the migrate script in doc/migrate

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

bzr revid: stephane@tinyerp.com-20090129004250-ca0akzfsdxlc4jd7

15 years ago[FIX] Don't use the hostname if it is in ('127.0.0.1', 'localhost')
Stephane Wirtel [Thu, 29 Jan 2009 00:23:10 +0000 (01:23 +0100)]
[FIX] Don't use the hostname if it is in ('127.0.0.1', 'localhost')

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

bzr revid: stephane@tinyerp.com-20090129002310-75wuum4qpx5s8ac4

15 years agomodifs
Fabien Pinckaers [Wed, 28 Jan 2009 23:55:50 +0000 (00:55 +0100)]
modifs

bzr revid: fp@tinyerp.com-20090128235550-567xltoy8x6ia785

15 years agobugfix_no_translate_computed_selection
Fabien Pinckaers [Wed, 28 Jan 2009 23:52:21 +0000 (00:52 +0100)]
bugfix_no_translate_computed_selection

bzr revid: fp@tinyerp.com-20090128235221-rntr7ic2btszu236

15 years agobugfix
Fabien Pinckaers [Wed, 28 Jan 2009 23:46:35 +0000 (00:46 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20090128234635-fq387ackvvl16xdo

15 years agomerge
Fabien Pinckaers [Wed, 28 Jan 2009 23:15:55 +0000 (00:15 +0100)]
merge

bzr revid: fp@tinyerp.com-20090128231555-amfq7s8xc1xtbjsv

15 years agobugfix
Fabien Pinckaers [Wed, 28 Jan 2009 23:11:02 +0000 (00:11 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20090128231102-t17un7qgmx0mmewh

15 years agobugfix
Fabien Pinckaers [Wed, 28 Jan 2009 23:11:00 +0000 (00:11 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20090128231100-lh55gi6k2rz57qcp

15 years ago[FIX] Improve the sql queries to avoid errors
Stephane Wirtel [Wed, 28 Jan 2009 22:39:29 +0000 (23:39 +0100)]
[FIX] Improve the sql queries to avoid errors

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

bzr revid: stephane@tinyerp.com-20090128223929-htx821f9jekezw82

15 years ago[FIX] Typo obect -> object
Stephane Wirtel [Wed, 28 Jan 2009 20:33:13 +0000 (21:33 +0100)]
[FIX] Typo obect -> object

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

bzr revid: stephane@tinyerp.com-20090128203313-lcal91le01pk4d3v

15 years agobugfix
Fabien Pinckaers [Wed, 28 Jan 2009 19:19:31 +0000 (20:19 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20090128191931-jqd528mosmoe2iao

15 years agoimproved
Fabien Pinckaers [Wed, 28 Jan 2009 19:18:15 +0000 (20:18 +0100)]
improved

bzr revid: fp@tinyerp.com-20090128191815-csh7eo3gyzwk1zua

15 years ago[FIX] Use the copy version from Python 2.5
Stephane Wirtel [Wed, 28 Jan 2009 19:01:19 +0000 (20:01 +0100)]
[FIX] Use the copy version from Python 2.5

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

bzr revid: stephane@tinyerp.com-20090128190119-14eu25ebl85lt7dd

15 years ago[FIX] bugfixed the date of account_move that were wrongly filled when created from...
qdp [Wed, 28 Jan 2009 18:33:27 +0000 (19:33 +0100)]
[FIX] bugfixed the date of account_move that were wrongly filled when created from an invoice (because of fields.related on account_move_line)

bzr revid: qdp@tinyerp.com-20090128183327-v0oj3lkbr21j6sl7

15 years ago[FIX] Fix the rate
Stephane Wirtel [Wed, 28 Jan 2009 18:21:31 +0000 (19:21 +0100)]
[FIX] Fix the rate

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

bzr revid: stephane@tinyerp.com-20090128182131-30967pncjn3zcnod

15 years ago[MERGE]
Stephane Wirtel [Wed, 28 Jan 2009 18:18:53 +0000 (19:18 +0100)]
[MERGE]

bzr revid: stephane@tinyerp.com-20090128181853-lfpp81lb0jm13793

15 years agobugfix_sale
Fabien Pinckaers [Wed, 28 Jan 2009 17:10:21 +0000 (18:10 +0100)]
bugfix_sale

bzr revid: fp@tinyerp.com-20090128171021-cuoelc2j7dqx18h7

15 years ago[FIX] base_contact - Set an empty ref
Stephane Wirtel [Wed, 28 Jan 2009 17:00:55 +0000 (18:00 +0100)]
[FIX] base_contact - Set an empty ref

bzr revid: stephane@tinyerp.com-20090128170055-6hxc431ynmr63ing

15 years ago[FIX] added security rules for l10n_fr report
qdp [Wed, 28 Jan 2009 16:31:26 +0000 (17:31 +0100)]
[FIX] added security rules for l10n_fr report

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

bzr revid: qdp@tinyerp.com-20090128163126-t83mm28311g6g6w3

15 years agoadd technical name in technical guide report
Najlaâ EL KHAYAT [Wed, 28 Jan 2009 16:20:33 +0000 (17:20 +0100)]
add technical name in technical guide report

bzr revid: nel@tinyerp.com-20090128162033-nwhns23due8zrr0t

15 years ago[FIX] Use the notation for the default values of a many2many field
Stephane Wirtel [Wed, 28 Jan 2009 15:42:52 +0000 (16:42 +0100)]
[FIX] Use the notation for the default values of a many2many field

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

bzr revid: stephane@tinyerp.com-20090128154252-4ibps4vcgltfk02s

15 years agomerge
Fabien Pinckaers [Wed, 28 Jan 2009 15:14:46 +0000 (16:14 +0100)]
merge

bzr revid: fp@tinyerp.com-20090128151446-15grcltzq5wk06o7

15 years agoicons
Fabien Pinckaers [Wed, 28 Jan 2009 15:14:06 +0000 (16:14 +0100)]
icons

bzr revid: fp@tinyerp.com-20090128151406-6x9zk5425gbp631f

15 years agofollowp modifs
mra (Open ERP) [Wed, 28 Jan 2009 15:10:19 +0000 (20:40 +0530)]
followp modifs

bzr revid: mra@tinyerp.com-20090128151019-cxkmi6765wi641by

15 years ago[IMP] aded translate=true on description field of followup line
qdp [Wed, 28 Jan 2009 14:43:31 +0000 (15:43 +0100)]
[IMP] aded translate=true on description field of followup line

bzr revid: qdp@tinyerp.com-20090128144331-rxc6j77pq31inqix

15 years ago[FIX] fixed translation on account.invoice.tax in a smarter way
qdp [Wed, 28 Jan 2009 14:41:13 +0000 (15:41 +0100)]
[FIX] fixed translation on account.invoice.tax in a smarter way

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

bzr revid: qdp@tinyerp.com-20090128144113-ip1p20c539rx8oti

15 years agoBugfix
hda (Tiny) [Wed, 28 Jan 2009 14:29:42 +0000 (19:59 +0530)]
Bugfix

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

bzr revid: hda@tinyerp.com-20090128142942-7d7ljmq44fwqk2uf

15 years ago[FIX] removed wrong bugfix
qdp [Wed, 28 Jan 2009 13:46:13 +0000 (14:46 +0100)]
[FIX] removed wrong bugfix

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

bzr revid: qdp@tinyerp.com-20090128134613-eado0sbj5mziog2x

15 years ago[FIX] added translate = true on name field of account_invoice_tax object
qdp [Wed, 28 Jan 2009 13:22:30 +0000 (14:22 +0100)]
[FIX] added translate = true on name field of account_invoice_tax object

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

bzr revid: qdp@tinyerp.com-20090128132230-w0w7q3jgolam9hdx

15 years ago[FIX] Remove the print statement
Stephane Wirtel [Wed, 28 Jan 2009 13:15:06 +0000 (14:15 +0100)]
[FIX] Remove the print statement

bzr revid: stephane@tinyerp.com-20090128131506-8sasuoobr36rhou7

15 years ago[FIX] Set True to installable
Stephane Wirtel [Wed, 28 Jan 2009 13:12:32 +0000 (14:12 +0100)]
[FIX] Set True to installable

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

bzr revid: stephane@tinyerp.com-20090128131232-1ihaouhmkxfamojf

15 years agomerging from the trunk
mga (Tiny/Axelor) [Wed, 28 Jan 2009 13:11:44 +0000 (18:41 +0530)]
merging from the trunk

bzr revid: mga@tinyerp.com-20090128131144-6fh968o6fbyiy2kc

15 years agosolve problem for the
mga (Tiny/Axelor) [Wed, 28 Jan 2009 13:05:31 +0000 (18:35 +0530)]
solve problem for the

bzr revid: mga@tinyerp.com-20090128130531-3bkhei5jsnvuvlze

15 years agoReport_sxw modified for browse_record values in default formats
Jay (Open ERP) [Wed, 28 Jan 2009 12:52:32 +0000 (18:22 +0530)]
Report_sxw modified for browse_record values in default formats

bzr revid: jvo@tinyerp.com-20090128125232-rfqwrvec513c5r2d

15 years agoaccount followup modifs
mra (Open ERP) [Wed, 28 Jan 2009 12:39:19 +0000 (18:09 +0530)]
account followup modifs

bzr revid: mra@tinyerp.com-20090128123919-5j0qvd7bm0nu81mh

15 years ago[FIX] Seek the position to 0 for a stringio
Stephane Wirtel [Wed, 28 Jan 2009 12:22:13 +0000 (13:22 +0100)]
[FIX] Seek the position to 0 for a stringio

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

bzr revid: stephane@tinyerp.com-20090128122213-eetwscy9k00byh9l

15 years agoBugfixed view of analytic line entries
Jay (Open ERP) [Wed, 28 Jan 2009 12:00:44 +0000 (17:30 +0530)]
Bugfixed view of  analytic line entries

bzr revid: jvo@tinyerp.com-20090128120044-m1lpdypldy7xe22e

15 years ago[MERGE]
Stephane Wirtel [Wed, 28 Jan 2009 11:55:24 +0000 (12:55 +0100)]
[MERGE]

bzr revid: stephane@tinyerp.com-20090128115524-o2dg3v7ulilz39jx

15 years ago[FIX] l10n_fr - Add a certificate ID
Stephane Wirtel [Wed, 28 Jan 2009 11:54:39 +0000 (12:54 +0100)]
[FIX] l10n_fr - Add a certificate ID

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

bzr revid: stephane@tinyerp.com-20090128115439-h2sl010c36saskv2

15 years ago[FIX] Change the layout for the crm case
Stephane Wirtel [Wed, 28 Jan 2009 11:46:33 +0000 (12:46 +0100)]
[FIX] Change the layout for the crm case

bzr revid: stephane@tinyerp.com-20090128114633-i4ez6c175qby2fi5

15 years agoaccount followup modifs on report
mra (Open ERP) [Wed, 28 Jan 2009 11:42:54 +0000 (17:12 +0530)]
account followup modifs on report

bzr revid: mra@tinyerp.com-20090128114254-rum76avegbr0ijqb

15 years agoSet partner name in purchase order report
Apa (Open ERP) [Wed, 28 Jan 2009 11:34:55 +0000 (17:04 +0530)]
Set partner name in purchase order report

bzr revid: apa@tinyerp.com-20090128113455-q03nju9tjlsyy0ns

15 years ago[FIX] I you changed the invoice of a member (draft->open->canceled->draft), his membe...
qdp [Wed, 28 Jan 2009 11:29:15 +0000 (12:29 +0100)]
[FIX] I you changed the invoice of a member (draft->open->canceled->draft), his membership state changed but not the state of the associated members of him.

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

bzr revid: qdp@tinyerp.com-20090128112915-fcsi4645w7m03otc

15 years ago[FIX] User can read his own password
Stephane Wirtel [Wed, 28 Jan 2009 11:20:14 +0000 (12:20 +0100)]
[FIX] User can read his own password

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

bzr revid: stephane@tinyerp.com-20090128112014-besest79n8luqe8e

15 years agoset partner name in RFQ report
Apa (Open ERP) [Wed, 28 Jan 2009 11:18:24 +0000 (16:48 +0530)]
set partner name in RFQ report

bzr revid: apa@tinyerp.com-20090128111824-u77qonbf0m5f1fqk

15 years ago[FIX] The state of Associated members was only changed if the Associate member field...
qdp [Wed, 28 Jan 2009 11:15:30 +0000 (12:15 +0100)]
[FIX] The state of Associated members was only changed if the Associate member field was changed later.
[IMP] added recursion control on associate_member
[IMP] overall cleaning of the whole module

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

bzr revid: qdp@tinyerp.com-20090128111530-h9j1kiizzyd7cyuq

15 years agomodify RFQ
Apa (Open ERP) [Wed, 28 Jan 2009 10:48:30 +0000 (16:18 +0530)]
modify RFQ

bzr revid: apa@tinyerp.com-20090128104830-c1x3fvchsse8hhtb

15 years agomodify RFQ report
Apa (Open ERP) [Wed, 28 Jan 2009 10:22:49 +0000 (15:52 +0530)]
modify RFQ report

bzr revid: apa@tinyerp.com-20090128102249-0gxjd4lmzoziwv9r

15 years agoSet Warehouse address in RFQ report.
Apa (Open ERP) [Wed, 28 Jan 2009 09:34:50 +0000 (15:04 +0530)]
Set Warehouse address in RFQ report.

bzr revid: apa@tinyerp.com-20090128093450-01bt3ing3b12hq3w

15 years agoSurpassed the exception when resetting locale for non-utf8 encodings
Jay (Open ERP) [Wed, 28 Jan 2009 09:00:43 +0000 (14:30 +0530)]
Surpassed the exception when resetting locale for non-utf8 encodings

bzr revid: jvo@tinyerp.com-20090128090043-j5g25o3q8qqzd0uy

15 years agomerge
Fabien Pinckaers [Wed, 28 Jan 2009 08:54:51 +0000 (09:54 +0100)]
merge

bzr revid: fp@tinyerp.com-20090128085451-dxsocjl7wc5sfm0m

15 years agomodifs
Fabien Pinckaers [Wed, 28 Jan 2009 08:33:04 +0000 (09:33 +0100)]
modifs

bzr revid: fp@tinyerp.com-20090128083304-vttcp8r9f56ijzbc

15 years agoNo need to prepend Module before the title
Olivier Laurent [Wed, 28 Jan 2009 07:17:53 +0000 (08:17 +0100)]
No need to prepend Module before the title

bzr revid: olt@tinyerp.com-20090128071753-w3hxejax8b1y73sp

15 years agosmall changes
Apa (Open ERP) [Wed, 28 Jan 2009 06:59:08 +0000 (12:29 +0530)]
small changes

bzr revid: apa@tinyerp.com-20090128065908-hp5vqnhf6roymuha

15 years agoset formatlang finction in :
Apa (Open ERP) [Wed, 28 Jan 2009 06:47:57 +0000 (12:17 +0530)]
set formatlang finction in :
  sale_delivery_report/report/shipping.rml
  sale_delivery_report/report/shipping.sxw

bzr revid: apa@tinyerp.com-20090128064757-cob9mu2f0obnh1h8

15 years agoset attrs in wizard:
Apa (Open ERP) [Wed, 28 Jan 2009 06:10:27 +0000 (11:40 +0530)]
set attrs in wizard:
  account/wizard/wizard_partner_balance_report.py
  account/wizard/wizard_third_party_ledger.py

bzr revid: apa@tinyerp.com-20090128061027-j2bo4h5qohrqpgm7

15 years ago[IMP] Update the translations
Stephane Wirtel [Wed, 28 Jan 2009 01:26:40 +0000 (02:26 +0100)]
[IMP] Update the translations

bzr revid: stephane@tinyerp.com-20090128012640-z2ffcog1o231zcvb

15 years ago[IMP] Update the translations
Stephane Wirtel [Wed, 28 Jan 2009 01:25:53 +0000 (02:25 +0100)]
[IMP] Update the translations

bzr revid: stephane@tinyerp.com-20090128012553-cxpllpzy35758vbh

15 years agomodifs
Fabien Pinckaers [Tue, 27 Jan 2009 21:30:04 +0000 (22:30 +0100)]
modifs

bzr revid: fp@tinyerp.com-20090127213004-rt0lp3onp9leootl

15 years agomerge
Fabien Pinckaers [Tue, 27 Jan 2009 21:26:08 +0000 (22:26 +0100)]
merge

bzr revid: fp@tinyerp.com-20090127212608-6zpfvdvpsuzfcdz5

15 years agomerge
Fabien Pinckaers [Tue, 27 Jan 2009 21:25:44 +0000 (22:25 +0100)]
merge

bzr revid: fp@tinyerp.com-20090127212544-gcntt9aubtnuv3cg

15 years ago[FIX] Rewrite the sql query
Stephane Wirtel [Tue, 27 Jan 2009 18:10:43 +0000 (19:10 +0100)]
[FIX] Rewrite the sql query

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

bzr revid: stephane@tinyerp.com-20090127181043-bas7sgjwexwiqbb1

15 years ago[FIX] Add a certificate ID
Stephane Wirtel [Tue, 27 Jan 2009 17:20:27 +0000 (18:20 +0100)]
[FIX] Add a certificate ID

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

bzr revid: stephane@tinyerp.com-20090127172027-yk4th91oyfaxq83o

15 years agoimproved and bugfixed the account_followup module:
qdp [Tue, 27 Jan 2009 16:35:52 +0000 (17:35 +0100)]
improved and bugfixed the account_followup module:
- [IMP] improved demo data
- [FIX] bugfixed the view account_followup_stat
- [IMP] removed the possibility to do followup on payable entries (only possible on receivable entries now)
- [IMP] improved views
- [IMP] improved wizard: ask for the followup to use, more explicit. Still have to debug the send mail functionnality (thus functionnality have been merged with
the print followup one => only have one button now)
- [IMP] added the possibility to display the company currency in the mail
- [FIX] bugfixed the way we were computing which entries have to be level up

bzr revid: qdp@tinyerp.com-20090127163552-susvodl3xz3e26e7

15 years ago[FIX] Use a limit in the domain
Stephane Wirtel [Tue, 27 Jan 2009 15:34:48 +0000 (16:34 +0100)]
[FIX] Use a limit in the domain

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

bzr revid: stephane@tinyerp.com-20090127153448-bzd3oso8vjuii8xy

15 years ago[IMP] improved views
qdp [Tue, 27 Jan 2009 15:23:53 +0000 (16:23 +0100)]
[IMP] improved views

bzr revid: qdp@tinyerp.com-20090127152353-hf6ascoujsjz36n2

15 years agomerge
Najlaâ EL KHAYAT [Tue, 27 Jan 2009 15:16:19 +0000 (16:16 +0100)]
merge

bzr revid: nel@tinyerp.com-20090127151619-x7gpp4mydsnqj0ji

15 years agoAvoid crash when no account
Najlaâ EL KHAYAT [Tue, 27 Jan 2009 15:15:04 +0000 (16:15 +0100)]
Avoid crash when no account

bzr revid: nel@tinyerp.com-20090127151504-pivyi1i5kf3nb69v

15 years ago[FIX] Layout (patch from Ferdinand Gassauer
Stephane Wirtel [Tue, 27 Jan 2009 15:02:38 +0000 (16:02 +0100)]
[FIX] Layout (patch from Ferdinand Gassauer

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

bzr revid: stephane@tinyerp.com-20090127150238-rixnlliuak8e289m

15 years agoprint only taxes with tax code for invoice report
Najlaâ EL KHAYAT [Tue, 27 Jan 2009 14:21:14 +0000 (15:21 +0100)]
print only taxes with tax code for invoice report

bzr revid: nel@tinyerp.com-20090127142114-3jel0qej3nct9j8k

15 years ago[FIX] Set a noupdate flag
Stephane Wirtel [Tue, 27 Jan 2009 13:22:40 +0000 (14:22 +0100)]
[FIX] Set a noupdate flag

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

bzr revid: stephane@tinyerp.com-20090127132240-b0otr6qg985p5d3o

15 years agowe should not print the label non assigned product when there is non assigned product...
Apa (Open ERP) [Tue, 27 Jan 2009 13:20:34 +0000 (18:50 +0530)]
we should not print the label non assigned product when there is non assigned products==Done(vir)

bzr revid: apa@tinyerp.com-20090127132034-xua92awk8u84z2uj

15 years agoMerge
Najlaâ EL KHAYAT [Tue, 27 Jan 2009 13:17:04 +0000 (14:17 +0100)]
Merge

bzr revid: nel@tinyerp.com-20090127131704-13ahcahtbn9180tb

15 years agoadd sale_delivery_report to manufacturing profile
Najlaâ EL KHAYAT [Tue, 27 Jan 2009 13:13:58 +0000 (14:13 +0100)]
add sale_delivery_report to manufacturing profile

bzr revid: nel@tinyerp.com-20090127131358-tv0ky9s4rz9v3841

15 years ago[MERGE]
Olivier Laurent [Tue, 27 Jan 2009 12:46:59 +0000 (13:46 +0100)]
[MERGE]

bzr revid: olt@tinyerp.com-20090127124659-gmd5avxlgl2831tl

15 years ago[MERGE]
Olivier Laurent [Tue, 27 Jan 2009 12:46:03 +0000 (13:46 +0100)]
[MERGE]

bzr revid: olt@tinyerp.com-20090127124603-z2pjosd7y8l9qv7n

15 years ago[MERGE]
Stephane Wirtel [Tue, 27 Jan 2009 12:45:59 +0000 (13:45 +0100)]
[MERGE]

bzr revid: stephane@tinyerp.com-20090127124559-elq2thy0z7m12bqz

15 years ago[MERGE]
Olivier Laurent [Tue, 27 Jan 2009 12:45:33 +0000 (13:45 +0100)]
[MERGE]

bzr revid: olt@tinyerp.com-20090127124533-31s3oy5qmofdits4