- May 27, 2014
-
-
Denis Ledoux authored
event.event.ticket were set in website_event_sale, while this model is set in event_sale module Manager acl moved from website_event_sale to event_sale Created a new acl for event user in event_sale Left the acl for everyone in website_event_sale, meaning that when this module is installed, everyone can read tickets, event those who aren't event user
-
Olivier Dony authored
-
Martin Trigaux authored
[FIX] Fix o2m record duplication when clicking on a button The button action will execute a write call, creating the new line. The reload is necessary to avoid recreating the line when using the save button.
-
Denis Ledoux authored
-
Mohammed Shekha authored
-
Martin Trigaux authored
account: safer access to parent in invoice line form
-
Denis Ledoux authored
-
Martin Trigaux authored
In the account.invoice.line form, do not assume the parent is defined when evaluating the context to invoice_line_tax_id as we could come from another view (e.g.: purchase order line form). Fixes #206
-
Mohammed Shekha authored
-
- May 26, 2014
-
-
Martin Trigaux authored
[FIX] delivery: when computing the weight and volume, use the quantity converted to the product uom instead of the uom of the purchase order.
-
Martin Trigaux authored
'invoiced' fields help message is wrong the purchase order is set as invoiced when every line has a validated invoiced.
-
JoshuaJan authored
-
Denis Ledoux authored
-
buke authored
It's wrong for cal weight in delivery gird . It's use product.weight * qty.
-
- May 23, 2014
-
-
Denis Ledoux authored
[FIX] account_analytic_analysis: set false to price_unit in product_id_change in form view, so the price unit is reset when the product id is changed
-
Denis Ledoux authored
-
Denis Ledoux authored
opw-608251: When coming from website > My account, and clicking on a lead link from a message in the inbox, and then deleting the lead, the history_back is triggered and we come back in the website, while we should have come back in the inbox. This is because the action performed was not pushed in the breadcrumb
-
Denis Ledoux authored
handle_exception() is supposed to try handling an exception and if it cannot, re-raise it. Overridden methods must therefore call super() within a try/except block, and only attempt to handle the exception if super() raised.
-
Denis Ledoux authored
the product_id_change name is reset if name is not passed to method args the product_id_change call in account_analytic_view set name as false so it is reset each time the product is change the yearly interval add a year to the next recurring date instead of one month
-
Martin Trigaux authored
-
- May 22, 2014
-
-
Olivier Dony authored
-
Denis Ledoux authored
[REVERT] b6a7402f, pagereset seems to be useful in some cases. Need to check deeper
-
Olivier Dony authored
-
Martin Trigaux authored
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.
-
Martin Trigaux authored
report_webkit: use safer and non-deprecated methods to handle temporary files
-
- May 21, 2014
-
-
Martin Trigaux authored
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.
-
Martin Trigaux authored
[FIX] Fix account_budget name unicode error (7.0 lp:1292245)
-
Martin Trigaux authored
[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
-
Martin Trigaux authored
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
-
Denis Ledoux authored
-
Denis Ledoux authored
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
-
Denis Ledoux authored
-
- May 20, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead of urllib for better handeling of unicode (opw 607866)
-
Fabien Pinckaers authored
[ADD] Macedonian language
-
- May 19, 2014
-
-
Thibault Delavallée authored
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.
-