Can I display all the Jobs Listed in Recruitment Module to a PHP website? so that when an applicant applies for a certain position it will go to Recruitment Module. Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
597
查看
The best way is doing with XML-RPC and a PHP library to manage this.
Hello,
Yes, but in that case you need to use odoo external API for connection between two platforms.
Ref. doc for external API:https://www.odoo.com/documentation/17.0/developer/reference/external_api.html
Thanks.