- Oct 12, 2016
-
-
Damien Bouvy authored
Before the migration to the new API of this code, the context was not propagated to the update_notification call. This is now the case, which is unfortunate since the context of the cron action has an 'active_test'=False key, which causes the ping to count user differently when the cron is triggered from the form view. This commit adds explicit ('active','=',True) domain to ensure we only count active users when pinging.
-
Denis Vermylen (dve) authored
of Attendances view
-
Denis Vermylen (dve) authored
for the employees kanban view in kiosk mode.
-
Danimar Ribeiro authored
image_small is not required and may fail if empty TypeError: cannot concatenate 'str' and 'bool' objects Closes #13726
-
Odoo Translation Bot authored
-
David Beal authored
To be possible to override the name_get of the variants Closes #13053
-
开阖软件 Jeff Wang authored
Closes #13756
-
- Oct 11, 2016
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Quentin De Paoli authored
[FIX] account_asset: hide the button 'set_to_draft' on assets already started to be depreciated because it makes no sense to be able to do so
-
Christophe Simonis authored
-
Jeremy Kersten authored
See more details here: odoo/odoo@6191e3f6d0d064de9acdf0d1455b7de589dddb5a This commit closes #13704
-
Christophe Simonis authored
-
Jeremy Kersten authored
See previous commit odoo/odoo@4ca06e02558b202183592f4d7c67f76f302bc0d1
-
Christophe Simonis authored
Theses config options should not share the same dict as `init` dict may be modified by migration scripts to handle new module dependencies.
-
Olivier Dony authored
Most people install the im_livechat module and expect it to be enabled automatically on their website. When it doesn't work they try to use the integration JS code and add it to their website layout, which does not work as expected. Setting it as auto-installed solves the issue.
-
Jeremy Kersten authored
During migration to new api the field has been renamed but not the condition in the diagram
-
Jeremy Kersten authored
Function has been prefixed with an underscore by commit #21e45795 Avoid traceback where 'get_recurrent_date_by_event' is not defined Thix commit closes #13727
-
Jeremy Kersten authored
First module which need it, will install it with dependences. This commit closes #13739
-
Jairo Llopis authored
* Failing test for one2many [(5,)] action, when domain is callable. The problem is that `self` inside a callable domain becomes the comodel when at [(5,)]. * [FIX][fields] Make [(5,)] with computed domain work. To reproduce this failure, declare a field like: ``` child_ids = fields.One2many( comodel_name="other.model", domain=lambda self: [("id", "in", self._ids_to_find())], ) ``` Now set some value to it. Now unset them. Impossible because ``self`` becomes ``other.model`` in domain evaluation.
-
Aaron Bohy authored
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Jeremy Kersten authored
Remove useless avg defined on crm view. If you define avg='Average Values' in a view, now we see in the footer of list view the average.
-
Jeremy Kersten authored
Web client use fields_get (which one call get_description) to know if a group operator exists. But until now, group_operator are never returned. Without it, the web client cannot display the sub-total except for sum (the fallback in the web client). This commit closes #13713 Todo: do the same on Class Monetary in next branch
-
Martin Trigaux authored
Avoid 'Title underline too short.' error
-
Ravi Gadhia authored
Make it such that the buttons "Save" and "Discard" are still visible.
-
tdi-odoo authored
Because we need to be able to activate currencies as soon as we check that option in the settings, so the menuitem should be visible outside of the developper mode.
-
Quentin De Paoli authored
[REV] account: revert commits 45e2a6ab and 7e61cd7d The web client does not like having twice the same field defined, so those patches weren't consistantly working... yeah, you could say that the account.payment view was totally broken
-
Thibault Francois authored
This commit closes #13716
-
Goffin Simon authored
According to the documentation it makes sens to map an excluded tax with an included tax. For example in Belgium, B2C taxes are generaly included and B2B taxes are excluded. Then we can manage this situation by creating a pricelist with prices for B2B and B2C. opw:688085
-
- Oct 10, 2016
-
-
Nicolas Martinelli authored
When an analytic account is specified on a write-off move, it should be written on the move line linked to the write-off account, as it was the case in v8. opw-688635
-
qsm-odoo authored
The tip is placed on a text right aligned button so the tip appears mispositionned. This commit simply changes the tip to be on the right instead of the bottom.
-
qsm-odoo authored
The image icon was not clear enough. The editor bar appears in the website builder, the mail composer, the forum composer, ... In each of them, we can both link a picture or a file but a picture makes more sense in some context and in some other ones not. This commit solves the problem by changing the icon to fa-file-image-o which is a mixed of file and image. This also solves the problem of having two buttons with the image icon in the website builder (indeed an image icon is also used for the image look button).
-
qsm-odoo authored
-
Martin Trigaux authored
-