Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

It is not possible to unreserve more products of ... than you have in stock. odoo

i had a similar problem, Odoo send me this fix:

ARM created a fix for this. In order to implement it you need to follow these steps: 

1.debug mode

2.technical/server actions

3.create

4.action name: e.g. fix unreserved qty

5.model: ir.actions.server

6.action to do: "execute python code"

7.copy/paste the fix underneath the pre-existing code

8."save" 

9."create contextual action"

10.refresh page

11.action/fix "fix unreserved qty"

12.wait for it to load 

13."remove contextual action"

14.action/delete
Comment

PREVIOUS NEXT
Code Example
Typescript :: typescript show arguments on function call vscode 
Typescript :: key value pairs typescript 
Typescript :: Display digital clock in angular 
Typescript :: cannot be used as a jsx component 
Typescript :: angular connexion 
Typescript :: ion popover pass data 
Typescript :: sts getting slow while pressing control key 
Typescript :: scroll to top angular 
Typescript :: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16 
Typescript :: track changes of input in angular 
Typescript :: azure artifacts npm install latest version not updating 
Typescript :: npx react typescript 
Typescript :: add correct host key in known_hosts to get rid of this message 
Typescript :: notificationManager has not been initialized 
Typescript :: css all inoputs not checkbox 
Typescript :: Powersell execution policy 
Typescript :: how do i remove the brackets around a list in python 
Typescript :: typescript convert date to string format dd/mm/yyyy 
Typescript :: how to run typescript file 
Typescript :: what does lts stand for 
Typescript :: how to remove duplcates elements from arraylist 
Typescript :: typescript cannot find name console 
Typescript :: running scripts is disabled on this system 
Typescript :: typescript type for intervalid 
Typescript :: regular expression starts and ends with same symbol 
Typescript :: vscode add all missing imports shortcut 
Typescript :: How to fix warning "function -- makes the dependencies of useEffect Hook change on every render"? 
Typescript :: flutter firebase notification token 
Typescript :: angular jasmine mock http request 
Typescript :: angular typescript refresh page 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =