- Aug 09, 2019
-
-
Sapan Zaveri authored
hr: -rename btn 'generate badge ID' to 'generate' -When the badge ID is set, replace the button Generate by "Print Badge" hr_attendance: -Rename menu 'Manage Attendances' to "Manager" -Add a column "Work Hours" to attendee tree view -Add a <br> after "Welcome to" -add class text-muted on "or" -remove class "text-muted" on "scan your badge -Rename the primary btn into "Identify Manually" Task-2040884 Closes: #35473 Signed-off-by:
Romain Libert (rli) <rli@odoo.com>
-
- Aug 08, 2019
-
-
Antoine Prieels authored
When the IoT Box is not connected to the IoT Box, a hotspot would be created to configure it. The name of this hotspot is printed on a status receipt if a printer is connected. Previously, this ticket only showed the default name of the hotspot, but this name will be different if the user renamed the Box. We then read the name of the hotspot from the config. closes odoo/odoo#33095 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Antoine Prieels authored
To use a kitchen printer, the user can only enter the IP of the Box and it would be transformed into an URL with the protocol and port number. This only supported HTTP so people that used HTTPS needed to enter the full url to their Box.
-
Antoine Prieels authored
Receipt are now printed as JPGs so receipts need to be formatted as classic HTML to be rendered as images by Wkhtmltoimage. There were two versions of the receipt for an order. The one in XML, to be printed, and the one in HTML, that was displayed in the POS. Since both of them are now HTML, we can remove one of them. TaskID: 1939455
-
Antoine Prieels authored
We communicate with receipt printers using the ESCPOS drivers. By default, Star printers use the Star mode. This can be changed by modifying the position of the DIP-Switches at the bottom of the printer. We provide a link to the documentation to the user if its printer is not correctly configured.
-
Antoine Prieels authored
ESCPOS printers are now supported as IoT Devices, just like any other printer. We now transform the receipts to JPGs, transform these JPGs into ESCPOS commands and send them via Cups, adding support for network printers. Since we now print images, we can now print special characters and therefore add support for other languages such as Arabic. The JPG is generated in the browser, with the help of html2canvas. `hw_escpos` is left untouched to allow backward compatibility and should be removed when v12 is no longer supported. In the PoS, all the code for printing has been moved from ProxyDevice to a separated JS file. TaskID: 1939455
-
Antoine Prieels authored
Printers should be usable by IoT Boxes connected to a community DB. TaskID: 1939455
-
- Aug 09, 2019
-
-
Robot Odoo authored
- Add support of "kanban_view_ref" on many2x fields: For many2one fields, this specific kanban view will be opened when you click on this field. Note that in desktop, the behavior stay unchanged: 'Search More' will open the tree view. For many2many fields, this specific kanban view will be opened when you add a record in mobile. - Add support "selection_mode" in kanban views. This boolean is set to true when you want to use a kaban view to select a record instead of open a record. "selection_mode" is now passed in qweb_context to allow developers to use t-if='selection_mode' in kanban views to show or hide elements; buttons, dropdowns, anchor tags are not necessary when selection_mode is enabled. So those elements can be hidden based on this condition. Useful when kanban view is opened from m2o in mobile environment. Task ID : 1924779 closes odoo/odoo#30747 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
Andrea Ulliana authored
Part of https://github.com/odoo/odoo/pull/34422 task-2026299 closes odoo/odoo#34422 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Andrea Ulliana authored
Part of https://github.com/odoo/odoo/pull/34422 task-2026299
-
Andrea Ulliana authored
Part of https://github.com/odoo/odoo/pull/34422 task-2026299
-
Andrea Ulliana authored
Review labels and alignements. Part of https://github.com/odoo/odoo/pull/34422 task-2026299 Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
Andrea Ulliana authored
The text was gray on gray... it is now forced to white. Part of https://github.com/odoo/odoo/pull/34422 task-2026299
-
qsm-odoo authored
This commit makes the UX of the optimize dialog clearer. Part of https://github.com/odoo/odoo/pull/34422 task-2026299
-
qsm-odoo authored
* web, website_event, website_sale, sale_quotation_builder Instead of an ugly danger-colored badge promoting "odoo", we now use the official odoo logo. The code is also refactored to use more consistent and translatable sentences without duplicated code. Note: the odoo logo is added in the repo, downloaded from our official brand assets page (https://www.odoo.com/page/brand-assets), in its 'tiny' version. The repo already contained multiple odoo logos but they are quite old and should be replaced in a further update. Note: the svg version was not able to be used as it contains external margins... Part of https://github.com/odoo/odoo/pull/34422 task-2026299
-
Victor Feyens authored
Don't show "Not Available" as Line header when there is only one attribute line on the product.template. closes odoo/odoo#35586 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
Mohammed Shekha authored
If we use a kanban view to select a record we want to hide those elements: dropdown boxes, buttons, anchors, some widgets, kanban color. When it was too much change and used the new attribute "kanban_view_ref" to explicitly define which view to open in selection_mode. When also had to create previously unexisting kanban for fleet.vehicle.model to show name and brand. Task ID : 1924779
-
Mohammed Shekha authored
This function was too long and it's now easier to override it in enterprise Task ID : 1924779
-
Mohammed Shekha authored
- many2one widget in mobile will open kanban view instead of listview when records needs to be selected - Add support of "kanban_view_ref" on many2x fields: For many2one fields, this specific kanban view will be opened when you click on this field. Note that in desktop, the behavior stay unchanged: 'Search More' will open the tree view. For many2many fields, this specific kanban view will be opened when you add a record in mobile. - Add support "selection_mode" in kanban views. This boolean is set to true when you want to use a kaban view to select a record instead of open a record. "selection_mode" is now passed in qweb_context to allow developers to use t-if='selection_mode' in kanban views to show or hide elements; buttons, dropdowns, anchor tags are not necessary when selection_mode is enabled. So those elements can be hidden based on this condition. Useful when kanban view is opened from m2o in mobile environment. Task ID : 1924779
-
- Aug 07, 2019
-
-
Andrea Ulliana authored
+ kinda allow multiple speakers by event track task-2003209 closes odoo/odoo#34527 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Aug 08, 2019
-
-
fja-odoo authored
* = web, website_blog, website_crm_partner_assign, website_event, website_event_track, website_forum, website_hr_recruitment, website_livechat, website_partner, website_profile, website_sale, website_sale_delivery, website_slides The published button name is a bit ambiguous, now it will clearly state what it does with a new title : "Go to Website". The "Published", "Unpublished" state is shown with the globe icon changing color (green and red) and a title on the button. Badge and Delivery don't have a website page, the button will then be a publish/unpublish button in the backend. task-2002435 closes odoo/odoo#34261 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
Katherine Zaoral authored
* set country VAT Label "CUIT" which is the country TAX id name in Argentina in order to used in reports and other places in Odoo. CUIT mean "Código Único de Identificación Tributaria", * update address format of the country. * Use the state name instead of the state code: The address for the company and partner was showing the state code (defined by ISO) but this one are not the ones know for the common use. In order to avoid errors we use the state name instead of the state code. * Also change the order of the city state and zip are shown in address in order to match the address in Argentinain "way". closes odoo/odoo#34961 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Jul 26, 2019
-
-
Katherine Zaoral authored
closes odoo/odoo#35218 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Aug 08, 2019
-
-
Simon Lejeune authored
Immediate transfer (no reservation, auto-confirmation, etc) should be the default mode when creating manually a picking. The rationale is that "the user wants to quickly encode stuff" and "it's better for the onboarding". As the default mode was already changed back to "planned transfer" because users complained, this time we adapted the code so that the default mode could be changed in python. - re-order the imports of stock_picking.py. - made all links to the picking from the picking type go through _get_action (it wasn't the case for ready). - adapt the context in the xml so that they are parse-able by literal_eval. - remove three actions that weren't used anymore. - the user can create an ir config "stock.no_default_immediate_tranfer" fill it with anything to get back the planned mode. task-2043846 closes odoo/odoo#35550 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
Géry Debongnie authored
Before this commit, the calendar popover was opened before the popover widget was ready. This is not usually the way it is done in odoo. closes odoo/odoo#31874 Signed-off-by:
Géry Debongnie (ged) <ged@openerp.com>
-
- Aug 07, 2019
-
-
Jigar Patel authored
-
sri-odoo authored
Task 1919926
-
Jigar Patel authored
-
Jigar Patel authored
-
sri-odoo authored
Improve design and introducing several usability improvements: - Removed customization of an event card, just display event title. - Added popover, popover consist of two sections: 1) Show the title, date and time of an event. Date and time are automatically computed according to the user timing preferences, language and event duration. Can be hidden with hide_date/hide_time attribute respectively. 2) Display all the fields specified inside the <calendar/> element. fields can be specified with a widget and its options. e.g. <field name="name" string="Custom Name" widget="char" options="{}"/> - Show avatar in popover for filters. - Removed hide sidebar feature. - Increase readability using a better color selection. - Better UI in mobile. And, Adapted test cases Task 1919926 Co-authored-by:
jat-odoo <jat@openerp.com>
-
wan authored
The customers were removed from the invoice list view in https://github.com/odoo/odoo/commit/317802d69e6236a43b2249b38d2f352813644f20 This was probably because the name of the variables invoice_vendor_display_name was missleading as it was only for vendors beofre but also for customers now. So this commit also renames related variables. While we are at renaming things, I also renamed the type in variables supsense -> suspense. closes odoo/odoo#35531 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
- Aug 02, 2019
-
-
svs-odoo authored
Before this commit, when you duplicate a validated inventory, the new one has the inventory lines of the original one. Now, the duplicate inventory is created without inventory lines. Task #2043851 closes odoo/odoo#35402 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
svs-odoo authored
New search filter to display of inventory lines with `difference_qty` (diff. between `theoretical_qty` and `product_qty`) different than zero. Task #2043851
-
svs-odoo authored
Add a button in the inventory adjustment lines view to update the `theoretical_qty`. This button appears beside the On Hand quantity when this quantity is outdated. Note: it's not possible to define explicitly width of non-field column, so we cannot define width of button's column. The hack is to constrain width of other columns to manage a little space to display the button. Task #2043851
-
svs-odoo authored
On Inventory Adjustment lines view: - Changes some fields name... - The column Inventory Date has been moved between Location and Lot/Serial Number. - The columns Lot/Serial Number, On Hand, Difference, UoM and Inventory Date are now optional. Only Inventory Date is hide by default. Task #2043851
-
svs-odoo authored
Changes the type of `prefill_counted_quantity` from boolean to selection to have a label for each option. This change is only for a functional purpose. Task #2043851
-
- Aug 08, 2019
-
-
Robot Odoo authored
PURPOSE This PR completely reworks the slide.channel form view. Notably slide categories management should be simplified like SO or invoices sections. SPECIFICATIONS This merge * improves the content management from the form itself by adding a tree view of slides with the possibility of drag and dropping slides from category to category; * adds buttons to quickly add content or certifications in the slide tree views; * reorders the tabs and fields on channel view and update some labels; * adds a custom float field widget so that the ratings are actually displayed as stars; * contains some fixes and light improvements related to recent merges in elearning application, especially backend; In order to implement the content management in the channel form, the model slide.category has been removed. Instead of having a fully fledged model for the categories we now use slide.slide with a is_category flag. LINKS Task 1978731 PR #33255 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Victor Feyens authored
closes odoo/odoo#35562 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
Aurélien Warnon authored
-
Aurélien Warnon authored
When uploading twice the same video for a channel, the error message displayed unhandled html. We removed the html to avoid having to use $el.html() for better safety (and it should not happen often anyway).
-