Commit Graph

72501 Commits

Author SHA1 Message Date
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Fabien Meghazi 1ac928af05 Set old form views as explicit @version="6.1" 2014-06-11 14:04:02 +02:00
Fabien Meghazi ba3ce4753b Set form views default @version="7.0" 2014-06-11 14:03:20 +02:00
Thibault Delavallée 9a60bafd7f Merge pull request #464 from odoo-dev/master-task-reviewer-tde
[IMP] project: task: added reviewer_id field, linking towards a res.users, that is the reviewer of the task.
2014-06-11 11:33:07 +02:00
Fabien Meghazi 53315288a8 Merge pull request #465 from franckbret/master
[FIX] Correctly URI encode website new page title
2014-06-11 11:23:07 +02:00
Martin Trigaux a15681c348 Merge pull request #453 from odoo-dev/master-and-company-mat
[FIX] account_analytic_default: make company_id field actually work (fixes #270)
2014-06-11 11:10:36 +02:00
Thibault Delavallée e5379bc1a0 [IMP] project: task: added reviewer_id field, linking towards a res.users, that is the
reviewer of the task. This field is automatically tracked, using a small update of the get_auto_subscribe_fields method that is
weirdly implemented.
2014-06-11 10:40:39 +02:00
Franck Bret e932ecb9df Use encodeURIComponent in place of encodeURI for website new page title, in order to escape special chars like question mark 2014-06-11 10:40:31 +02:00
Fabien Meghazi 6981af0221 Merge pull request #462 from odoo-dev/master-odoo-deploy-force-fme
Added --force to odoo deploy
2014-06-11 10:04:03 +02:00
Fabien Meghazi c1e6e70870 Added --force to odoo deploy
Will force --init mode even if module is already installed
2014-06-11 09:55:17 +02:00
Thibault Delavallée f7879c4076 [FIX] crm_partner_assign: fixed search on res.partner still using deprecated country field instead of country_id. 2014-06-11 08:59:04 +02:00
Thibault Delavallée 43f9b18183 [FIX] web: form_view: fixed event variable name in chardomain widget (hidden in chrome but make the widget crash in firefox) 2014-06-11 08:56:42 +02:00
Thibault Delavallée 32d1613edd [FIX] various addons: fixed underling of various openerp.py files. 2014-06-11 08:44:41 +02:00
Thibault Delavallée 59e98f1e2b [IMP] account: removed demo data about unexisting field, causing a warning. 2014-06-11 08:44:41 +02:00
Thibault Delavallée 222e26628a [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. 2014-06-11 08:44:40 +02:00
Martin Trigaux 46bf4db884 [FIX] small fixes
- set the company_id parameters at the end of the method to avoid incompatibities with calls in account_analytic_plans
- instead of checking the context, actually pass the company_id argument in the product_change from uos_id_change
2014-06-10 14:31:36 +02:00
fdesmottes 37bff3b62c Update account_analytic_default.py
Fix issue #270 : account_analytic_default doesn't work with company_id condition
2014-06-10 14:23:08 +02:00
Christophe Simonis ccdae747a0 [MERGE] forward port of branch saas-5 up to a7c2125 2014-06-10 13:19:55 +02:00
Christophe Simonis a7c2125735 [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
ged-odoo 7f9302a2f0 Merge pull request #434 from salvatoretrimarchi/master
Update l10n_hn Author Information
2014-06-10 12:59:10 +02:00
ged-odoo 02574846ab Merge pull request #448 from odoo-dev/master-web-graph-doc-ged
Add documentation for the graph view
2014-06-10 12:52:14 +02:00
Christophe Simonis 6b8e9727e5 [MERGE] forward port of branch saas-3 up to 4601d85 2014-06-10 12:29:47 +02:00
Richard Mathot 60da9c6417 [FIX] website_crm_partner_assign: make display of all countries work
(bypassing geoip)
2014-06-10 12:04:50 +02:00
Christophe Simonis 4601d85944 [MERGE] forward port of branch 7.0 up to 6fdb783 2014-06-10 11:49:14 +02:00
Géry Debongnie 96cf03a275 Merge remote-tracking branch 'odoo/master' into master-web-graph-doc-ged 2014-06-10 11:17:07 +02:00
Géry Debongnie 3d6468a9d0 [IMP] add documentation for the graph view
Also, removes an old TODO.txt that was completely outdated.
2014-06-10 11:13:38 +02:00
Martin Trigaux 6fdb783a37 Merge pull request #56 from yvaucher/7.0-fix-1319109
[FIX] report_webkit: avoid sharing parser instance globally and make it thread safe
2014-06-10 09:38:48 +02:00
salvatoretrimarchi 15648ab962 Update l10n_hn Author Information
Author Information

Salvatore Josue Trimarchi Pinto
salvatore@trigluu.com
http://trigluu.com
2014-06-07 15:46:52 -06:00
xmo-odoo aa0e831626 Merge pull request #157 from odoo-dev/master-improve-import-ypa
Add div tag and oe_padding class to display the question
2014-06-06 13:40:21 +02:00
Richard Mathot 05cca7eeab [FIX] website_forum_doc: wrong link text 2014-06-06 13:32:21 +02:00
Christophe Matthieu 286ced7183 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.
2014-06-06 12:40:44 +02:00
Christophe Matthieu d72dae796b Merge pull request #401 from odoo-dev/master-website_sale-change-pictures-chm
[IMP] website_sale: display image function of the selected product variant
2014-06-06 11:32:33 +02:00
Christophe Matthieu ef48c4d440 [FIX] website_sale: disable button does'nt work in the product template. 2014-06-06 10:57:50 +02:00
Christophe Matthieu 5f43d87a33 [IMP] website_sale: display image function of the selected product variant 2014-06-06 10:40:50 +02:00
Christophe Matthieu 36a2615965 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).
2014-06-06 10:07:32 +02:00
Christophe Matthieu afc495a99e [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. 2014-06-06 09:56:40 +02:00
Christophe Matthieu 5e05c028f4 [IMP] website: Kanban is sortable for one column if the field sequence is available inside the kanban view (or one2many kanban view). 2014-06-06 09:12:11 +02:00
odony 585d38c0a9 Merge pull request #357 from WizKeeD/mrp_subproduct_unlink_fix
[FIX] Added cascade on subproduct so they get removed with parent bom
2014-06-06 00:01:39 +02:00
Denis Ledoux 4b884ed100 [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
2014-06-05 18:58:01 +02:00
Martin Trigaux 81ae6cdeeb [IMP] stock: when checking the state of the product, do not recompute the quantity on every move but only the one currently browsing (optiomisation) 2014-06-05 18:38:19 +02:00
Denis Ledoux 4b3cec8ecf [FIX] website_event_track: remove trailing comma in speakers name in event tracks 2014-06-05 17:50:15 +02:00
Denis Ledoux 7129ec957a [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 133c5033a0
2014-06-05 15:53:28 +02:00
Holger Brunn d66c96ffa9 [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)
2014-06-05 15:44:18 +02:00
Christophe Simonis ab9ac783db [FIX] web: many2many field handle "no_create" option 2014-06-05 13:46:53 +02:00
Denis Ledoux 76d909bb46 [FIX] account_analytic_analysis: Only allow to select sale pricelist for contracts 2014-06-05 10:45:14 +02:00
Denis Ledoux 9c9cacd1d0 [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
2014-06-05 10:42:02 +02:00
sve-odoo b33bf57832 [ADD] Default value for supplierinfo.min_qty
And remove default value for function field "qty"
2014-06-05 09:55:30 +02:00
Paul Catinean d82779684d [FIX] Added cascade on subproduct so they get removed once the parent boms are removed 2014-06-04 22:17:02 +02:00
Christophe Simonis 0eb602dd61 [MERGE] forward port of branch saas-5 up to 651e5ac 2014-06-04 19:25:40 +02:00
Christophe Simonis 651e5acd5d 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.
2014-06-04 19:22:31 +02:00