Commit Graph

72841 Commits

Author SHA1 Message Date
Josse Colpaert 5616e052cf Merge pull request #728 from odoo-dev/master-wmsstagingmig-jco
Master wmsstagingmig jco
2014-06-23 18:10:25 +02:00
Christophe Matthieu be4dddca8a [IMP] website_hr_recruitment: use session geoip for country default value 2014-06-23 17:51:20 +02:00
Christophe Matthieu 176a6aad46 merge upstream 2014-06-23 17:48:55 +02:00
Christophe Matthieu 9eb3356b16 merge upstream 2014-06-23 17:44:58 +02:00
Christophe Matthieu c81708a891 Merge pull request #732 from odoo-dev/master-fix-website_sale-change-price-chm
[FIX] website_sale: user can't edit the price.
2014-06-23 16:44:54 +02:00
Christophe Matthieu 1d1b6e79b5 [FIX] website_sale: user can't edit the price. 2014-06-23 16:38:04 +02:00
Thibault Delavallée f2c2deecd7 Merge pull request #680 from odoo-dev/master-remove-crm-dependancy-from-issue-rma
[REF] project_issue: remove dependency towards crm (but added dependency to sales_team). Main change: channel_id is now channel, a char field that holds the source channel.
2014-06-23 16:37:10 +02:00
Peter Herczeg 1cbef2e9f5 [ADD] Hungarian Localization 2014-06-23 15:37:40 +02:00
Josse Colpaert 5ecde0fa26 [IMP] Tristates should be working even if the picking has no name 2014-06-23 15:23:20 +02:00
Richard Mathot 4871d68d2d Merge pull request #498 from odoo-dev/master-calendar-meeting-ptr
[IMP] calendar: favorite contacts list
2014-06-23 15:15:41 +02:00
Pariket Trivedi f0765121c6 [IMP] calendar: favorite contacts list
Improved calendar's favorite meeting list and added a input box to directly
insert the partner in favorite list and 'X' to remove the partner's name
from the favorite meeting list in calendar view.
2014-06-23 15:03:29 +02:00
odony 36296d459e Merge pull request #607 from pedrobaeza/master
[FIX] l10n_es: Some tax code names get truncated due to the field size
2014-06-23 13:15:33 +02:00
Christophe Matthieu 2e2e6f8b5b Merge pull request #623 from odoo-dev/master-website-session-geoip-chm
[IMP] website: set geoip in user session
2014-06-23 12:47:56 +02:00
Randhir Mayatra 053a2b2e42 [IMP] remove dependancy of crm on project_issue 2014-06-23 12:33:08 +02:00
Thibault Delavallée 5739f3a2f9 Merge pull request #683 from odoo-dev/master-ref-reply_to-tde
[REF] mail, crm, hr_recruitment, project, project_issue: simplified repl.y-to of notification emails (now displaying 'YourCompany -docname- ' instead of 'Followers of ...'; added same_thread directly on the mail.message model to ease the reply_to and message-id computation; factorized a bit the reply-to generation for a batch of records; udpated tests accordingly.
2014-06-23 12:11:07 +02:00
Josse Colpaert 6416fee88d [IMP] Put indices on quant and package 2014-06-23 11:17:10 +02:00
odony 5c0804eaef Merge pull request #520 from odoo-dev/master-default-order-ged
[MERGE] Add support for per-view default order in list/kanban views (task #8527)
2014-06-23 11:04:46 +02:00
Thibault Delavallée 719a4f02c9 [REF] mail, crm, hr_recruitment, project, project_issue: simplified reply-to of notification emails (now displaying 'YourCompany -docname- <email>' instead of 'Followers of ...'; added same_thread directly on the mail.message model to ease the reply_to and message-id computation; factorized a bit the reply-to generation for a batch of records; udpated tests accordingly. 2014-06-23 10:47:47 +02:00
Josse Colpaert 56c669b9b3 [FIX] Default valuation has to be on product template 2014-06-23 10:25:49 +02:00
Christophe Matthieu bad13f0234 merge upstream 2014-06-23 10:07:56 +02:00
Josse Colpaert cf48492570 Merge remote-tracking branch 'odoo/master' into master-wmsstagingmig-jco 2014-06-23 10:06:42 +02:00
Josse Colpaert c9f247daea [IMP] Check inventory valuation fields 2014-06-23 10:03:56 +02:00
Josse Colpaert 403fefc252 [IMP] default priority if no moves in picking 2014-06-23 09:30:42 +02:00
Thibault Delavallée f62f58174b [IMP] mail: added headers field on mail.mail, allowing to store headers data when sending notification emails. 2014-06-23 09:11:01 +02:00
Géry Debongnie 31a8d3db3c Merge remote-tracking branch 'odoo/master' into master-default-order-list-ged 2014-06-23 08:44:24 +02:00
Christophe Simonis e862ff7033 [MERGE] forward port of branch saas-5 up to 4cb5381
Conflicts:
	openerp/addons/base/module/wizard/base_module_upgrade_view.xml
2014-06-22 15:36:10 +02:00
Christophe Simonis 4cb5381dee [MERGE] forward port of branch saas-4 up to 1f20f61 2014-06-22 15:33:22 +02:00
Christophe Simonis 1f20f61ab4 [MERGE] forward port of branch saas-3 up to 75884c3 2014-06-22 15:30:57 +02:00
Christophe Simonis 75884c3e1a [MERGE] forward port of branch 7.0 up to 7e85786 2014-06-22 13:44:30 +02:00
Christophe Simonis 4cd699df15 [IMP] js testing
- output "error" if any qunit tests failed
- failed js tests are logged as errors
- when running phantomjs considere empty waiting condition or initialisation code as "true"
- lint phantomtest.js file
2014-06-22 11:31:07 +02:00
Jacques-Etienne Baudoux 7e85786b83 web: do not select the first result if click on search more
When searching for a record in a m2o field, if we click on 'search more' we loose the focus on the field and select the first suggestion (which triggers potential on_change). This prevents the selection for this case.
2014-06-20 17:41:09 +02:00
Christophe Matthieu e7ccf52043 Merge pull request #696 from odoo-dev/master-tour-change-retry-delay-chm
[IMP] tour.js: change delay time for retry to load a tour
2014-06-20 17:28:53 +02:00
Christophe Matthieu 081487679f [IMP] tour.js: change delay time for retry to load a tour 2014-06-20 17:27:10 +02:00
Martin Trigaux 584b0fa440 Merge pull request #534 from salvatoretrimarchi/master
l10n_hn: Update TAX amount from 12% to 15%
2014-06-20 17:23:38 +02:00
qdp-odoo 7b32559e22 Merge pull request #598 from odoo-dev/master-wmsstaging3-jco
ooookay
2014-06-20 16:55:29 +02:00
Martin Trigaux 7be384cdf2 Merge pull request #670 from franckbret/slugify
[IMP] website: Unify website slugify method behavior with or without python-slugify
2014-06-20 16:14:19 +02:00
Thibault Delavallée e57fdc074e Merge pull request #679 from odoo-dev/master-crm-claim-issue-adh
[FIX] crm_claim: remove fold checkbox on claim stages
2014-06-20 14:34:38 +02:00
Richard Mathot 866dff79df [REM] Old .bzrignore file 2014-06-20 14:21:32 +02:00
Martin Trigaux bccd75796e [IMP] web: allow fields in list view to use the attrs readonly to dynamically show and hide the fields 2014-06-20 14:11:21 +02:00
Mehul Mehta a6b9413a78 [ADD] Add a icon for remove pictures from product and partner 2014-06-20 12:52:24 +02:00
Christophe Simonis 6bc5218718 [MERGE] forward port of branch saas-5 up to c9f6587 2014-06-20 12:31:48 +02:00
Christophe Simonis c9f6587dbc [MERGE] forward port of branch saas-4 up to 4be9142 2014-06-20 12:30:44 +02:00
Christophe Simonis 4be9142c11 [FIX] web: regenerate messed up `base.css` during commit 5087612 2014-06-20 12:27:55 +02:00
Richard Mathot 6e93af4774 [FIX] survey: display labels in the right order in survey reporting views 2014-06-20 11:45:03 +02:00
Christophe Matthieu d5c386f04a Merge pull request #671 from odoo-dev/master-tour-better-log-chm
[IMP] tour.js: improve log messages
2014-06-20 11:35:28 +02:00
Franck Bret b4afff3618 Unify website slugify method behavior with or without python-slugify, and add some unit tests 2014-06-20 11:25:44 +02:00
qdp-odoo af5ad37486 Merge pull request #666 from odoo-dev/master-statement-fixes-alot-qdp
evil pull request with fixes on the new bank statement reconciliation widget
2014-06-20 11:22:29 +02:00
Christophe Matthieu 0da4276838 [IMP] tour.js: improve log messages 2014-06-20 10:53:07 +02:00
qdp-odoo 3ac8b531f5 [IMP] account: improved demo data for bank statement reconciliation 2014-06-20 10:01:44 +02:00
qdp-odoo bc05fe262c [FIX] account: fixed the proposal of reconciliation in the bank statement for negative amounts 2014-06-20 10:01:35 +02:00