odoo/odoo.git
10 years ago[FIX] probably fix scrolling issue in left menu
Géry Debongnie [Wed, 11 Jun 2014 09:16:54 +0000 (11:16 +0200)]
[FIX] probably fix scrolling issue in left menu

it seems like there is some issues with the max-height property in
some browsers.

10 years ago[FIX] perhaps really fix the leftmenu scrolling
Géry Debongnie [Wed, 11 Jun 2014 09:04:08 +0000 (11:04 +0200)]
[FIX] perhaps really fix the leftmenu scrolling

10 years ago[FIX] correct a problem with left bar scrollin
Géry Debongnie [Wed, 11 Jun 2014 08:51:58 +0000 (10:51 +0200)]
[FIX] correct a problem with left bar scrollin

10 years agoMerge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Géry Debongnie [Wed, 11 Jun 2014 08:10:58 +0000 (10:10 +0200)]
Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged

10 years ago[FIX] fix a callback that was not triggered
Géry Debongnie [Wed, 11 Jun 2014 08:10:15 +0000 (10:10 +0200)]
[FIX] fix a callback that was not triggered

The problem was that the do_searchview_search callback was registered
after the event 'search_data' was triggered.  For some reason, it
waited that the searchview was appended instead of registering directly.

10 years agoMerge pull request #462 from odoo-dev/master-odoo-deploy-force-fme
Fabien Meghazi [Wed, 11 Jun 2014 08:04:03 +0000 (10:04 +0200)]
Merge pull request #462 from odoo-dev/master-odoo-deploy-force-fme

Added --force to odoo deploy

10 years agoAdded --force to odoo deploy
Fabien Meghazi [Wed, 11 Jun 2014 07:55:17 +0000 (09:55 +0200)]
Added --force to odoo deploy

Will force --init mode even if module is already installed

10 years ago[FIX] crm_partner_assign: fixed search on res.partner still using deprecated country...
Thibault Delavallée [Wed, 11 Jun 2014 06:59:04 +0000 (08:59 +0200)]
[FIX] crm_partner_assign: fixed search on res.partner still using deprecated country field instead of country_id.

10 years ago[FIX] web: form_view: fixed event variable name in chardomain widget (hidden in chrom...
Thibault Delavallée [Wed, 11 Jun 2014 06:56:42 +0000 (08:56 +0200)]
[FIX] web: form_view: fixed event variable name in chardomain widget (hidden in chrome but make the widget crash in firefox)

10 years ago[FIX] various addons: fixed underling of various openerp.py files.
Thibault Delavallée [Tue, 10 Jun 2014 11:17:05 +0000 (13:17 +0200)]
[FIX] various addons: fixed underling of various openerp.py files.

10 years ago[IMP] account: removed demo data about unexisting field, causing a warning.
Thibault Delavallée [Tue, 10 Jun 2014 11:16:14 +0000 (13:16 +0200)]
[IMP] account: removed demo data about unexisting field, causing a warning.

10 years ago[FIX] crm, crm_partner_assign, res_partner, mail, project: removed deprecated fields...
Thibault Delavallée [Tue, 10 Jun 2014 11:13:57 +0000 (13:13 +0200)]
[FIX] crm, crm_partner_assign, res_partner, mail, project: removed deprecated fields, deprecated methods + references to it; also removed deprecated tags on things that are not deprecated anymore. Everything is under control.

10 years ago[FIX] fix mail layout
Géry Debongnie [Tue, 10 Jun 2014 15:00:11 +0000 (17:00 +0200)]
[FIX] fix mail layout

uses the same technique used for the rest of the client.  Now, it should
behaves properly with respect to scrolling.

10 years agoMerge pull request #457 from odoo-dev/master-odoo-cmd-fixes-fme
Fabien Meghazi [Tue, 10 Jun 2014 14:52:32 +0000 (16:52 +0200)]
Merge pull request #457 from odoo-dev/master-odoo-cmd-fixes-fme

[IMP] `odoo.py start`: Always create missing db

10 years ago[FIX] remove a css property that caused issue
Géry Debongnie [Tue, 10 Jun 2014 14:43:25 +0000 (16:43 +0200)]
[FIX] remove a css property that caused issue

with the view_manager_header layout

10 years ago[IMP] better layout with pure css for web client
Géry Debongnie [Tue, 10 Jun 2014 14:22:02 +0000 (16:22 +0200)]
[IMP] better layout with pure css for web client

this patch removes javascript calls to adjust the layout.  It manages
to do the correct layout with only css, which will correct quite a few
issues.

10 years agoMerge pull request #356 from xmo-odoo/scaffold-kwargs
Fabien Meghazi [Tue, 10 Jun 2014 13:44:30 +0000 (15:44 +0200)]
Merge pull request #356 from xmo-odoo/scaffold-kwargs

[IMP] add kwargs to scaffolded controller

10 years agoAlways create missing db when using `odoo start`
Fabien Meghazi [Tue, 10 Jun 2014 13:00:20 +0000 (15:00 +0200)]
Always create missing db when using `odoo start`

10 years ago[MERGE] forward port of branch saas-5 up to a7c2125
Christophe Simonis [Tue, 10 Jun 2014 11:19:55 +0000 (13:19 +0200)]
[MERGE] forward port of branch saas-5 up to a7c2125

10 years ago[MERGE] forward port of branch saas-4 up to 6b8e972
Christophe Simonis [Tue, 10 Jun 2014 11:15:46 +0000 (13:15 +0200)]
[MERGE] forward port of branch saas-4 up to 6b8e972

10 years agoMerge pull request #434 from salvatoretrimarchi/master
ged-odoo [Tue, 10 Jun 2014 10:59:10 +0000 (12:59 +0200)]
Merge pull request #434 from salvatoretrimarchi/master

Update l10n_hn Author Information

10 years agoMerge pull request #448 from odoo-dev/master-web-graph-doc-ged
ged-odoo [Tue, 10 Jun 2014 10:52:14 +0000 (12:52 +0200)]
Merge pull request #448 from odoo-dev/master-web-graph-doc-ged

Add documentation for the graph view

10 years ago[MERGE] forward port of branch saas-3 up to 4601d85
Christophe Simonis [Tue, 10 Jun 2014 10:29:47 +0000 (12:29 +0200)]
[MERGE] forward port of branch saas-3 up to 4601d85

10 years ago[FIX] website_crm_partner_assign: make display of all countries work
Richard Mathot [Tue, 10 Jun 2014 10:04:50 +0000 (12:04 +0200)]
[FIX] website_crm_partner_assign: make display of all countries work
(bypassing geoip)

10 years ago[MERGE] forward port of branch 7.0 up to 6fdb783
Christophe Simonis [Tue, 10 Jun 2014 09:49:14 +0000 (11:49 +0200)]
[MERGE] forward port of branch 7.0 up to 6fdb783

10 years agoMerge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Géry Debongnie [Tue, 10 Jun 2014 09:43:17 +0000 (11:43 +0200)]
Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged

10 years agoMerge remote-tracking branch 'odoo/master' into master-web-graph-doc-ged
Géry Debongnie [Tue, 10 Jun 2014 09:17:07 +0000 (11:17 +0200)]
Merge remote-tracking branch 'odoo/master' into master-web-graph-doc-ged

10 years ago[FIX] logging PostgreSQLHandler: do not insert {create,write}_uid
Christophe Simonis [Tue, 10 Jun 2014 09:15:52 +0000 (11:15 +0200)]
[FIX] logging PostgreSQLHandler: do not insert {create,write}_uid

As logs can be stored in any database, we can't insert create_uid and write_uid as it
refer to the current database not the logging one, where FK may not match

10 years ago[IMP] add documentation for the graph view
Géry Debongnie [Tue, 10 Jun 2014 09:13:38 +0000 (11:13 +0200)]
[IMP] add documentation for the graph view

Also, removes an old TODO.txt that was completely outdated.

10 years agoMerge pull request #56 from yvaucher/7.0-fix-1319109
Martin Trigaux [Tue, 10 Jun 2014 07:38:48 +0000 (09:38 +0200)]
Merge pull request #56 from yvaucher/7.0-fix-1319109

[FIX] report_webkit: avoid sharing parser instance globally and make it thread safe

10 years agoUpdate l10n_hn Author Information
salvatoretrimarchi [Sat, 7 Jun 2014 21:46:52 +0000 (15:46 -0600)]
Update l10n_hn Author Information

Author Information

Salvatore Josue Trimarchi Pinto
salvatore@trigluu.com
http://trigluu.com

10 years agoMerge pull request #404 from odoo-dev/7.0-norecomputestoredm2ofuncfields-chs
Martin Trigaux [Fri, 6 Jun 2014 11:55:59 +0000 (13:55 +0200)]
Merge pull request #404 from odoo-dev/7.0-norecomputestoredm2ofuncfields-chs

[FIX] orm: do not recompute m2o stored function field at read.

10 years agoMerge pull request #157 from odoo-dev/master-improve-import-ypa
xmo-odoo [Fri, 6 Jun 2014 11:40:21 +0000 (13:40 +0200)]
Merge pull request #157 from odoo-dev/master-improve-import-ypa

Add div tag and oe_padding class to display the question

10 years ago[FIX] website_forum_doc: wrong link text
Richard Mathot [Fri, 6 Jun 2014 11:32:21 +0000 (13:32 +0200)]
[FIX] website_forum_doc: wrong link text

10 years agoMerge pull request #394 from nbessi/restore-setup.py
xmo-odoo [Fri, 6 Jun 2014 10:47:25 +0000 (12:47 +0200)]
Merge pull request #394 from nbessi/restore-setup.py

Move setup.py in previous root in order not to break community tools based on it.

10 years agoMerge pull request #405 from odoo-dev/saas-5-fix-website-contact-form-chm
Christophe Matthieu [Fri, 6 Jun 2014 10:40:44 +0000 (12:40 +0200)]
Merge pull request #405 from odoo-dev/saas-5-fix-website-contact-form-chm

[FIX] website_crm: when there is an error in required field, user_id=False in the controller overwrite the user_id browse record to display the contact form template.

10 years agoMerge pull request #338 from savoirfairelinux/scaffold-pep8
xmo-odoo [Fri, 6 Jun 2014 09:52:41 +0000 (11:52 +0200)]
Merge pull request #338 from savoirfairelinux/scaffold-pep8

[FIX] pep8 errors generated by odoo.py scaffold

10 years agoMerge pull request #408 from sergeifilippov/patch-1
xmo-odoo [Fri, 6 Jun 2014 09:51:00 +0000 (11:51 +0200)]
Merge pull request #408 from sergeifilippov/patch-1

Update README.md

10 years agoMerge pull request #353 from xmo-odoo/unrestrict-view-write
xmo-odoo [Fri, 6 Jun 2014 09:48:09 +0000 (11:48 +0200)]
Merge pull request #353 from xmo-odoo/unrestrict-view-write

[IMP] views: don't prevent always -> disabled writes

10 years agoUpdate README.md
Sergei Filippov [Fri, 6 Jun 2014 09:39:54 +0000 (21:39 +1200)]
Update README.md

fixed typo

10 years agoMerge pull request #401 from odoo-dev/master-website_sale-change-pictures-chm
Christophe Matthieu [Fri, 6 Jun 2014 09:32:33 +0000 (11:32 +0200)]
Merge pull request #401 from odoo-dev/master-website_sale-change-pictures-chm

[IMP] website_sale: display image function of the selected product variant

10 years ago[FIX] website_sale: disable button does'nt work in the product template.
Christophe Matthieu [Fri, 6 Jun 2014 08:57:50 +0000 (10:57 +0200)]
[FIX] website_sale: disable button does'nt work in the product template.

10 years ago[FIX] orm: do not recompute m2o stored function field at read.
Christophe Simonis [Fri, 6 Jun 2014 08:53:42 +0000 (10:53 +0200)]
[FIX] orm: do not recompute m2o stored function field at read.

The get() method of m2o function fields is used for 2 different things:
 - call the function defining the m2o
 - get the name_get representation of the value

Until this pathc, only the first case was handled, resulting to a useless
recomputation of the field when reading it.

10 years ago[IMP] website_sale: display image function of the selected product variant
Christophe Matthieu [Fri, 6 Jun 2014 08:40:50 +0000 (10:40 +0200)]
[IMP] website_sale: display image function of the selected product variant

10 years agoMerge pull request #360 from odoo-dev/master-sortable-kanban-sequence-chm
Christophe Matthieu [Fri, 6 Jun 2014 08:07:32 +0000 (10:07 +0200)]
Merge pull request #360 from odoo-dev/master-sortable-kanban-sequence-chm

[IMP] website: Kanban is sortable for one column if the field sequence is available inside the kanban view (or one2many kanban view).

10 years ago[FIX] website_crm: when there is an error in required field, user_id=False in the...
Christophe Matthieu [Fri, 6 Jun 2014 07:56:40 +0000 (09:56 +0200)]
[FIX] website_crm: when there is an error in required field, user_id=False in the controller overwrite the user_id browse record to display the contact form template.

10 years ago[IMP] website: Kanban is sortable for one column if the field sequence is available...
Christophe Matthieu [Fri, 6 Jun 2014 07:12:11 +0000 (09:12 +0200)]
[IMP] website: Kanban is sortable for one column if the field sequence is available inside the kanban view (or one2many kanban view).

10 years agoMove setup.py in previous root in order not to break community tools based on it.
Nicolas Bessi [Fri, 6 Jun 2014 07:08:03 +0000 (09:08 +0200)]
Move setup.py in previous root in order not to break community tools based on it.
It should not causes any trouble as it is not used in odoo.py

10 years ago[FIX] pep8 errors generated by odoo.py scaffold
Sandy Carter [Wed, 4 Jun 2014 10:06:06 +0000 (12:06 +0200)]
[FIX] pep8 errors generated by odoo.py scaffold

Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>

10 years agoMerge pull request #357 from WizKeeD/mrp_subproduct_unlink_fix
odony [Thu, 5 Jun 2014 22:01:39 +0000 (00:01 +0200)]
Merge pull request #357 from WizKeeD/mrp_subproduct_unlink_fix

[FIX] Added cascade on subproduct so they get removed with parent bom

10 years ago[FIX] orm: do not resize unlimited char fields
Oliver Laurent [Thu, 5 Jun 2014 17:00:14 +0000 (19:00 +0200)]
[FIX] orm: do not resize unlimited char fields

10 years ago[FIX] ir_cron: use the same search criteria as when listing job to excecyte when...
Laurent Mignon [Thu, 5 Jun 2014 16:59:03 +0000 (18:59 +0200)]
[FIX] ir_cron: use the same search criteria as when listing job to excecyte when acquiring the ock on the job before its execution to prevent running already executed job

Backport of fix made in trunk

10 years ago[FIX] website: on adding a slide to slider, new slide is last on save
Denis Ledoux [Thu, 5 Jun 2014 16:58:01 +0000 (18:58 +0200)]
[FIX] website: on adding a slide to slider, new slide is last on save

Before, the new slide was set as first slide
Moreover, the indicators were not correct neither

10 years ago[IMP] stock: when checking the state of the product, do not recompute the quantity...
Martin Trigaux [Thu, 5 Jun 2014 16:38:19 +0000 (18:38 +0200)]
[IMP] stock: when checking the state of the product, do not recompute the quantity on every move but only the one currently browsing (optiomisation)

10 years ago[FIX] website_event_track: remove trailing comma in speakers name in event tracks
Denis Ledoux [Thu, 5 Jun 2014 15:50:15 +0000 (17:50 +0200)]
[FIX] website_event_track: remove trailing comma in speakers name in event tracks

10 years agoMerge pull request #358 from ajite/master-fix-nowww
Christophe Simonis [Thu, 5 Jun 2014 14:32:32 +0000 (16:32 +0200)]
Merge pull request #358 from ajite/master-fix-nowww

[IMP] Db filter %h

10 years ago[IMP] Db filter %h
Augustin Cisterne-Kaas [Thu, 5 Jun 2014 14:09:04 +0000 (16:09 +0200)]
[IMP] Db filter %h

Db filter %h skips www subdomain.

10 years ago[REM] test for removed 'feature' of refusing always -> disabled writes on views
Xavier Morel [Thu, 5 Jun 2014 14:08:42 +0000 (16:08 +0200)]
[REM] test for removed 'feature' of refusing always -> disabled writes on views

10 years agoMerge pull request #352 from xmo-odoo/command-shebang
xmo-odoo [Thu, 5 Jun 2014 13:53:49 +0000 (15:53 +0200)]
Merge pull request #352 from xmo-odoo/command-shebang

[FIX] shebang on odoo.py

10 years ago[FIX] document_page: allow other users than administrator to create menu to a static...
Denis Ledoux [Thu, 5 Jun 2014 13:53:28 +0000 (15:53 +0200)]
[FIX] document_page: allow other users than administrator to create menu to a static page

User should be at least have Configuration settings group to be allowed to create actions. Basic document page users do not have this rights, therefore we temporary give superuser_id to create the action

This is related to rev 133c5033a092845e462b894c0d7739191480c709

10 years ago[FIX] project_timesheet: don't trigger write if there is nothing to write
Holger Brunn [Thu, 5 Jun 2014 13:44:18 +0000 (15:44 +0200)]
[FIX] project_timesheet: don't trigger write if there is nothing to write

Triggering an empty write could break constraint (can not update past timesheet) (opw 606963)

10 years agoMerge pull request #348 from sve-odoo/patch-2
Martin Trigaux [Thu, 5 Jun 2014 13:37:21 +0000 (15:37 +0200)]
Merge pull request #348 from sve-odoo/patch-2

[ADD] Default value for product_supplierinfo.min_qty

10 years ago[FIX] web: many2many field handle "no_create" option
Christophe Simonis [Thu, 5 Jun 2014 11:46:53 +0000 (13:46 +0200)]
[FIX] web: many2many field handle "no_create" option

10 years ago[FIX] shebang on Python
Xavier Morel [Thu, 5 Jun 2014 11:20:07 +0000 (13:20 +0200)]
[FIX] shebang on Python

10 years agouninstall: avoid errors during uninstall
Martin Trigaux [Thu, 5 Jun 2014 10:52:11 +0000 (12:52 +0200)]
uninstall: avoid errors during uninstall

When uninstalling a module, remove the ir.model.constraint after removing the non-model records and before fields and model definition.
Without this fix, some constraint would be removed too early allowing to have broken relations and data left from removed module.

10 years ago[IMP] add kwargs to scaffolded controller so ?debug does not blow up by default
Xavier Morel [Thu, 5 Jun 2014 10:32:12 +0000 (12:32 +0200)]
[IMP] add kwargs to scaffolded controller so ?debug does not blow up by default

10 years ago[IMP] views: don't prevent always -> disabled writes in views, is confusing and not...
Xavier Morel [Thu, 5 Jun 2014 10:22:37 +0000 (12:22 +0200)]
[IMP] views: don't prevent always -> disabled writes in views, is confusing and not very useful

10 years ago[FIX] account_analytic_analysis: Only allow to select sale pricelist for contracts
Denis Ledoux [Thu, 5 Jun 2014 08:45:14 +0000 (10:45 +0200)]
[FIX] account_analytic_analysis: Only allow to select sale pricelist for contracts

10 years ago[FIX] account_analytic_analysis: Recurring invoice lines price if pricelist does...
Denis Ledoux [Thu, 5 Jun 2014 08:42:02 +0000 (10:42 +0200)]
[FIX] account_analytic_analysis: Recurring invoice lines price if pricelist does not match

If the price according to price list is False, use default sale price in the recurring invoice lines

10 years ago[FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue...
Olivier Dony [Tue, 3 Jun 2014 22:08:01 +0000 (00:08 +0200)]
[FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue #282)

This occurs because werkzeug.utils.escape() auto-casts
non-basestring values to unicode, while we expect to be
working with bytestrings only.
So when evaluating attribute values, make sure we always
return bytestring values, never int, bool or unicode.

10 years ago[ADD] Default value for supplierinfo.min_qty
sve-odoo [Thu, 5 Jun 2014 07:55:30 +0000 (09:55 +0200)]
[ADD] Default value for supplierinfo.min_qty

And remove default value for function field "qty"

10 years ago[FIX] Added cascade on subproduct so they get removed once the parent boms are removed
Paul Catinean [Wed, 4 Jun 2014 20:17:02 +0000 (22:17 +0200)]
[FIX] Added cascade on subproduct so they get removed once the parent boms are removed

10 years ago[MERGE] forward port of branch saas-5 up to 651e5ac
Christophe Simonis [Wed, 4 Jun 2014 17:25:40 +0000 (19:25 +0200)]
[MERGE] forward port of branch saas-5 up to 651e5ac

10 years agoMerge pull request #344 from odoo-dev/saas-5-fix-mrp.bom-wrong-bom_find-check-chm
Christophe Simonis [Wed, 4 Jun 2014 17:22:31 +0000 (19:22 +0200)]
Merge pull request #344 from odoo-dev/saas-5-fix-mrp.bom-wrong-bom_find-check-chm

[FIX] mrp.bom: wrong check for bom_find.

If the user defined a bom line type phantom to a product without bom the check is wrong to display the error message.

10 years ago[FIX] mass_mailing: fixed computation of mailing domain when having more than 1 maili...
Thibault Delavallée [Wed, 4 Jun 2014 16:54:20 +0000 (18:54 +0200)]
[FIX] mass_mailing: fixed computation of mailing domain when having more than 1 mailing list added in the recipients. A bit longer, but less buggy.

10 years ago[FIX] mrp.bom: wrong check for bom_find. If the user defined a bom line type phantom...
Christophe Matthieu [Wed, 4 Jun 2014 16:44:02 +0000 (18:44 +0200)]
[FIX] mrp.bom: wrong check for bom_find. If the user defined a bom line type phantom to a product without bom the check is wrong to display the error message.

10 years ago[FIX] mass_mailing: mailing form view: better display of action buttons, avoiding...
Thibault Delavallée [Wed, 4 Jun 2014 16:20:55 +0000 (18:20 +0200)]
[FIX] mass_mailing: mailing form view: better display of action buttons, avoiding having several 'red action buttons' at the same time.

10 years ago[FIX] website: prevent to split google analytics script
Denis Ledoux [Wed, 4 Jun 2014 14:15:16 +0000 (16:15 +0200)]
[FIX] website: prevent to split google analytics script

10 years ago[MERGE] l10n_es: Complete refactoring of l10n_es, courtesy of @pedrobaeza
Martin Trigaux [Wed, 4 Jun 2014 13:53:28 +0000 (15:53 +0200)]
[MERGE] l10n_es: Complete refactoring of l10n_es, courtesy of @pedrobaeza

See also:
- https://code.launchpad.net/~pedro.baeza/openobject-addons/7.0-l10n_es-refactorized/+merge/196809
- http://serviciosbaeza.com/blog/43-refactorizacion-de-l10n-es-para-openerp-v7

10 years ago[FIX] point_of_sale: correct call to default value
Martin Trigaux [Wed, 4 Jun 2014 13:19:57 +0000 (15:19 +0200)]
[FIX] point_of_sale: correct call to default value

The default value should be called with a lambda otherwise the payment_date is set to the date the server was started (opw 606715)

10 years ago[FIX] kanban: avoid wrong placement of button on ie9
Martin Trigaux [Wed, 4 Jun 2014 13:06:53 +0000 (15:06 +0200)]
[FIX] kanban: avoid wrong placement of button on ie9

On ie9, the 'read more' button in kanban view was placed in the middle of the window instead of the bottom

10 years ago[FIX] website_sale: backport commit 3cc4785ba6d27475323a606fef9466286024ad0e of master
Denis Ledoux [Wed, 4 Jun 2014 09:25:51 +0000 (11:25 +0200)]
[FIX] website_sale: backport commit 3cc4785ba6d27475323a606fef9466286024ad0e of master

This fix aimed saas-5, not master.
original Commit message:
display accessory field in form view and display the good accessory product inside ecommerce
This is related to previous rev 86055fb8cd5f86d9b4416d9d9a1a736e1c06aba9

10 years ago[FIX] website_sale: accessory_product_ids are product.product, not product.template
Denis Ledoux [Wed, 4 Jun 2014 08:44:56 +0000 (10:44 +0200)]
[FIX] website_sale: accessory_product_ids are product.product, not product.template

This many2many field should actually have product.template as relation
But, in a stable release, we cannot alter the database
Therefore, when displaying accessory products in the card, it display the product_tmpl_id of the product.product, not itself
This relation should be changed in trunk
+ Actually displaying this field in the backend

10 years ago[FIX] stock: use correct vals in grouped invoice (opw 606535)
Martin Trigaux [Wed, 4 Jun 2014 08:42:43 +0000 (10:42 +0200)]
[FIX] stock: use correct vals in grouped invoice (opw 606535)

When creating a grouped invoice, the invoice_vals value is used to create the invoice line.
The value was not reset for grouped invoice and we reused the values of previous line.

10 years agoMerge pull request #333 from odoo-dev/master-improve-scaffold-deploy-fme
antonylesuisse [Tue, 3 Jun 2014 23:33:59 +0000 (01:33 +0200)]
Merge pull request #333 from odoo-dev/master-improve-scaffold-deploy-fme

Change scaffolding's controller template

10 years agoChange scaffolding's controller template
Fabien Meghazi [Tue, 3 Jun 2014 23:27:59 +0000 (01:27 +0200)]
Change scaffolding's controller template

10 years agoMerge pull request #332 from odoo-dev/master-improve-scaffold-deploy-fme
Fabien Meghazi [Tue, 3 Jun 2014 23:00:59 +0000 (01:00 +0200)]
Merge pull request #332 from odoo-dev/master-improve-scaffold-deploy-fme

Improve `odoo scaffold` and fix `odoo deploy`

10 years agoDo not check SSL certificate by default
Fabien Meghazi [Tue, 3 Jun 2014 22:48:08 +0000 (00:48 +0200)]
Do not check SSL certificate by default

(requested by al)

10 years agoFix error on url scheme for odoo deploy
Fabien Meghazi [Tue, 3 Jun 2014 22:45:28 +0000 (00:45 +0200)]
Fix error on url scheme for odoo deploy

10 years agoAdd __init__.py when createing module. Also add templates.xml in
Fabien Meghazi [Tue, 3 Jun 2014 22:41:37 +0000 (00:41 +0200)]
Add __init__.py when createing module. Also add templates.xml in
manifest

10 years ago[FIX] website_crm_partner_assign infinite crawling
Antony Lesuisse [Tue, 3 Jun 2014 22:46:46 +0000 (00:46 +0200)]
[FIX] website_crm_partner_assign infinite crawling

10 years ago[FIX] website_crm_partner_assign: buggy url
Richard Mathot [Tue, 3 Jun 2014 20:14:02 +0000 (22:14 +0200)]
[FIX] website_crm_partner_assign: buggy url

10 years agoRevert "[FIX] website_crm_partner_assign infinite crawling"
Richard Mathot [Tue, 3 Jun 2014 19:53:51 +0000 (21:53 +0200)]
Revert "[FIX] website_crm_partner_assign infinite crawling"

This reverts commit 267cc630276be2fde2ee1ebb1aa7a5b7c282532e.

10 years ago[FIX] product: correct SyntaxError made by kdiff3 (once again) during previous forwar...
Christophe Simonis [Tue, 3 Jun 2014 19:45:21 +0000 (21:45 +0200)]
[FIX] product: correct SyntaxError made by kdiff3 (once again) during previous forward port

10 years ago[FIX] website_crm_partner_assign infinite crawling
Antony Lesuisse [Tue, 3 Jun 2014 19:06:00 +0000 (21:06 +0200)]
[FIX] website_crm_partner_assign infinite crawling
disable url query fragment

10 years ago[MERGE] forward port of branch saas-5 up to b1c0bc0
Christophe Simonis [Tue, 3 Jun 2014 18:02:00 +0000 (20:02 +0200)]
[MERGE] forward port of branch saas-5 up to b1c0bc0

10 years ago[MERGE] mail.thread as an AbstractModel
Antony Lesuisse [Tue, 3 Jun 2014 17:56:43 +0000 (19:56 +0200)]
[MERGE] mail.thread as an AbstractModel

10 years ago[MERGE] forward port of branch saas-4 up to 65f68c1
Christophe Simonis [Tue, 3 Jun 2014 17:45:19 +0000 (19:45 +0200)]
[MERGE] forward port of branch saas-4 up to 65f68c1

10 years ago[MERGE] odoo command: scaffold, start, deploy
Antony Lesuisse [Tue, 3 Jun 2014 17:44:20 +0000 (19:44 +0200)]
[MERGE] odoo command: scaffold, start, deploy

10 years ago[MERGE] forward port of branch saas-3 up to 7dd6954
Christophe Simonis [Tue, 3 Jun 2014 17:14:22 +0000 (19:14 +0200)]
[MERGE] forward port of branch saas-3 up to 7dd6954