Why my custom workflow activity is not updated in database in odoo 9? - odoo-9

I'm using odoo 9 , I have a custom workflow related to MRP,when user changes the state of a record, this state is not reflected in database table (wkf_workitem)? Why ? Anyone?

Related

Laravel VueJS Update view triggered by DB changes

I'm tyring to modify views on a Laravel/VueJS project when DB data changes.
The thing that modifies DB is not the backend of Laravel project, is a IoT platform connected to the DB.
Because of this, i don't think Broadcastings are an option and I don't what should I use

Laravel 5.5 Real Time datatable update

I am using Laravel 5.5 and I have implemented some datatable with DataTables.net for the view of alarms coming from the corporate network. These alarms are stored in a MySql database. I would like my tables in the blade to update automatically when a new record is stored in the table or when an update is performed. I have read several articles on the web and I think the best solution is to use the Socket.io library with laravel echo, Laravel Broadcasting and Laravel Event. But I have a question that I can't answer. How do I catch the event of a new record in the table or an update? The only way to go is to set up a trigger in the database or is there another solution?
Database triggers aren't the only the way to catch those events. Laravel Eloquent allows you to implement hooks such as created, updated, etc...
https://laravel.com/docs/5.5/eloquent#events

how to duplicate Odoo v8 database?

I've been trying to duplicate Odoo's datebase in order to create a production database and a testing one. How can I do this? Once this is ready, how do I know which database I am working at?
You can do database related operation like create new , duplicate , drop, backup database or restore database from odoo ui it self.
http://server_address:port/web/database/manager
Here you will get all the option to manage database from ui.
just click on database manager just below the password field of login page then you can see Menu Named 'DUPLICATE' just click on that then there are two fields write there the source database name and new(Duplicated) Database and then click on Duplicate button on header. It duplicates DB in Seconds

In Laravel 4 , In users table all data of this table are removed automatically every day

I m using laravel 4, i m just beginner in laravel 4 and stared project in laravel but my issue in users table , all thing working ok like user registration and login auth , but everyday the data of this users table are deleted automatically. please help me to solved this issue.Here i have attached my users table schema.
I think you have an macro running inside of your laravel application. An que job. Please check your code on que jobs.

TYPO3. Notify Admin on creation of new records in the backend

My extension needs to notify the main admin every time any user creates a new record in the backend.
When an admin logs in to his/her backend, a notification should be displayed.
For this I need to know where the does the control move from the TCA forms after saving ?
Typo3 Version 6.1.1. Extension is built on extension builder.
sys_log table collects that data already, so you can just write a small BE module, which will display filtered events to the admin.

Resources