- Oct 09, 2017
-
-
Christophe Monniez authored
Purpose: The psycogreen module is unmaintained. Last source update was in 2015 and last pypi package was in 2012. Odoo only use a small part of the psycogreen module that could be written directly in the odoo code. This commit reproduce the small function from psycogreen used in ODoo and remove all depencies from it. Also the copyright and license are honored and the documentation is updated accordingly. pypi pckage: https://pypi.python.org/pypi/psycogreen bitbucket repos: https://bitbucket.org/dvarrazzo/psycogreen/
-
Simon Lejeune authored
There was a traceback when posting the message after creating the manufacturing order because we rendered the 'mail.message_origin_link' with an id as origin and not a recordset. opw 775295
-
Xavier Morel authored
-
mncoon authored
-
Pierre Masereel authored
As the function 'action_cancel' is multi, we cannot set the value 'is_locked' to True by using '='. Because it will raise an error if self contains more or less than 1 record. To fix this we call the 'write' method which support all cases
-
Khoi Nguyen authored
This revision ensures that users cannot modify the current quantity or enter lot numbers from the so-called manager view. This is because the 'tablet view' is not aware of the changes made in the manager view.
-
Odoo Translation Bot authored
-
Stephan Rozendaal authored
Closes #19933
-
Pierre Masereel authored
The xpath references a span that doesn't exist anymore since https://github.com/odoo/odoo/commit/ddf2b21bdf38492ce075d4ae96bb9323c6ef59dd It has been introduce in https://github.com/odoo/odoo/commit/2b3c8e6ca9777f6264ecb3d1510dd292ed30ab9f
-
Laurent Smet authored
This feature no longer exists since 3425752e reported on github issue 19887
-
Adrian Torres authored
Previous to this rev., sometimes None could be added to the list of _init_modules in the registry, this would then be problematic in ir_http since a sorted would be performed on this list, which works in py2 but in py3 None and string can't be compared implicitly.
-
Christophe Monniez authored
Purpose: * when installing enterprise, postgresql refuse to install if there is a '+' char in the install path. * when uninstalling, the nssm and python dirs are not removed
-
Christophe Monniez authored
Purpose: When uninstalling using the windows uninstaller, python and nssm were left beyond. This fix removes the python and nssm dirs also.
-
Christophe Monniez authored
Purpose: When installing postgresql under windows, the '+' character is unallowed. This was creating a bug when using the windows installer the enterprise version which derivate the install path from the version number.
-
David Monjoie authored
Since it's not compatible with Python 2.
-
- Oct 08, 2017
-
-
Christophe Simonis authored
-
- Oct 06, 2017
-
-
Yenthe V.G authored
Closes #19910
-
- Oct 05, 2017
-
-
Jérome Maes authored
-
Jérome Maes authored
And the SO item is readonly for sub task, to avoid invoice twice the timesheet of a sub task.
-
Jérome Maes authored
-
Jérome Maes authored
The attachment should be create and linked to the expense directly, and not on the expense report (where it is readonly).
-
Jérome Maes authored
Create the sheet before opening a cached one avoid to get error when computing computed field.
-
Jérome Maes authored
-
Martin Trigaux authored
You do not have to specify it for themes Closes #18039
-
- Oct 04, 2017
-
-
Antony Lesuisse authored
-
Antony Lesuisse authored
IAP allow app publishers to charge for ongoing services. In that context, Odoo acts mostly as a payment platform between the service user (client) and the service provider (Odoo App developer).
-
Jeremy Kersten authored
Right column has been removed to have a clean checkout
-
Sylvain Garancher authored
- leftover real division errors - typos in migration of values() calls in fffaf735
-
Nicolas Lempereur authored
When the quickreate fail and a slow create is used instead, don't display the error that happened as is done in kanban and calendar (following 0f7f3fc2) quick create.
-
Lucas Perais (lpe) authored
Commit f4200f37 aimed at avoiding 414 errors on too long uri. But it brought up something else: on a new pos.config, the customer display html was not set due to that commit meddeling with the iframe's url. This present commit forces the set up of the html field on create and write (according to the values, as usual) the price to pay is to not being able to edit the html right away
-
qsm-odoo authored
-
qsm-odoo authored
-
kujiu authored
Allow to order from several columns in inline tree views (x2many fields in form views).
-
- Oct 03, 2017
-
-
Jeremy Kersten authored
Support now that the read can receive id from calendar.event that doesn't exists. And just ignore the inexisting ids.
-
Jeremy Kersten authored
Read(['start', 'start_datetime', 'start_date']) make the cache corrupt for computed field start_datetime or start_date. Now we don't read (for nothing ?) these 2 fields. We can remove the skip for the test #500fabf1 Before this commit, a simple : x = self.create({'name':'subject', 'allday': False, 'start': foo, 'stop': bar}) create randomly an event withtout start_datetime
-
Olivier Dony authored
Windows can be slower to start than that, sometimes.
-
Olivier Dony authored
-
Fabien Meghazi authored
Do not log a misleading "bad query" for cases where pg_database is not accessible.
-
Olivier Dony authored
[FIX] website_sale_delivery: remove ES6 template literals in untested commit da3c561d ES6 template literals are not supported in our testsuite / phantomjs yet, which is why none of this branch's commit had passing tests >:-( See #19841
-
Yenthe V.G authored
Better English Closes #19867
-