- Nov 28, 2014
-
-
Aaron Bohy authored
-
Simon Lejeune authored
-
Simon Lejeune authored
It's about time
-
Simon Lejeune authored
As opposed to before, the source package includes requirements.txt, LICENCE and the README.md. Note: avoiding to chip openerp.egg-info leads to weird issues so let's just keep it at the moment.
-
Aaron Bohy authored
-
Simon Lejeune authored
PyChart is now in the EPEL repo so we now list it as required in setup.cfg. The other mandatory lib not provided by EPEL are pyPdf, vatnumber and pydot and are now installed by easy_install during the post install.
-
Simon Lejeune authored
By default, the package was installed in /usr/local/lib/python2.7 in CentOS7. It is problematic because most of other python packages are installed in /usr/lib and also because /usr/local/lib is not in the default PYTHONPATH. It's fixed by overriding the install script and forcing prefix to be /usr. Added a minimal systemd unitfile. Adapted tests accordingly.
-
Simon Lejeune authored
Allow to 1) avoid a special case for debian packages in _publish function 2) publish debian packages with correct filename (ie keeping _amd64, _all)
-
Aaron Bohy authored
-
Aaron Bohy authored
-
Sebastien Versaille authored
Explicitly specifiy that quantities are in product uom
-
Amit Vora authored
a blog will receive notifications only for published posts. They will not receive all comments of all posts anymore. When commenting a post users will receive the answers. Added tests to try to test this behavior.
-
Sebastien Versaille authored
-
Goffin Simon authored
QWeb monetary widget uses the precision of the currency to know the number of digits to display on a price. The number of digits is based on log10(rounding). For currency with rounding different than 10^x (e.g. in Switzerland 0.05 to allow 5 cents coins only), the number of displayed digits should be rounded up. e.g. log10(0.05) is -1.3, rounded up to 2 digits. Fixes #3233
-
Géry Debongnie authored
requested by fp. the filter is wrong and not very useful from a functional viewpoint.
-
Denis Ledoux authored
This fix is related to c12a2e1d Mutex allow to wait sequentially for mutex Besides, if one of the onchanges deferreds fails, it does not resolve the mutex until all deferreds of the mutex are resolved. Besides, we now wait for the onchanges mutex between each field commited value (line 596) in case the commited value leaded to a new onchanges, that we should wait for before commiting the rest of the values.
-
Xavier Morel authored
-
Xavier Morel authored
-
Denis Ledoux authored
-
Antony Lesuisse authored
Closes #3902
-
Akash Balar authored
- better many2one ondelete strategies - domain set on fields, not views - added domain on analytic_account_id field
-
Xavier Morel authored
fixes #3102
-
Arthur Maniet authored
-
- Nov 27, 2014
-
-
Denis Ledoux authored
For instance, when a context was passed to a method, but no lang was defined in the context, it did not tried to fallback to other places where we could have find the user language.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Denis Ledoux authored
In graph views, fields from the pivot table were not translated in the user language We pass the context, containing the user language, to fields_get in order to get the translation This is also done by the search view, in search.js line 1978 at this rev. opw-616713
-
Denis Ledoux authored
In multi company environment, the company logo was not updated on company change in the user preferences This disrupted the end user, as he might think the company change did not happen.
-
Will Stott authored
-
David Monjoie authored
Without this fix, if you have a new view in a module with active=False, the active tag will be ignore when upgrading the module because of 'update' mode, and the view will be activated by default !
-
- Nov 26, 2014
-
-
Olivier Dony authored
Incorrect use of stock.move in product module + needs review. This reverts commit 42f51140: "[IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit"
-
Josse Colpaert authored
[IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit The default UoM can only be changed when there are no stock moves (or only cancelled ones), but to any category. The purchase UoM can be changed whenever you want, but has to be in the same category as the default UoM. Closes #3440 [IMP] When no stock moves, change whatever you want, otherwise no change at all for UoM. #3440 Enhancement request richard-willowit [FIX] Remove line [FIX] Constraint should be applied when UoM or PO UoM is changed
-
Jeremy Kersten authored
[FIX] website_forum: Forum, use old API in v8. forum was not a browse record, so we need to re-browse. Tags: Force to delete tag. Before old tag deleted was not removed from relation, Now we use a 6 to force the update, followed by 0 to create.
-
Denis Ledoux authored
Otherwise, in some cases, the categ_sequence can be set to null, which is not ordered the same way than 0, and you won't be able to sort lines with null and 0 as categ_sequence between each others
-
Maria G authored
Used to be rounded to integer while the field is a float. Fixes #3526
-
Frédéric van der Essen authored
POS is loading all partners, not only customers
-