- Nov 19, 2014
-
-
Denis Ledoux authored
-
Olivier Dony authored
-
Xavier Morel authored
-
Henri-Maxime Ducoulombier authored
closes #3761
-
Christophe Simonis authored
Fixes #3730
-
Olivier Dony authored
Changing the decimal precision of float fields is a rare operation, while cache clearing occurs fairly frequently. Signaling a full registry change when the decimal precision is changed (instead of a mere cache change) is therefore a better trade-off, and more semantically correct as well. This way we avoid the decimal precision refresh for each invalidation. Registry invalidation implies cache invalidation.
-
Martin Trigaux authored
The company_logo is cached and was not refreshed when switching between database, still showing the logo of the company of the previous database Fixes #2738
-
Leonardo Pistone authored
It is never used in the code, and causes problems with wheels: related to pypa/pip#2105 closes #3744
-
Julien Legros authored
opw-617319
-
- Nov 18, 2014
-
-
Antony Lesuisse authored
return False when calling is_running_as_nt_service from a non adminstrator account.
-
Antony Lesuisse authored
Define a shim signal.SIGHUP on windows to avoid an ifdef in the threaded server loop.
-
Frédéric van der Essen authored
[FIX] requirements.txt: add info about optional python requirements used for the point of sale receipt printing
-
Frédéric van der Essen authored
[FIX] hw_escpos: use logger instead of prints to avoid corrupting the odoo.py command line interface.
-
Martin Trigaux authored
For privacy_visibility 'followers' or 'portal', the user should be follower of the project (not the task). Remove public access to portal task Fixes #2372 If no project on the task (or other rule), an employee (not a portal) can access if is follower of the task. Follower rule is not enough as a user creating a rule will subscribe to the rule but to subscribe to record, the user should have access to it in the first place. To make sure the snake does not bit its tail, fallback to give access on task where the user is reponsible (user_id = user.id). Fixes #139 Adapted the tests to the new behaviour (removed not relevant and added some on creation)
-
Martin Trigaux authored
-
Christophe Simonis authored
-
Josse Colpaert authored
[FIX] Avoid access error on XML id in browse when choosing picking type for manual purchase order. As they are ordered by sequence, just take the first you can find.
-
Jeremy Kersten authored
Remove useless document ready Add select2 to frontend to allow public user to use tags
-
Frédéric van der Essen authored
-
Jeremy Kersten authored
Use if_dom_contains to check if we need to load js Fix bug where _tag_to_write_vals was called like old API but model converter was new api Move IsKarmaValid and Load CKE only in website_forum context
-
Xavier Morel authored
-
Stéphane Bidoul authored
Since bank statement do not use vouchers anymore in 8.0, it's not necessary to create the voucher anymore. Additionally, I add an extension point to let modules adapt the statement line.
-
Quentin De Paoli authored
-
Simon Lejeune authored
-
Simon Lejeune authored
-
Denis Ledoux authored
-
Jeremy Kersten authored
-
Tymoteusz Motylewski authored
When creating a class with the new API, we should use models.Model instead of just Model. closes #3713
-
Xavier Morel authored
-
- Nov 17, 2014
-
-
Xavier Morel authored
* add latex support for exercise admonition * latex freezes/crashes on {HEAVY WIDE-HEADED RIGHTWARDS ARROW} so replace them by more manual arrows * add some preamble configuration, may not even be necessary * generate WS setup code only in HTML output. WS doc in latex still isn't great as it displays all 4 languages one after the other, ideally they should be tagged or something, so only one language at a time is generated in non-HTML outputs
-
Jeremy Kersten authored
[FIX] website_forum: add fake tour for people waiting the tour. To remove in master. Without it, localstorage loop to search this unexisting tour after the install...
-
Jeremy Kersten authored
-
Xavier Morel authored
-
Xavier Morel authored
Doc pages used container() which is width-limited, works acceptably for single-column content but WS page takes 2 columns with code, having as much space as possible is a much better idea. Mayhaps it should even use lg-column(2) instead of md-column(3)?
-
Xavier Morel authored
-
Xavier Morel authored
-
Raphael Collet authored
-
Xavier Morel authored
-
Xavier Morel authored
also move porting checklist/doc/thing to bottom of document, it's mostly for seasoned or internal developers
-
Xavier Morel authored
-