- Sep 24, 2018
-
-
Arnold Moyaux authored
Add a kanban view in order to have a better display when the user is in mobile mode. task-1872345
-
Adrien Dieudonne authored
Since odoo/enterprise@e3b0d2a, the title wasn't set anymore. This logic is now moved in the graph renderer to be able to set a title in every graphs. For now, we only use the title attribute for pie charts embedded in dashboard views. Additional tests has been added in 'web_dashboard' (enterprise).
-
Jeremy Kersten authored
It make test of studio red, and better to have website broken that studio
-
Olivier Dony authored
The registry loading system should not alter databases unless it is asked to do so, by a module installation or update instruction. This property should hold true as well for database bootstrap, and this is what this commit changes.. In order to avoid any behavior change for command-line users, an implicit `-i base` is assumed when starting the server from the command-line with `-d <db>`, causing the db boostrap to happen if the database did not exist yet.
-
qsm-odoo authored
Reaching the URL /demo/snippets-debug will now showcase all snippets *automatically* (if a theme uses different snippets or if the snippets change in the future, this page will not have to be adapted).
-
qsm-odoo authored
Reaching the URL /demo/bs-debug will now showcase all bootstrap main components and utilities.
-
sri-odoo authored
Increase readability for contextual (success, warning..) table rows.
-
sri-odoo authored
-
Mathieu Duckerts-Antoine authored
-
Toufik Benjaa authored
- When creating a transaction, the method render_sale_button was called with an extra parameter.
-
-
Martin Trigaux authored
l10n_mx_edi is a specific enterprise module amount_to_text may be used in different modules (e.g. account_check_printing)
-
- Sep 23, 2018
-
-
Odoo Translation Bot authored
-
- Sep 21, 2018
-
-
Jeremy Kersten authored
FGI request https://drive.google.com/file/d/1S2LnQtFgA4zIaTMcK2LkFsp11buruJjn/view
-
Jeremy Kersten authored
-
Jeremy Kersten authored
Remove demo data for domain to make it usable on runbot. Before this commit, when you switch on runbot to website 2, you was redirected to 0.0.0.0. + add tooltip (fgi request)
-
Jeremy Kersten authored
Before this commit, it remove and reload the theme. Now we try to make a real update of view except for active field We cannot know if it is True into the template or if it is the default value.
-
Sébastien Theys authored
Previously, removing event_sale would keep the updated groups_id. We want to have a way to get rid of it, which is now by removing the module.
-
Thibault Delavallée authored
It was rendering quite badly compared to other new portal pages.
-
Thibault Delavallée authored
Display was ugly and using only a small part of the screen. Let us use the whole available space. This commit is linked to task ID 1880739.
-
Thibault Delavallée authored
-
Thibault Delavallée authored
Studio fields are prefixed by x_studio, not only x_ which are simple custom fields. This commit update the field name check to correctly include fields created through studio. As studio automatically add x_studio as prefix help is updated to tell users to only use kpi_ as prefix for their digest fields. Result will be x_studio_kpi_foo and x_studio_kpi_foo_value which are the value digest needs to run. This commit is linked to task ID 1887619.
-
Martin Trigaux authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
TWA authored
-
Antony Lesuisse authored
For Name field or M2O, gives a list of companies Data comes from Odoo IAP Service
-
David Beguin authored
The main goal here is to avoid using a global variable. The greeting message _onBarcodeScanned bus can be stoped right after the barcode_scanned as every time a barcode is scanned, it creates a new instance of the greeting message. Some other JS guidelines are also applied here. Special thanks to Martin Geubelle (@mge-odoo) for helping me on this. [TEST] hr_attendance : add test for multiple quick scan in kiosk mode Glorious thanks to @RomainLibert who fu**s off his brain to help me understand what was really going on and how to simulate the functional behaviour of Greeting Message kiosk stuff. Task ID 1878251 Closes PR #27127
-
TWA authored
-
Antony Lesuisse authored
-
TWA authored
Added an 'Insufficient credit' flag on the account as well as the possibility to consult the balance.
-
Rémi Rahir authored
change the payload of a request to adapt to 2cd0b6acf1e22642607edf05a220f5ab8af12164.
-
Rémi Rahir authored
We added the possibility to provide the dbuuid of the client when trying to authorize a transaction. This will allow to automatically credit the client accounts that can beneficiate from free trial credits. This improvement will ease the life of the client as they will not have to go to iap.odoo.com to charge their account.
-
Jeremy Kersten authored
Before this commit, when we ask for get_current_website, we always get one website. If we don't know which, we took the first one. Now we can ask, if we are into a website context or not with a new argument fallback. Previous code like: website = get_current_website() if website: ... Have now a sense ;)
-
Jeremy Kersten authored
-
sri-odoo authored
Dinamically adjust margins and form size according to auth methods available. The vertical margin on the "- or -" text it's needed to provide visual separation between default and auth logins, but it shuldn't be huge in case of just 1 or 2 methods. This commit closes #27059
-
Raphael Collet authored
This is simpler, cleaner, and has a smaller memory footprint.
-
Olivier Colson authored
For consistency between the behavior of the platform and the demo data.
-
Olivier Colson authored
[REF] mail: set message_main_attachment_id in message_post_after_hook function instead of directly in message_post This kind of pos-processing should always be done in the hook method.
-
Yannick Tivisse authored
Purpose ======== There are more than 250 models that have a technical name as model description The purpose of this task is to give them a more "business oriented" business description. Indeed, those descriptions appear in Odoo Studio which is supposed to be used by end users, not only by developers. Example : account.invoice > Invoice website.version > Website Version
-