odoo/odoo.git
9 years agoMAJ WSGI pour VM InsPy_master01
Sébastien CHAZALLET [Mon, 17 Nov 2014 21:53:19 +0000 (22:53 +0100)]
MAJ WSGI pour VM

9 years agoMerge remote-tracking branch 'upstream/master'
Alicia FLOREZ [Wed, 13 Aug 2014 10:15:43 +0000 (12:15 +0200)]
Merge remote-tracking branch 'upstream/master'

9 years ago[IMP] form views: remove sheets in config forms
tpa-odoo [Wed, 25 Jun 2014 12:38:33 +0000 (18:08 +0530)]
[IMP] form views: remove sheets in config forms

(Closes #850)

9 years agoHide the Edit bar with mobile.
Wisniewski [Tue, 12 Aug 2014 11:47:56 +0000 (13:47 +0200)]
Hide the Edit bar with mobile.

9 years ago[IMP] web: order fields in export wizard
rba-odoo [Thu, 26 Jun 2014 10:08:19 +0000 (15:38 +0530)]
[IMP] web: order fields in export wizard

(Closes #1645)

9 years ago[IMP] purchase: misc usability improvements
cod-odoo [Wed, 25 Jun 2014 10:23:54 +0000 (15:53 +0530)]
[IMP] purchase: misc usability improvements
- RFQ wording imp
- products tree view in purchase form view: set account_analytic_id
for group_analytic_accounting only + add a context for the partner
- purchase: res_config: wording imp + config view imp

9 years agoMerge pull request #1739 from odoo-dev/master-watchdog-fme
Fabien Meghazi [Tue, 12 Aug 2014 01:31:29 +0000 (03:31 +0200)]
Merge pull request #1739 from odoo-dev/master-watchdog-fme

[IMP] Make autoreload work in --dev mode

- Replaced `pyinotify` by conditionally imported `watchdog`
- On code reload, restart process without losing --database argument (was crasing `odoo start` command)
- Removed `--auto-reload` in favor of `--dev`

9 years agoCheck if the logger warning causes runbot warning
Fabien Meghazi [Mon, 11 Aug 2014 20:01:39 +0000 (22:01 +0200)]
Check if the logger warning causes runbot warning

9 years ago[IMP] filesystem watcher only activated on --dev mode (for the moment)
Fabien Meghazi [Mon, 11 Aug 2014 15:12:47 +0000 (17:12 +0200)]
[IMP] filesystem watcher only activated on --dev mode (for the moment)

9 years ago[IMP] website: create customize theme application and color-picker; Create theme_boot...
Christophe Matthieu [Fri, 8 Aug 2014 09:58:40 +0000 (11:58 +0200)]
[IMP] website: create customize theme application and color-picker; Create theme_bootswatch and use less files.

9 years ago[IMP] tour: add a tour to click on all menu items, sub menu items, need action, and...
Christophe Matthieu [Wed, 6 Aug 2014 15:22:03 +0000 (17:22 +0200)]
[IMP] tour: add a tour to click on all menu items, sub menu items, need action, and views

9 years ago[FIX] Make watchdog python module optional
Fabien Meghazi [Wed, 6 Aug 2014 14:12:45 +0000 (16:12 +0200)]
[FIX] Make watchdog python module optional

9 years ago[REM] Removed --auto-reload switch and bound feature to --dev switch
Fabien Meghazi [Wed, 6 Aug 2014 13:33:04 +0000 (15:33 +0200)]
[REM] Removed --auto-reload switch and bound feature to --dev switch

9 years agoMerge remote-tracking branch 'odoo/master' into master-watchdog-fme
Fabien Meghazi [Wed, 6 Aug 2014 13:27:26 +0000 (15:27 +0200)]
Merge remote-tracking branch 'odoo/master' into master-watchdog-fme

9 years agoMerge pull request #1625 from odoo-dev/master-views-arch-on-disk-fme
Fabien Meghazi [Wed, 6 Aug 2014 13:24:04 +0000 (15:24 +0200)]
Merge pull request #1625 from odoo-dev/master-views-arch-on-disk-fme

[MERGE] Read ir.ui.view's arch from disk in development mode

A new switch named `--dev` has been added to the openerp.cli's arguments.

This development mode's purpose is to activate some specific behaviours in order to ease development.

For the moment, the only effect of `--dev` is to make the ir.ui.view's arch function field read the data from the original xml file (if any), allowing the developer to change a view and check the effect without having to update it's database.

This feature will currently work only with existing views. If you add a view you still have to update your database.

9 years ago[IMP] change arch_fs's type to field.char
Fabien Meghazi [Wed, 6 Aug 2014 11:32:00 +0000 (13:32 +0200)]
[IMP] change arch_fs's type to field.char

9 years ago[IMP] Store relative path in arch_fs
Fabien Meghazi [Wed, 6 Aug 2014 10:13:28 +0000 (12:13 +0200)]
[IMP] Store relative path in arch_fs

9 years ago[ADD] web_tip: module for tip definition and display
Julien Legros [Fri, 25 Jul 2014 16:12:36 +0000 (18:12 +0200)]
[ADD] web_tip: module for tip definition and display

Also added with this commit:
crm: tip data
web: hooks (events) for web_tip
web_kanban: hooks (events) for web_tip

9 years ago[REM] base_report_designer: remove module
Mitesh Savani [Tue, 15 Jul 2014 09:37:06 +0000 (15:07 +0530)]
[REM] base_report_designer: remove module

Module will stay available at
https://github.com/odoo/odoo-extra/commit/c6298bd43ddb3da063b880f7e8f5635d4765ea3a

Closes #1582

9 years ago[FIX] ommit (-d, --database) in code reexecution's sys.args stripping
Fabien Meghazi [Mon, 4 Aug 2014 15:09:44 +0000 (17:09 +0200)]
[FIX] ommit (-d, --database) in code reexecution's sys.args stripping

Stripping -d from sys.argv prevent odoo's `start` subcommand to work
properly. Besides, -d is not harmful for code reececution

9 years ago[IMP] FSWatcher method names
Fabien Meghazi [Mon, 4 Aug 2014 15:08:29 +0000 (17:08 +0200)]
[IMP] FSWatcher method names

9 years agoMerge remote-tracking branch 'odoo/master' into master-watchdog-fme
Fabien Meghazi [Mon, 4 Aug 2014 15:07:03 +0000 (17:07 +0200)]
Merge remote-tracking branch 'odoo/master' into master-watchdog-fme

9 years ago[IMP] website_quote: add default quote template
avo-odoo [Tue, 15 Jul 2014 09:55:48 +0000 (15:25 +0530)]
[IMP] website_quote: add default quote template

(Closes #1380)

9 years ago[IMP] project : mailgateway: add to and cc as followers of the newly created task
Dikshit Prajapati [Tue, 15 Jul 2014 05:48:00 +0000 (11:18 +0530)]
[IMP] project : mailgateway: add to and cc as followers of the newly created task

9 years ago[FIX] web: warn of possible data loss when click on Odoo logo
Pankaj Joshi [Tue, 15 Jul 2014 12:38:28 +0000 (18:08 +0530)]
[FIX] web: warn of possible data loss when click on Odoo logo

9 years ago[MOVE] account: moved account/project files to analytic or account, depending on...
cod-odoo [Wed, 25 Jun 2014 06:07:30 +0000 (11:37 +0530)]
[MOVE] account: moved account/project files to analytic or account, depending on which module the moved code belongs to. This allows to remove references to project in account module. Also added some improvements in project when deleting a project (delete account if void) or when deleting an account (delete project if void).

9 years ago[WIP] exhume branch for runbot (lost logs)
Fabien Meghazi [Mon, 4 Aug 2014 09:35:11 +0000 (11:35 +0200)]
[WIP] exhume branch for runbot (lost logs)

9 years ago[MERGE] Forward-port 8.0 up to d706adb
Olivier Dony [Sat, 2 Aug 2014 19:13:41 +0000 (21:13 +0200)]
[MERGE] Forward-port 8.0 up to d706adb

9 years ago[MERGE] Forward-port saas-5 up to 37ba23d
Olivier Dony [Sat, 2 Aug 2014 18:42:19 +0000 (20:42 +0200)]
[MERGE] Forward-port saas-5 up to 37ba23d

9 years ago[FIX] product_visible_discount: no crash when no pricelist passed or product without...
Olivier Dony [Sat, 2 Aug 2014 01:32:09 +0000 (03:32 +0200)]
[FIX] product_visible_discount: no crash when no pricelist passed or product without company

Fixes an error introduced in f6fb2b6

9 years ago[MERGE] Forward-port saas-3 up to 7273474
Olivier Dony [Fri, 1 Aug 2014 21:14:59 +0000 (23:14 +0200)]
[MERGE] Forward-port saas-3 up to 7273474

9 years ago[MERGE] Forward-port saas-3 up to fc92027
Olivier Dony [Fri, 1 Aug 2014 21:10:29 +0000 (23:10 +0200)]
[MERGE] Forward-port saas-3 up to fc92027

9 years ago[FIX] website: OpenERP->Odoo in website footer
Olivier Dony [Fri, 1 Aug 2014 21:04:42 +0000 (23:04 +0200)]
[FIX] website: OpenERP->Odoo in website footer

9 years ago[MERGE] Forward-port 7.0 up to 9411a2da
Olivier Dony [Fri, 1 Aug 2014 21:01:57 +0000 (23:01 +0200)]
[MERGE] Forward-port 7.0 up to 9411a2da

9 years ago[FIX] Model.load(): extra error checking while importing data
Olivier Dony [Fri, 1 Aug 2014 20:42:01 +0000 (22:42 +0200)]
[FIX] Model.load(): extra error checking while importing data

If any missing or partially incorrect values cause
an exception other than a psycopg2 error, we should
still catch it, rollback that record and report
the error, rather than letting bubble and fail
without any feedback to the user.

Fixes #1485

9 years ago[FIX] account: res.partner: limit access to "total_invoiced" field to group "group_ac...
Christophe Simonis [Fri, 1 Aug 2014 15:29:20 +0000 (17:29 +0200)]
[FIX] account: res.partner: limit access to "total_invoiced" field to group "group_account_invoice". Use SUPERUSER_ID to access data

9 years ago[IMP] base: show possible titles for companies (opw 608243)
Martin Trigaux [Fri, 1 Aug 2014 15:07:56 +0000 (17:07 +0200)]
[IMP] base: show possible titles for companies (opw 608243)

9 years ago[FIX] calendar: onchange_dates: protect against void dates (for example when creating...
Thibault Delavallée [Fri, 1 Aug 2014 11:48:33 +0000 (13:48 +0200)]
[FIX] calendar: onchange_dates: protect against void dates (for example when creating a meeting through the form view)

9 years ago[FIX] product_visible_discount: multicurrency pricelists
Martin Trigaux [Fri, 1 Aug 2014 10:43:31 +0000 (12:43 +0200)]
[FIX] product_visible_discount: multicurrency pricelists

When we compute the discount of a product to display (result of product_id_change), we compare prices in the currency of the product while we expect prices in the currency of the pricelist. opw 606188

9 years ago[FIX] orm: set default before removing magic fields
dhr-odoo [Wed, 9 Jul 2014 07:23:36 +0000 (12:53 +0530)]
[FIX] orm: set default before removing magic fields

When a record is created, the magic fields (id, create_date,...) are first removed from the vals as the user should not set a value for these.
However if a value for this is given in default value (e.g. defined in an ir.value), the creation would crash (sql error : column specified more than once) as the magic column would be added again.

9 years ago[FIX] website: update url in the footer
Julien Legros [Fri, 1 Aug 2014 13:33:58 +0000 (15:33 +0200)]
[FIX] website: update url in the footer

9 years ago[FIX] website: slug: fallback to positive ID when slug appears to contain a missing...
Olivier Dony [Fri, 1 Aug 2014 08:50:25 +0000 (10:50 +0200)]
[FIX] website: slug: fallback to positive ID when slug appears to contain a missing negative ID

In some rare cases database records have negative IDs,
so the slug URL could look like /foo--20. This could
be mistaken for a slug ending with a `-` and a positive ID.
The latter is not supposed to happned as final hyphens
are stripped by slugify, but has been used in the past
and may be used in old links.

9 years ago[IMP] generic wizard to import bank statements + import of OFX and QIF files (+adapte...
qdp-odoo [Fri, 1 Aug 2014 13:00:18 +0000 (15:00 +0200)]
[IMP] generic wizard to import bank statements + import of OFX and QIF files (+adapted l10n_be_coda to use it)

9 years ago[FIX] web: multiple opened modal need fixing since bootstrap lib update
Cedric Snauwaert [Fri, 1 Aug 2014 12:53:48 +0000 (14:53 +0200)]
[FIX] web: multiple opened modal need fixing since bootstrap lib update

9 years ago[FIX] website_sale: confirm sale order on payment_confirmation
Denis Ledoux [Fri, 1 Aug 2014 12:48:16 +0000 (14:48 +0200)]
[FIX] website_sale: confirm sale order on payment_confirmation

Same behavior than in saas-5

9 years ago[MERGE] Forward-port 8.0 up to 494ecc6
Olivier Dony [Fri, 1 Aug 2014 12:33:21 +0000 (14:33 +0200)]
[MERGE] Forward-port 8.0 up to 494ecc6

9 years ago[MERGE] Foward-port saas-5 up to ee4df1e
Olivier Dony [Fri, 1 Aug 2014 12:24:07 +0000 (14:24 +0200)]
[MERGE] Foward-port saas-5 up to ee4df1e

9 years ago[FIX] mass_mailing: possibility to subscribe again to a mailing list
Denis Ledoux [Fri, 1 Aug 2014 12:20:55 +0000 (14:20 +0200)]
[FIX] mass_mailing: possibility to subscribe again to a mailing list

It was not possible to subscribe again to a mailing list once unsubscribed

9 years ago[FIX] mail: bad display of join button on mail groups.
Thibault Delavallée [Fri, 1 Aug 2014 11:29:55 +0000 (13:29 +0200)]
[FIX] mail: bad display of join button on mail groups.

9 years ago[MERGE] Forward-port saas-4 up to 8b15482
Olivier Dony [Fri, 1 Aug 2014 11:06:49 +0000 (13:06 +0200)]
[MERGE] Forward-port saas-4 up to 8b15482

9 years ago[MERGE] Forward-port saas-3 up to e79a367
Olivier Dony [Fri, 1 Aug 2014 10:54:30 +0000 (12:54 +0200)]
[MERGE] Forward-port saas-3 up to e79a367

9 years ago[FIX] orm.search_count: ignore `limit`, `offset` and most importantly `order`
Olivier Dony [Fri, 1 Aug 2014 10:34:41 +0000 (12:34 +0200)]
[FIX] orm.search_count: ignore `limit`, `offset` and most importantly `order`

These parameters are (or should be) irrelevant for
a search_count(), and they could actually break the
result or make it significantly slower (e.g applying
`order` on large tables).
This fixes a performance regression introduced by
0f43032b.

We could also raise an error offset/limit are
passed in combination with count, but that seems
unnecessary.

Also switched to "SELECT count(1)" for the count
query, as it is simpler and just as fast.
We'd get the same perf with * or any constant value,
as in "SELECT count('me in')", but let's keep it
simple ;-)

9 years ago[FIX] web: remove unneeded overflow-y on modal-body class
Cedric Snauwaert [Thu, 31 Jul 2014 14:09:50 +0000 (16:09 +0200)]
[FIX] web: remove unneeded overflow-y on modal-body class

Will fix problem where opened dropdown list were hidden behind the modal footer

9 years ago[FIX] mass_mailing: allow to add a user/email to a specific mailing list and not...
Jeremy Kersten [Fri, 1 Aug 2014 09:25:41 +0000 (11:25 +0200)]
[FIX] mass_mailing: allow to add a user/email to a specific mailing list and not always the last as previously.

9 years ago[FIX] event: registration and confirmation template now have a domain on event.regist...
Thibault Delavallée [Fri, 1 Aug 2014 08:11:36 +0000 (10:11 +0200)]
[FIX] event: registration and confirmation template now have a domain on event.registration.
Otherwise all templates are displayed and this will lead to some issues.

Also added a description on event.registration, because currently its
displayed name is Email Thread.

9 years ago[FIX] account: avoid to propagate context in send by email button
Denis Ledoux [Fri, 1 Aug 2014 08:05:56 +0000 (10:05 +0200)]
[FIX] account: avoid to propagate context in send by email button

There is no reason to propagate the context in those buttons.

Besides, it leads to issues concerning the email template, rendering the wrong res_id because the active_id was wrongly propagated

9 years ago[FIX] mail: message-id not parsed properly in message_route
Anaël Closson [Fri, 20 Jun 2014 11:13:23 +0000 (13:13 +0200)]
[FIX] mail: message-id not parsed properly in message_route

Same as for rev 4bad513, the references were not correctly parsed, added missing regex

9 years ago[FIX] crm: base_partner_merge, search with lowercase for name,email
Denis Ledoux [Thu, 31 Jul 2014 17:38:00 +0000 (19:38 +0200)]
[FIX] crm: base_partner_merge, search with lowercase for name,email

and without spaces for vat

9 years ago[MERGE] forward port of branch 7.0 up to 7c5bf67a5f9378fe4ae01eeffff24889f7bdcdc5
Denis Ledoux [Thu, 31 Jul 2014 16:17:48 +0000 (18:17 +0200)]
[MERGE] forward port of branch 7.0 up to 7c5bf67a5f9378fe4ae01eeffff24889f7bdcdc5

9 years ago[FIX] account: unit arg of on_change_unit_amount can be False
Denis Ledoux [Thu, 31 Jul 2014 16:15:41 +0000 (18:15 +0200)]
[FIX] account: unit arg of on_change_unit_amount can be False

9 years ago[MERGE] forward port of branch 7.0 up to cd31cbf556cc11950ce6188041cf5c2fcd89e0f8
Denis Ledoux [Thu, 31 Jul 2014 16:06:57 +0000 (18:06 +0200)]
[MERGE] forward port of branch 7.0 up to cd31cbf556cc11950ce6188041cf5c2fcd89e0f8

9 years ago[FIX] account: on_change_unit_amount do not reset uom to default
Denis Ledoux [Thu, 31 Jul 2014 16:05:17 +0000 (18:05 +0200)]
[FIX] account: on_change_unit_amount do not reset uom to default

9 years ago[FIX] web: fix tooltip that were stuck visible
Cedric Snauwaert [Mon, 28 Jul 2014 15:07:47 +0000 (17:07 +0200)]
[FIX] web: fix tooltip that were stuck visible

tooltip stuck visible should be removed on click + remove tooltip container except for modal in order to prevent them for staying visible in some rare occasion

9 years ago[IMP] hr modules: needaction, subtypes and department-based improvements.
Mansi Kariya [Wed, 21 May 2014 10:01:12 +0000 (15:31 +0530)]
[IMP] hr modules: needaction, subtypes and department-based improvements.

This commit prepares some cleaning in various hr-related modules that are
about to land in master. There are mainly improvements on subtypes. The
subtypes are now linked to department subtypes, allowing to follow some records
based on the department (like project/task/issue).

9 years ago[FIX] web: css tweaks
Christophe Simonis [Thu, 31 Jul 2014 14:06:05 +0000 (16:06 +0200)]
[FIX] web: css tweaks

9 years ago[ADD] crm: use company/contact name for fill partner_info in chatter
Denis Ledoux [Thu, 31 Jul 2014 13:33:41 +0000 (15:33 +0200)]
[ADD] crm: use company/contact name for fill partner_info in chatter

Sometimes, when you send an email in the chatter, a pop-up is displayed to fill the partner details
This case happens when the email address you send the email is not associated to an existing partner
In such cases, in lead, we use the company name and contact name to fill the partner name

9 years ago[FIX] website_customer: check that country id exists before access the name, else...
Jeremy Kersten [Thu, 31 Jul 2014 12:43:42 +0000 (14:43 +0200)]
[FIX] website_customer: check that country id exists before access the name, else traceback when we come from a non existing id via the url/controller

9 years ago[FIX] account_analytic_plans: _convert_ref takes only 1 arg
Denis Ledoux [Thu, 31 Jul 2014 12:28:45 +0000 (14:28 +0200)]
[FIX] account_analytic_plans: _convert_ref takes only 1 arg

Since the convert of account_invoice to the new api.
_convert_ref is defined as a staticmethod in account_invoice.py

9 years ago[FIX] account: _get_analytic_lines needs the date_invoice
Denis Ledoux [Thu, 31 Jul 2014 12:16:52 +0000 (14:16 +0200)]
[FIX] account: _get_analytic_lines needs the date_invoice

During the conversion of account_invoice.py to the new API, the date_invoice written on the invoice has been moved in the end of the action_move_create method.

But, the method _get_analytic_lines needs it sooner.

9 years ago[FIX] base_action_rule: define patched methods inside a function to fix their closure.
Raphael Collet [Thu, 31 Jul 2014 09:17:20 +0000 (11:17 +0200)]
[FIX] base_action_rule: define patched methods inside a function to fix their closure.

9 years ago[MERGE] forward port of branch 8.0 up to 1e6b7a5
Christophe Simonis [Thu, 31 Jul 2014 09:23:03 +0000 (11:23 +0200)]
[MERGE] forward port of branch 8.0 up to 1e6b7a5

9 years ago[MERGE] forward port of branch saas-5 up to c86f217
Christophe Simonis [Thu, 31 Jul 2014 09:22:29 +0000 (11:22 +0200)]
[MERGE] forward port of branch saas-5 up to c86f217

9 years ago[FIX] stock: production lot as no longer a company_id field
Martin Trigaux [Thu, 31 Jul 2014 07:21:45 +0000 (09:21 +0200)]
[FIX] stock: production lot as no longer a company_id field

9 years ago[MERGE] forward port of branch 8.0 up to fd4fd35
Christophe Simonis [Wed, 30 Jul 2014 18:52:43 +0000 (20:52 +0200)]
[MERGE] forward port of branch 8.0 up to fd4fd35

9 years ago[MERGE] forward port of branch saas-5 up to e4cb520
Christophe Simonis [Wed, 30 Jul 2014 18:52:14 +0000 (20:52 +0200)]
[MERGE] forward port of branch saas-5 up to e4cb520

9 years ago[MERGE] forward port of branch saas-4 up to fa07bc8
Christophe Simonis [Wed, 30 Jul 2014 18:30:14 +0000 (20:30 +0200)]
[MERGE] forward port of branch saas-4 up to fa07bc8

9 years ago[MERGE] forward port of branch saas-3 up to 310d3fe
Christophe Simonis [Wed, 30 Jul 2014 17:09:33 +0000 (19:09 +0200)]
[MERGE] forward port of branch saas-3 up to 310d3fe

9 years ago[FIX] ir.actions.server: ir.values ref (`More` menu entry) should not be copied
Olivier Dony [Wed, 30 Jul 2014 16:56:56 +0000 (18:56 +0200)]
[FIX] ir.actions.server: ir.values ref (`More` menu entry) should not be copied

9 years ago[MERGE] forward port of branch 7.0 up to 39f3e40
Christophe Simonis [Wed, 30 Jul 2014 16:55:31 +0000 (18:55 +0200)]
[MERGE] forward port of branch 7.0 up to 39f3e40

9 years ago[FIX] sale: copy_quotation must propagate the context
Guewen Baconnier [Wed, 9 Jul 2014 09:39:58 +0000 (11:39 +0200)]
[FIX] sale: copy_quotation must propagate the context

9 years agoPassed default type while creating document page category from document page
dhr-odoo [Mon, 7 Jul 2014 12:38:12 +0000 (18:08 +0530)]
Passed default type while creating document page category from document page

9 years ago[FIX] project_long_term: avoid bad duplication of phases
Martin Trigaux [Wed, 30 Jul 2014 13:27:58 +0000 (15:27 +0200)]
[FIX] project_long_term: avoid bad duplication of phases

When we duplicate a project, the related phases need to be duplicated as well but keeping references between each other.
e.g. 'project 1' with 'phase A' follwed by 'phase B' should become 'project 1 (copy)' with 'phase A (copy)' followed by 'phase B (copy)'.
Fixing bug lp:1212860, opw 607062

9 years ago[FIX] account_voucher: avoid trying unreconcile a move twice
Ravi Gohil [Thu, 10 Jul 2014 11:39:15 +0000 (17:09 +0530)]
[FIX] account_voucher: avoid trying unreconcile a move twice

When we cancel a voucher, we may be trying to unlink a reconciliation that was already removed on another move (just looking at the version in cache). In such cases, the unlink would fail with traceback. opw 610287

9 years ago[FIX] cli/server: fixes #1307, add missing Environment management blocks
Raphael Collet [Wed, 30 Jul 2014 13:31:00 +0000 (15:31 +0200)]
[FIX] cli/server: fixes #1307, add missing Environment management blocks

9 years ago[FIX] sale: config, timesheet if module account_analytic_analysis
Denis Ledoux [Wed, 30 Jul 2014 13:26:43 +0000 (15:26 +0200)]
[FIX] sale: config, timesheet if module account_analytic_analysis

In Settings > Sales, the onchange_timesheet ensure that if you check timesheet, it checks module_account_analytic_analysis.

Therefore, if module_account_analytic_analysis is installed, timesheet should be checked by default
Until now, it worked "luckily", because the onchange_timesheet of the field module_account_analytic_analysis was triggered before the onchange_timesheet of the timesheet field. Nevertheless, we shouldn't trust the onchange calls order.

9 years ago[IMP] sale, crm: remove remaining interval filters, continuing 366a30d
Olivier Dony [Wed, 30 Jul 2014 13:13:38 +0000 (15:13 +0200)]
[IMP] sale, crm: remove remaining interval filters, continuing 366a30d

9 years ago[FIX] addon web: prefix css dropdown-submenu
Géry Debongnie [Wed, 30 Jul 2014 07:42:00 +0000 (09:42 +0200)]
[FIX] addon web: prefix css dropdown-submenu

to prevent possible future conflicts

9 years ago[FIX] correct various date issues in reporting
Géry Debongnie [Mon, 28 Jul 2014 08:34:30 +0000 (10:34 +0200)]
[FIX] correct various date issues in reporting

* remove old 'day', 'month', 'field' and replace them by the actual
date/datetime field
* remove weird cast to char when creating the view to prevent crash
when grouping on them
* remove duplicates (such as 'creation_date' and 'create_date')
* fix typing errors (field type date defined as a datetime in the
postgres view)
* fix search view definition

9 years ago[FIX] correctly type date field in crm_lead_report
Géry Debongnie [Fri, 25 Jul 2014 13:52:38 +0000 (15:52 +0200)]
[FIX] correctly type date field in crm_lead_report

opening_date and date_closed were cast to char but are supposed to be
dates.  When you try to group crm_lead_report by one of them, postgres
was not happy.  Now, it properly tells postgres that they are of type
date.

9 years ago[IMP] improve graph view layout and groupbys
Géry Debongnie [Fri, 25 Jul 2014 12:35:42 +0000 (14:35 +0200)]
[IMP] improve graph view layout and groupbys

* add a 'total' foldable button to allow the user to control the column
in pivot table view
* in the dropdown menu, add all fields from the model instead of only
those from the search view groupbys

9 years ago[FIX] website: do not restore page views
Christophe Simonis [Wed, 30 Jul 2014 13:10:22 +0000 (15:10 +0200)]
[FIX] website: do not restore page views

9 years agoMerge pull request #1284 from sebalix/8.0-fix-xmlrpc-marshall-none
Raphael Collet [Wed, 30 Jul 2014 13:05:03 +0000 (15:05 +0200)]
Merge pull request #1284 from sebalix/8.0-fix-xmlrpc-marshall-none

[FIX] read() method returns None values instead of False, incompatible with XML-RPC

9 years ago[FIX] models: fixes #1017; do not update list in place in the construction of _depend...
Raphael Collet [Wed, 30 Jul 2014 09:50:57 +0000 (11:50 +0200)]
[FIX] models: fixes #1017; do not update list in place in the construction of _depends on models

9 years ago[IMP] website: disable translations for example URLs
Olivier Dony [Tue, 22 Jul 2014 21:00:58 +0000 (23:00 +0200)]
[IMP] website: disable translations for example URLs

9 years ago[IMP] website: unused imports
Olivier Dony [Tue, 22 Jul 2014 20:59:43 +0000 (22:59 +0200)]
[IMP] website: unused imports

9 years ago[IMP] website: update sample social media accounts
Olivier Dony [Tue, 22 Jul 2014 20:59:15 +0000 (22:59 +0200)]
[IMP] website: update sample social media accounts

9 years ago[ADD] safe_eval: allow YIELD_VALUE, used e.g. for generator comprehension
Olivier Dony [Tue, 15 Jul 2014 15:02:39 +0000 (17:02 +0200)]
[ADD] safe_eval: allow YIELD_VALUE, used e.g. for generator comprehension

9 years ago[FIX] snippets: avoid orphan full stop (.)
Olivier Dony [Mon, 14 Jul 2014 18:17:24 +0000 (20:17 +0200)]
[FIX] snippets: avoid orphan full stop (.)

9 years ago[FIX] website.menu: url field should not be translated
Olivier Dony [Mon, 14 Jul 2014 17:59:59 +0000 (19:59 +0200)]
[FIX] website.menu: url field should not be translated

Pages are made translatable using a dedicated mechanism,
and there is no UI to translate menu URLs anyway.

9 years ago[IMP] website: disable translation exports for test models
Olivier Dony [Mon, 14 Jul 2014 14:37:49 +0000 (16:37 +0200)]
[IMP] website: disable translation exports for test models

Avoids noise in POT files