How can we change the create_date of a record in odoo11.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
8685
瀏覽次數
This is a field controlled by Odoo and there are not many good reasons to change it. Odoo has business rules in place to make this a read-only field to users, and to make this field unavailable during imports.
The easiest way to change it is to use a PostgreSQL update statement.