- Nov 28, 2019
-
-
Nicolas Martinelli authored
- Create a picking type with specific default locations, for type Manufacturing - Go to Inventory, click on the 'To Process' button - Create a MO The default locations are not taken into account. This is because the default picking type is not in the context. opw-2128182 closes odoo/odoo#41049 X-original-commit: 6f7cbedd Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Andrea Grazioso (agr-odoo) authored
Enable units of measure from Settings. Go to Point of Sale, enable "Invoicing" from the PoS, open the session, sell something specifing customer and invoice. Close the session and post. Check the sale order, UoM is specified. Now check the associated invoice, UoM is missing. This is because the UoM is not propagated from the sale order to the invoice. Adding the missing value opw-2129428 closes odoo/odoo#41040 X-original-commit: 2d5f22f0 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Victor Feyens authored
closes odoo/odoo#41038 X-original-commit: eaabad20 Signed-off-by:
Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com> Co-authored-by:
Antoine Vandevenne (anv) <anv@odoo.com>
-
Antoine Prieels authored
Exceptions were logged to stderr so we couldn't see them when Odoo was running as a service on the IoT Box. We now redirect stderr to the logger to see track errors in the log file too. closes odoo/odoo#41028 Taskid: 2146835 X-original-commit: 54a1919c Signed-off-by:
Antoine Prieëls <aprieels@users.noreply.github.com>
-
- Nov 27, 2019
-
-
Antoine Prieels authored
Customer displays were all using the same URL and therefore could only show the same products. We now use different URLs per screen. Two screens connected to the same IoT Box can now display customer displays from different POS. closes odoo/odoo#41026 Taskid: 2123511 X-original-commit: 12569b0e Signed-off-by:
Antoine Prieëls <aprieels@users.noreply.github.com>
-
Antoine Prieels authored
We now support the RPI4 which has 2 micro-HDMI outputs, while the prvious driver only supported one display. We add support for a second display. Taskid: 2123511 X-original-commit: 5886c3a8
-
- Nov 28, 2019
-
-
Goffin Simon authored
Steps to reproduce the bug: - Let's consider two companies C1 and C2 - Let's consider website W - Activate multi-company - Disable common contact book and common catalog - Switch the superuser in company C2 - Activate pricelist - Create a public pricelist PL for C1 and available on W - Set up a pricelist with compute price = formula and based on = cost - Go Sales > Configuration > tick Multiple Sales Prices per Product and tick Prices computed from formulas - Create a portal user PU and set PL on him - Create a product P with cost = 10$ and publish it on W - Set up the product valuation as: automated - Log as PU and go on the shop - Put P on your cart Bug: The price of P was 0$ instead of 10$ opw:2092695 closes odoo/odoo#40981 X-original-commit: 40d3fa50 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
Martin Trigaux authored
Before this commit, the export of translations was incorrect for code and model translations: For code translations, the field 'name' was used for the matching while the _() method explicitly use None in the _get_source call to only use the field 'src' for the search. For model translations, the field 'res_id' was not used when searching for a translation. For instance, if a ir.model.fields did not have translated label, exporting the translations was using the translations of the first field having the same source. While this could be convient during the import (to be discussed), doing so in an export of translation is clearly an unexpected side-effect. closes odoo/odoo#40909 X-original-commit: 4534181f Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
jbm-odoo authored
When we add a user to employee, we can have problem with leave, expense or coach manager. It's due to those compute fields. closes odoo/odoo#40795 Related: odoo/enterprise#6865 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
jbm-odoo authored
Create analytic account from fleet (and link it to vehicle) based on the plate and the fiscal deduction rate (if l10n_hr_payroll_fleet is installed). Add on employee a Mobility Card number. This number is set on vehicle when we put a partner linked to employee on a vehicle. taskID: 2127641
-
- Nov 27, 2019
-
-
wan authored
closes odoo/odoo#39422 Related: odoo/enterprise#6523 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
wan authored
-
wan authored
Task 2092104 Accounts group Hierarchy should be automatically well done without to have to specify the parent (based on the account group CODE) Before, we had to set all the accounts in the correct groups manually and it was cumbersome. Now: * No need to fulfill account group parent * No need to fulfill account group id on account We can still change the groups if there are exceptions; the groups are only set at create and write time.
-
- Nov 28, 2019
-
-
sri-odoo authored
This commit adds possibility to select a layout for certification rendering. User can choose among 6 predefined layouts carefully designed and that should cover all use cases, therefore removing any need of allowing customization. It also adds possibility to preview certification directly from survey. closes odoo/odoo#32675 Task: 1967652 Pr: #32675 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com> Co-authored-by:
Stefano Rigano <sri@odoo.com> Co-authored-by:
Quentin Mourier <qmo@odoo.com>
-
Kevin Baptiste authored
FontAwesome 5 introduced new names for some icons as described on https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes This commit replaces the old names to the new ones. closes odoo/odoo#35826 Taskid: 2050241 Related: odoo/enterprise#5180 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Nov 27, 2019
-
-
Kevin Baptiste authored
closes odoo/odoo#40853 Taskid: 2145481 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Nov 28, 2019
-
-
William Henrotin authored
Changing a product type from consumable to storable and and vice versa can make the quantity in stock confusing. As only storable product update the stock quants, the amount on stock moves could be diffenrent that the one on stock quant if the product type has been changed in the past. This commit will make those changes saved in the chatter history in order to easily track inconsistencies closes odoo/odoo#40997 Opw: 2125124 X-original-commit: 7c330b44 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Nov 27, 2019
-
-
Hetal Dhanak authored
-previously, in the mobile view, while accessing Manufacturing orders from the dashboard in inventory, the default view was set to tree. changed it to be kanban instead. -Same in case user tries to access WO from dashboard when there are none and user is redirected to MO. Task-2127508 closes odoo/odoo#40857 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
- Nov 22, 2019
-
-
jbm-odoo authored
Purpose ======== Change www.yourcompany.com default link for the 'Website' field of the res.company and res.partner to 'www.example.com' closes odoo/odoo#40727 Taskid: 2129147 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Nov 28, 2019
-
-
Kevin Baptiste authored
closes odoo/odoo#41004 Taskid: 1931775 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Nov 27, 2019
-
-
jvm-odoo authored
A customer reported a problem when he deleted a language on the website app. In some cases, if you go on the odoo's generated website as a public user let's imagine the following url: website.com/en_GB The lang is saved in a cookie and sent to the context. If you delete the language from the website languages (without deactivating it) and you go on website.com as a public user, the method will try to use the context or the cookie value which is 'en_GB' and it crashes. This commit makes sure that the language is available OPW-2129580 closes odoo/odoo#41007 X-original-commit: f3e9ca13 Signed-off-by:
Jason Van Malder <jasonvanmalder@users.noreply.github.com>
-
Nicolas Martinelli authored
- Set the computer TZ so that it is UTC day + 1. For example, set to 'Australia/Adelaide' and perform the tests after 3:00 pm - Go to Account > Customers > Invoices - Set the Invice Date to today in the TZ You receive the warning 'This date is on the future...' The comparison of a UTC date without time `currentDate` is inconsistent with `moment()`, which is not UTC and has a time set. After playing around with `.utc()` and `startOf('d')` with no luck, we decided to give up the idea of making `getTZOffset()` enter the game and simply compare the string formatted values. opw-2093186 closes odoo/odoo#40984 X-original-commit: f9eec97c Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Miku Laitinen authored
closes odoo/odoo#40689 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Katherine Zaoral authored
If avaliable will use the stdnum.ar.cbu.validate functionality, if not we defined our own validate method. closes odoo/odoo#40998 X-original-commit: 9c389525 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
qsm-odoo authored
closes odoo/odoo#40991 X-original-commit: fdfce09e Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
fw-bot authored
Updating the quantity to produce in a production order will recompute each raw move's unit factor. The issue was this computation did not take care of the previously product quantity. The unit factor was wrong and so the next created workorder lines get the wrong quantity. Example: - 1 components for 1 finished product (unit_factor = 1) - Create a production for 2 finished product -> quantity to consume = 2 - Produce 1 then change quantity to produce to 3 -> quantity to consume = 3 and quantity done = 1 but unit factor became 1.5 closes odoo/odoo#40990 X-original-commit: 79976600 Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
- Nov 14, 2019
-
-
Victor Feyens authored
When creating sale order lines from the matrix (sale_product_matrix), the purchase_price weren't computed No cleaner change has been found to ensure the cost is computed. Triggering all onchanges from the server side is quite tricky and dirty to do... closes odoo/odoo#40986 X-original-commit: 5c15b131 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- Nov 13, 2019
-
-
Victor Feyens authored
X-original-commit: 47693e8d
-
- Nov 27, 2019
-
-
Victor Feyens authored
closes odoo/odoo#40979 Related: odoo/enterprise#6924 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
Victor Feyens authored
closes odoo/odoo#40971 X-original-commit: d729460f Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- Nov 21, 2019
-
-
Victor Feyens authored
as we cannot do the test in product_matrix, add the purchase equivalent in purchase_product_matrix to also test the matrix in this case. X-original-commit: 9d7024a5
-
Victor Feyens authored
X-original-commit: a1d2893f
-
Victor Feyens authored
X-original-commit: 127a75ed
-
Victor Feyens authored
X-original-commit: 44462e11
-
- Nov 27, 2019
-
-
Antoine Prieels authored
The status ticket contains ESC/POS commands but was printed on all printers connected in USB. Plugging a printer that doesn't support ESC/POS resulted in undefined behaviors. We now only print this status ticket on ESC/POS printers. closes odoo/odoo#40972 X-original-commit: c6a28b62 Signed-off-by:
Antoine Prieëls <aprieels@users.noreply.github.com>
-
Jigar Vaghela authored
two compute field have same method but one is store and other one is non store so we split compute method for both fields(l10n_ch_isr_number,l10n_ch_isr_number_spaced) closes odoo/odoo#40970 X-original-commit: d7a2d4ac Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
Josse Colpaert authored
X-original-commit: c6a00ff1
-
- Nov 26, 2019
-
-
lejeune quentin authored
The use of an emulator (qemu) for the IoT Box build posed compatibility and performance issues. So we have the Raspbian filesystem to install and configure packages. closes odoo/odoo#40967 Task: 2145445 X-original-commit: 9c4e23a6 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com>
-
- Nov 27, 2019
-
-
Juan Carlos Montoya authored
The paypal payment flow was crashing because no transaction was found when the client wasn't connected. closes odoo/odoo#40966 X-original-commit: 48f02f32 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
Xavier Morel authored
The static domains were already added in 65613f5f, it's just that the dynamic ones were missed / left over. closes odoo/odoo#40960 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-