- Oct 03, 2017
-
-
amoyaux authored
test_03_test_serial_number_defaults creates 3 stock.production.lot but in a test case they have the same create_date. Moreover this test go through _assign_default_final_lot_id that do a search on lot ordered by create date. That's why the test is non- determinisitc since it could pick one of the 3 lots randomly This commit add the id in the order.
-
Josse Colpaert authored
When producing a finished product with a lot, also the raw materials without lot tracking should split the move lines to at least know the quantities consumed for every lot produced. This way, the traceability report will not confuse the user.
-
- Oct 02, 2017
-
-
Olivier Colson authored
[FIX] account, base_setup, crm, event, google_calendar, hr, hr_attendance, hr_expense, hr_payroll, hr_recruitment, l10n_be_hr_payroll_fleet, mass_mailing, mrp, project, purchase, sale, stock, website: rename the actions leading to settings to "settings", for breadcrumbs Before that, the breadcrumb used the name of the action called to access the settings view, which sometimes did no correspond with the settings tab that was actually used.
-
Odoo Translation Bot authored
-
Martin Trigaux authored
-
- Oct 01, 2017
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Sep 30, 2017
-
-
Fabien Pinckaers authored
-
Khoi Nguyen authored
Apply text-uppercase to block button.
-
Khoi Nguyen authored
-
Vandan Shah authored
When a picking or a manufacturing order is in state cancel, we shouldn't be able to modify it as we didn't move anything and it won't have any impact on stock
-
- Sep 29, 2017
-
-
Simon Lejeune authored
We initially only ran action_explode on manufactured move, but it should be for done for classic move to make it work in classic deliveries (confirming a move for a kit should cancel the originl move and add new moves for the kit's components).
-
Khoi Nguyen authored
This commit applies the following changes to the MRP settings: - Ticking 'Work Orders' installs quality_mrp; - quality_mrp is removed if 'Work Orders' are disabled; - The quality_mrp section has been removed;
-
amoyaux authored
Use case to reproduce: - Create a product with a BOM needing one component tracked by SN - Create a MO for this product with 2 to produce - Produce 1 - Produce the other -> 2 lines and a wrong lot proposed This happens when the quantity to consume is equal to 0 or if the qty_done on a move_line is equal to the reserved quantity. This commit change the condition after the float_compare in order to take into account the equal comparison.
-
amoyaux authored
Since the function in order to generate a MO is usefull for mrp test. It could be great if we could use it in every test. This commit also add 3 arguments in order to modify the quantity needed for each product.
-
Deep Patel authored
- subscription settings are broken and show up at the bottom of any setting page: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrra01leUZ1Wnczbms/view?usp=drivesdk - don't put setting item of the app you are configuring at the top of the list: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrdXEwUmFWTTlLd1E/view?usp=drivesdk - hide empty sections when searching not in debug mode: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrVGFOa0FKVmtNTWs/view?usp=drivesdk - when installing Invoicing, setting item should be Invoicing and not "Accounting": https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrWGQwY1ktaXlNSUk/view?usp=drivesdk - app labels: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrreXlNTXZnbU13aFk/view?usp=drivesdk - coupon programs links: duplicate in sales + no link at all in website: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrraTV1YTNPdWU2VUE/view?usp=drivesdk - delivery methods: links are duplicated in sales settings https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrczR5X1FOUllUZHM/view?usp=drivesdk - add subtitles to all the carriers in sales settings: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrS1NXXzhwRTFQV2c/view?usp=drivesdk - inner options should never be in bold: customer account: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrMnpualBta2x6dU0/view?usp=drivesdk phone validation: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrraHJrYngtaGJ6T2s/view?usp=drivesdk signature & payment: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrWTJ3dVBuTzNONlU/view?usp=drivesdk bill control: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrRy16UkdTWWdrdDQ/view?usp=drivesdk - make similar settings look the same through all the apps: taxcloud: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrraGlVWmNXRjJ5WEk/view?usp=drivesdk pricelist: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrQ2pwVmtEZXM1SWM/view?usp=drivesdk multi-currencies: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrTFNWTTJpcS1XbnM/view?usp=drivesdk shipping costs: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrM2hKdk5XRy1WTjg/view?usp=drivesdk
-
Pierre Masereel authored
-
- Sep 28, 2017
-
-
Hetashree Chauhan authored
-
Hetashree Chauhan authored
-
Hetashree Chauhan authored
-
Joren Van Onder authored
Before this the mrp.document id was used to construct the /web/image/ link which lead to the wrong attachment being previewed and downloaded. Introduced by the refactoring that happened in d193350c.
-
- Sep 27, 2017
-
-
Josse Colpaert authored
-
amoyaux authored
The user could be able to add a move in an existing MO as a correction (thus only in edit mode). In order to do it we use the existing system of move by overiding the default_get and set the state directly to 'done'.
-
Josse Colpaert authored
Before, in case of non-tracked components, when everything foreseen had already been consumed, it would not add the theoretical quantity on producing through the produce wizard. This makes little sense as the behaviour of the wizard is not the same anymore for all cases and this can only confuse the user.
-
Josse Colpaert authored
Make it possible to add an extra line in the produce wizard. This was done for when we consume more than foreseen to be able to still add e.g. the serial number.
-
Josse Colpaert authored
We apply a lock/unlock mode for the mo as was done for the picking. In locked mode, the user can do all the regular things, but not change the quantities done given by the work order or produce wizard. In unlocked mode, only allowed by the mrp manager, the user can change those quantities. We opted to remove the 4 lines and just use a check box to indicate there are lots behind a line. For the finished products tab, we opted to show the move lines instead of the moves as this way, you don't need to click further. If nothing has been produced yet, a message indicates to produce something first.
-
Josse Colpaert authored
When processing moves with 0 initial demand, it will set the initial demand = qty_done. Also, when updating the quantity of an MO, don't take into account those with 0 quantity.
-
Khoi Nguyen authored
This commit ensures that the prerequisites for the new tablet view (introduced in Enterprise) are met. Aside from a few additional fields and simple view modifications which allow simpler changes via inheritance, the main change it introduces is the capability to take into account consumed quantities of untracked components.
-
Khoi Nguyen authored
This revision allows the page number of a pdf file to be set via an integer field. If the pdf widget is attached to the 'field' field, then the page can be changed via the 'field_page' field.
-
Khoi Nguyen authored
This revision changes the BOM and routing of what was previously a "computer desk". The aim is to provide a complete example which can be used to showcase what can be accomplished with the new tablet view.
-
Hetashree Chauhan authored
-
Vandan Shah authored
-
Pratima Gupta authored
This implements a warning when the user tries to do any of the following operations on a product that is not in stock: - Scrapping - Unbuilding - Repairing The warning displays the current stock of the product in question per location which can be helpful in case the user selected the wrong location.
-
Pratima Gupta authored
Instead of stock.move.
-
Rohit Ramnani authored
Without this time_cycle is not computed in the tree view on new workcenters created through 'Add an item'. This leads to the time_cycle field being displayed as NaN:NaN. This forces computation on the form view opened through 'Add an item' which solves the issue.
-
Suraj Shukla authored
To avoid it overflowing past the edge of the card.
-
Jaykishan Solanki authored
These buttons are already present at the bottom of the card.
-
- Sep 26, 2017
-
-
Simon Lejeune authored
try to make it work actually.
-
Odoo Translation Bot authored
-