- Nov 27, 2019
-
-
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>
-
Xavier Morel authored
closes odoo/odoo#40954 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
Nicolas Martinelli authored
- Handle the notifications in Odoo - On any object, e.g. a SO, user A a note and ping user B - As user B, go to Discuss and reply to the note The reply is sent a regular message. Actually, everything is available to reply with the right message type in: https://github.com/odoo/odoo/blob/bae8ab7d93143e082e1d1a9cbe20a350c2d34d07/addons/mail/static/src/js/discuss.js#L1327 It is simply unset. opw-2088619 closes odoo/odoo#40946 X-original-commit: 84c8221c60e3483aa637abad057253424236af83 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Nov 22, 2019
-
-
jvm-odoo authored
Reproduce the issue - Install CRM & sale_crm - Create an opportunity - Create a quotation from the opportunity The name of the draft is the opportunity's name instead of "New" - Add a "Storage Box" to the quotation, for instance - Confirm the quotation - Check the delivery note The name of the delivery note is the opportunity's name instead of WH/OUT/... Cause This issue is caused by 4c9c249c. It seems that we pass an extra default_name in the context. This commit removes the extra default_name from the context. OPW-2122928 closes odoo/odoo#40943 X-original-commit: e8d91e4a Signed-off-by:
Jason Van Malder <jasonvanmalder@users.noreply.github.com>
-
- Nov 27, 2019
-
-
Kevin Baptiste authored
Purpose ======= It is currently difficult to know exactly what is used for costs and services on the contracts. Hence it make it difficult to evolve the fleet application We should clean the models in order to have something that is clearer Specification ============= Cleanup of models: removed Fuel and Cost. Contract and Services are no longer inheriting Cost and are seperate models simplifying the use of Fleet. A contract now has included services and they are no longer generating cost. closes odoo/odoo#34090 Taskid: 1931775 Related: odoo/enterprise#4572 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Victor Feyens authored
closes odoo/odoo#40944 X-original-commit: 7cbad14e Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
Xavier Morel authored
closes odoo/odoo#40939 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
Xavier Morel authored
Turns out we've got an operator just for the pattern of "match value if there's one, otherwise match everything". Also remove an example of domain in onchange doc. closes odoo/odoo#40938 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
Laurent Smet authored
As the group_account_invoice doesn't have the access rights to unlink the account.partial.reconcile/account.full.reconcile, there was impossible for the user to undo a reconciliation. closes odoo/odoo#40934 X-original-commit: 0288adb0 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
Nicolas Martinelli authored
In case of a picking type where stock move lines are not shown, clicking on 'Put in Pack' without 'Done' quantitites set shows a confusing error message. closes odoo/odoo#40928 X-original-commit: 76b72ab5 Related: odoo/enterprise#6906 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Nicolas Martinelli authored
- Activate product packing - Create a PO for a stockable product, validate - In the barcode interface, go to the created picking - Set the product quantity - Click on 'Put in Pack' An error is raised: 'All the products currently reserved in the picking are already in a pack...' In the regular interface, the procedure is to create the move lines manually, therefore setting a quantity done. However, this is not possible in the barcode, and `move_line_nosuggest_ids` is always empty. We introduce a special use case to bypass this in the case of the barcode view. opw-2127637 X-original-commit: d3a7b0e1
-
- Nov 26, 2019
-
-
Nans Lefebvre authored
opw 2144639 closes odoo/odoo#40927 X-original-commit: 82de73f4 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Lucas Lefèvre authored
fixes #38014 closes odoo/odoo#40926 X-original-commit: dbd53289 Signed-off-by:
lul-odoo <LucasLefevre@users.noreply.github.com>
-
- Nov 27, 2019
-
-
qsm-odoo authored
This was broken during the recent colorpicker refactoring. closes odoo/odoo#40925 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Nov 25, 2019
-
-
Lucas Lefèvre authored
Some modules might want to add buttons in the form header of the employee public (e.g. hr_appraisal). This commit adds an empty header to easily allow view inheritance. Note: this empty header is not displayed if no buttons are indide. Task 2028794 PR odoo/enterprise#6495 closes odoo/odoo#39565 Related: odoo/enterprise#6495 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Nicolas Lempereur authored
In most use case, when we edit the website we have a situation such as: ``` <div id="wrap" branding-attributes="..."> <section class="mycontent">hi!</section> </div> ``` When we modify a part, we replace all child nodes of the branded element. But if we had more complex content such as: ``` <div id="wrap"> <section class="mycontent" branding-attributes="...">ho!</section> <t t-call-assets="web.assets_common" t-js="false" t-css="false"/> </div> ``` we have a t-call inside the div#wrap, so branding is distributed to child that could have attribute modified (eg. changing background). Then if `<section/>` node is saved, the possibly modified attributes are lost. Without the change, the added test fails with: '<div class="nice">hoi</div>' not found in '...<div>hoi</div>...' : saved element attributes are saved excluding branding ones opw-2122947 closes #40345 closes odoo/odoo#40830 X-original-commit: 71b20a24 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
- Nov 26, 2019
-
-
Nicolas Martinelli authored
The current 'Newly Hired' filter is incorrect in several ways: - the compute method doesn't assign the value correctly - the search method mixes `hr.applicant` IDs with `hr.employee` IDs Moreover, it relies on the fact that the job position is closed. Some positions might always be opened, so the result is inaccurate. We make the simpler assumption that the newly hired people are employees created less than 90 days ago. opw-2125861 closes odoo/odoo#40899 X-original-commit: ee928babbe433285883f1e878d83392d7199a37d Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Victor Feyens authored
Those cases are already checked in models._check_company() but not considered when defining the default domain on `check_company=True` fields. * Consider res_users relational field Companies allowed for user = user.company_ids * Consider company-dependent fields Companies allowed = self.env.company closes odoo/odoo#40906 X-original-commit: a8de9509 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
Victor Feyens authored
X-original-commit: 4205cb27
-
- Nov 25, 2019
-
-
Nicolas Lempereur authored
When clicking on stat button "Meetings" on a partner, just highlight the partner meetings as is done for similar stat button instead of having a domain that hides other event (so when creating meeting, we can take into account other existing meetings). A similar change with same reasoning has been done for "Meetings" stat button of hr.applicant records. opw-2131494 closes #40812 closes odoo/odoo#40900 X-original-commit: 957e7eb7 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
- Nov 26, 2019
-
-
Damien authored
closes odoo/odoo#40905 X-original-commit: 1b2df29e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Yenthe666 authored
closes odoo/odoo#40902 X-original-commit: cf7017ea Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
pawa2007 authored
A second edition is being written but not published yet closes odoo/odoo#40405 X-Forwardport-of 2b99e0cb closes odoo/odoo#40901 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Laurent Smet authored
- Create a vendor bill for partner A with reference 'AAAAA' - Create another vendor bill for partner A with the same reference: => Constraint is triggered. - Create another vendor bill without partner with the same reference. - Edit the vendor bill and set a partner: => Constraint not triggered. closes odoo/odoo#40897 X-original-commit: 3f6254c8 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
Kishan Gajjar authored
closes odoo/odoo#40888 X-original-commit: fcbe9564 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-