- Oct 10, 2017
-
-
Martin Trigaux authored
Was missing from previous commit Add missing reference to sms modules in the Transifex configuration file
-
Simon Lejeune authored
When a picking is created from a purchase order, a message is logged in the chatter: "This transfer has been created from: POXXX: XX$". Ideally, an inventory user should not have access to the purchase orders. Sadly, removing the access right brings a lot of access right issues, so this commit only remove the amount from the logged message We adapt the name_get that always displayed the total amount of the purchase order since rev[1], as a message was logged in the chatter when a picking is created from a purchase order and the message contained this value. We implement a context key to display the total amount in the name_get, as it is used when linking a vendor bill to a purchase order. [1] 0c618d79
-
Roser Garcia authored
Closes #20009
-
Richard Mathot authored
-
Xavier Morel authored
-
Xavier Morel authored
A bunch of features had been added to the qweb test files and qwebjs did not pass them as features were either implemented differently or not implemented at all: * Fixed wonky and not cross-impl tests - added ``not`` word replacemenet to qwebjs as I wasn't sure how to handle that one cross-impl * fixed t-esc/t-raw to render content *inside* the host node e.g. span@t-esc should render as <span>{contents of esc}</span> * added fallback to body content if t-esc/t-raw yields an empty result * process t-att in order with t-att-* and t-attf-* rather than before them both * suppress attribute generation entirely in case of falsy value
-
Xavier Morel authored
Remove old tests page as it was obviously unmaintained and did not run at all...
-
Xavier Morel authored
-
Deep Patel authored
-
Martin Trigaux authored
-
Jairo Llopis authored
Not that we really care about compileall, but some people apparently do. Fixes #19871 Closes #19849
-
Xavier Morel authored
* fix P3 incompatibilities in doc/_extensions * vendor pyjsdoc, strip out everything we're not using and make what's left P3-compatible (upstream is not P3 compliant) * drop undeclared dependency on attrs as it turns out not to be much used
-
Xavier Morel authored
* fix all warnings wrt patch application & al, only warning left is only exercise-kanban being auto-guessed as an xml+django file and then lexing failed (because it's only a small snippet) * update sphinx-patchqueue to drop the requirement on mercurial for patch introspection and application, though that means application is significantly less forgiving (fuzzy application was not implemented)
-
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.
-