odoo/odoo.git
12 years ago[ADD] field.date.context_today: added function to use as _defaults for date fields
Olivier Dony [Mon, 13 Feb 2012 18:03:55 +0000 (19:03 +0100)]
[ADD] field.date.context_today: added function to use as _defaults for date fields

As discussed on bug 925361, in order to have
a consistent behavior everywhere we need default
values to be using the client's timezone, just
as if the user had set the value themselves
using their local clock.
Because fields.date values are timezone
agnostic by design, they must be correctly
initialized from the start, no conversion
happens later.
The new context_today method is mean to be
easily usable as _defaults initialize, i.e.:
 'date_field': fields.date.context_today
is all that is needed.
It also avoids the classical mistake of
forgetting to make the default value
dynamic and directly passing the result of
a time.strftime() call.

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

bzr revid: odo@openerp.com-20120213180355-ruyw5j2w7r06kyue

12 years ago[IMP] tests: expose an explicit list of test sub-modules.
Vo Minh Thu [Mon, 13 Feb 2012 16:20:58 +0000 (17:20 +0100)]
[IMP] tests: expose an explicit list of test sub-modules.

bzr revid: vmt@openerp.com-20120213162058-e7u9jap679z4hep5

12 years ago[IMP] Move overflow-y: scroll to body.openerp
Fabien Meghazi [Mon, 13 Feb 2012 16:07:28 +0000 (17:07 +0100)]
[IMP] Move overflow-y: scroll to body.openerp

bzr revid: fme@openerp.com-20120213160728-4jwhlw8lisq7m4pd

12 years ago[FIX] account_followup: fixed error due to virtual ids
Quentin (OpenERP) [Mon, 13 Feb 2012 16:03:19 +0000 (17:03 +0100)]
[FIX] account_followup: fixed error due to virtual ids

bzr revid: qdp-launchpad@openerp.com-20120213160319-lpx878gnczz590uz

12 years ago[FIX] footer is not sticky and scroll with page under IE8
Fabien Meghazi [Mon, 13 Feb 2012 15:13:47 +0000 (16:13 +0100)]
[FIX] footer is not sticky and scroll with page under IE8

A better fix would be not to use Internet Explorer at all !

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

bzr revid: fme@openerp.com-20120213151347-4v9271zgnii90cbi

12 years ago[IMP] res.partner.bank: swap state/country fields in vertical layout
Olivier Dony [Mon, 13 Feb 2012 14:59:04 +0000 (15:59 +0100)]
[IMP] res.partner.bank: swap state/country fields in vertical layout

Users need to fill in country to see the
list of states, so it must be first in the
form, even if that does not feel very
natural in a vertical layout.

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

bzr revid: odo@openerp.com-20120213145904-i731wr9msex3fmx6

12 years ago[FIX] Reduced size of CRM from 330kb to 19kb
Minh Tran [Mon, 13 Feb 2012 14:52:39 +0000 (15:52 +0100)]
[FIX] Reduced size of CRM from 330kb to 19kb

bzr revid: mit@openerp.com-20120213145239-cv8117ez6do76gig

12 years ago[FIX] QWeb2: Array-like character access in String is not supported in IE<8
Fabien Meghazi [Mon, 13 Feb 2012 14:42:34 +0000 (15:42 +0100)]
[FIX] QWeb2: Array-like character access in String is not supported in IE<8

bzr revid: fme@openerp.com-20120213144234-dtdw5e8ho4x85frj

12 years ago[IMP] mail,email_template: improved views, assert missing email_from
Olivier Dony [Mon, 13 Feb 2012 14:35:31 +0000 (15:35 +0100)]
[IMP] mail,email_template: improved views, assert missing email_from

- add missing colspans for notebooks
- remove some buttons from mail.message form view,
  namely because send button can cause record deletion
  possibly causing some weird UI result.. better used
  from the list view for now (web was fixed anyway)
- better domain on Message action, to ease debugging
- added assert for email_from in email_template.send_email()
  to catch errors earlier

bzr revid: odo@openerp.com-20120213143531-eiuhulo46bv059pl

12 years ago[fix] point of sale: problem with total
niv-openerp [Mon, 13 Feb 2012 14:23:26 +0000 (15:23 +0100)]
[fix] point of sale: problem with total

bzr revid: nicolas.vanhoren@openerp.com-20120213142326-94zlaah6k2rny0xs

12 years ago[FIX] Fix one million bugs in IE8
Fabien Meghazi [Mon, 13 Feb 2012 13:56:11 +0000 (14:56 +0100)]
[FIX] Fix one million bugs in IE8

bzr revid: fme@openerp.com-20120213135611-ndrboz8urcg6kclu

12 years ago[FIX] account, financial report: don't display lines twice
Quentin (OpenERP) [Mon, 13 Feb 2012 13:56:04 +0000 (14:56 +0100)]
[FIX] account, financial report: don't display lines twice

bzr revid: qdp-launchpad@openerp.com-20120213135604-tsmzruto4h50obd0

12 years ago[MERGE] account: merged the dev branch with workaround of context['line_id'] in line_...
Quentin (OpenERP) [Mon, 13 Feb 2012 13:17:02 +0000 (14:17 +0100)]
[MERGE] account: merged the dev branch with workaround of context['line_id'] in line_id field (operation not supported in web client)

bzr revid: qdp-launchpad@openerp.com-20120213131702-f20fl7ydpxvt9o7g

12 years ago[ADD] Add sticky option to do_warn() and do_notify()
Fabien Meghazi [Mon, 13 Feb 2012 12:38:05 +0000 (13:38 +0100)]
[ADD] Add sticky option to do_warn() and do_notify()

[IMP] Form view uses a notification when a record is not found in the database

bzr revid: fme@openerp.com-20120213123805-4dqg4oioous25nuo

12 years ago[FIX] replace :first-of-type by custom class in treeview styles, so open/close arrows...
Xavier Morel [Mon, 13 Feb 2012 11:52:20 +0000 (12:52 +0100)]
[FIX] replace :first-of-type by custom class in treeview styles, so open/close arrows appear in MSIE8

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

bzr revid: xmo@openerp.com-20120213115220-dt147bo51q2zqrnp

12 years ago[FIX] stupid dhtmlxGraph blowing up everything in MSIE8 when not in debug mode
Xavier Morel [Mon, 13 Feb 2012 11:17:46 +0000 (12:17 +0100)]
[FIX] stupid dhtmlxGraph blowing up everything in MSIE8 when not in debug mode

bzr revid: xmo@openerp.com-20120213111746-uojye5kfp1zpsb4a

12 years ago[merge] improvements to view editor
niv-openerp [Mon, 13 Feb 2012 11:08:19 +0000 (12:08 +0100)]
[merge] improvements to view editor

bzr revid: nicolas.vanhoren@openerp.com-20120213110819-xugfuocv0j6lh32q

12 years ago[IMP] l10n_be: removed unused (and not fully covered) options in vat declaration...
Quentin (OpenERP) [Mon, 13 Feb 2012 11:02:14 +0000 (12:02 +0100)]
[IMP] l10n_be: removed unused (and not fully covered) options in vat declaration wizard. Thanks Noviat for the feedback

bzr revid: qdp-launchpad@openerp.com-20120213110214-o313ylrffsc6p1j2

12 years ago[FIX] ir_rule: disallow ir_rules on ir_rule.
Vo Minh Thu [Mon, 13 Feb 2012 11:01:44 +0000 (12:01 +0100)]
[FIX] ir_rule: disallow ir_rules on ir_rule.

bzr revid: vmt@openerp.com-20120213110144-p5wrxccl39vrkwjy

12 years ago[ADD] base: missing post-1995 ISO3166 countries
Olivier Dony [Mon, 13 Feb 2012 10:59:01 +0000 (11:59 +0100)]
[ADD] base: missing post-1995 ISO3166 countries

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

bzr revid: odo@openerp.com-20120213105901-hx9qh1hqvqz8h2h0

12 years ago[imp] rewritten code to be easier to read
niv-openerp [Mon, 13 Feb 2012 10:53:41 +0000 (11:53 +0100)]
[imp] rewritten code to be easier to read

bzr revid: nicolas.vanhoren@openerp.com-20120213105341-09pawcz7pau2incs

12 years ago[MERGE] account: merged the branch that add debit/credit option on financial reports
Quentin (OpenERP) [Mon, 13 Feb 2012 10:49:37 +0000 (11:49 +0100)]
[MERGE] account: merged the branch that add debit/credit option on financial reports

bzr revid: qdp-launchpad@openerp.com-20120213104937-fyfay6sym8l8dq7d

12 years ago[FIX] pos: better PIL import, courtesy of Mohammad Alhashash
Olivier Dony [Mon, 13 Feb 2012 10:24:32 +0000 (11:24 +0100)]
[FIX] pos: better PIL import, courtesy of Mohammad Alhashash

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

bzr revid: odo@openerp.com-20120213102432-tl0d0yhfyrg8iwnn

12 years ago[IMP] remove nonsensical attributes on tree and search, tighten tree/@toolbar
Xavier Morel [Mon, 13 Feb 2012 10:17:58 +0000 (11:17 +0100)]
[IMP] remove nonsensical attributes on tree and search, tighten tree/@toolbar

bzr revid: xmo@openerp.com-20120213101758-i20p214w21u0ik5r

12 years ago[FIX] don't use 'undefined' as a fallback value for .attr, it makes jquery think...
Xavier Morel [Mon, 13 Feb 2012 10:05:43 +0000 (11:05 +0100)]
[FIX] don't use 'undefined' as a fallback value for .attr, it makes jquery think that's a get and breaks chaining

bzr revid: xmo@openerp.com-20120213100543-0zu2ij95tnufu5df

12 years ago[FIX] Login without selected database returns uncatched error
Fabien Meghazi [Mon, 13 Feb 2012 10:01:02 +0000 (11:01 +0100)]
[FIX] Login without selected database returns uncatched error

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

bzr revid: fme@openerp.com-20120213100102-4ooonwfjzmjo4en8

12 years ago[REM] base_module_quality: nonsensical attributes on module.quality.detail list view
Xavier Morel [Mon, 13 Feb 2012 09:52:45 +0000 (10:52 +0100)]
[REM] base_module_quality: nonsensical attributes on module.quality.detail list view

bzr revid: xmo@openerp.com-20120213095245-ysocamwgtbvlnr4s

12 years ago[FIX] sizing of date widgets in search view
Xavier Morel [Mon, 13 Feb 2012 09:40:15 +0000 (10:40 +0100)]
[FIX] sizing of date widgets in search view

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

bzr revid: xmo@openerp.com-20120213094015-px9udeft0v0htnyu

12 years ago[FIX] get_last_modified in case no file is provided
Xavier Morel [Mon, 13 Feb 2012 09:10:49 +0000 (10:10 +0100)]
[FIX] get_last_modified in case no file is provided

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

bzr revid: xmo@openerp.com-20120213091049-thhwo5fzadsy4671

12 years ago[FIX] CSS rules inheritance leading to listview colors not being taken in account...
Xavier Morel [Mon, 13 Feb 2012 08:56:24 +0000 (09:56 +0100)]
[FIX] CSS rules inheritance leading to listview colors not being taken in account in o2m (and probably m2m) fields

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

bzr revid: xmo@openerp.com-20120213085624-pia163tdfm018q3j

12 years ago[REV] Last merge by AL breaks tests
Olivier Dony [Mon, 13 Feb 2012 08:42:42 +0000 (09:42 +0100)]
[REV] Last merge by AL breaks tests

bzr revid: odo@openerp.com-20120213084242-wn07hua23owewgvm

12 years ago[FIX] rendering of readonly URI fields
Xavier Morel [Mon, 13 Feb 2012 08:20:47 +0000 (09:20 +0100)]
[FIX] rendering of readonly URI fields

don't call FieldChar's set_value as this nukes the URI widget's content (link in this case). Either that, or empty the content and add the link back via DOM manipulations

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

bzr revid: xmo@openerp.com-20120213082047-931ea10a8lrb18wf

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Feb 2012 05:08:09 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120211054143-ombd21qpgp6dwowo
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212050000-l6kpoprwuejqy53f
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213050809-dfeuvbboy9mk6ox5

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Feb 2012 04:50:42 +0000 (04:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050953-f8t9zos3qjzmnj3t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044319-nxuw0h7g5aqrqy4s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213045042-jyku2inv3wkcae91

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Feb 2012 04:49:33 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050703-tr5u3ccsyn3nr4a3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044214-22i3b1p1odzszfm8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213044933-drlzxl0ds3vw5pct

12 years ago[MERGE] webkit wkhtmltopdf path configuration
Antony Lesuisse [Fri, 10 Feb 2012 17:39:11 +0000 (18:39 +0100)]
[MERGE] webkit wkhtmltopdf path configuration

bzr revid: al@openerp.com-20120210173911-9f7oqrtghejse9o4

12 years ago[FIX] completely destroy the current openerp session on logout (but leave the webclie...
Xavier Morel [Fri, 10 Feb 2012 16:43:09 +0000 (17:43 +0100)]
[FIX] completely destroy the current openerp session on logout (but leave the webclient session), so other tabs using the same session get unlogged

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

bzr revid: xmo@openerp.com-20120210164309-lyslwm4t94a4jd7g

12 years ago[FIX] report_webkit: Integration of WebkitHtmlToPdf
Stephane Wirtel [Fri, 10 Feb 2012 16:09:29 +0000 (17:09 +0100)]
[FIX] report_webkit: Integration of WebkitHtmlToPdf
The system will read the default path from the webkit_path defined into the ir.config_parameter.
If there is no value, the system will use the PATH.

bzr revid: stw@openerp.com-20120210160929-thor1qik8i3ybnn2

12 years ago[FIX] clearing of selection fields with a (non-additional) 'false' value in search...
Xavier Morel [Fri, 10 Feb 2012 15:52:35 +0000 (16:52 +0100)]
[FIX] clearing of selection fields with a (non-additional) 'false' value in search views

also finally add a basic Input#clear API

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

bzr revid: xmo@openerp.com-20120210155235-sjax5dnc73rpixbr

12 years ago[MERGE] --proxy mode added, using Werkzeug ProxyFix class.
Vo Minh Thu [Fri, 10 Feb 2012 15:35:00 +0000 (16:35 +0100)]
[MERGE] --proxy mode added, using Werkzeug ProxyFix class.

bzr revid: vmt@openerp.com-20120210153500-689bnj0a1f51nvjc

12 years ago[FIX] wsgi: better instruction to use the proxied.application.
Vo Minh Thu [Fri, 10 Feb 2012 15:25:21 +0000 (16:25 +0100)]
[FIX] wsgi: better instruction to use the proxied.application.

bzr revid: vmt@openerp.com-20120210152521-638x9bzrvz0enq9k

12 years ago[IMP] account_followup: small usability change
Quentin (OpenERP) [Fri, 10 Feb 2012 15:20:35 +0000 (16:20 +0100)]
[IMP] account_followup: small usability change

bzr revid: qdp-launchpad@openerp.com-20120210152035-ub9g1qqrv6kt5tsv

12 years ago[FIX] display of empty graphs if a group field is specified
Xavier Morel [Fri, 10 Feb 2012 15:17:23 +0000 (16:17 +0100)]
[FIX] display of empty graphs if a group field is specified

bzr revid: xmo@openerp.com-20120210151723-ixseg6y18u54qe6p

12 years ago[FIX] wsgi: use wsgi.core instead of wsgi, remove unused variable.
Vo Minh Thu [Fri, 10 Feb 2012 15:17:15 +0000 (16:17 +0100)]
[FIX] wsgi: use wsgi.core instead of wsgi, remove unused variable.

bzr revid: vmt@openerp.com-20120210151715-5vei5cbpdlimlqj5

12 years ago[FIX] delivery.carrier: write() failed to handle ids=int case
Olivier Dony [Fri, 10 Feb 2012 15:16:49 +0000 (16:16 +0100)]
[FIX] delivery.carrier: write() failed to handle ids=int case

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

bzr revid: odo@openerp.com-20120210151649-xfwkf7xk1zv3s3nx

12 years ago[IMP] typo.
Vo Minh Thu [Fri, 10 Feb 2012 15:06:15 +0000 (16:06 +0100)]
[IMP] typo.

bzr revid: vmt@openerp.com-20120210150615-3ywm0le30niofxy3

12 years ago[FIX] only try to load CSS, QWeb and JS files if there are new modules to reload...
Xavier Morel [Fri, 10 Feb 2012 14:55:02 +0000 (15:55 +0100)]
[FIX] only try to load CSS, QWeb and JS files if there are new modules to reload, especially as the new conditional requests will blow up when trying to load nothing at all

bzr revid: xmo@openerp.com-20120210145502-gbtq09g75xxt83c4

12 years ago[MERGE]merged trunk.
Vo Minh Thu [Fri, 10 Feb 2012 14:41:14 +0000 (15:41 +0100)]
[MERGE]merged trunk.

bzr revid: vmt@openerp.com-20120210144114-rm4mt9x3uyekinto

12 years ago[IMP] wsgi: expose both a normal application() and a proxied application() entry...
Vo Minh Thu [Fri, 10 Feb 2012 14:36:09 +0000 (15:36 +0100)]
[IMP] wsgi: expose both a normal application() and a proxied application() entry points.

bzr revid: vmt@openerp.com-20120210143609-auackb5ip7dqvlk2

12 years ago[IMP] ir.config.parameter: admin menu and views (inspired by Camptocamp's ir_config_p...
Olivier Dony [Fri, 10 Feb 2012 14:23:18 +0000 (15:23 +0100)]
[IMP] ir.config.parameter: admin menu and views (inspired by Camptocamp's ir_config_parameter_viewer module)

bzr revid: odo@openerp.com-20120210142318-6h6nb42vgrvxfcdb

12 years ago[IMP] implement conditional requests to /js and /css concatenators
Xavier Morel [Fri, 10 Feb 2012 14:17:04 +0000 (15:17 +0100)]
[IMP] implement conditional requests to /js and /css concatenators

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

bzr revid: xmo@openerp.com-20120210141704-w8w0exs1mk0l0342

12 years ago[IMP] move all the making-stuff-conditional-based-on-other-stuff code to a dedicated...
Xavier Morel [Fri, 10 Feb 2012 14:13:38 +0000 (15:13 +0100)]
[IMP] move all the making-stuff-conditional-based-on-other-stuff code to a dedicated method of the WebClient controller

provides a single point of configuration if/when we decide to change the cache-control stuff, mostly

bzr revid: xmo@openerp.com-20120210141338-3aib9ls3b72gr4ez

12 years ago[MERGE] pos: merged several fixes: canceling a cash register does not crash anymore...
Thibault Delavallée [Fri, 10 Feb 2012 14:07:31 +0000 (15:07 +0100)]
[MERGE] pos: merged several fixes: canceling a cash register does not crash anymore if it has no statement line; cleaned search view for cash registers; cleaned redirection after opening and closing cash registers; cleaned search filters in Reporting; fixed a bug in cash register analysis that was limited to Administrator entries only.

bzr revid: tde@openerp.com-20120210140731-lp38unlb126l9l57

12 years ago[IMP] Cleaned return when closing cash registers, to match the opening of cash registers.
Thibault Delavallée [Fri, 10 Feb 2012 14:02:42 +0000 (15:02 +0100)]
[IMP] Cleaned return when closing cash registers, to match the opening of cash registers.

bzr revid: tde@openerp.com-20120210140242-qvoocm5rjm6pqpit

12 years ago[IMP] conditional GET for concatenated JS and CSS files
Xavier Morel [Fri, 10 Feb 2012 14:00:21 +0000 (15:00 +0100)]
[IMP] conditional GET for concatenated JS and CSS files

bzr revid: xmo@openerp.com-20120210140021-uh5t5egr00dxdwr8

12 years ago[FIX] Fixed the previous fix.
Thibault Delavallée [Fri, 10 Feb 2012 13:57:54 +0000 (14:57 +0100)]
[FIX] Fixed the previous fix.

bzr revid: tde@openerp.com-20120210135754-b75km0luh34qw0xw

12 years ago[IMP]fix graph issue when no data.
Vidhin Mehta (OpenERP) [Fri, 10 Feb 2012 13:48:58 +0000 (19:18 +0530)]
[IMP]fix graph issue when no data.

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

bzr revid: vme@tinyerp.com-20120210134858-kq1oxpsikpuc8kxn

12 years ago[FIX] Fixed filter icon for cash registers; removed a space for view_mode definition...
Thibault Delavallée [Fri, 10 Feb 2012 13:46:06 +0000 (14:46 +0100)]
[FIX] Fixed filter icon for cash registers; removed a space for view_mode definition when returning an act_window; small code optimizations

bzr revid: tde@openerp.com-20120210134606-8aa4hnn8vuhwdzrz

12 years ago[FIX] netsvc: make sure pseudo_config variable is always initialized.
Vo Minh Thu [Fri, 10 Feb 2012 13:44:46 +0000 (14:44 +0100)]
[FIX] netsvc: make sure pseudo_config variable is always initialized.

bzr revid: vmt@openerp.com-20120210134446-ijg8t6ms1938i77t

12 years ago[IMP] Add field in children of fields.
Jiten (OpenERP) [Fri, 10 Feb 2012 13:36:20 +0000 (19:06 +0530)]
[IMP] Add field in children of fields.

bzr revid: jra@tinyerp.com-20120210133620-sy20dxxsrjwubths

12 years ago[IMP] Add the Debit and Credit fields in financial report
Jagdish Panchal (Open ERP) [Fri, 10 Feb 2012 13:27:42 +0000 (18:57 +0530)]
[IMP] Add the Debit and Credit fields in financial report

bzr revid: jap@tinyerp.com-20120210132742-wkqwvfjgoo7gzqtm

12 years ago[FIX] report: do not use the default_type entry from the context:
Vo Minh Thu [Fri, 10 Feb 2012 11:34:27 +0000 (12:34 +0100)]
[FIX] report: do not use the default_type entry from the context:
the type column exists on both the account_invoice and on the attachment.
It is set for the account_invoice, so we must not use it for the attachment
creation.

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

bzr revid: vmt@openerp.com-20120210113427-vnty3pcmcw3g3b97

12 years ago[IMP] res.users: avoid reading twice the groups_id o2m - causing duped query
Olivier Dony [Fri, 10 Feb 2012 10:59:55 +0000 (11:59 +0100)]
[IMP] res.users: avoid reading twice the groups_id o2m - causing duped query

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

bzr revid: odo@openerp.com-20120210105955-arhy1wc2qzlfy87r

12 years ago[IMP] account, financial report printing: improved style for view objects of level 1
Quentin (OpenERP) [Fri, 10 Feb 2012 10:57:41 +0000 (11:57 +0100)]
[IMP] account, financial report printing: improved style for view objects of level 1

bzr revid: qdp-launchpad@openerp.com-20120210105741-72vtly8jjmej5s6s

12 years ago[IMP] l10n_be: added new menuitems for belgian bs and p&l reports to be as default...
Quentin (OpenERP) [Fri, 10 Feb 2012 10:46:20 +0000 (11:46 +0100)]
[IMP] l10n_be: added new menuitems for belgian bs and p&l reports to be as default values (+ better naming of actions in account module)

bzr revid: qdp-launchpad@openerp.com-20120210104620-g644e2wrb5fjltlu

12 years ago[FIX] auth_openid, edi: fix web imports to correctly handle conflicts with e.g. web.py
Xavier Morel [Fri, 10 Feb 2012 10:35:11 +0000 (11:35 +0100)]
[FIX] auth_openid, edi: fix web imports to correctly handle conflicts with e.g. web.py

bzr revid: xmo@openerp.com-20120210103511-ak08gis9h35j8pe2

12 years ago[FIX] imports to handle conflicts with e.g. web.py in embedded mode
Xavier Morel [Fri, 10 Feb 2012 10:34:26 +0000 (11:34 +0100)]
[FIX] imports to handle conflicts with e.g. web.py in embedded mode

bzr revid: xmo@openerp.com-20120210103426-b20ass3mwx2ay9c4

12 years ago[REM] web_chat, does not work
Xavier Morel [Fri, 10 Feb 2012 10:34:00 +0000 (11:34 +0100)]
[REM] web_chat, does not work

bzr revid: xmo@openerp.com-20120210103400-p1j8ajc99noe72xe

12 years ago[FIX] l10n_be: small fix in the chart of tax code
Quentin (OpenERP) [Fri, 10 Feb 2012 10:28:24 +0000 (11:28 +0100)]
[FIX] l10n_be: small fix in the chart of tax code

bzr revid: qdp-launchpad@openerp.com-20120210102824-jsdrsgv1dkunsj1q

12 years ago[MERGE] merged the branch with adaptation of intracom declaration wizard (l10n_be...
Quentin (OpenERP) [Fri, 10 Feb 2012 10:10:45 +0000 (11:10 +0100)]
[MERGE] merged the branch with adaptation of intracom declaration wizard (l10n_be module) to intervat 8.0

bzr revid: qdp-launchpad@openerp.com-20120210101045-d4ono0e7somklryx

12 years ago[MERGE] merged the branch with adaptation of vat declaration wizard (l10n_be module...
Quentin (OpenERP) [Fri, 10 Feb 2012 10:10:03 +0000 (11:10 +0100)]
[MERGE] merged the branch with adaptation of vat declaration wizard (l10n_be module) to intervat 8.0

bzr revid: qdp-launchpad@openerp.com-20120210101003-0zgb0taxhs0jz0bj

12 years ago[REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT.
Vo Minh Thu [Fri, 10 Feb 2012 09:59:46 +0000 (10:59 +0100)]
[REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT.

bzr revid: vmt@openerp.com-20120210095946-dxs0e0cd4ffkccy9

12 years ago[MERGE] addons import hook: give precedence to our own modules, let them shadow other...
Vo Minh Thu [Fri, 10 Feb 2012 09:48:12 +0000 (10:48 +0100)]
[MERGE] addons import hook: give precedence to our own modules, let them shadow other Python modules.

bzr revid: vmt@openerp.com-20120210094812-7lewrxwpqfrlmke1

12 years ago[MERGE] document_webdav: no more DEBUG_RPC constant exported by the server.
Vo Minh Thu [Fri, 10 Feb 2012 09:44:45 +0000 (10:44 +0100)]
[MERGE] document_webdav: no more DEBUG_RPC constant exported by the server.

bzr revid: vmt@openerp.com-20120210094445-z0ynj5wg7c5uswui

12 years ago[IMP] accont_check_writing: batch printing
Quentin (OpenERP) [Fri, 10 Feb 2012 09:33:15 +0000 (10:33 +0100)]
[IMP] accont_check_writing: batch printing

bzr revid: qdp-launchpad@openerp.com-20120210093315-p12s360e5oh1fi8d

12 years ago[FIX] Fixed cash register analysis limited only to user_id = 1, leading to missing...
Thibault Delavallée [Fri, 10 Feb 2012 09:11:03 +0000 (10:11 +0100)]
[FIX] Fixed cash register analysis limited only to user_id = 1, leading to missing items in Register Analysis reporting

bzr revid: tde@openerp.com-20120210091103-d2sdmf3vkk4jqhbt

12 years ago[FIX] Fixed bugged Today filter in search views for Register Analysis and Point of...
Thibault Delavallée [Fri, 10 Feb 2012 09:10:06 +0000 (10:10 +0100)]
[FIX] Fixed bugged Today filter in search views for Register Analysis and Point of sale Analysis in Reporting

bzr revid: tde@openerp.com-20120210091006-rgcal7pv5j90pntj

12 years ago[IMP] account_followup: better documentation
Quentin (OpenERP) [Fri, 10 Feb 2012 08:58:25 +0000 (09:58 +0100)]
[IMP] account_followup: better documentation

bzr revid: qdp-launchpad@openerp.com-20120210085825-a4fyuk8yt21fmvp3

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Fri, 10 Feb 2012 08:40:08 +0000 (09:40 +0100)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120210084008-tinfpl5td3fummq2

12 years ago[Merge] Merge from openerp-web.
Jiten (OpenERP) [Fri, 10 Feb 2012 08:37:15 +0000 (14:07 +0530)]
[Merge] Merge from openerp-web.

bzr revid: jra@tinyerp.com-20120210083715-16ntujeavf5rs6kz

12 years ago[FIX] ir_ui_menu: do not create a menu binding when field 'action' is False
Raphael Collet [Fri, 10 Feb 2012 08:26:37 +0000 (09:26 +0100)]
[FIX] ir_ui_menu: do not create a menu binding when field 'action' is False

bzr revid: rco@openerp.com-20120210082637-tn4cyvgfa4jrxpj4

12 years ago[IMP] Removed unused variable in pos_open_statement
Thibault Delavallée [Fri, 10 Feb 2012 08:19:09 +0000 (09:19 +0100)]
[IMP] Removed unused variable in pos_open_statement

bzr revid: tde@openerp.com-20120210081909-sp1lcv25qjpo9333

12 years ago[IMP] Add feature inherited view for view editor.
Jiten (OpenERP) [Fri, 10 Feb 2012 07:35:29 +0000 (13:05 +0530)]
[IMP] Add feature inherited view for view editor.

bzr revid: jra@tinyerp.com-20120210073529-nnqyxn3th9bi578v

12 years ago[FIX]Update Sales Totals.
vishmita [Fri, 10 Feb 2012 07:32:43 +0000 (13:02 +0530)]
[FIX]Update Sales Totals.

bzr revid: vja@vja-desktop-20120210073243-m6x0hf0h99rodu9f

12 years ago[IMP]reload dialoag after closing edit dialog box.
Vidhin Mehta (OpenERP) [Fri, 10 Feb 2012 07:12:13 +0000 (12:42 +0530)]
[IMP]reload dialoag after closing edit dialog box.

bzr revid: vme@tinyerp.com-20120210071213-tbr9tdxkneq21guh

12 years ago[IMP]some change for earlier inherited view.
Vidhin Mehta (OpenERP) [Fri, 10 Feb 2012 07:08:30 +0000 (12:38 +0530)]
[IMP]some change for earlier inherited view.

bzr revid: vme@tinyerp.com-20120210070830-jz7rw2rqt5gr6bw3

12 years ago[FIX]set default view_id after deteleting view.
Vidhin Mehta (OpenERP) [Fri, 10 Feb 2012 05:52:01 +0000 (11:22 +0530)]
[FIX]set default view_id after deteleting view.

bzr revid: vme@tinyerp.com-20120210055201-6576d0encj4re56h

12 years ago[IMP]some minor changes.
Vidhin Mehta (OpenERP) [Fri, 10 Feb 2012 05:28:53 +0000 (10:58 +0530)]
[IMP]some minor changes.

bzr revid: vme@tinyerp.com-20120210052853-aovv3baf4u5wl3pp

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Feb 2012 05:09:48 +0000 (05:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120210050948-enku822yz6xip51k

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Feb 2012 04:50:28 +0000 (04:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120210044704-ffxh1ikqgom660lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210045028-kbviilp8xdby42fi

12 years ago[FIX] Kanban: Fix bug with folding introduced in last Kanban refactoring (Rev#2158)
Fabien Meghazi [Thu, 9 Feb 2012 20:19:30 +0000 (21:19 +0100)]
[FIX] Kanban: Fix bug with folding introduced in last Kanban refactoring (Rev#2158)

bzr revid: fme@openerp.com-20120209201930-fd4kg3fvjpf04zb5

12 years ago[FIX] POS invoice are marked as paid
Fabien Pinckaers [Thu, 9 Feb 2012 19:20:50 +0000 (20:20 +0100)]
[FIX] POS invoice are marked as paid

bzr revid: fp@tinyerp.com-20120209192050-1bm4w1x8dc81a30l

12 years ago[REV+FIX] account_followup: revert of the wrong fix included in revno 5982 + correct...
Quentin (OpenERP) [Thu, 9 Feb 2012 18:16:38 +0000 (19:16 +0100)]
[REV+FIX] account_followup: revert of the wrong fix included in revno 5982 + correct fix of bug 898619. ID of view account_followup_stat_by_partner are virtual and based on concatenation of partner_id and company_id because if a partner is shared between 2 companies, we want to see 2 lines for him in the stats! It means that both company should be able to send him followups separately. That was explained 3 lines above.... :(

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

bzr revid: qdp-launchpad@openerp.com-20120209181638-z2qnagcpynazfv62

12 years ago[I18N] Update translation templates (web,kanban) for the minor recent term changes
Olivier Dony [Thu, 9 Feb 2012 18:05:23 +0000 (19:05 +0100)]
[I18N] Update translation templates (web,kanban) for the minor recent term changes

bzr revid: odo@openerp.com-20120209180523-b41ubljpsdz17jrm

12 years ago[FIX] Fixed cash register opening going to web pos view instead of cash register...
Thibault Delavallée [Thu, 9 Feb 2012 18:04:33 +0000 (19:04 +0100)]
[FIX] Fixed cash register opening going to web pos view instead of cash register view. Also added default views in cash registers (draft, open).

bzr revid: tde@openerp.com-20120209180433-n7e1o5csqjxlfq7q

12 years ago[FIX] Kanban view: add limit + "Show more" button
Fabien Meghazi [Thu, 9 Feb 2012 17:59:02 +0000 (18:59 +0100)]
[FIX] Kanban view: add limit + "Show more" button

lp bug: https://launchpad.net/bugs/925532 fixed
lp bug: https://launchpad.net/bugs/922026 fixed

bzr revid: fme@openerp.com-20120209175902-od0rp2a3ps3jl8yz

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