- Sep 05, 2019
-
-
oco-odoo authored
closes odoo/odoo#36457 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
Simon Lejeune authored
closes odoo/odoo#36456 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
wan authored
* When clicking on the partner m2o selection field before having clicked on the bank statement line, 2 events occured: * the bank statement line expanded * the partner selection showed This could lead to unwanted behavior as the renderer could update -> Stop the propagation of a click on .o_field_widget to prevent flickering and possible update of the statement line widget * Always recompute the create line as sometimes the value is not correct when removing a proposition closes odoo/odoo#36322 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
- Sep 02, 2019
-
-
svs-odoo authored
Before this commit, user got a traceback when he clicks on Units Purchased button from product view form. The issue was we asked to the purchase report to be based on a field who doesn't exist anymore. The fix only replaces `unit_quantity` for `qty_ordered`. closes odoo/odoo#36342 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Sep 05, 2019
-
-
Quentin De Paoli authored
shortened the full_reconcile_id column by re-labelling it 'Matching #'. Asked in 2049120 closes odoo/odoo#36445 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Sep 04, 2019
-
-
Aaron Bohy authored
Let's assume a kanban view with oe_kanban_global_click className (i.e. clicks on the card open the record in a form view), and an image with the 'image' widget. This is for instance the case of the hr.employee kanban view. Before this rev., clicking on the image didn't open the record in form view. closes odoo/odoo#36321 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Sep 05, 2019
-
-
William Henrotin authored
closes odoo/odoo#36312 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Sep 03, 2019
-
-
Luis Torres authored
The tags in the tax are created for the Mexican taxes (IVA, ISR & IEPS) This was assigned in the taxes on 3efefd21, but in the commit 333c22ed was removed from the tax 0%. Now was returned that data, to be consistent with the tax for 16% closes odoo/odoo#36206 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Luis Torres authored
When is used the option to get the CoA reports based on groups, is necessary set the tag in each group, then, is necessary load the tags for second level in the SAT catalog for accounts.
-
Humberto Arocha authored
-
- Sep 05, 2019
-
-
Yannick Tivisse authored
closes odoo/odoo#36367 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
This could responsibility is designed for that kind of users. Without that it could lead to inconsistencies during the time off validation flow. (ir.rule errors, ...)
-
Kevin Baptiste authored
The goal of this commit is to adapt the zoom on image to the new names of the fields made by PR #4865. TaskID: 2049581
-
Aaron Bohy authored
Let's assume a kanban view with oe_kanban_global_click className (i.e. clicks on the card open the record in a form view), and an image with the 'image' widget. This is for instance the case of the hr.employee kanban view. Before this rev., clicking on the image didn't open the record in form view.
-
- Sep 04, 2019
-
-
Christophe Monniez authored
Since 78565b1d , two menus with an act_url action drive the user to external websites. This makes the click_all test very fragile. With this commit the Apps menus "Theme Store" and "Third-Party Apps" are black-listed in the click_all test. Also, it happens that a filter which is not supposed to work in some circumstances is simply hidden. Actually, the click_all test sets that filter and leads to a crash. With this commit, for a more realistic use case, the click_all test does not activate hidden filters. closes odoo/odoo#36433 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
Gorash authored
The tour try to click on the language dropdown before the reloading of the page if the server is slow. To fix it, we avoid the reloading by the rte, and trigger the reload in '_reload' method of editor menu who add the class 'o_wait_reload'. We add a selector and trigger in the test to avoid undeterministic error. closes odoo/odoo#36098 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-
Alexandre Kühn authored
Before this commit, when user follows odoobot chat onboarding and sends a canned response at the canned response step, odoobot did not validate the message with the canned response. This is caused by RPC `message_post` that filters out values that are not message fields, such as `canned_response_ids`. This commit fixes the issue by adding a non-stored field `canned_response_ids` to `mail.message`. This requires the reverse relation too, `message_ids` in `mail.shortcodes` (= the model for canned responses). Task-Id 2058455 closes odoo/odoo#36411 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
Alexandre Kühn authored
Delete attachment from message makes only sense from chatter. Task-Id 2058455
-
Odoo's Mergebot authored
In the IoT Box, most calls to subprocess used "Shell=True", which can cause security issues. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr closes odoo/odoo#36088 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
Odoo's Mergebot authored
Linked to odoo/enterprise#5266 Move all the logic that was inside hw_screen into an IoT Driver in order to have consistency between devices. Move the configuration of screen_url from the IoT Box form to the IoT Device. If an URL different than the default one is used, refresh the page every minute. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr closes odoo/odoo#36074 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
Antoine Prieels authored
In the IoT Box, most calls to subprocess used "Shell=True", which can cause security issues. TaskID: 1966417
-
Antoine Prieels authored
Create a helper to get the ssid of the wifi to which the Box is connected.
-
Antoine Prieels authored
Multiple updates were sent to the customer display for each modification of the order lines.
-
Antoine Prieels authored
Change Firefox config to open external links in the active tab. This avoids having multiple running tabs when changing the URL showing on the Display device.
-
Antoine Prieels authored
The screen URL is not linked to the Box anymore but to the Device. We don't need to fetch a screen_url at the boot, it'll be done inside each device. TaskID: 1893493
-
Antoine Prieels authored
Move all the logic that was inside hw_screen into an IoT Driver in order to have consistency between devices. TaskID: 1933834
-
Antoine Prieels authored
Function get_hw_screen_message was still present but not called since commit 8b957b7e
-
Quentin De Paoli authored
Task 2008956 closes odoo/odoo#36205 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
Quentin De Paoli authored
removed form,kanban from view_mode on specialized journal items tree views Task 2008956
-
Quentin De Paoli authored
Task 2008956
-
wan authored
Task 2008956 * Remove the sequence from the default order of account.move.line as it is only needed in the list view of the invoice form view; add it there. * Allow to order by date on the grouped list view of account.move.line by setting an aggregate function
-
wan authored
Task 2008956 * Add the root of an account (first 2 digits/char) as a searchable model. * Create a custom searchpanel for this account root on account.move.line * Add the account_root searchpanel to the account.account view too.
-
Antoine Prieels authored
The MPD server was not correctly killed when the IoTBox started without six payment terminal configured. A warning was displayed. closes odoo/odoo#36415 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
lejeune quentin authored
We have a traceback when we put a wrong terminal id for SIX because MPD server can not execute the eftdvs file. Now we change the permission for this file closes odoo/odoo#36355 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
lejeune quentin authored
In home page of IoT Box the link "Manual" send to a 404 page. Now we send to IoT Box documentation closes odoo/odoo#36354 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
Odoo's Mergebot authored
Automatically load the IoT Drivers when Odoo starts on the IoT Box or when the connection to the Odoo instance is done. Allow to deactivate the automatic load to avoid overriding modifications made on the Box. TaskID: 2009683 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr closes odoo/odoo#36073 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
Jairo Llopis authored
This is **very** useful for B2B customers.
closes odoo/odoo#36366 Signed-off-by:Damien Bouvy (dbo) <dbo@odoo.com>
-