odoo/odoo.git
10 years ago[MERGE] Forward-port latest 7.0 bugfixes, up to f8671cb
Olivier Dony [Thu, 22 May 2014 14:44:33 +0000 (16:44 +0200)]
[MERGE] Forward-port latest 7.0 bugfixes, up to f8671cb

10 years ago[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea, pagereset seems to be useful in...
Denis Ledoux [Thu, 22 May 2014 14:10:56 +0000 (16:10 +0200)]
[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea, pagereset seems to be useful in some cases. Need to check deeper

10 years ago[RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older...
Olivier Dony [Thu, 22 May 2014 12:07:15 +0000 (14:07 +0200)]
[RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs

10 years ago[FIX] website_sale: add the parameter _mail_post_access on product.template
Martin Trigaux [Thu, 22 May 2014 10:15:45 +0000 (12:15 +0200)]
[FIX] website_sale: add the parameter _mail_post_access on product.template

This parameter gives the possibility to post messages en product.template to
people having a read access. The website_sale giving the possibility to post
comments, people not belonging to the 'Sale Manager' group were not able to
post messages.

10 years agoMerge pull request #55 from yvaucher/7.0-fix-1319095
Martin Trigaux [Thu, 22 May 2014 10:05:05 +0000 (12:05 +0200)]
Merge pull request #55 from yvaucher/7.0-fix-1319095

report_webkit: use safer and non-deprecated methods to handle temporary files

10 years ago[FIX] http: force rolleback for failed http request
Martin Trigaux [Wed, 21 May 2014 17:12:37 +0000 (19:12 +0200)]
[FIX] http: force rolleback for failed http request

1st issue:
When an exception was raised, it was badly handled by the website in case of
website_enabled key. The response page was generated without calling super.
The WebRequest object being responsible to rollback the transaction in case
of errors.

2sd issue:
The _failed attribute is required to rollback the transaction in an WebRequest
object. Previously it was only set in the JsonRequest object (which inherit
from WebRequest), replace by call to super. The attribute _failed is now set
in the WebRequest object.

10 years agoMerge pull request #14 from savoirfairelinux/7.0-crossovered_unicode_1292245
Martin Trigaux [Wed, 21 May 2014 14:51:34 +0000 (16:51 +0200)]
Merge pull request #14 from savoirfairelinux/7.0-crossovered_unicode_1292245

[FIX] Fix account_budget name unicode error (7.0 lp:1292245)

10 years agoMerge pull request #124 from odoo-dev/7.0-aged-partner-partial-mat
Martin Trigaux [Wed, 21 May 2014 14:16:19 +0000 (16:16 +0200)]
Merge pull request #124 from odoo-dev/7.0-aged-partner-partial-mat

[IMP] account: support for partial reconciliation in aged partner balance

When computing the aged partner balance, the partial reconciliation was not handled correctly. The reconciled amount should be removed from the original remaining amount instead of displaying two entries in the journal.
eg: if invocie of 1000 in period 1 and payment of 300 in period 2, should only display +700 in period 1 instead of two entries

10 years ago[IMP] account: support for partial reconciliation in aged partner balance
Martin Trigaux [Wed, 21 May 2014 13:44:46 +0000 (15:44 +0200)]
[IMP] account: support for partial reconciliation in aged partner balance

When computing the aged partner balance, the partial reconciliation was not
handled correctly. The reconciled amount should be removed from the original
remaining amount instead of displaying two entries in the journal.
eg: if invocie of 1000 in period 1 and payment of 300 in period 2, should only
display +700 in period 1 instead of two entries

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. b6a7402fdbddfe817fa36292e6f89...
Denis Ledoux [Wed, 21 May 2014 11:46:10 +0000 (13:46 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. b6a7402fdbddfe817fa36292e6f89e8659f9bdea

10 years ago[FIX] account_analytic_analysis: recurring invoices prepare and product_id_change
Denis Ledoux [Wed, 21 May 2014 10:57:28 +0000 (12:57 +0200)]
[FIX] account_analytic_analysis: recurring invoices prepare and product_id_change

product_id_change set the description with the same behavior as sale orders
product_id_change set the price unit according to the pricelist
_prepare_invoice is split into two sub methods, _prepare_invoice_data and _prepare_invoice_line
_prepare_invoice actually prepare the invoice values instead of directly creating the invoice

10 years ago[FIX] report: correct page numbering
Denis Ledoux [Wed, 21 May 2014 09:20:37 +0000 (11:20 +0200)]
[FIX] report: correct page numbering

10 years ago[MERGE] forward port of branch 7.0 up to revid b09b6a0
Christophe Simonis [Tue, 20 May 2014 16:57:04 +0000 (18:57 +0200)]
[MERGE] forward port of branch 7.0 up to revid b09b6a0

10 years ago[MERGE] merge bzr saas-3 addons branch
Christophe Simonis [Tue, 20 May 2014 14:46:58 +0000 (16:46 +0200)]
[MERGE] merge bzr saas-3 addons branch

10 years ago[MERGE] merge bzr saas-3 server branch
Christophe Simonis [Tue, 20 May 2014 14:41:04 +0000 (16:41 +0200)]
[MERGE] merge bzr saas-3 server branch

10 years ago[MERGE] merge bzr addons branch
Christophe Simonis [Tue, 20 May 2014 14:31:43 +0000 (16:31 +0200)]
[MERGE] merge bzr addons branch

10 years ago[MERGE] merge bzr server branch
Christophe Simonis [Tue, 20 May 2014 14:28:48 +0000 (16:28 +0200)]
[MERGE] merge bzr server branch

10 years ago[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead...
Martin Trigaux [Tue, 20 May 2014 08:16:17 +0000 (10:16 +0200)]
[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead of urllib for better handeling of unicode (opw 607866)

10 years agoMerge pull request #40 from kirca/mk_lang
Fabien Pinckaers [Tue, 20 May 2014 07:56:55 +0000 (09:56 +0200)]
Merge pull request #40 from kirca/mk_lang

[ADD] Macedonian language

10 years ago[FIX] orm: unlink: when unlinking a record, trigger the computing of
Thibault Delavallée [Mon, 19 May 2014 16:12:41 +0000 (18:12 +0200)]
[FIX] orm: unlink: when unlinking a record, trigger the computing of
function fields for other records in the same model. Previously all function fields in the
current model were not computed for some reason not provided by the history.

We therefore compute effective store_ids on which the various trigerred
function fields will be computed again. Those ids are the ids given
in the store_get storage variable minus the deleted ones.

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10056 revid:dle@openerp.com...
Denis Ledoux [Mon, 19 May 2014 13:36:48 +0000 (15:36 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10056 revid:dle@openerp.com-20140519133339-uxb01aik1z8wu1sy

10 years ago[FIX] point_of_sale: opw-607551, mark the pos order as paid before trying to create...
Denis Ledoux [Mon, 19 May 2014 13:33:39 +0000 (15:33 +0200)]
[FIX] point_of_sale: opw-607551, mark the pos order as paid before trying to create the picking, so in case the picking could not be created for one reason or another, the pos order workflow process continue.

This commit partially reverts rev. 6036 revid:fp@tinyerp.com-20111219220053-tn5gc1lmc13fjpyf, the second part of this commit already has been revert in a previous revision.

10 years ago[FIX] auditrail: fix read rules to record the current state (opw 606956)
Martin Trigaux [Mon, 19 May 2014 13:13:07 +0000 (15:13 +0200)]
[FIX] auditrail: fix read rules to record the current state (opw 606956)

10 years ago[IMP]Improved as per the comment
Dharti Ratani (Open ERP) [Mon, 19 May 2014 12:09:24 +0000 (17:39 +0530)]
[IMP]Improved as per the comment

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10054 revid:dle@openerp.com...
Denis Ledoux [Mon, 19 May 2014 10:39:42 +0000 (12:39 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10054 revid:dle@openerp.com-20140519103020-bcqz4rssbqsvn9m7

10 years ago[FIX] marketing_campaign: server actions always return None or False, and the return...
Denis Ledoux [Mon, 19 May 2014 10:30:20 +0000 (12:30 +0200)]
[FIX] marketing_campaign: server actions always return None or False, and the return value of method _process_wi_action should return True whatever what the server action returns

If the server actions returned None instead of False, the next activity was not triggered, while it should

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 19 May 2014 06:20:39 +0000 (06:20 +0000)]
Launchpad automatic translations update.

10 years ago[ADD] Macedonian language
Kiril Vangelovski [Sun, 18 May 2014 20:57:07 +0000 (22:57 +0200)]
[ADD] Macedonian language

10 years ago[REVERT] revid:jke@openerp.com-20140507120144-m177kqxa3fbfl37r: create_picking checks...
Denis Ledoux [Sun, 18 May 2014 11:25:23 +0000 (13:25 +0200)]
[REVERT] revid:jke@openerp.com-20140507120144-m177kqxa3fbfl37r: create_picking checks if the order is in state draft before doing anything. Writing the state 'paid' just before calling this method is then not a good idea

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 18 May 2014 05:53:48 +0000 (05:53 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 18 May 2014 05:53:08 +0000 (05:53 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 17 May 2014 07:10:37 +0000 (07:10 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 17 May 2014 07:10:05 +0000 (07:10 +0000)]
Launchpad automatic translations update.

10 years ago[FIX] Fix account_budget name unicode error
Sandy Carter [Fri, 16 May 2014 20:43:38 +0000 (16:43 -0400)]
[FIX] Fix account_budget name unicode error

Fix bug https://bugs.launchpad.net/openobject-addons/+bug/1292245:
    Invoice budget's warning when crossovered budget lines are not related
    to any account will cause a UnicodeEncodeError if the account has
    unicode-only characters such as é.

Make sure that the budget name is a unicode to avoid UnicodeEncodeError
which happens when budget name contains UTF-8 characters.

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

10 years ago[FIX] website_quote: message_post expects the attachments to be NOT in base64 format...
Martin Trigaux [Fri, 16 May 2014 14:47:29 +0000 (16:47 +0200)]
[FIX] website_quote: message_post expects the attachments to be NOT in base64 format (opw 607477)

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10050 revid:dle@openerp.com...
Denis Ledoux [Fri, 16 May 2014 12:54:00 +0000 (14:54 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10050 revid:dle@openerp.com-20140516110134-oadkw3xt5bhky781

10 years ago[FIX] point_of_sale: add product variant in the displayed name (opw 607456)
Martin Trigaux [Fri, 16 May 2014 12:06:17 +0000 (14:06 +0200)]
[FIX] point_of_sale: add product variant in the displayed name (opw 607456)

10 years ago[FIX] auth_oauth: Replace OpenERP.com provider by Odoo.com provider
Denis Ledoux [Fri, 16 May 2014 11:01:34 +0000 (13:01 +0200)]
[FIX] auth_oauth: Replace OpenERP.com provider by Odoo.com provider

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 16 May 2014 06:43:51 +0000 (06:43 +0000)]
Launchpad automatic translations update.

10 years ago[FIX] ir_model_fields: when adding a new custom column to a custom model, set a valid...
Martin Trigaux [Thu, 15 May 2014 14:25:51 +0000 (16:25 +0200)]
[FIX] ir_model_fields: when adding a new custom column to a custom model, set a valid _rec_name to this model (otherwise would require a server restart to reinstanciate the model)

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 15 May 2014 06:10:52 +0000 (06:10 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 15 May 2014 06:10:38 +0000 (06:10 +0000)]
Launchpad automatic translations update.

10 years agoFix incompatibility with Windows using tempfile.
Yannick Vaucher [Wed, 14 May 2014 11:22:42 +0000 (13:22 +0200)]
Fix incompatibility with Windows using tempfile.

10 years ago[MERGE] [FIX] account: when computing a tax with include_base_amount enabled, include...
Martin Trigaux [Wed, 14 May 2014 11:02:01 +0000 (13:02 +0200)]
[MERGE] [FIX] account: when computing a tax with include_base_amount enabled, include the child tax amounts into the sum for the next tax

10 years ago[FIX] gamification: make sure than a cron running more than once a day will not repor...
Martin Trigaux [Wed, 14 May 2014 08:59:20 +0000 (10:59 +0200)]
[FIX] gamification: make sure than a cron running more than once a day will not report the progress more than once

10 years agoForward-port of latest 7.0, up to rev. 10046 (rev-id: launchpad_translations_on_behal...
Martin Trigaux [Wed, 14 May 2014 08:04:16 +0000 (10:04 +0200)]
Forward-port of latest 7.0, up to rev. 10046 (rev-id: launchpad_translations_on_behalf_of_openerp-20140514062049-vjclnuxlkbto0tsj)

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 May 2014 06:20:49 +0000 (06:20 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 May 2014 06:20:22 +0000 (06:20 +0000)]
Launchpad automatic translations update.

10 years agoUse NamedTemporaryFile instead of file and of deprecated mktemp. That way we ensure...
Yannick Vaucher [Tue, 13 May 2014 15:56:10 +0000 (17:56 +0200)]
Use NamedTemporaryFile instead of file and of deprecated mktemp. That way we ensure 2 files created at the exact same time will have a unique name

10 years ago[FIX] orm.search_read: drop active_test context flag during the read() step
Olivier Dony [Tue, 13 May 2014 15:29:35 +0000 (17:29 +0200)]
[FIX] orm.search_read: drop active_test context flag during the read() step

The active_test flag is meant for search(),
but when passed to search_read() it was also
propagated to the read() call.
This has little consequence normally because
read() ignores this flag, but it can have
side-effects when reading x2m fields or
function fields. They are likely to call
search() somewhere downstream, still with
 the propagated active_test flag, while
it should not be applied anymore.

Ultimately dropping this flag could be
done by read() in all cases, but changing
search_read() is less likely to block
exotic cases where the flag was passed
on purpose. Moving it to read() could
be done as a later step.

10 years ago[FIX] sale_stock: when checkign the available quantity, do not include uom as it...
Martin Trigaux [Tue, 13 May 2014 15:02:13 +0000 (17:02 +0200)]
[FIX] sale_stock: when checkign the available quantity, do not include uom as it is already present in the context and will be included in the computation of product_obj.virtual_available (opw 607150)

fixing error message that does not match chosen units when not enough stock

10 years ago[FIX] sale_stock: error message does not match chosen units when not enough stock.
Anael Closson [Tue, 13 May 2014 12:19:45 +0000 (14:19 +0200)]
[FIX] sale_stock: error message does not match chosen units when not enough stock.

10 years ago[FIX] sale_stock: new product uom is done twice in sale order line on change - opw...
Anael Closson [Tue, 13 May 2014 12:00:06 +0000 (14:00 +0200)]
[FIX] sale_stock: new product uom is done twice in sale order line on change - opw 607150
[FIX] sale_stock: comparing stock and sale order line qty is always done with default uom rounding precision

10 years ago[FIX] sale: sale report view, wrong domain
Denis Ledoux [Tue, 13 May 2014 08:15:01 +0000 (10:15 +0200)]
[FIX] sale: sale report view, wrong domain

Quotations are sale.order with state draft and sent
Sale orders are sale.order with state other than draft, sent and cancel

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 13 May 2014 06:28:52 +0000 (06:28 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 13 May 2014 06:28:18 +0000 (06:28 +0000)]
Launchpad automatic translations update.

10 years ago[FIX] ir_ui_view: remove undetermist order on search for views as the _order on the...
Martin Trigaux [Mon, 12 May 2014 12:56:30 +0000 (14:56 +0200)]
[FIX] ir_ui_view: remove undetermist order on search for views as the _order on the model is more specific (opw 607262)

This was problematic on some views where two views with the same priority could be chosen depending on the server, postgresql version and the age of the captain

10 years ago[FIX] gamification: correct name of ir.rule fixing bad copy-paste saas-3
Martin Trigaux [Mon, 12 May 2014 08:50:41 +0000 (10:50 +0200)]
[FIX] gamification: correct name of ir.rule fixing bad copy-paste

bzr revid: mat@openerp.com-20140512085041-b0euexzgxgvb30oe

10 years ago[ADD] hw_escpos: TM-T20II printer added in supported device list
Denis Ledoux [Mon, 12 May 2014 07:41:50 +0000 (09:41 +0200)]
[ADD] hw_escpos: TM-T20II printer added in supported device list

bzr revid: dle@openerp.com-20140512074150-9wepj7andgwrgj7x

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 12 May 2014 06:38:16 +0000 (06:38 +0000)]
Launchpad automatic translations update.

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 11 May 2014 07:08:41 +0000 (07:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140510075539-empsrh7k5l6q44ln
bzr revid: launchpad_translations_on_behalf_of_openerp-20140510075505-nu0zmfg57i2352lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20140511070820-8xp1e2jxonp4i750
bzr revid: launchpad_translations_on_behalf_of_openerp-20140503064840-v6n2wyrm1l162bh4
bzr revid: launchpad_translations_on_behalf_of_openerp-20140504062728-9tmsk2r01vvs3avi
bzr revid: launchpad_translations_on_behalf_of_openerp-20140506072722-8xpshoxb4um6ef30
bzr revid: launchpad_translations_on_behalf_of_openerp-20140511070841-lboiasc73m8h3fb2

10 years ago[FIX] gamification: avoid challenge to be initialised at the target limit (e.g. set...
Martin Trigaux [Fri, 9 May 2014 13:18:39 +0000 (15:18 +0200)]
[FIX] gamification: avoid challenge to be initialised at the target limit (e.g. set your company data goal has a target of 0) and make sure we will compute the goal at least once

bzr revid: mat@openerp.com-20140509131839-lm5zt696sif1krvx

10 years ago[FIX] ir_values: try to evaluate the given expression before saving it in pickle...
Martin Trigaux [Fri, 9 May 2014 13:04:12 +0000 (15:04 +0200)]
[FIX] ir_values: try to evaluate the given expression before saving it in pickle form (opw 607398)

The value_unpickled given by xml data is usualy already evaluated but when it is given by the web client, a str is recieved by the method (as the field is a text field). In the later case, we need to evaluate the field before storing to be correctly evaluated as a default value.

bzr revid: mat@openerp.com-20140509130412-ki211x7qdccdnv5w

10 years ago[FIX] analytic: should not set mutable objects in method declaration (python gotcha)
Martin Trigaux [Fri, 9 May 2014 09:33:04 +0000 (11:33 +0200)]
[FIX] analytic: should not set mutable objects in method declaration (python gotcha)

bzr revid: mat@openerp.com-20140509093304-ao8ttky1trgz22ao

10 years ago[FIX] product: when duplicating a product, keep the language in the context
Martin Trigaux [Thu, 8 May 2014 15:32:36 +0000 (17:32 +0200)]
[FIX] product: when duplicating a product, keep the language in the context

At the time of the context_wo_lang patch (7.0 revision 6577), the orm did not keep the language in copy_data, this patch intended to be more consistent.
Since server revision 5146 7.0, the new behaviour is to use the translated version in copy_data. Removign this change will be more consistent with the orm.

The expected behaviour is now the following:
In user lang: translated product name + translated '(copy)'
In other lang: same as original product

bzr revid: mat@openerp.com-20140508153236-00gxvxenh8fy03km

10 years ago[FIX] product: when duplicating a product, keep the language in the context
Martin Trigaux [Thu, 8 May 2014 13:49:37 +0000 (15:49 +0200)]
[FIX] product: when duplicating a product, keep the language in the context

At the time of the context_wo_lang patch (7.0 revision 6577), the orm did not keep the language in copy_data, this patch intended to be more consistent.
Since server revision 5146 7.0, the new behaviour is to use the translated version in copy_data. Removign this change will be more consistent with the orm.

The expected behaviour is now the following:
In user lang: translated product name + translated '(copy)'
In other lang: same as original product

lp bug: https://launchpad.net/bugs/1159913 fixed

bzr revid: mat@openerp.com-20140508134937-7cbja3vsv311z5j4

10 years ago[FIX] hr_holidays: better display of leave counter (opw 605016)
Martin Trigaux [Thu, 8 May 2014 12:49:46 +0000 (14:49 +0200)]
[FIX] hr_holidays: better display of leave counter (opw 605016)

The number of leave requests left is based on the employee_id key in the context, when displaying the status of an hr.holidays we don't have the information in the name_get of the hr.holidays.status.
The fallback on the number of employees is done with the uid but we can not rely on it as well as the name_get on m2o field is done with superuser_id.

bzr revid: mat@openerp.com-20140508124946-ttyr84iajg9q6l0y

10 years ago[MERGE] [FIX] document_page: allow other users than administrator to create menu...
Martin Trigaux [Thu, 8 May 2014 09:31:29 +0000 (11:31 +0200)]
[MERGE] [FIX] document_page: allow other users than administrator to create menu to a static page

Due to a global rule on ir.values (which is created when creating a ir.ui.menu), we need to execute the action as super user.

bzr revid: mat@openerp.com-20140508093129-tzkqpizpwr7vv0zu

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 May 2014 06:32:51 +0000 (06:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140508063251-ztdomqygi2izm2o3

10 years ago[FIX] Graph - Add context in fields_get to have the right translation in col_header...
Kersten Jeremy [Wed, 7 May 2014 15:47:58 +0000 (17:47 +0200)]
[FIX] Graph - Add context in fields_get to have the right translation in col_header and other places where terms was not translate.

lp bug: https://launchpad.net/bugs/1317079 fixed

bzr revid: jke@openerp.com-20140507154758-0vkq9rywjyl55f5w

10 years ago[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552...
Christophe Simonis [Wed, 7 May 2014 15:33:48 +0000 (17:33 +0200)]
[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

bzr revid: chs@openerp.com-20140507153348-g2qw61dkxvps13br

10 years ago[FIX] account: when creating partial reconcilation after unreconciliating one invoice...
Martin Trigaux [Wed, 7 May 2014 13:35:52 +0000 (15:35 +0200)]
[FIX] account: when creating partial reconcilation after unreconciliating one invoice, make sure we create this partial reconcilation only if we have at least two lines

bzr revid: mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

10 years ago[FIX] document_page: Menu for document page can only be created by superuser. (Mainte...
Ravi Gohil (OpenERP) [Wed, 7 May 2014 13:32:22 +0000 (19:02 +0530)]
[FIX] document_page: Menu for document page can only be created by superuser. (Maintenance Case: 607160)

lp bug: https://launchpad.net/bugs/1312665 fixed

bzr revid: rgo@tinyerp.com-20140507133222-qql3j1ttqk33une5

10 years ago[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay...
Kersten Jeremy [Wed, 7 May 2014 12:01:44 +0000 (14:01 +0200)]
[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay in a valid state in workflow. And let the current stock picking out to 'Ready for delivery'

bzr revid: jke@openerp.com-20140507120144-m177kqxa3fbfl37r

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 11:39:40 +0000 (13:39 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way to forbid creating a record that uses this partner/product but it is not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507113940-d8iynfl1lcskht63

10 years ago[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
Thibault Delavallée [Wed, 7 May 2014 11:06:37 +0000 (13:06 +0200)]
[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
in kwargs of kwargs, leading to a kwargception.

bzr revid: tde@openerp.com-20140507110637-qlj1rj8lrcpkejf6

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 10:25:50 +0000 (12:25 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way it forbid to create a record that uses this partner/product but it make it not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507102550-sms5nbf0u7pdkci9

10 years ago[FIX] auth_oauth: missing field body in formview
Denis Ledoux [Wed, 7 May 2014 10:24:14 +0000 (12:24 +0200)]
[FIX] auth_oauth: missing field body in formview

The body is the field used to actually display the 'log in with ...'
As not shown in the view, when adding a new provider, this field was empty and therefore wasnt visible on the login form...

bzr revid: dle@openerp.com-20140507102414-vz7ur7zvh4ptuk2e

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com...
Denis Ledoux [Tue, 6 May 2014 12:16:27 +0000 (14:16 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u

bzr revid: dle@openerp.com-20140506121627-4oyw4zl4o6azy73w

10 years ago[FIX] website_sale: manifest typo
Denis Ledoux [Tue, 6 May 2014 07:51:26 +0000 (09:51 +0200)]
[FIX] website_sale: manifest typo

bzr revid: dle@openerp.com-20140506075126-mv6g869aqdl1yt5g

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 May 2014 07:27:15 +0000 (07:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140506072715-4m7kz3factf743c9

10 years ago[FIX] Modifying default value for other than char/string/selection fields from 'Setti...
Ravi Gohil (OpenERP) [Tue, 6 May 2014 06:28:00 +0000 (11:58 +0530)]
[FIX] Modifying default value for other than char/string/selection fields from 'Setting/Technical/Actions/User-defined Defaults' view sets wrong pickle value for respective record. (Maintenance Case: 607398)

lp bug: https://launchpad.net/bugs/1153628 fixed

bzr revid: rgo@tinyerp.com-20140506062800-231wt7bk7sbzet6y

10 years ago[FIX] Modifying default value for other than char/string/selection fields from 'Setti...
Ravi Gohil (OpenERP) [Tue, 6 May 2014 05:57:25 +0000 (11:27 +0530)]
[FIX] Modifying default value for other than char/string/selection fields from 'Setting/Technical/Actions/User-defined Defaults' view sets wrong pickle value for respective record. (Maintenance Case: 607398)

lp bug: https://launchpad.net/bugs/1153628 fixed

bzr revid: rgo@tinyerp.com-20140506055725-ryorjswf236plhlc

10 years ago[FIX] Modifying default value for other than char/string/selection fields from 'Setti...
Ravi Gohil (OpenERP) [Tue, 6 May 2014 05:40:55 +0000 (11:10 +0530)]
[FIX] Modifying default value for other than char/string/selection fields from 'Setting/Technical/Actions/User-defined Defaults' view sets wrong pickle value for respective record. (Maintenance Case: 607398)

lp bug: https://launchpad.net/bugs/1153628 fixed

bzr revid: rgo@tinyerp.com-20140506054055-xse0aywu6p3hl138

10 years ago[FIX] web: view_form: fixed effective_readonly behavior of the
Thibault Delavallée [Mon, 5 May 2014 14:51:38 +0000 (16:51 +0200)]
[FIX] web: view_form: fixed effective_readonly behavior of the
binary multi files widget. The option to add an attachment should
be available only in edit mode.

lp bug: https://launchpad.net/bugs/1314974 fixed

bzr revid: tde@openerp.com-20140505145138-x9iwzp74ha2q0bp2

10 years ago[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.
Thibault Delavallée [Mon, 5 May 2014 14:50:31 +0000 (16:50 +0200)]
[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.

lp bug: https://launchpad.net/bugs/1293523 fixed

bzr revid: tde@openerp.com-20140505145031-xgvti78aqspr5170

10 years ago[FIX] mail: attachments present for first recipient, but not for the others
Denis Ledoux [Mon, 5 May 2014 12:38:52 +0000 (14:38 +0200)]
[FIX] mail: attachments present for first recipient, but not for the others

attachments should be an array and not a generator [x for x in y] instead of (x for x in y)

bzr revid: dle@openerp.com-20140505123852-kjc6z0npiot9c54l

10 years ago[FIX] Modifying default value for other than char/string/selection fields from 'Setti...
Ravi Gohil (OpenERP) [Mon, 5 May 2014 11:51:21 +0000 (17:21 +0530)]
[FIX] Modifying default value for other than char/string/selection fields from 'Setting/Technical/Actions/User-defined Defaults' view sets wrong pickle value for respective record. (Maintenance Case: 607398)

lp bug: https://launchpad.net/bugs/1153628 fixed

bzr revid: rgo@tinyerp.com-20140505115121-lwz1crjjoxyqfgax

10 years ago[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the referenc...
Martin Trigaux [Mon, 5 May 2014 10:13:13 +0000 (12:13 +0200)]
[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the reference to other employees (opw 607313)

bzr revid: mat@openerp.com-20140505101313-5y72gs2xpgokhxl1

10 years ago[FIX] mail: change copy call to copy_data to avoid resending email during duplication...
Jacques-Etienne Baudoux [Mon, 5 May 2014 09:43:29 +0000 (11:43 +0200)]
[FIX] mail: change copy call to copy_data to avoid resending email during duplication (opw 607295)

bzr revid: mat@openerp.com-20140505094329-vr7h4c92i43ezob4

10 years ago[MERGE] mail: avoid resetting purposefully empty catchall domain setting, courtesy...
Olivier Dony [Mon, 5 May 2014 07:51:29 +0000 (09:51 +0200)]
[MERGE] mail: avoid resetting purposefully empty catchall domain setting, courtesy of Stefan Rijnhart (Therp)

bzr revid: odo@openerp.com-20140505075129-hv4evrdw5v7crtmw

10 years ago[FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags +...
Olivier Dony [Mon, 5 May 2014 07:46:36 +0000 (09:46 +0200)]
[FIX] convert: gracefully ignore missing XML IDs when processing <delete> tags + warn in log

bzr revid: odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 4 May 2014 06:27:21 +0000 (06:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070138-uuemdpfseyysxlvs
bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064550-9r0c2t3tr8dp1hwu
bzr revid: launchpad_translations_on_behalf_of_openerp-20140501063929-ta3t6lhed5dpdz9a
bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064608-1zwt52snc5pg5kfi
bzr revid: launchpad_translations_on_behalf_of_openerp-20140504062721-dgb7m6o6ge2btumg

10 years ago[FIX] crm: typo, interrests to interest
Denis Ledoux [Fri, 2 May 2014 14:58:23 +0000 (16:58 +0200)]
[FIX] crm: typo, interrests to interest

bzr revid: dle@openerp.com-20140502145823-vtkqkd7njqf31682

10 years ago[FIX] mail.mail: avoid prefetching attachment data in memory while processing mail...
Olivier Dony [Fri, 2 May 2014 14:44:31 +0000 (16:44 +0200)]
[FIX] mail.mail: avoid prefetching attachment data in memory while processing mail queue, could fail due to memory limit

Specifically when there are many emails in the queue, prefetching
all their attachments at once when processing the first one
could fail, so not even one mail would be sent.

Added explicit logging when an email triggers a MemoryError,
as well as logging when each email is successfully sent.

bzr revid: odo@openerp.com-20140502144431-r3brgagl4gel4wmt

10 years ago[FIX] website: missing acl for manage website menu
Denis Ledoux [Fri, 2 May 2014 13:41:35 +0000 (15:41 +0200)]
[FIX] website: missing acl for manage website menu

bzr revid: dle@openerp.com-20140502134135-zp05ecbpcj8inftc

10 years ago[FIX] Webiste google Map - don't force http
Kersten Jeremy [Fri, 2 May 2014 12:34:07 +0000 (14:34 +0200)]
[FIX] Webiste google Map - don't force http

bzr revid: jke@openerp.com-20140502123407-ojyzpf2dynewo7u0

10 years ago[FIX] crm: in order the mark as lost action to work, the dead stage has to be folded
Denis Ledoux [Fri, 2 May 2014 10:15:25 +0000 (12:15 +0200)]
[FIX] crm: in order the mark as lost action to work, the dead stage has to be folded

bzr revid: dle@openerp.com-20140502101525-bzyjpz7jbr1njobl

10 years ago[REVERT] 2 previous revision, as it looks like that the fix causes more troubles...
Denis Ledoux [Thu, 1 May 2014 12:16:33 +0000 (14:16 +0200)]
[REVERT] 2 previous revision, as it looks like that the fix causes more troubles than it resolve a problem

bzr revid: dle@openerp.com-20140501121633-6umc2sxwi0h0lhay

10 years ago[FIX] web: missing ; from previous revision
Denis Ledoux [Wed, 30 Apr 2014 13:17:39 +0000 (15:17 +0200)]
[FIX] web: missing ; from previous revision

bzr revid: dle@openerp.com-20140430131739-ywyqb1gh68xbxid1