There is a default many2one field in 'hr.employee' model called 'parent_id'(Manager) My requirement is: If there is any record on that parent_id field then the
i have some little error with doctrine mapping . I have genarate entities and mapping data from console , and when i trying to get related column data it sets t
The following code is giving runtimeerror "result type Float can't be cast to the desired output type Long". I already tried to do the following: FROM: torch.di
I'm practicing Android Studio and I'm stuck on this part. The little app I built has two screens, the first has a welcome message and a button that when clicked
I have been trying to nest multiple navigators in React Native without success. What I want is a BottomTabsNavigator with: Home Psalmen: regular page is grid wi
I am using react-native element for checkbox there 4 option for payment but unable to set state for check box kindly click on link to view code https://drive.go
I am trying to create a price tracker for Amazon.fr (same thing as Amazon in European country). When I run my program everything work find until the program hav
If I have a {pkgdown} website for an R package, I can include the author URLs in _pkgdown.yml: authors: Indrajeet Patil: href: https://sites.google.com/si
I wrote a simple React app having a class Component and a name state in it. I am expecting to change the state name value via button click But