odoo/odoo.git
15 years agoimplement the re-indexing wizard
Mantavya Gajjar [Wed, 26 Nov 2008 09:05:13 +0000 (14:35 +0530)]
implement the re-indexing wizard

bzr revid: mga@tinyerp.com-20081126090513-5bcp8hn70wxle2pn

15 years agoimprove the wiki view
Mantavya Gajjar [Wed, 26 Nov 2008 09:04:41 +0000 (14:34 +0530)]
improve the wiki view
add new wizard

bzr revid: mga@tinyerp.com-20081126090441-aous9oz6aux0mq1h

15 years agoimprove
Fabien Pinckaers [Tue, 25 Nov 2008 23:38:53 +0000 (00:38 +0100)]
improve

bzr revid: fp@tinyerp.com-20081125233853-ku1a0ku1k3z2nu54

15 years agoimproved_custom
Fabien Pinckaers [Tue, 25 Nov 2008 23:33:24 +0000 (00:33 +0100)]
improved_custom

bzr revid: fp@tinyerp.com-20081125233324-i75nta19003mz3rt

15 years agoimproved_customization
Fabien Pinckaers [Tue, 25 Nov 2008 23:33:17 +0000 (00:33 +0100)]
improved_customization

bzr revid: fp@tinyerp.com-20081125233317-e9f3f4v99gmyyen0

15 years agoimproved_view
Fabien Pinckaers [Tue, 25 Nov 2008 20:40:03 +0000 (21:40 +0100)]
improved_view

bzr revid: fp@tinyerp.com-20081125204003-33eh31uqmr2mo6rb

15 years agorestored_custom
Fabien Pinckaers [Tue, 25 Nov 2008 20:39:38 +0000 (21:39 +0100)]
restored_custom

bzr revid: fp@tinyerp.com-20081125203938-1vswusxzxsxtio5g

15 years agomodifs
Fabien Pinckaers [Tue, 25 Nov 2008 20:38:52 +0000 (21:38 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081125203852-r1jepfh4r9i6i6v9

15 years agoimprove
Fabien Pinckaers [Tue, 25 Nov 2008 20:35:31 +0000 (21:35 +0100)]
improve

bzr revid: fp@tinyerp.com-20081125203531-c79v3quq04bs68km

15 years ago*modified view of account_journal in order to add new field refund_journal + to fetch...
qdp [Tue, 25 Nov 2008 17:23:21 +0000 (18:23 +0100)]
*modified view of account_journal in order to add new field refund_journal + to fetch new view template
*added analytic_account_id and account_tax_id in manual entry of account_move form + correct code to allow such encoding
*added demo data for refund journals (on sales and on purchases) and for check journal

bzr revid: qdp@tinyerp.com-20081125172321-ppht20oi1wlu3psa

15 years ago*bugfix: the invoice_quantity field on sale order should be readonly when the order...
qdp [Tue, 25 Nov 2008 17:15:21 +0000 (18:15 +0100)]
*bugfix: the invoice_quantity field on sale order should be readonly when the order policy is set as 'Payment before delivery', not 'Invoice from the packings'

bzr revid: qdp@tinyerp.com-20081125171521-wox9h7yluwr725lu

15 years ago[FIX] add missing method
Christophe Simonis [Tue, 25 Nov 2008 16:49:39 +0000 (17:49 +0100)]
[FIX] add missing method

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

bzr revid: christophe@tinyerp.com-20081125164939-1iv880xrvacgfqns

15 years ago[MERGE]
Christophe Simonis [Tue, 25 Nov 2008 16:18:31 +0000 (17:18 +0100)]
[MERGE]

bzr revid: christophe@tinyerp.com-20081125161831-oy0b6dexhhkmmf4y

15 years ago[IMP] document: better logging
Christophe Simonis [Tue, 25 Nov 2008 16:12:27 +0000 (17:12 +0100)]
[IMP] document: better logging

bzr revid: christophe@tinyerp.com-20081125161227-l1bldqdrkeunir2l

15 years ago*bugfix of process_end on ir_model.py related to partial import compliance
qdp [Tue, 25 Nov 2008 15:19:14 +0000 (16:19 +0100)]
*bugfix of process_end on ir_model.py related to partial import compliance

bzr revid: qdp@tinyerp.com-20081125151914-qemw8kkydvnd3uto

15 years ago[FIX] Indent the xml view file
Stephane Wirtel [Tue, 25 Nov 2008 14:19:20 +0000 (15:19 +0100)]
[FIX] Indent the xml view file

bzr revid: stephane@tinyerp.com-20081125141920-q9i4fdlv2xdl4l4h

15 years ago[MERGE]
Stephane Wirtel [Tue, 25 Nov 2008 14:18:54 +0000 (15:18 +0100)]
[MERGE]

bzr revid: stephane@tinyerp.com-20081125141854-6jx7y5y7kieg53o5

15 years ago[FIX] Pass the arguments to the __init__ method of pydot.Dot because there is a bug...
Stephane Wirtel [Tue, 25 Nov 2008 14:17:12 +0000 (15:17 +0100)]
[FIX] Pass the arguments to the __init__ method of pydot.Dot because there is a bug with the pydot.Dot#set method

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

bzr revid: stephane@tinyerp.com-20081125141712-kyl78ajk3mrsyzlk

15 years agoimplement maintenance
hda@tinyerp.com [Tue, 25 Nov 2008 13:50:41 +0000 (19:20 +0530)]
implement maintenance

bzr revid: hda@tinyerp.com-20081125135041-peehjywthggx8ua9

15 years ago[FIX] document module: avoid exception when check non openerp databases
Christophe Simonis [Tue, 25 Nov 2008 13:35:16 +0000 (14:35 +0100)]
[FIX] document module: avoid exception when check non openerp databases

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

bzr revid: christophe@tinyerp.com-20081125133516-78ivqrebot9pezuh

15 years agopso's work on process data
Harshad Modi [Tue, 25 Nov 2008 13:27:44 +0000 (18:57 +0530)]
pso's work on process data

bzr revid: hmo@tinyerp.com-20081125132744-4mvhor10zzfrhly2

15 years ago[FIX] Use the prefix specified by the user at the installation
Stephane Wirtel [Tue, 25 Nov 2008 13:23:25 +0000 (14:23 +0100)]
[FIX] Use the prefix specified by the user at the installation

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

bzr revid: stephane@tinyerp.com-20081125132325-zhtz3nj34ejnn7vi

15 years ago[FIX] Use the logger for the message 'Address already in use'
Stephane Wirtel [Tue, 25 Nov 2008 11:43:00 +0000 (12:43 +0100)]
[FIX] Use the logger for the message 'Address already in use'

bzr revid: stephane@tinyerp.com-20081125114300-xb0cprmc9ked3pr5

15 years ago[FIX] Remove the password for the dump and the restore of database
Stephane Wirtel [Tue, 25 Nov 2008 11:25:22 +0000 (12:25 +0100)]
[FIX] Remove the password for the dump and the restore of database

bzr revid: stephane@tinyerp.com-20081125112522-iglichvetklo3hyv

15 years ago[FIX] Use makedirs to create the directory for the file handler for the logging
Stephane Wirtel [Tue, 25 Nov 2008 10:35:00 +0000 (11:35 +0100)]
[FIX] Use makedirs to create the directory for the file handler for the logging

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

bzr revid: stephane@tinyerp.com-20081125103500-4txmseev1fp8m7vf

15 years ago[FIX] Use triple quote to create the label
Stephane Wirtel [Tue, 25 Nov 2008 10:11:20 +0000 (11:11 +0100)]
[FIX] Use triple quote to create the label

bzr revid: stephane@tinyerp.com-20081125101120-7f70uvztk1w21zav

15 years agoremove prints
hda@tinyerp.com [Tue, 25 Nov 2008 07:07:40 +0000 (12:37 +0530)]
remove prints

bzr revid: hda@tinyerp.com-20081125070740-wxunzjfblfyu20bh

15 years agoimporve
Fabien Pinckaers [Tue, 25 Nov 2008 06:45:57 +0000 (07:45 +0100)]
imporve

bzr revid: fp@tinyerp.com-20081125064557-iwd1p3bzz3koxfab

15 years agoimprove
Fabien Pinckaers [Mon, 24 Nov 2008 23:23:10 +0000 (00:23 +0100)]
improve

bzr revid: fp@tinyerp.com-20081124232310-qry5vphgm9vn4dpz

15 years agomerge
Fabien Pinckaers [Mon, 24 Nov 2008 18:13:49 +0000 (19:13 +0100)]
merge

bzr revid: fp@tinyerp.com-20081124181349-jrmy9gfhtmb9nzt0

15 years ago*bugfixed the analytic line creation (regarding to latest change: analytic lines...
qdp [Mon, 24 Nov 2008 17:00:14 +0000 (18:00 +0100)]
*bugfixed the analytic line creation (regarding to latest change: analytic lines are created when the move is validated)

bzr revid: qdp@tinyerp.com-20081124170014-ukmrkrqhssgng1pp

15 years ago*cleaned and added a function to create analytic lines (in order to be inherited...
qdp [Mon, 24 Nov 2008 16:51:26 +0000 (17:51 +0100)]
*cleaned and added a function to create analytic lines (in order to be inherited by other modules liek account_analytic_plans)

bzr revid: qdp@tinyerp.com-20081124165126-rb1j9kscaa406siw

15 years ago*minor bugfix: removed brackets on binary filter
qdp [Mon, 24 Nov 2008 16:34:24 +0000 (17:34 +0100)]
*minor bugfix: removed brackets on binary filter
*added company_country in variables given to pdf

bzr revid: qdp@tinyerp.com-20081124163424-42sfiztqdcid26wh

15 years agobugfix
Fabien Pinckaers [Mon, 24 Nov 2008 16:22:47 +0000 (17:22 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20081124162247-rje8rap9dre73hxp

15 years ago[IMP] better get_invalid_fields function
Christophe Simonis [Mon, 24 Nov 2008 15:42:29 +0000 (16:42 +0100)]
[IMP] better get_invalid_fields function

bzr revid: christophe@tinyerp.com-20081124154229-st6d2ehiyc5xip0h

15 years agoColored Fields red ,those fail in constraint validation.Modification for Updation...
Jay Vora [Mon, 24 Nov 2008 13:27:43 +0000 (18:57 +0530)]
Colored Fields red ,those fail in constraint validation.Modification for Updation of records

bzr revid: jvo@tinyerp.com-20081124132743-v90r8wx5o33nvfyd

15 years agomerging new development from lp:~openerp/openobject-addons/addons-wiki-new/
Mantavya Gajjar [Mon, 24 Nov 2008 12:58:18 +0000 (18:28 +0530)]
merging new development from lp:~openerp/openobject-addons/addons-wiki-new/
for wiki module
new development
* diff wizard
* groups, sections-visible, invisable

bzr revid: mga@tinyerp.com-20081124125818-xkyzn77s6q3013lr

15 years agoColored Fields red ,those fail in constraint validation.
Jay Vora [Mon, 24 Nov 2008 12:48:39 +0000 (18:18 +0530)]
Colored Fields red ,those fail in constraint validation.

bzr revid: jvo@tinyerp.com-20081124124839-v4ryyp5odmm5bmqn

15 years ago[FIX] Remove the executable flag
Stephane Wirtel [Mon, 24 Nov 2008 11:19:43 +0000 (12:19 +0100)]
[FIX] Remove the executable flag

bzr revid: stephane@tinyerp.com-20081124111943-eb4yl14pwzx9e05g

15 years ago[REF] Clean the code for email_send
Stephane Wirtel [Mon, 24 Nov 2008 11:15:30 +0000 (12:15 +0100)]
[REF] Clean the code for email_send

bzr revid: stephane@tinyerp.com-20081124111530-ujuxdgwc25nft7mx

15 years ago[REF] Remove email_send_attach
Stephane Wirtel [Mon, 24 Nov 2008 11:13:20 +0000 (12:13 +0100)]
[REF] Remove email_send_attach
[IMP] Add the attachments in the email_send function
[FIX] Use the subtype for the body
[FIX] Use the SSL configuration

bzr revid: stephane@tinyerp.com-20081124111320-mkxvxo2y9rugg6uz

15 years ago[MERGE]
Stephane Wirtel [Mon, 24 Nov 2008 10:59:22 +0000 (11:59 +0100)]
[MERGE]

bzr revid: stephane@tinyerp.com-20081124105922-ae71byvr4psplbm3

15 years agomerge
Fabien Pinckaers [Mon, 24 Nov 2008 10:57:49 +0000 (11:57 +0100)]
merge

bzr revid: fp@tinyerp.com-20081124105749-jje3300qwmh5ilhk

15 years agoimproved_currency
Fabien Pinckaers [Mon, 24 Nov 2008 10:56:29 +0000 (11:56 +0100)]
improved_currency

bzr revid: fp@tinyerp.com-20081124105629-qadghr2z23q7r3cy

15 years agoimplement
Mantavya Gajjar [Mon, 24 Nov 2008 10:14:28 +0000 (15:44 +0530)]
implement
* show diff for the 2 wiki history line
* make section enabled based on the wiki group

bzr revid: mga@tinyerp.com-20081124101428-z89vuq3p4822m2bd

15 years agototal changes in printscreen report-vir
apa-tiny [Mon, 24 Nov 2008 09:53:09 +0000 (15:23 +0530)]
total changes in printscreen report-vir

bzr revid: patelamit2003@gmail.com-20081124095309-0tasnp02e4b2kjrj

15 years ago* Fixed gantt view.
Amit Mendapara [Mon, 24 Nov 2008 09:35:32 +0000 (15:05 +0530)]
* Fixed gantt view.

bzr revid: ame@tinyerp.com-20081124093532-5jg1w9bdshqq8v2t

15 years agoimplement
Mantavya Gajjar [Mon, 24 Nov 2008 07:52:15 +0000 (13:22 +0530)]
implement
* differance wizard to show diff between 2 history lines

bzr revid: mga@tinyerp.com-20081124075215-7bhiqoyc6vray2bg

15 years agoimprovement
Fabien Pinckaers [Mon, 24 Nov 2008 07:12:05 +0000 (08:12 +0100)]
improvement

bzr revid: fp@tinyerp.com-20081124071205-akhhww4czqvx1bhs

15 years agoimprive
Fabien Pinckaers [Mon, 24 Nov 2008 07:09:34 +0000 (08:09 +0100)]
imprive

bzr revid: fp@tinyerp.com-20081124070934-zx6bow02icebsctf

15 years ago* Few changes, fields in history
Mantavya Gajjar [Mon, 24 Nov 2008 06:49:47 +0000 (12:19 +0530)]
* Few changes, fields in history
* Bug fix for the create manu wizard

bzr revid: mga@tinyerp.com-20081124064947-l0dgvyyzt49vkb6i

15 years agobugfixing to the group tree action for opening related list of pages
Mantavya Gajjar [Mon, 24 Nov 2008 06:26:51 +0000 (11:56 +0530)]
bugfixing to the group tree action for opening related list of pages
action change form wizard to ir.actions.act_window

bzr revid: mga@tinyerp.com-20081124062651-l0crpajm6kqfx55w

15 years agoimprovement
Fabien Pinckaers [Sun, 23 Nov 2008 22:55:20 +0000 (23:55 +0100)]
improvement

bzr revid: fp@tinyerp.com-20081123225520-sebxtto5cst83ulu

15 years agoimproved_menu
Fabien Pinckaers [Sun, 23 Nov 2008 21:47:44 +0000 (22:47 +0100)]
improved_menu

bzr revid: fp@tinyerp.com-20081123214744-aqyz0ffta2wj22ti

15 years agoimprove
Fabien Pinckaers [Sun, 23 Nov 2008 11:27:27 +0000 (12:27 +0100)]
improve

bzr revid: fp@tinyerp.com-20081123112727-yd1xxf6qe34xgw0i

15 years agobugfix
Fabien Pinckaers [Sun, 23 Nov 2008 11:11:28 +0000 (12:11 +0100)]
bugfix

bzr revid: fp@tinyerp.com-20081123111128-a2vqz7wf6w89popv

15 years agobugfix_301049
Fabien Pinckaers [Sun, 23 Nov 2008 11:07:17 +0000 (12:07 +0100)]
bugfix_301049

bzr revid: fp@tinyerp.com-20081123110717-c7odqp2ri7du65s0

15 years agoimprovement
Fabien Pinckaers [Sun, 23 Nov 2008 10:18:15 +0000 (11:18 +0100)]
improvement

bzr revid: fp@tinyerp.com-20081123101815-zhn4lbvg7liabz3x

15 years agoremoved_print_statement
Fabien Pinckaers [Sat, 22 Nov 2008 19:04:53 +0000 (20:04 +0100)]
removed_print_statement

bzr revid: fp@tinyerp.com-20081122190453-m7jrpvws5e1s7of7

15 years agoimproved_field
Fabien Pinckaers [Sat, 22 Nov 2008 19:02:42 +0000 (20:02 +0100)]
improved_field

bzr revid: fp@tinyerp.com-20081122190242-k0klxlqf3860oo1m

15 years agobugfixes
Fabien Pinckaers [Sat, 22 Nov 2008 19:01:52 +0000 (20:01 +0100)]
bugfixes

bzr revid: fp@tinyerp.com-20081122190152-4a0mrq5pvbq7h6ot

15 years agomodifs
Fabien Pinckaers [Sat, 22 Nov 2008 16:14:53 +0000 (17:14 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081122161453-eep2h8wen1dtdlf6

15 years agomodifs
Fabien Pinckaers [Sat, 22 Nov 2008 16:14:18 +0000 (17:14 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081122161418-8w20acsz5km2gwod

15 years agomodifs
Fabien Pinckaers [Sat, 22 Nov 2008 16:06:26 +0000 (17:06 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081122160626-ndmu1x3sq7cxgat7

15 years agobetter_message
Fabien Pinckaers [Sat, 22 Nov 2008 15:52:07 +0000 (16:52 +0100)]
better_message

bzr revid: fp@tinyerp.com-20081122155207-hksen8yj33r0nrxs

15 years agomodifs
Fabien Pinckaers [Sat, 22 Nov 2008 15:50:49 +0000 (16:50 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081122155049-q5x2vw38lwbe8wlt

15 years agoimproved_start
Fabien Pinckaers [Sat, 22 Nov 2008 15:49:45 +0000 (16:49 +0100)]
improved_start

bzr revid: fp@tinyerp.com-20081122154945-e3wtmtqvqavokjil

15 years agoimproved_loading
Fabien Pinckaers [Sat, 22 Nov 2008 15:48:29 +0000 (16:48 +0100)]
improved_loading

bzr revid: fp@tinyerp.com-20081122154829-ef0cdnj87uc6kd9i

15 years agomerge
Fabien Pinckaers [Sat, 22 Nov 2008 15:48:17 +0000 (16:48 +0100)]
merge

bzr revid: fp@tinyerp.com-20081122154817-d2g846f029md2qqe

15 years agobugfixes
Fabien Pinckaers [Sat, 22 Nov 2008 15:45:01 +0000 (16:45 +0100)]
bugfixes

bzr revid: fp@tinyerp.com-20081122154501-zqe7gi1kwcj9qxhc

15 years agofix for traceability bug https://bugs.launchpad.net/openobject-addons/+bug/300651
Raphaël Valyi [Sat, 22 Nov 2008 02:29:43 +0000 (03:29 +0100)]
fix for traceability bug https://bugs.launchpad.net/openobject-addons/+bug/300651
and translated code to English terms

bzr revid: rvalyi@gmail.com-20081122022943-gs1g66us0uftrh07

15 years agomerge
Raphaël Valyi [Sat, 22 Nov 2008 00:43:32 +0000 (01:43 +0100)]
merge

bzr revid: rvalyi@gmail.com-20081122004332-l1nh5rcda239abn8

15 years agomerge syleam branch
Christophe Simonis [Sat, 22 Nov 2008 00:28:46 +0000 (01:28 +0100)]
merge syleam branch

bzr revid: christophe@tinyerp.com-20081122002846-nycws3jado4lbv36

15 years ago[FIX] put audittrail method in autocommit
Christophe Simonis [Sat, 22 Nov 2008 00:14:01 +0000 (01:14 +0100)]
[FIX] put audittrail method in autocommit

bzr revid: christophe@tinyerp.com-20081122001401-axf7gw1zy566ttod

15 years agoimprove
Fabien Pinckaers [Sat, 22 Nov 2008 00:09:35 +0000 (01:09 +0100)]
improve

bzr revid: fp@tinyerp.com-20081122000935-p245m22qxykckmv3

15 years ago[base]
Christophe Chauvet [Sat, 22 Nov 2008 00:05:33 +0000 (01:05 +0100)]
[base]
 * Add improvement into sequence variable
 * new variable available
 ** %(y)s : Year without century (ex 08)
 ** %(doy)s : day of the year
 ** %(woy)s : week of the year
 ** %(weekday)s : day of the week (ex 0 -> Monday)
 ** %(h24)s : Hour [00->24]
 ** %(h12)s : Hour [00->12]
 ** %(min)s : Minutes
 ** %(sec)s : secondes

bzr revid: christophe.chauvet@syleam.fr-20081122000533-mlbpqulfrnxylove

15 years agodocument/document.py
Fabien Pinckaers [Fri, 21 Nov 2008 23:54:44 +0000 (00:54 +0100)]
document/document.py

bzr revid: fp@tinyerp.com-20081121235444-em4fmubyrnf6g6fx

15 years agoModifs
Fabien Pinckaers [Fri, 21 Nov 2008 23:52:29 +0000 (00:52 +0100)]
Modifs

bzr revid: fp@tinyerp.com-20081121235229-bchbrwj13vgry0v0

15 years agofix for bug https://bugs.launchpad.net/openobject-addons/+bug/300834
Raphaël Valyi [Fri, 21 Nov 2008 23:30:28 +0000 (00:30 +0100)]
fix for bug https://bugs.launchpad.net/openobject-addons/+bug/300834

bzr revid: rvalyi@gmail.com-20081121233028-otxgi1q1ji7gi9qb

15 years ago[FIX] allow long to be used as id in browse_record
Christophe Simonis [Fri, 21 Nov 2008 22:09:37 +0000 (23:09 +0100)]
[FIX] allow long to be used as id in browse_record

bzr revid: christophe@tinyerp.com-20081121220937-psm6o20p3yqkq98i

15 years ago[FIX] Use unicode, because there is a warning when the system tries to compare two...
Stephane Wirtel [Fri, 21 Nov 2008 21:47:11 +0000 (22:47 +0100)]
[FIX] Use unicode, because there is a warning when the system tries to compare two strings for the language

bzr revid: stephane@tinyerp.com-20081121214711-r806zio10y45gogb

15 years ago[FIX] Typo
Stephane Wirtel [Fri, 21 Nov 2008 20:29:58 +0000 (21:29 +0100)]
[FIX] Typo

bzr revid: stephane@tinyerp.com-20081121202958-nsk3984rw9f435if

15 years ago[IMP] Add a shortcut to the Modules menu item for the root user
Stephane Wirtel [Fri, 21 Nov 2008 20:13:05 +0000 (21:13 +0100)]
[IMP] Add a shortcut to the Modules menu item for the root user

bzr revid: stephane@tinyerp.com-20081121201305-ep000zyynfmmfywf

15 years ago[IMP] remove print
Christophe Simonis [Fri, 21 Nov 2008 20:02:39 +0000 (21:02 +0100)]
[IMP] remove print

bzr revid: christophe@tinyerp.com-20081121200239-uf1aiehhuy3eta0i

15 years agomerge
Christophe Simonis [Fri, 21 Nov 2008 20:00:47 +0000 (21:00 +0100)]
merge

bzr revid: christophe@tinyerp.com-20081121200047-z6fr8tyo21iootjl

15 years ago[IMP] Add some languages
Stephane Wirtel [Fri, 21 Nov 2008 19:50:42 +0000 (20:50 +0100)]
[IMP] Add some languages
[REF] Sort languages to display to the client
[REF] Show the translated languages

bzr revid: stephane@tinyerp.com-20081121195042-2hafq729icvylffy

15 years agomi
Fabien Pinckaers [Fri, 21 Nov 2008 18:22:12 +0000 (19:22 +0100)]
mi

bzr revid: fp@tinyerp.com-20081121182212-d79xkjffp2wepfzo

15 years agoimprove
Fabien Pinckaers [Fri, 21 Nov 2008 18:12:32 +0000 (19:12 +0100)]
improve

bzr revid: fp@tinyerp.com-20081121181232-fk6v0l8f426bx3vq

15 years agoimprove
Fabien Pinckaers [Fri, 21 Nov 2008 18:12:24 +0000 (19:12 +0100)]
improve

bzr revid: fp@tinyerp.com-20081121181224-ms1h2p3nip6w93kx

15 years ago[FIX] remove duplicate and buggy method
Christophe Simonis [Fri, 21 Nov 2008 18:01:10 +0000 (19:01 +0100)]
[FIX] remove duplicate and buggy method

bzr revid: christophe@tinyerp.com-20081121180110-0nsxpavsxpz8n23l

15 years ago[FIX] profiles: use 'button_install' instead of 'action_install' which handle correct...
Christophe Simonis [Fri, 21 Nov 2008 17:58:46 +0000 (18:58 +0100)]
[FIX] profiles: use 'button_install' instead of 'action_install' which handle correctly the installation of the demo data

bzr revid: christophe@tinyerp.com-20081121175846-65v2p3vjfyq2a2uc

15 years agomerge
Fabien Pinckaers [Fri, 21 Nov 2008 17:22:36 +0000 (18:22 +0100)]
merge

bzr revid: fp@tinyerp.com-20081121172236-8w937ovftenfatjb

15 years agomodifs
Fabien Pinckaers [Fri, 21 Nov 2008 17:17:04 +0000 (18:17 +0100)]
modifs

bzr revid: fp@tinyerp.com-20081121171704-i9qo9appv6tu8mno

15 years agoimprove
Fabien Pinckaers [Fri, 21 Nov 2008 17:15:13 +0000 (18:15 +0100)]
improve

bzr revid: fp@tinyerp.com-20081121171513-76ea61ka0pepc4m9

15 years ago[FIX] Add the HTMLParser
Stephane Wirtel [Fri, 21 Nov 2008 16:57:08 +0000 (17:57 +0100)]
[FIX] Add the HTMLParser

bzr revid: stephane@tinyerp.com-20081121165708-qrk3kcj42dv1czwc

15 years ago[IMP] update po files from launchpad
Christophe Simonis [Fri, 21 Nov 2008 16:47:28 +0000 (17:47 +0100)]
[IMP] update po files from launchpad

bzr revid: christophe@tinyerp.com-20081121164728-xabrnlw5d27rdsbo

15 years ago[IMP] update po files from launchpad
Christophe Simonis [Fri, 21 Nov 2008 16:41:37 +0000 (17:41 +0100)]
[IMP] update po files from launchpad

bzr revid: christophe@tinyerp.com-20081121164137-jlwwexrksz85ztv1

15 years agoimproved_wiki
Fabien Pinckaers [Fri, 21 Nov 2008 16:37:59 +0000 (17:37 +0100)]
improved_wiki

bzr revid: fp@tinyerp.com-20081121163759-h2m6wwsptlaw5pk0

15 years ago* merging from the wiki addons development
Mantavya Gajjar [Fri, 21 Nov 2008 16:26:19 +0000 (21:56 +0530)]
* merging from the wiki addons development

bzr revid: mga@tinyerp.com-20081121162619-q1favq35c417apcn

15 years agoimprovement for the groups
Mantavya Gajjar [Fri, 21 Nov 2008 16:24:47 +0000 (21:54 +0530)]
improvement for the groups

bzr revid: mga@tinyerp.com-20081121162447-7zi0z55i1euoelwz