- Sep 17, 2014
-
-
Frédéric van der Essen authored
[IMP] point_of_sale: partner edition ! -> create partners, edit partners, assign them barcodes, take pictures, etc.
-
Frédéric van der Essen authored
-
Fabien Meghazi authored
Also added support for this route in widget Image#from_html()
-
Olivier Dony authored
-
Martin Trigaux authored
When generating an invoice from a stock.picking, the reference to the purchase.order.line needs to be kept (e.g. this is needed by anglo-saxon for price valuation). (opw 600767)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Raphael Collet authored
When a one2many field uses an integer field as inverse, the onchange method on the second model may receive a dictionary for the value of the integer field. This is because the client expects that field to be a many2one.
-
Fabien Meghazi authored
-
Julien Legros authored
-
Bhumi Patel authored
[FIX] sale_stock: packaging was given a product instead of a product template id, leading to possible crash or incoherent values.
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
If the server was started without -i or -u and happened to initialize a fresh database, auto-installed modules that depend on `base` only would stay in status "to install" without actually being installed (until the next installation round was triggered). This was of little consequence in 7.0, but causes a crash in 8.0. Fixes #953
-
Fabien Meghazi authored
-
Olivier Dony authored
-
Denis Ledoux authored
-
Denis Ledoux authored
If so, impossible to uncheck the box in the webclient
-
Denis Ledoux authored
-
Denis Ledoux authored
[FIX] orm write: do not try to store computed & stored fields for relational records deleted by *2many fields opw-613772
-
Martin Trigaux authored
This object is quite technical and has not purpose to be displayed on a sale order.
-
Martin Trigaux authored
-
Martin Trigaux authored
Due to additional security rules, the transactions made as public user will have a new partner_id. The transaction needs to be retrieved as admin to be set in the context. The operations in payment_get_status are made as superuser but the session_id is checked in the assert above to avoid url manipulation.
-
Richard Mathot authored
Since yesterday, JS bundles are now loaded at the end of the webpage. Old-style modules that hardlink js code in the <head> section are now broken since they use jQuery's $.
-
Martin Trigaux authored
The group public is defined in base so no need to add security rule in website_payment module (same as for portal)
-
Denis Ledoux authored
-
- Sep 16, 2014
-
-
Fabien Meghazi authored
-
Fabien Meghazi authored
- Compress images using pngquant - Added http.send_file() helper - Move javascripts in the bottom of the page (better google pagespeed ranking) - Added website.get_image_url() helper that uses a hash allowing the usage of a more aggressive cache - Misc. tools/image improvements
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
Added an opt-out option available from the button's dropdown
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
Refactored and fixed tools.image_resize_image() that converted to RGBA after making thumbnails, resulting in bad looking picture in case the source is in 'P' mode (indexed palette)
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-