HI i want to clean all the data i have done as a test rung, but want to keep the settings. how can i do that. im using version 15
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
2070
أدوات العرض
You can Use The SQL DELETE Statement:
DELETE FROM table_name WHERE condition;
The WHERE clause specifies which record(s) should be deleted. If you omit the WHERE clause, all records in the table will be deleted!
So you can use this to delete all records in a table:
DELETE FROM table_name;
Please refer to this module too Link
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
sorry im not familiar with coding
you can use the module in the link
im using community v15 on a server. how can i install it.sorry to be in the a****