- Aug 20, 2019
-
-
Raphael Collet authored
This branch is the combination of several optimizations in the ORM: * store field values once in the cache: the cache reflects more faithfully the database, only fields that explicitly depend on the context have an extra indirection in the cache; * delay recomputations by default: use method `recompute` to explicitly flush out pending recomputations; * delay updates in method `write`: updates are stored in a data structure that can be flushed efficiently to the database with method `flush` (which also flush out recomputations); * make method `modified` take advantage of inverse fields to inverse dependencies; * filter records by evaluating a domain on records in Python; * a computed field with `readonly=False` behaves like a normal field with an onchange method; * computed fields are computed in superuser mode by default. Work done by Toufik Ben Jaa, Raphael Collet, Denis Ledoux and Fabien Pinckaers. closes odoo/odoo#35659 Signed-off-by:
Denis Ledoux <beledouxdenis@users.noreply.github.com>
-
Hiral Bhavsar authored
When redirecting to record, the wrong 'form' view will sometimes be loaded. A 'hack' has been done in crm_lead.py to redirect the user to the relevant 'form' view based on the value of the 'type' field. However, this solution is not clean as it does not solve all cases (multiple crm.lead records loaded from the activity systray, reloading the page after redirection, etc.) Goal of this task is to solve those issues by merging crm.lead.form.lead and crm.lead.form.opportunity form views. That way multi records actions will always display the relevant information according to record type. Note: Here some fields used as a twice in the form view just to stay close to the current design. Still few things which are not possible here for 'lead' and 'opportunity', that is * A dynamic 'placeholder' on 'name' field. * A 'domain' on 'partner_id' field. * A 'widget' on 'probability' field. Task 47118 closes odoo/odoo#32248 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Hiral Bhavsar authored
In this commit useless code is removed * method 'close_dialog' and 'edit_dialog' from crm.lead; * actions: crm_opportunity_report_action_graph, create_opportunity_simplified, crm_lead_action_activities, merge_opportunity_act; * views: view_create_opportunity_simplified Indeed this is dead code and can be removed to clean a bit module. Task 47118
-
David Tran authored
analytic account data preparation is now a hook method This allows to modify the creation method without unecessary updates closes odoo/odoo#35784 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Hetashree Chauhan authored
This commit will change, 1. tooltip for stock valuation accounts and costing method 2. change message when on-hand quantity is zero. task-2006467 closes : https://github.com/odoo/odoo/pull/35328 closes odoo/odoo#35328 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Aug 19, 2019
-
-
wan authored
Task 2031686 * Change some labels on the dashboard * Move the action "Take money In/Out" to a button because it was also dsplayed in bank journals and we only want it for cash journals * Add reconciliation param on the first account config list, as well as a button to go to the form (it is an editable list) * Add an action to duplicate accounts in batch * Smartly detect when a cash statement can be extended instead of creating a new one, making it more obvious to the user that he may need to validate his previous statement(s) closes odoo/odoo#35137 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Aug 20, 2019
-
-
Jérome Maes authored
As the 'allow_company_ids' are now depending on the context and impact the access to some data, we need to provide them to some controller (route). Json route auto-pop the context when given (0322f772) into the environment. In the 'read_follower' route, the `check_access_rules` raises when you want to access a document of another company (even if this one is in your allowed companies), simply because their is no 'allowed_company_ids' key in the context. This context key is automatically added when calling the `rpc` method in JS (as explain in session.js of a5b6f31c). To fix the wrong access error on followers reading, we simly have to give an empty context when calling `_rpc` in the follower widget. Task-1999686 closes odoo/odoo#35705 Signed-off-by:
Jérome Maes (jem) <jem@openerp.com>
-
Jérome Maes authored
In Project app, we now ensure the company of a task. Indeed, since that model can be billed, and is important in some business, we need to ensure its link to a company. A task can live outside a project, so the company of a task can not be related. Task company can be set by user, but must be the same as the project (is set), as the task can be billed depending on project properties. Task-1999686
-
Jérome Maes authored
When confirming a SO creates a task, the task is in a project. The company from the task should be the one from the project, as we will (in the next commit) restrict the company of a task: it will only allow a project to have task in the same company as its. Task-1999686
-
Nicolas Martinelli authored
The country code for United Kingdom is GB. closes odoo/odoo#35828 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Aug 19, 2019
-
-
Gert Pellin authored
PURPOSE ========= When working in restaurants, there are often more than one waiter working on the same floor. But Odoo doesn't support that. There can only be one person working on one session for the same tables. The purpose of this task to allow several people to work on the same session (while synchronizing sessions). SPECIFICATIONS =============== - MultiUser is active by default. - Allow multiple waiters to login on one PoS Config. - All waiters login to the same session, the waiter that does the paiment is the responsible for the order (same as now). - Synchonize the information across the multiple instances running on same floors. Syncronisation will take place at switch of table. (close tables automaticly if no activity, to force sync) - Syncro cannot be done if no internet : how do we manage it ? We should inform the user the internet connection has been lost and that synchro cannot be done. What impacts? To check Useful links https://github.com/it-projects-llc/pos-addons https://apps.odoo.com/apps/modules/11.0/pos_bus_restaurant/ Related PR: odoo#32789 TASK-ID: 1891130 closes odoo/odoo#33973 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Pierre Masereel authored
Forgot to remove unused function with pudb in a248171d closes odoo/odoo#35822 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Martin Trigaux authored
Following 43d355c2, same logic Hide it but make it checked by default closes odoo/odoo#35819 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Robot Odoo authored
This PR modify the subcontracting process: - Support extra quantity - No more interaction with the subcontract order. Everything is directly accessible on the operation - Dropshipping with subcontracting - Bypass reservation process - The partner type subcontractor is removed and every partner could be set on the BoM - Update the initial demand will trigger the rules. - Demo data - Subcontractor is required on the BoM (no more BoM for all partners of type subcontractor) Visually: - Remove the stat button for linked operation. - Register Components is only available when a subcontract component is tracked - Button on operations in order to correct tracked components - Show Operation button will ask to record components until the total quantity is provided(correction on finish lines are allowed after) More details available in each commit Task 1962187 closes odoo/odoo#35738 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Arnold Moyaux authored
A subcontracting receipt should be always assigned even if the components are not deliver. It depends on the partner and not our company.
-
Arnold Moyaux authored
Before a modification on a quant, stock.move and stock.move.line check if they satisfy the condition to impact the quant. However in a new module this condition is hardly editable. The purpose of this commit is to easily add condition to bypass reservation.
-
Arnold Moyaux authored
Before this commit a returns would select the classic partner location. However in the case of a subcontractor return it should be returned to the subcontract location
-
Arnold Moyaux authored
-
Arnold Moyaux authored
Force to set subcontractors on subcontracting BoM since it's always used in order to determine if a subcontracting should be apply on a receipt or not. Also there is not magical behavior has 'if there is no subcontractor on the BoM then it means all partners...'
-
Arnold Moyaux authored
A subcontracting receipt cancellation should cancel the subcontracting order and the associated document.
-
Arnold Moyaux authored
Since active_id do not works allows to use a context key that will not be modified magically.
-
Arnold Moyaux authored
- nothing tracked The "register components" button shouldn't appear, the receipt looks normal. - finished products tracked The "register components" button shouldn't appear, the receipt looks normal. - finished products not tracked and components tracked The "register components" button appear and the burger redirects to "Produce" wizard. The user should record all the productions before being able to access SML through the burger wizard. He cannot force any SML for subcontracted products with tracked components before having recorded all the productions. - finished products and components tracked The "register components" button appear and the burger redirects to "Produce" wizard. The user should record all the productions before being able to access SML through the burger wizard. He cannot force any SML for subcontracted products with tracked components before having recorded all the productions.
-
Arnold Moyaux authored
The purpose is to use it independently from the MO
-
Arnold Moyaux authored
Modify the initial demand for a subcontract receipt should update the delivery to the subcontractor.
-
Arnold Moyaux authored
Due to subcontracting. Some documents are hidden from the users since they are there to ease technicaly. However they are linked to useful documents and we want to avoid to log an activity on them.
-
Arnold Moyaux authored
Usecase to reproduce: - Validate a purchase_order with a user without group inventory user or manufacturing user. AccessError on operation read for BoM. A purchase user should be able to validate an order independently of the documents that will be generate.
-
Arnold Moyaux authored
Allow to do a dropshipping with a subcontractor. If the product uses the routes drophipping and have a subcontracting BoM. Then a PO for the subcontractors will genrate a need in the subcontracting location for the required components. A module is needed because the picking_type_id for dropshipping do not have a warehouse_id. The warehouse_id is needed in order to know from which warehouse the subcontracting components should be deliver.
-
Arnold Moyaux authored
The purpose is to use the global setup in external module.
-
Arnold Moyaux authored
Test the flow when a product is set as resupply on subcontract and not MTO, it should be trigger by a reordering rule and not by a subcontracting receipt.
-
Arnold Moyaux authored
Add a subcontract BoM for [FURN_8888] Office Lamp with subcontractors Azure Interior.
-
Arnold Moyaux authored
When a move is created from a location A to a location B and not via a rule but it wants to apply the rule logic in order to know if a move is MTS or MTO then _adjust_procure_method is called. It will check if a rule between A and B for the selected product/ category/warehouse and if it exists it will apply the rule procure method to the move. If not it will check if the route MTO is ticked, and will set the move as MTO even if no rule exist. It could be miss understanding by the user that have moves MTO without matching rule. It would be easier to have a single proccess with rule.
-
Arnold Moyaux authored
Add a test for the following usecase: - Subcontracted product and components tracked by lot. - Create a receipt - Use the register components button in order to prefill quantity - Correct the final lot on details operation form
-
Arnold Moyaux authored
If the components have the route resupply subcontractor on order then the delivery order triggered by the receipt do not have the origin nor the subcontractor partner. This commit update the procurement group in order to add those information and propagate it.
-
Arnold Moyaux authored
due to commit 108ee65a#diff-99ad190cf09687f6efdebc1f7636062c picking type for subcontracting order use field use_create_components_lots instead of classic picking type.
-
Arnold Moyaux authored
Replace the type subcontractor on the partner. Instead replace it by a property for a subcontracting location. The purpose is to have a simplier configuration. The user would just need to add the partner on the BoM in order to start a subcontracting process.
-
Arnold Moyaux authored
Create two moves with a product MTO and the same SO. Confirm them. It will generate a new picking without origin. However the purpose of removing origin on picking is to avoid an endless enumaration of all documents but if they only have one origin it should be display. In this case, the origin was ignored because moves.mapped('origins') result in a list of ['doc_origin','doc_origin'] and have a length of 2 because .mapped do not return a distinct set on fields different than Many2one, one2Many and M2M.
-
Arnold Moyaux authored
Currently, the subcontract picking present multiple difficulties: - The user has to introduce multiple time the lot produced. In register components button and then create a new move line with the show details operation button. - Same problem with the correction system. The user has to modify the lot in details operation and then go on the subcontract production and unlock and edit it. In order to facilitate those behavior. A move line will be automaticaly created during the register components process. Also the subcontract moves for components will be available in the detail operations tab.
-
Janusz Harkot authored
closes odoo/odoo#35787 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Arnold Moyaux authored
The hook only generate a useless rule. It has been already generated in stock_warehouse.py. Also remove the hook method and add it in data file.
-
Arnold Moyaux authored
Usecase to reproduce: - Create a receipt of 1 units of a subcontracted product - Receive 2 - Validate the receipt -> An extra move for subcontractor of 1 has been validated but a new move of 2 still in waiting availability and can not be validated. It happens due to action_done that will validate existing subcontract order (with the initial quantity). Then the move is validated and an extra move is created and merged in the first one. This new merged move of 2 is then confirmed and validated. That will recreate a subcontract order of 2 that will not be validated since it was validated in the picking action_done at the start. This commit will modify: - action_done on move in order to validate the subcontract order after the move validation and the new subcontract order creation too. - action_confirm in order to create the subcontract order with the additional quantity and then merge it to the existing moves.
-