- Oct 10, 2017
-
-
Deep Patel authored
-
Martin Trigaux authored
-
Jeremy Kersten authored
P3 'dict_keys' object has no attribute 'sort' Thid commit closes odoo/odoo#19989
-
Yannick Tivisse authored
Purpose ======= In python2 a binary field value is retrieved as a string. Example: company_id.logo = u'xyz' In python3 a binary field value is retrieved as a binary. Example: company_id.logo = b'xyz' When trying to render an image on a template, we should pass a stringified version of it. Specification ============= Pass the method to_text in the template rendering context and use it.
-
Gorash authored
account_batch_deposit add a button who match with the jQuery selector. Fix also the typo string (1 = should display ^^).
-
Jos De Graeve authored
Do not suggest to use pip in the logger, the system administrator may use other tools Closes #19949
-
qsm-odoo authored
Before 11.0, website 'animations' were able to be started on any DOM element. Since 11.0, this was reduced to any DOM element inside the main website element (#wrapwrap). This commit allows this element to be attached a website 'animation' too.
-
- 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).
-