Commit Graph

72883 Commits

Author SHA1 Message Date
Christophe Simonis 1eaa69d342 [MERGE] forward port of branch saas-5 up to 9e8e365 2014-06-25 12:44:13 +02:00
Christophe Simonis 9e8e3653f2 [MERGE] forward port of branch saas-4 up to f68c835 2014-06-25 12:43:41 +02:00
Christophe Simonis f68c83545a [MERGE] forward port of branch saas-3 up to a66f3dd 2014-06-25 12:33:17 +02:00
Christophe Simonis a66f3dd992 [MERGE] forward port of branch 7.0 up to df6b37c 2014-06-25 12:27:43 +02:00
dhr-odoo df6b37c472 [FIX] account: add multicompany rule to account.subscription.line
The wizard to generate recurring entries did not respect multicompany rules as the request was done in plain sql.
Add ir.rule and use the orm (opw 607782)
2014-06-25 12:07:02 +02:00
Denis Ledoux dee969929a [FIX] purchase_requisition: duplicated stock moves
When a purchase requisition is created from a procurement order, a first stock move is created, not associated to any purchase orders
Then, on purchase order creation and confirmation, in the purchase requisition, new stock moves are created, associated to the purchase order.
The existing stock move issued from the procurement order which created the purchase requisition remained untouched, leading to wrong inventory values
To fix this, the destination location of the stock move of the procurement order is written on the source location
A proper fix should be to use a dedicated workflow for puchase requisition, but this can't be done in 7.0, it has to be done in master/trunk
2014-06-25 12:00:14 +02:00
Christophe Simonis a1b3e22a17 [MERGE] forward port of branch 7.0 up to 4bfcbb2 2014-06-25 11:35:11 +02:00
Christophe Simonis 5112421a93 [FIX] website: correct slug parsing 2014-06-25 11:08:51 +02:00
Thibault Delavallée 50871bb4fe Merge pull request #725 from odoo-dev/7.0-bug-1235237-ypa
[FIX] crm_claim: copy: reset stage + add a copy marker to the name
2014-06-25 09:15:11 +02:00
Thibault Delavallée 71ce98b364 Merge pull request #726 from odoo-dev/master-bug-1233410-ypa
[FIX] crm_claim: track responsible, allowing automatic subscription and helping avoiding some access rights issues.
2014-06-25 08:51:28 +02:00
dhr-odoo b466e6e6b9 Displayed the name of Intrasat code in Intrasat Invoice report instead of browse record 2014-06-24 17:01:07 +02:00
Atul Patel 56ba15a3c8 [IMP]: Remove user id domain changes from ir rule 2014-06-24 19:37:00 +05:30
Yogesh Parekh ac5a0b046b [IMP]: Improve copy method to set stage_id in draft stage 2014-06-24 19:05:46 +05:30
Thibault Delavallée efa0e4218f Merge pull request #727 from odoo-dev/master-document-fix-issue-gan
[IMP] document: remove from knowledge + view type fixes
2014-06-24 15:33:49 +02:00
Denis Ledoux e1e0cfbba8 [MERGE] Forward-port of 7.0 bugfixes up to e2201369a3 2014-06-24 13:56:51 +02:00
Denis Ledoux e2201369a3 [FIX] web: format.js, toString while parsing date
When attempting to parse client date, value is not always a string.
We force the toString when adding the leading 0, as the replace method is for string
2014-06-24 13:53:02 +02:00
Martin Trigaux 90deaf386a Merge pull request #650 from yvaucher/patch-1
[7.0] sale_stock: field sale_id should be on stock.picking.out view
2014-06-24 13:49:50 +02:00
Denis Ledoux 8e83dbff5d [MERGE] Forward-port of 7.0 bugfixes up to 7d3453d119 2014-06-24 12:27:09 +02:00
Denis Ledoux 7d3453d119 [FIX] purchase_requisition: broken procurement wkf
If a purchase requisition is created instead of a purchase order for a procurement order, the method make_po should not return the id of this requisition, as methods calling the make_po method expects ids of purchase orders, not purchase requisition ids.

Besides, on purchase requisition done or cancel, we set the procurement order accordingly, without the use of the workflow. We consider this as crappy, the proper fix should be the use of a dedicated workflow for purchase requisition, but I cannot be done in stable branches. This aims trunk/master.
2014-06-24 12:12:27 +02:00
Simon Lejeune 478a763cac [MERGE] manual merge of latest bootswatch minified stylesheets 2014-06-24 11:48:49 +02:00
qdp-odoo 113d2f95ba Merge pull request #717 from odoo-dev/master-bnk-stmt-widget-fix-csn2
Master bnk stmt widget fix csn2

reduces a lot the number of rpc call in the bank statement widget interface.
2014-06-24 11:05:55 +02:00
Jos De Graeve b86e0a4392 [FIX] Partner VAT Intra XML delaration: Vat number format correction
The Partner VAT Intra XML delaration needs to have the VAT number
in the format without the country code prefix.

The current behaviour was to include the country code prefix in the
report which causes an SQLException error on uploading the XML file
to the Federal goverment's website.  While the error is non-descriptive
fixing the VAT number format fixes the error.
2014-06-23 18:18:42 +02:00
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
Martin Trigaux f9ce9a00d0 Merge pull request #17 from savoirfairelinux/7.0-m2m-context
[FIX] view_list: Add context propagation for m2m list view

If the _rec_name field of a model is translatable, the value was not translated when displayed in a list view through a many2many field (e.g. server_action_ids on base.action.rule).
2014-06-23 17:41:03 +02:00
Cedric Snauwaert 31f1fad0f6 [FIX]account reconciliation widget: add account_code to filter 2014-06-23 17:20:42 +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
Martin Trigaux d9e6a7a9ae [FIX] calendar: do not parse date to date
When creating an event from the calendar view, no need to parse a date to date (error undefined is not a function)
2014-06-23 16:33:41 +02:00
Martin Trigaux caea4a9aec Merge pull request #621 from odoo-dev/saas-4-fix_actions_server_controller_return-vta
[FIX] website: controller for server actions should accept basic werkzeug requests (e.g. redirections)
2014-06-23 16:05:04 +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
Jeremy Kersten 2b44ac2cd6 [MERGE] Gengo - Merge saas-4-gengo-jke - Fix gengo to make it working 2014-06-23 12:22:25 +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
qdp-odoo d2732dab91 [REM] removed some files wrongly commited preivously because of that bitchin 'git add .' command 2014-06-23 12:02:49 +02:00
qdp-odoo 301cfbb4fb [FIX] account: display 5 items in the bank statement reconciliation proposals 2014-06-23 11:47:41 +02:00
Cedric Snauwaert b8e4be018b [FIX]remove unused variable 2014-06-23 11:45:39 +02:00
qdp-odoo 2a69cb0f1d [FIX] account: display 5 proposals in the bank statement reconciliation widget 2014-06-23 11:40:25 +02:00
Cedric Snauwaert 10568ffd3b [FIX] account: structured communication have a higher priority 2014-06-23 11:39:43 +02:00
Cedric Snauwaert 29a0e7b354 [REF]refactor account widget to reduce rpc call 2014-06-23 11:34:01 +02:00
Cedric Snauwaert 7e4443547e [WIP]remove some unneeded argument in computing reconciliation line 2014-06-23 11:33:48 +02:00
Cedric Snauwaert 0f825ed48e [FIX]modal: when trying to dropdb or change password, if rpc call result in error, modal was stuck 2014-06-23 11:25:22 +02:00