Hello my friends!!
Please, i want to delete the records of different types of contracts in odoo.
So that, i want to use the xml file.
But, i didnt know how to proceed.
Can anyone help me please.
THanks a lot in advance.
Best regards.
Hello my friends!!
Please, i want to delete the records of different types of contracts in odoo.
So that, i want to use the xml file.
But, i didnt know how to proceed.
Can anyone help me please.
THanks a lot in advance.
Best regards.
you can try any on these syntax
<delete model='product.product' search="[('id','=',ref('product.product_product_4b'))]" /><delete model="target_model" search="[('id','=',target_id)]"/>
you can also use id = ref('target_module.target_id') in the delete tag
where am i goin to put this???
create a file data.xml (marked noupdate="1" )and place it reference in openerp.py
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
2
9월 21
|
7138 | |||
|
1
11월 19
|
9226 | |||
|
0
3월 15
|
5354 | |||
|
1
6월 23
|
5168 | |||
|
3
11월 22
|
5915 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.