- Sep 08, 2015
-
-
Olivier Dony authored
99% of the contributors have signed the CLA The rest of them have been contacted by email and are free to either sign the CLA or ask for their contributions to be removed from Odoo Community Edition. See also: - https://www.odoo.com/cla - https://www.odoo.com/blog/odoo-news-5/post/adapting-our-open-source-license-245
-
Simon Lejeune authored
-
Chirag Dodiya authored
-
Divyesh Makwana authored
These templates were deleted with c04065ab but there xml_id were still used in the code. Mail template are good for people, so we make them come back from the dead ...
-
Damien Bouvy authored
-
Christophe Simonis authored
Do not use `openerp.http.addons_manifest` dict to find the absolute on-disk path of an asset. This dict is only populated when the first non-xmlrpc http request is made. Avoid crash if this happen by using `get_resource_path` to find ... the resource path we search.
-
Damien Bouvy authored
[FIX] website_quote: when paying from the frontend, do not explicitly set the partner_country_id; it is automatically handled by the payment.transaction create is the partner is set
-
Damien Bouvy authored
[IMP] payment_ogone: when receiving the response of a 'form_save' transaction, create a payment_method with the corresponding data
-
Damien Bouvy authored
[FIX] payment: triggering the on_change to get partner details sometime put the partner_country_id to False; the default was there explicitly to avoid this kind of problem
-
Martin Geubelle authored
-
Martin Geubelle authored
If there is no field 'color' on tag model, the colorpicker should not be displayed.
-
Martin Trigaux authored
Courtesy of Eric Geens
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
list_price on product_template
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Josse Colpaert authored
The button Mark As Todo should be before the button Validate because most people check things when they transfer stuff in their warehouse. Moreover, it creates confusion, because people will think Validate means Confirm (or Mark As Todo). When validating an empty picking, it will give an error now. On_change of product on stock moves and pack operations should return a domain for the UoM.
-
Raphael Collet authored
-
Josse Colpaert authored
As every pack operation can have several lots now, we do an extra check if the qties in these lots details match the total quantity of the pack operation. There was an entire_pack key put in the context we want to avoid by passing it as parameter.
-
Martin Trigaux authored
Courtesy of Eric Geens
-
Yannick Tivisse authored
NB : Not reviewed by apr and qdp This reverts commit 58f16b70.
-
Josse Colpaert authored
-
qsm-odoo authored
Before this commit, you had to click on "Add a line", then select a value in the m2o which appeared, then click on "Add". Now, the m2o is always there in edit mode and you just have to click "Add" once.
-
qsm-odoo authored
When a new line was added, all the others changed their value to 0. This was because of a property : the sheets propertywas read thanks to a get('sheets') but as it is an array of object, modifying those object will modify the sheets (without calling any handler attached to the 'change:sheets' event). It appeared the form_view set_values method changed those objects. A simple solution from a timesheet point of vue was to deep clone the sheets property before using it.
-
qsm-odoo authored
The test was not stable enough since listview editable and onchange API changes. + Some step were wrong (test of the wrong element) + Minimize differences with enterprise version (so that the two tests are testing the same things)
-
qsm-odoo authored
(backport of enterprise version) Fix various problems with list view editable : * Click outside which should discard/save the line in edition * Warnings which should not appear when line is being discarded/saved * JS test + JS code refactoring
-
qsm-odoo authored
-
Nicolas Lempereur authored
The css of a mail is inlined as best as possible for the mail sending. Previously, if there was a selector like .ch[onclick="ga(this,event)"] the simple splitting would split in the middle and get one erroneous selector (which then would trigger an error). With his commit, rules containing " or ' are ignored. opw-643548 note: forward port of 6316bce8
-
Olivier Dony authored
-
Nicolas Lempereur authored
-
Olivier Dony authored
-
Damien Bouvy authored
-
Nicolas Lempereur authored
Introduced by 522fcacb
-
Fabien Pinckaers authored
-
Damien Bouvy authored
the link to the Apple app store was missing and the other links were bogus These link now send to the odoo.com website with some GET parameters; that way we can redirect from our end to the correct app
-
Shivam Dudhat authored
-
Mohammed Shekha authored
[FIX]website_event_track: Fixed the issue of breadcrumb disappears when coming from frontend to backend
-
Mohammed Shekha authored
[FIX]hr_recruitement: Fixed the issue counter not displayed on Applications button in hr.job form, job_id is many2one field so its value will tuple of (id, value), so it should be 0th element of tuple as ID of dict
-