odoo/odoo.git
12 years agofix
Fabien Pinckaers [Thu, 9 Feb 2012 17:23:03 +0000 (18:23 +0100)]
fix

bzr revid: fp@tinyerp.com-20120209172303-0xuotpn9pegf04bq

12 years agofix
Fabien Pinckaers [Thu, 9 Feb 2012 17:17:32 +0000 (18:17 +0100)]
fix

bzr revid: fp@tinyerp.com-20120209171732-5m1e3bdmsoeetjtb

12 years ago[FIX] point of sale order from backend, bug in payment
Fabien Pinckaers [Thu, 9 Feb 2012 17:07:58 +0000 (18:07 +0100)]
[FIX] point of sale order from backend, bug in payment

bzr revid: fp@tinyerp.com-20120209170758-a20fi7gbt207yd8d

12 years ago[CNG] make forms worse but pagination not break in case of manyrecords
Xavier Morel [Thu, 9 Feb 2012 17:07:48 +0000 (18:07 +0100)]
[CNG] make forms worse but pagination not break in case of manyrecords

bzr revid: xmo@openerp.com-20120209170748-l70q7grxgsumha2i

12 years ago[FIX] account, fiscalyear closing wizard: moved out the reconciliation part from...
Quentin (OpenERP) [Thu, 9 Feb 2012 17:03:33 +0000 (18:03 +0100)]
[FIX] account, fiscalyear closing wizard: moved out the reconciliation part from account_move_line.reconcile() function and made it a private function dedicated to this wizard. This was necessary because the original function is doing too much things that arenrt useful in this case. Moreover we may need to reconcile thousands of journal entries so we have to speed it up as much as possible

bzr revid: qdp-launchpad@openerp.com-20120209170333-8xu7r21hencjwu73

12 years ago[FIX] account, fiscalyear close wizard: fix related to multi company
Quentin (OpenERP) [Thu, 9 Feb 2012 16:16:41 +0000 (17:16 +0100)]
[FIX] account, fiscalyear close wizard: fix related to multi company

bzr revid: qdp-launchpad@openerp.com-20120209161641-4o6pk6nw1gupjrt7

12 years ago[IMP] search view on products
Fabien Pinckaers [Thu, 9 Feb 2012 17:00:46 +0000 (18:00 +0100)]
[IMP] search view on products

bzr revid: fp@tinyerp.com-20120209170046-6z9qwsivnig01kf9

12 years ago[IMP] add tooltip on disabled filter
Xavier Morel [Thu, 9 Feb 2012 16:30:50 +0000 (17:30 +0100)]
[IMP] add tooltip on disabled filter

bzr revid: xmo@openerp.com-20120209163050-g4u7gvsnh6kgqs14

12 years ago[IMP] Partnership Analysis, Activation Status
Fabien Pinckaers [Thu, 9 Feb 2012 16:15:44 +0000 (17:15 +0100)]
[IMP] Partnership Analysis, Activation Status

bzr revid: fp@tinyerp.com-20120209161544-t6ypbbb4g9r2dd4z

12 years ago[FIX] don't blow up filters management if a filter uses an invalid syntax (or an...
Xavier Morel [Thu, 9 Feb 2012 16:15:42 +0000 (17:15 +0100)]
[FIX] don't blow up filters management if a filter uses an invalid syntax (or an unknown variable) and can't be evaluated

bzr revid: xmo@openerp.com-20120209161542-whs5ye637lijas26

12 years ago[FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4
Xavier Morel [Thu, 9 Feb 2012 15:48:44 +0000 (16:48 +0100)]
[FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4

Change made registry inheritance "lazy", keeping a permanent relation
between child and parent and walking the tree to find matches.

But editable listviews relied on an implementation detail (that an
extension eagerly created keys in the children registry) and iterated
over the internal map of the child registry they'd just created to
replace the form keys with overridden versions of the form widgets.

Just iterate over form's registry, but really the editable list should
have its own Registry subclass doing that stuff more solidly.

bzr revid: xmo@openerp.com-20120209154844-zk2xuxdhhi57eqhp

12 years ago[MERGE] loading/post_load hook: the code is consolidated in one place.
Vo Minh Thu [Thu, 9 Feb 2012 15:48:00 +0000 (16:48 +0100)]
[MERGE] loading/post_load hook: the code is consolidated in one place.
The post-load hook is called whenever a module is loaded, be it via the --load
option or via regular module installation. This is mostly for backward compatibility:
we might require an explicit --load for such server-wide modules.

bzr revid: vmt@openerp.com-20120209154800-2t11mtpf33r1bcig

12 years ago[IMP] post_load: factored common code. This also fix bug lp:929466
Vo Minh Thu [Thu, 9 Feb 2012 15:27:32 +0000 (16:27 +0100)]
[IMP] post_load: factored common code. This also fix bug lp:929466

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

bzr revid: vmt@openerp.com-20120209152732-24ud1f70krliv2k5

12 years ago[ADD] UI to set default ir.values in web client's from view
Xavier Morel [Thu, 9 Feb 2012 15:16:05 +0000 (16:16 +0100)]
[ADD] UI to set default ir.values in web client's from view

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

bzr revid: xmo@openerp.com-20120209151605-sqt0mzceqr8u160z

12 years ago[IMP] display string label of selection and m2o fields in defaults-setting dialog
Xavier Morel [Thu, 9 Feb 2012 15:14:10 +0000 (16:14 +0100)]
[IMP] display string label of selection and m2o fields in defaults-setting dialog

bzr revid: xmo@openerp.com-20120209151410-49j13cfbrwwhrp23

12 years ago[FIX] scale product images for POS frontend
Fabien Pinckaers [Thu, 9 Feb 2012 14:23:55 +0000 (15:23 +0100)]
[FIX] scale product images for POS frontend

bzr revid: fp@tinyerp.com-20120209142355-5sbet2x1zjdow3z5

12 years ago[IMP] loading: call post-load hook in non-server-wide-module too.
Vo Minh Thu [Thu, 9 Feb 2012 14:14:44 +0000 (15:14 +0100)]
[IMP] loading: call post-load hook in non-server-wide-module too.

bzr revid: vmt@openerp.com-20120209141444-12261k6zd2ovnltd

12 years ago[FIX] Application Tiles now heed the custom menu domain, just like the nain menu
Olivier Dony [Thu, 9 Feb 2012 14:13:39 +0000 (15:13 +0100)]
[FIX] Application Tiles now heed the custom menu domain, just like the nain menu

This makes both behaviors consistent
and allows the portal module to work
properly.

bzr revid: odo@openerp.com-20120209141339-c2vs0lrx7ws6plzs

12 years ago[ADD] Added tipsy.clear()
Fabien Meghazi [Thu, 9 Feb 2012 13:59:39 +0000 (14:59 +0100)]
[ADD] Added tipsy.clear()

bzr revid: fme@openerp.com-20120209135939-pcnmoswvnqjjb6ik

12 years ago[MERGE] lp:914692 (convert wizards of base_module_doc_rst, base_module_record, base_r...
Raphael Collet [Thu, 9 Feb 2012 13:11:19 +0000 (14:11 +0100)]
[MERGE] lp:914692 (convert wizards of base_module_doc_rst, base_module_record, base_report_creator)

bzr revid: rco@openerp.com-20120209131119-mv8ax69goyoa9l40

12 years ago[FIX] ir.values: avoid returning conditional defaults when condition is not set
Olivier Dony [Thu, 9 Feb 2012 13:08:54 +0000 (14:08 +0100)]
[FIX] ir.values: avoid returning conditional defaults when condition is not set

This should un-break the tests introduced
 in previous revision

bzr revid: odo@openerp.com-20120209130854-x73j0ouyjsjnhsdg

12 years ago[IMP] base_module_doc_rst: remove unused field
Raphael Collet [Thu, 9 Feb 2012 13:07:31 +0000 (14:07 +0100)]
[IMP] base_module_doc_rst: remove unused field

bzr revid: rco@openerp.com-20120209130731-w08bc7xmjt3wl86v

12 years ago[IMP] ir.values: add (breaking) testcase for conditional defaults, currently misbehaving
Olivier Dony [Thu, 9 Feb 2012 13:05:26 +0000 (14:05 +0100)]
[IMP] ir.values: add (breaking) testcase for conditional defaults, currently misbehaving

bzr revid: odo@openerp.com-20120209130526-b6rg5qlf07sucafq

12 years ago[IMP] portal: remove hack to retrieve menu root for portal users, it now works for...
Raphael Collet [Thu, 9 Feb 2012 12:18:17 +0000 (13:18 +0100)]
[IMP] portal: remove hack to retrieve menu root for portal users, it now works for all users

bzr revid: rco@openerp.com-20120209121817-b2wcrl4mg1vkr2b2

12 years ago[FIX] even if there is a spoon, there may be no widget.field
Xavier Morel [Thu, 9 Feb 2012 12:07:47 +0000 (13:07 +0100)]
[FIX] even if there is a spoon, there may be no widget.field

bzr revid: xmo@openerp.com-20120209120747-hkf0accbs05gayd7

12 years ago[IMP] add change default to debug mode
Xavier Morel [Thu, 9 Feb 2012 12:01:39 +0000 (13:01 +0100)]
[IMP] add change default to debug mode

bzr revid: xmo@openerp.com-20120209120139-gw9n06vcma3hjl7f

12 years ago[I18N] Cleanup obsolete module directories created by LP translations + touch renamed...
Olivier Dony [Thu, 9 Feb 2012 11:13:28 +0000 (12:13 +0100)]
[I18N] Cleanup obsolete module directories created by LP translations + touch renamed POT files

Hopefully touching the renaming POT files should
trigger a refresh of the translation templates
in the online translation interface.

bzr revid: odo@openerp.com-20120209111328-kaa6tb8fd4mfpxyv

12 years ago[FIX] base_module_doc_rst: undefined variable pool
Raphael Collet [Thu, 9 Feb 2012 11:04:59 +0000 (12:04 +0100)]
[FIX] base_module_doc_rst: undefined variable pool

bzr revid: rco@openerp.com-20120209110459-fzwrzfwr9kzme98o

12 years ago[FIX] Fix some tipsy stuff
Fabien Meghazi [Thu, 9 Feb 2012 10:54:01 +0000 (11:54 +0100)]
[FIX] Fix some tipsy stuff

Autobound on 'n' fails with absolute positioned elements.

Make tipsy checks that it's element is still attached to another element

bzr revid: fme@openerp.com-20120209105401-1jl11sy9z1qdwu3t

12 years ago[FIX] revert an incorrect change in rev 6380
Raphael Collet [Thu, 9 Feb 2012 10:12:26 +0000 (11:12 +0100)]
[FIX] revert an incorrect change in rev 6380

bzr revid: rco@openerp.com-20120209101226-fyv20u7tb4o7lk5f

12 years ago[IMP] ir.module: remove technical `icon path` field from module form view
Olivier Dony [Thu, 9 Feb 2012 09:56:16 +0000 (10:56 +0100)]
[IMP] ir.module: remove technical `icon path` field from module form view

bzr revid: odo@openerp.com-20120209095616-gbus0ri06hhs90cy

12 years ago[IMP] fields: turn the warning() in a debug() for the required bool/int/float depreca...
Vo Minh Thu [Thu, 9 Feb 2012 09:43:42 +0000 (10:43 +0100)]
[IMP] fields: turn the warning() in a debug() for the required bool/int/float deprecation message.

bzr revid: vmt@openerp.com-20120209094342-n1n7ex5ef25bjvfw

12 years ago[MERGE] from trunk
Raphael Collet [Thu, 9 Feb 2012 09:22:58 +0000 (10:22 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120209092258-34b70pu6547la8hq

12 years ago[IMP] base_module_doc_rst, base_module_record, base_report_creator: code spacing...
Raphael Collet [Thu, 9 Feb 2012 09:12:03 +0000 (10:12 +0100)]
[IMP] base_module_doc_rst, base_module_record, base_report_creator: code spacing cleanup

bzr revid: rco@openerp.com-20120209091203-ni85eanpc005t2c0

12 years ago[IMP] base_module_doc_rst, base_module_record, base_report_creator: cleanup imports...
Raphael Collet [Thu, 9 Feb 2012 09:11:17 +0000 (10:11 +0100)]
[IMP] base_module_doc_rst, base_module_record, base_report_creator: cleanup imports and default values

bzr revid: rco@openerp.com-20120209091117-mal31ct6nkmh6tyq

12 years ago[CNG] don't filter out function fields from import or export, only readonly fields
Xavier Morel [Thu, 9 Feb 2012 09:02:14 +0000 (10:02 +0100)]
[CNG] don't filter out function fields from import or export, only readonly fields

bzr revid: xmo@openerp.com-20120209090214-84d6jjr1jnf32kpi

12 years ago[FIX] revert rev 4018 (revid:rco@openerp.com-20120208162334-ziccpi3yczp3r5z5)
Raphael Collet [Thu, 9 Feb 2012 08:38:28 +0000 (09:38 +0100)]
[FIX] revert rev 4018 (revid:rco@openerp.com-20120208162334-ziccpi3yczp3r5z5)

bzr revid: rco@openerp.com-20120209083828-hoojows5zsg0xrif

12 years ago[FIX] menus handling in case user has no menu_id
Xavier Morel [Thu, 9 Feb 2012 08:35:54 +0000 (09:35 +0100)]
[FIX] menus handling in case user has no menu_id

also add comments to explain some strange-looking code's behavior

bzr revid: xmo@openerp.com-20120209083554-2b8d8qlzz8y9fhan

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Feb 2012 07:27:46 +0000 (07:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4

12 years ago[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206...
Antony Lesuisse [Thu, 9 Feb 2012 03:28:48 +0000 (04:28 +0100)]
[FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi

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

bzr revid: al@openerp.com-20120209032848-uqeommp3bep02aip

12 years ago[IMP] ir properties list view show res_id and type
Antony Lesuisse [Thu, 9 Feb 2012 02:58:47 +0000 (03:58 +0100)]
[IMP] ir properties list view show res_id and type

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

bzr revid: al@openerp.com-20120209025847-suuwmy31wfybkkqt

12 years ago[FIX] res_currency remove warning about float field
Antony Lesuisse [Wed, 8 Feb 2012 22:40:31 +0000 (23:40 +0100)]
[FIX] res_currency remove warning about float field

bzr revid: al@openerp.com-20120208224031-korqq1crt0u3wpuh

12 years ago[FIX] ir.model filter out link that occurs when using the ir.model web form view
Antony Lesuisse [Wed, 8 Feb 2012 22:17:06 +0000 (23:17 +0100)]
[FIX] ir.model filter out link that occurs when using the ir.model web form view

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

bzr revid: al@openerp.com-20120208221706-o45t6h3zgmz3ezny

12 years ago[FIX] ir.model.fields form view
Antony Lesuisse [Wed, 8 Feb 2012 21:30:47 +0000 (22:30 +0100)]
[FIX] ir.model.fields form view

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

bzr revid: al@openerp.com-20120208213047-2uq1wze2xdzbghgh

12 years ago[FIX] ir.model form view
Antony Lesuisse [Wed, 8 Feb 2012 17:52:23 +0000 (18:52 +0100)]
[FIX] ir.model form view

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

bzr revid: al@openerp.com-20120208175223-lqoyeqcfj53gb0lh

12 years ago[FIX] account_asset: fix manifest file
Raphael Collet [Wed, 8 Feb 2012 15:19:04 +0000 (16:19 +0100)]
[FIX] account_asset: fix manifest file

bzr revid: rco@openerp.com-20120208151904-cxfkzvl8cy5lbezd

12 years ago[IMP] base_module_record: code simplification
Raphael Collet [Wed, 8 Feb 2012 14:33:31 +0000 (15:33 +0100)]
[IMP] base_module_record: code simplification

bzr revid: rco@openerp.com-20120208143331-r4texpi9sgza2fpi

12 years ago[ADD] UI for set_default in form view sidebar
Xavier Morel [Wed, 8 Feb 2012 12:21:53 +0000 (13:21 +0100)]
[ADD] UI for set_default in form view sidebar

bzr revid: xmo@openerp.com-20120208122153-k11n7u47n1bo63sv

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 8 Feb 2012 06:39:13 +0000 (06:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120208060921-wir47e717rh04xxn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208063913-vg9qdu30tx09ojrl

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 8 Feb 2012 04:54:08 +0000 (04:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120208045408-48nq5dhfhsh1p2l8

12 years ago[FIX] board generate rng compliant board views, colspan height and width are deprecat...
Antony Lesuisse [Wed, 8 Feb 2012 01:27:26 +0000 (02:27 +0100)]
[FIX] board generate rng compliant board views, colspan height and width are deprecated on action

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

bzr revid: al@openerp.com-20120208012726-9mqxajv2luzmrff6

12 years ago[I18N] all: updated translation template
Olivier Dony [Wed, 8 Feb 2012 01:08:30 +0000 (02:08 +0100)]
[I18N] all: updated translation template

This should be the last major template sync
before the final release of 6.1.

bzr revid: odo@openerp.com-20120208010830-zchnkg48u7s40nw2

12 years ago[FIX] reintroduce a default value for auto_install (aka active) removed in 4003 revid...
Antony Lesuisse [Wed, 8 Feb 2012 00:52:52 +0000 (01:52 +0100)]
[FIX] reintroduce a default value for auto_install (aka active) removed in 4003 revid:xmo@openerp.com-20120202154532-tq9x07ujf0bn9mcp

bzr revid: al@openerp.com-20120208005252-ke2v5mtkxpmyml6d

12 years ago[I18N] base: updated translation template
Olivier Dony [Wed, 8 Feb 2012 00:45:38 +0000 (01:45 +0100)]
[I18N] base: updated translation template

This should be the last major sync before the
final release of 6.1

bzr revid: odo@openerp.com-20120208004538-uutge29kymontex4

12 years ago[FIX] ir.model: fix incorrect translate call: _()
Olivier Dony [Wed, 8 Feb 2012 00:41:24 +0000 (01:41 +0100)]
[FIX] ir.model: fix incorrect translate call: _()

bzr revid: odo@openerp.com-20120208004124-2nhcwrcc7js6q04s

12 years ago[FIX] remove useless decodes that break on pg9.0
Antony Lesuisse [Wed, 8 Feb 2012 00:38:00 +0000 (01:38 +0100)]
[FIX] remove useless decodes that break on pg9.0

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

bzr revid: al@openerp.com-20120208003800-whnxjgw2n2v0ea2i

12 years ago[FIX] mrp: improve translations and use of _()
Olivier Dony [Wed, 8 Feb 2012 00:31:21 +0000 (01:31 +0100)]
[FIX] mrp: improve translations and use of _()

bzr revid: odo@openerp.com-20120208003121-o6cwyz6imsd4q6o1

12 years ago[FIX] better fix for portal menu using res.users._menu_id reverting 2107 revid:al...
Antony Lesuisse [Wed, 8 Feb 2012 00:13:05 +0000 (01:13 +0100)]
[FIX] better fix for portal menu using res.users._menu_id reverting 2107 revid:al@openerp.com-20120203132249-pbkdci0q5fxz1k33

bzr revid: al@openerp.com-20120208001305-ef3c2w7a222ph7v0

12 years ago[IMP] translations: if en and en_US translate the same term, don't use en's translation
Xavier Morel [Wed, 8 Feb 2012 16:39:48 +0000 (17:39 +0100)]
[IMP] translations: if en and en_US translate the same term, don't use en's translation

bzr revid: xmo@openerp.com-20120208163948-g7m9dv2xz8fpds7d

12 years ago[MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez ...
Olivier Dony [Wed, 8 Feb 2012 16:23:40 +0000 (17:23 +0100)]
[MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez / Clearcorp

bzr revid: odo@openerp.com-20120208162340-ml3ok32rh375n6ye

12 years ago[FIX] ir_model: do not call is_transient on None
Raphael Collet [Wed, 8 Feb 2012 16:23:34 +0000 (17:23 +0100)]
[FIX] ir_model: do not call is_transient on None

bzr revid: rco@openerp.com-20120208162334-ziccpi3yczp3r5z5

12 years ago[FIX] usage of Registry#clone
Xavier Morel [Wed, 8 Feb 2012 16:18:51 +0000 (17:18 +0100)]
[FIX] usage of Registry#clone

bzr revid: xmo@openerp.com-20120208161851-pip6d97o66uj6y35

12 years ago[FIX] sale, sale order report: display the payment term accordingly to what is specif...
Quentin (OpenERP) [Wed, 8 Feb 2012 16:15:48 +0000 (17:15 +0100)]
[FIX] sale, sale order report: display the payment term accordingly to what is specified on the SO, not on the partner

bzr revid: qdp-launchpad@openerp.com-20120208161548-4r3ypz6fotf4rvpg

12 years ago[MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez ...
Olivier Dony [Wed, 8 Feb 2012 15:43:32 +0000 (16:43 +0100)]
[MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez / Clearcorp

In the future it is much more recommended to upload
the PO files on Launchpad or work directly in the
Launchpad translation interface.

bzr revid: odo@openerp.com-20120208154332-r1ru2lnzaq9bagbt

12 years ago[ADD] costa-rican PO files
Xavier Morel [Wed, 8 Feb 2012 15:37:16 +0000 (16:37 +0100)]
[ADD] costa-rican PO files

bzr revid: xmo@openerp.com-20120208153716-z9pe09m99n23no43

12 years ago[IMP] base_vat: added a button on the partner form view to directly check the VAT...
Quentin (OpenERP) [Wed, 8 Feb 2012 15:26:47 +0000 (16:26 +0100)]
[IMP] base_vat: added a button on the partner form view to directly check the VAT. This will be useful for VAT numbers that are correct for a given period only

bzr revid: qdp-launchpad@openerp.com-20120208152647-b6xr5rq6kdpk4sxq

12 years ago[ADD] es_CR.po: added po to all modules, copy from es.po or from pot
Carlos Vásquez [Wed, 8 Feb 2012 14:59:17 +0000 (08:59 -0600)]
[ADD] es_CR.po: added po to all modules, copy from es.po or from pot

bzr revid: carlos.vasquez@clearcorp.co.cr-20120208145917-aaai0irh68omlzmb

12 years ago[ADD] es_CR.po: in all modules
Carlos Vásquez [Wed, 8 Feb 2012 08:35:51 +0000 (02:35 -0600)]
[ADD] es_CR.po: in all modules

bzr revid: carlos.vasquez@clearcorp.co.cr-20120208083551-nev12pk8a4jnrou4

12 years ago[FIX] handle multilines in <label> tags of form views
Fabien Meghazi [Wed, 8 Feb 2012 14:39:43 +0000 (15:39 +0100)]
[FIX] handle multilines in <label> tags of form views

bzr revid: fme@openerp.com-20120208143943-p6i12v8cd0ua831d

12 years ago[FIX] sign handling when parsing float_time values
Xavier Morel [Wed, 8 Feb 2012 14:04:45 +0000 (15:04 +0100)]
[FIX] sign handling when parsing float_time values

bzr revid: xmo@openerp.com-20120208140445-xfgz3vm18r4t9ijb

12 years ago[FIX] allow text inside <label> tags
Christophe Simonis [Wed, 8 Feb 2012 13:59:45 +0000 (14:59 +0100)]
[FIX] allow text inside <label> tags

bzr revid: chs@openerp.com-20120208135945-6p22z3e69r7z0tty

12 years ago[FIX] formatting of float_time fields
Xavier Morel [Wed, 8 Feb 2012 13:56:55 +0000 (14:56 +0100)]
[FIX] formatting of float_time fields

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

bzr revid: xmo@openerp.com-20120208135655-79qnr5tl6admxr1e

12 years ago[REM] hide menutip option from user preference
Antony Lesuisse [Wed, 8 Feb 2012 13:50:10 +0000 (14:50 +0100)]
[REM] hide menutip option from user preference

bzr revid: al@openerp.com-20120208135010-u6s6tl1loss9a74u

12 years ago[IMP] Kanban: renamed button 'New' to 'Create' in order to match list view
Fabien Meghazi [Wed, 8 Feb 2012 13:31:45 +0000 (14:31 +0100)]
[IMP] Kanban: renamed button 'New' to 'Create' in order to match list view

bzr revid: fme@openerp.com-20120208133145-jvx9u1i3tdvkw250

12 years ago[FIX] disable partner terminology for 6.1 because it doesnt work properly
Antony Lesuisse [Wed, 8 Feb 2012 13:31:29 +0000 (14:31 +0100)]
[FIX] disable partner terminology for 6.1 because it doesnt work properly

bzr revid: al@openerp.com-20120208133129-37miomddvxlgjown

12 years ago[FIX] Too many events per day won't show up. Use 8h00 - 20h00 for start - end date...
Fabien Meghazi [Wed, 8 Feb 2012 13:20:15 +0000 (14:20 +0100)]
[FIX] Too many events per day won't show up. Use 8h00 - 20h00 for start - end date when creating event in month view

bzr revid: fme@openerp.com-20120208132015-02fyx6fsbau335mr

12 years ago[IMP] handling of registries created from other registries
Xavier Morel [Wed, 8 Feb 2012 13:07:38 +0000 (14:07 +0100)]
[IMP] handling of registries created from other registries

bzr revid: xmo@openerp.com-20120208130738-pr92lh9qotki71o4

12 years ago[FIX] get_any with inheritance
Xavier Morel [Wed, 8 Feb 2012 13:06:51 +0000 (14:06 +0100)]
[FIX] get_any with inheritance

bzr revid: xmo@openerp.com-20120208130651-7mdv7p1qcfgxczon

12 years ago[REF] rename Registry#clone to Registry#extend
Xavier Morel [Wed, 8 Feb 2012 12:46:34 +0000 (13:46 +0100)]
[REF] rename Registry#clone to Registry#extend

bzr revid: xmo@openerp.com-20120208124634-qucyuwlangw15nqh

12 years ago[IMP] have registries remain linked so alterations to a parent registry alters its...
Xavier Morel [Wed, 8 Feb 2012 12:43:09 +0000 (13:43 +0100)]
[IMP] have registries remain linked so alterations to a parent registry alters its clone as well (if keys are not overwritten in the child)

bzr revid: xmo@openerp.com-20120208124309-iho04vgae2nz6xix

12 years ago[FIX] jquery-ui URL in test file
Xavier Morel [Wed, 8 Feb 2012 12:39:15 +0000 (13:39 +0100)]
[FIX] jquery-ui URL in test file

bzr revid: xmo@openerp.com-20120208123915-cj5cujrpv41ilztm

12 years ago[FIX] revert commit 6513, as it breaks the tests
Raphael Collet [Wed, 8 Feb 2012 11:29:46 +0000 (12:29 +0100)]
[FIX] revert commit 6513, as it breaks the tests

bzr revid: rco@openerp.com-20120208112946-purvqw5o807p0eek

12 years ago[fix] revert form refactoring branch
niv-openerp [Wed, 8 Feb 2012 11:11:10 +0000 (12:11 +0100)]
[fix] revert form refactoring branch

bzr revid: nicolas.vanhoren@openerp.com-20120208111110-p2nj0tehupxa0gmz

12 years ago[MERGE] merged logging changes: use a top-level `openerp` name space. Similar changes...
Vo Minh Thu [Wed, 8 Feb 2012 10:59:13 +0000 (11:59 +0100)]
[MERGE] merged logging changes: use a top-level `openerp` name space. Similar changes for the addons will be done after 6.1.

bzr revid: vmt@openerp.com-20120208105913-habqxas406osaz9z

12 years ago[IMP] l10n_be: adds @filename to binary fields in the XML report views
Fabien Meghazi [Wed, 8 Feb 2012 10:55:42 +0000 (11:55 +0100)]
[IMP] l10n_be: adds @filename to binary fields in the XML report views

bzr revid: fme@openerp.com-20120208105542-yhrum789qux97kp8

12 years ago[FIX] Binary#save_as does not send context. Breaks some accounting downloadable reports.
Fabien Meghazi [Wed, 8 Feb 2012 10:39:35 +0000 (11:39 +0100)]
[FIX] Binary#save_as does not send context. Breaks some accounting downloadable reports.

Example of broken report was : Accounting > Reporting > Legal Reports > Belgium Statements > Periodical VAT Declaration

bzr revid: fme@openerp.com-20120208103935-cv9nn9kg1vssosgm

12 years ago[FIX] point_of_sale: typo: 'belance' -> 'balance'
olt@tinyerp.com [Wed, 8 Feb 2012 10:02:15 +0000 (11:02 +0100)]
[FIX] point_of_sale: typo: 'belance' -> 'balance'

bzr revid: olt@tinyerp.com-20120208100215-f58q62pl9jxopuxp

12 years ago[MERGE] lp:925351 (stock: remove dest location when consuming)
Raphael Collet [Wed, 8 Feb 2012 09:52:34 +0000 (10:52 +0100)]
[MERGE] lp:925351 (stock: remove dest location when consuming)

bzr revid: rco@openerp.com-20120208095234-um4c1qzaq1uf019x

12 years ago[FIX] account: method build_ctx_periods returns more periods than those asked when...
Raphael Collet [Wed, 8 Feb 2012 09:47:35 +0000 (10:47 +0100)]
[FIX] account: method build_ctx_periods returns more periods than those asked when both period are the same

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

bzr revid: rco@openerp.com-20120208094735-vh2lnba79da9kn92

12 years ago[MERGE] lp:922171 (point_of_sale: fix Python code in workflow activity)
Raphael Collet [Wed, 8 Feb 2012 09:42:05 +0000 (10:42 +0100)]
[MERGE] lp:922171 (point_of_sale: fix Python code in workflow activity)

bzr revid: rco@openerp.com-20120208094205-ktc0g4t35kkn9f34

12 years ago[MERGE] lp:909782 (project_mrp: fix error with sale order without a line)
Raphael Collet [Wed, 8 Feb 2012 09:38:32 +0000 (10:38 +0100)]
[MERGE] lp:909782 (project_mrp: fix error with sale order without a line)

bzr revid: rco@openerp.com-20120208093832-njvqpexm2nb2pqkt

12 years ago[REV] account: Revert my previous patch about the uniqueness of description,company_i...
Stephane Wirtel [Wed, 8 Feb 2012 09:24:06 +0000 (10:24 +0100)]
[REV] account: Revert my previous patch about the uniqueness of description,company_id for the tax

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

bzr revid: stw@openerp.com-20120208092406-a1nlp4bqwhd2cxqh

12 years ago[MERGE] lp:927579 (point_of_sale: fix css typos)
Raphael Collet [Wed, 8 Feb 2012 09:18:20 +0000 (10:18 +0100)]
[MERGE] lp:927579 (point_of_sale: fix css typos)

bzr revid: rco@openerp.com-20120208091820-z8pgzygwiosol31i

12 years ago[ADD] openerp/addons/base/i18n/es_CR.po: first version
Carlos Vásquez [Wed, 8 Feb 2012 07:50:07 +0000 (01:50 -0600)]
[ADD] openerp/addons/base/i18n/es_CR.po: first version

bzr revid: carlos.vasquez@clearcorp.co.cr-20120208075007-4bpuu9ksrn68o1w9

12 years agologging define a sane default_config
Antony Lesuisse [Wed, 8 Feb 2012 01:59:57 +0000 (02:59 +0100)]
logging define a sane default_config

bzr revid: al@openerp.com-20120208015957-a9g3ngfo2kj0l76v

12 years ago[FIX] use _logger instead of stderr in trml2pdf
Antony Lesuisse [Wed, 8 Feb 2012 01:36:17 +0000 (02:36 +0100)]
[FIX] use _logger instead of stderr in trml2pdf

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

bzr revid: al@openerp.com-20120208013617-22wu77ph56nr58us

12 years ago[FIX] account: improve translations and use of _()
Olivier Dony [Wed, 8 Feb 2012 00:03:32 +0000 (01:03 +0100)]
[FIX] account: improve translations and use of _()

bzr revid: odo@openerp.com-20120208000332-4j6jqital8f0558k

12 years ago[IMP] logging: re-add the HttpLogHandler class needed in addons (when left unchanged...
Vo Minh Thu [Tue, 7 Feb 2012 21:46:04 +0000 (22:46 +0100)]
[IMP] logging: re-add the HttpLogHandler class needed in addons (when left unchanged for 6.1).

bzr revid: vmt@openerp.com-20120207214604-lbdrvh66tj71iz7u

12 years ago[IMP] i18n extractor now ignores comments and PIs + additional spurious translations...
Olivier Dony [Tue, 7 Feb 2012 18:22:55 +0000 (19:22 +0100)]
[IMP] i18n extractor now ignores comments and PIs + additional spurious translations removed

PO templates updated accordingly

bzr revid: odo@openerp.com-20120207182255-23s4yp4hrteierht

12 years ago[IMP] ir.filters: correct misleading tooltip
Olivier Dony [Tue, 7 Feb 2012 17:59:27 +0000 (18:59 +0100)]
[IMP] ir.filters: correct misleading tooltip

Currently, filters without any assigned user
are only usable by the system, e.g. for
driving marketing campaign segments
(in the marketing_campaign module).

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

bzr revid: odo@openerp.com-20120207175927-v63kcnrwq8bgacdx