- 31 Aug, 2017 23 commits
-
-
Olivier Colson authored
Add a setup bar on account's dashboard, so that the user can more easily enter the initial data of his Odoo installation, following the steps that are proposed to him. Was PR #16864 Was task 32119
-
rde authored
typo during python3 convertion
-
Christophe Simonis authored
-
Parth Gajjar authored
This commit adds a feature to the widget Many2ManyTags for kanban views. When a tag is clicked, records are filtered on the given tag, in addition to the active filters in the search view.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Thibault Delavallée authored
It seems like even a correctly-filled field triggers an empty input error because variable about empty error is always True.
-
Haresh Shyara authored
-
Jignesh Rathod authored
-
Jignesh Rathod authored
-
Jignesh Rathod authored
-
Haresh Shyara authored
-
Haresh Shyara authored
- Invisible 'Shipping Policy' and 'Priority' for Reception. - Invisible Operation Type when it's in the context. - Changed shipping policy 'Partial' to 'As soon as possible' and 'All at once' to 'When all products are ready'.
-
Haresh Shyara authored
- Added stat button in stock_quant for open stock_move_line. - Added 'Reserved Quantity' field. - Moved UoM on right of 'On Hand'. - Set product name in breadcrumb instead of 'stock.quant,2'
-
Haresh Shyara authored
- Added new field 'reserved_quantity'. - Added new filter Reservations('reserved_quantity'). - Removed 'Transit Location' default filter and keep only 'Internal Location'. - Added graph view in stock quant. - Added Product Template in search view.
-
Haresh Shyara authored
- remove source document in demo data. - renamed 'Destination Location Zone' to 'Destination Location'.
-
Haresh Shyara authored
-
Haresh Shyara authored
- Removed class on origin field for display full width. - Moved uom on the right in move lines internal tree view. - Moved Cancel button on the right in header of do form view.
-
Haresh Shyara authored
- removed parentheses on 'done' and set italic on 'reserved'
-
Haresh Shyara authored
- Operations - Products - Transfers - Inventory Adjustment - Sraps - Scheduling - Run Scheduler
-
Haresh Shyara authored
- Renamed menu 'Stock Moves' to 'Picking Moves' - Renamed menu 'Stock Move Lines' to 'Product Moves' - Added default filter 'Done' on Stock move lines. - Moved date field at the first. - Removed groups to visible Source and Destination Location id multi-location is not activated.
-
Haresh Shyara authored
- Set groups on location menu for visible only if mulit-location is set. - Restrucured the menus in configuration. - Products - Categories - Barcode Nomenclatures - Unit of Measures - UoM Categories - UoM
-
- 30 Aug, 2017 17 commits
-
-
Jeremy Kersten authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
stefanorigano authored
-
stefanorigano authored
-
stefanorigano authored
- Review UI custom colors (used for tags and kanban cards) - Properly align control panel items - Remove links style overrides (these rules are not necessary anymore because already specified in bootstrap_overridden.less variables definitions) - Set new webclient bg color - Adapt colors in kanban view
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Matthieu authored
When an onchange modifies an x2many field, the line on which the user works remains in editable mode and the cursor is returned to the same position. The second argument of create command is a reference used to reactivate the edited line.
-
Raphael Collet authored
The x2many "create" command is now like: `(0, ref, vals)`, where `ref` is an arbitrary reference that may be used to identify a new line in the relation. The reference is returned in a similar command by the method `onchange`. `onchange` now supports self-modifying x2many fields.
-
Christophe Matthieu authored
Prevents false positive error in tests. Issue: If an error occurs that the view remains visible, then other tests that use a pointer or focus can not be performed. Errors occur because the new views are introduced afterwards and are therefore not always visible.
-
Laurent Smet authored
Suppose two ways to install sale: -i account followed by -i sale: account is installed, the execute is done on the chart template and then, sale is installed. In this case, the IrDefault values already exists when sale is loaded. -i sale directly: account and sale are installed, the execute is done on the chart template. The difference is that there is no IrDefault values set on the demo data in sale. The problem is that such behavior can lead to wrong tests. For exemple, having taxes_id/supplier_taxes_id set or not set on product.template during sale tests.
-
Joren Van Onder authored
When producing products tracked by serial number only allow to choose a serial number produced in a previous work order in the same manufacturing order.
-
Joren Van Onder authored
When producing multiple products tracked by serial number only the serial number was only set for the first one in every work order. This makes it so that when you create SN1, SN2 and SN3 in the first work order they show up as default in the following work orders.
-