How can i downgrade this line of code to work with version 8:
return self.env.ref('Module_name.report').report_action(self, data=data)
Because report_action isn't exist in version 8
and get_action function needs the report template not the report.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can i downgrade this line of code to work with version 8:
return self.env.ref('Module_name.report').report_action(self, data=data)
and get_action function needs the report template not the report.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
3월 23
|
34465 | ||
|
1
11월 22
|
3209 | ||
|
2
8월 22
|
6978 | ||
|
1
2월 21
|
7478 | ||
|
0
11월 17
|
6784 |
any help?
any?