- Oct 04, 2016
-
-
qsm-odoo authored
Commit 48a1eaf7 adapt the welcome message on website so that it fits the page height. But this does only worked for large screens as the height was forced to main height... which is smaller than the default welcome message height on small screen. The fix only had to use min-height instead of height.
-
qsm-odoo authored
The blog_cover JS code is only available on blog pages. So the option can only be activated on blog pages (which was not the case if the snippet latest post was used on a random page).
-
qsm-odoo authored
Animation preview on images did not work as the web_editor stopped every potential animation when an image entered edition. As the behavior does not seem useful as there is no infinite animation which is possible with standard odoo (and even if it was the case, it would not be too strange that the animation continues), the feature is removed with this commit.
-
qsm-odoo authored
Since commit 8ac1c19fac7615fecd51e670f798d13158a4e53c the odoo brand primary color changed, which also changed the color of tips. The problem was that they lose a lot of contrast in the appswitcher.
-
- Oct 03, 2016
-
-
Parth Gajjar authored
-
Parth Gajjar authored
- Before it need a tap to show options - And Tap area was not enough for mobile
-
Dharmang Soni authored
-
Denis Ledoux authored
Since the library nestedSortable was updated to the release 2.1a, at the below revision: https://github.com/odoo/odoo/commit/aa19d9edd02756d87056a44340e36568b3183e21 It was no longer possible, in the front-end, to move the menus: Re-sequence them, put one below another, ... Indeed, in that piece of code, `.item_id` was never set with the new release, while it was the case with the former one. We replace with `.id`, which looks like to have the same behavior.
-
Christophe Simonis authored
[FIX] hr_attendance: get group via xmlid instead of searching via name match (which will not works in other languages)
-
Denis Vermylen (dve) authored
couldn't find a group after rename. -> renamed
-
Denis Vermylen (dve) authored
- improve some help messages - improve comments - small refactoring - add category to group "Manual Attendance"
-
Denis Vermylen (dve) authored
for coherence with menus (that got renamed after code was written) to improve code comprehension. Also, attendance is an application.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Oct 02, 2016
-
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
As the field is not shown in the view, it is just done because the field is still there and easy to do.
-
Josse Colpaert authored
As the finished move or the one after might automatically split into its components, it is not a good idea to select a Phantom BoM for a production order, so this is for the moment, the best way to avoid it.
-
Josse Colpaert authored
[FIX] mrp: when posting inventory in mo, don't allow to pass stock.move.lots with quantity done > 0, but without lot It is good to have this check, otherwise it risks taking whatever lot or creating a piece without lot if you would by accident say you did so many quantities but no lot was given.
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Sep 30, 2016
-
-
Jeremy Kersten authored
Before this fix, the link was always present, even if no acquirer payment was configurated to allow tokenization.
-
Jeremy Kersten authored
Stay coherent with others buttons from eCommerce.
-
Jeremy Kersten authored
Old terms feature display the default terms from company. But if you have more than that 10 words, it was just unusable. Now, we just add a link to a page.
-
Jeremy Kersten authored
The payment method and pay now button was not in the left part. So if we only have one line in cart, a big margin top was visible.
-
Jeremy Kersten authored
-
Denis Vermylen (dve) authored
Company Screen menu was renamed to Kiosk Mode. This commit renames the associated setting.
-
Manuel Vázquez Acosta authored
When receiving new mail (not replies) to an alias we should not take case into account. This also homogenize the treatment of local parts. For instance, lines 967 and 980 convert the local part to lower case to avoid case-sensitivity issues. Also `mail_alias` normalizes alias names by lowering case and finding, if necessary to make it unique, a suffix to alias name provided. From RFC 5321, section 2.4: > Exploiting the case sensitivity of mailbox local-parts impedes > interoperability and is discouraged Closes #334 Closes #13037
-
qsm-odoo authored
Commit 9676ceec removed/replaced image files in mass_mailing module but two of them were still used by website_mass_mailing. This commits adds these two images in website_mass_mailing module and use a more standard convention to define associated snippets and link them in the snippet panel. Also lint JS files.
-
qsm-odoo authored
-
qsm-odoo authored
mass_mailing snippets contained links to "/page/contactus", url which only exists if website is installed. Also, t-if="website" which were in snippets were unclean. Now, the website_mass_mailing module which was already there to install website snippet and which was already in auto-install with website and mass_mailing is also in charge of extending mass_mailing features. It extends the snippets to add the parts which were marked with t-if website and add the links to "/page/contactus".
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Ravi Gadhia authored
-