Open linyaohui opened 11 months ago
Hi. I haven't worked with Odoo for a while. I can't promise anything but I would like to review this package and update it. I'll see what I can do.
great , looking forward to your good news thanks
any news about the odoo15 version?
Sorry, I've been busy with other things and haven't had time to review this. I'm thinking about working on a new project with Odoo 17 and will probably pick up this package. Maybe by updating to work in Odoo 17 it can work properly in Odoo 15. I'll give you news when I have some progress.
Hi @linyaohui. I have updated this package. I ran some tests with Odoo 15 and it works correctly. It is published at https://pub.dev/packages/odoochat. I did a complete refactoring of the code and the interface changes a little, you can check the README documentation. Additionally I left a complete example app in the example/odoochat_example
folder. Please let me know if it worked correctly for you or if you have any questions you can ask me.
@luiscib3r hi,i test it now,and reply to you asap thank you very very much!!!!
@luiscib3r dear ,it working well ,we will use this https://pub.dev/packages/odoochat in our app ,we use flutter to develop a app for odoo15 and one more question,when i send message // send message final newMessageId = await odooChat.sendMessage( channelId: messagingResult.channels.first.id, message: '测试来自Flutter的消息', );
it's possible to open chat window automatically
https://github.com/luiscib3r/odoochat_flutter/assets/7878171/384e219b-5332-4490-87a2-e53382742221
@linyaohui I'll check to see if Odoo sends any other type of notification that causes the chat window to open.
i am using oddo 16 and I faced issue that "null is not a subtype of type String" in line:
final messagingResult = await odooChat.initMessaging();
seen to not working on odoo15 it's possible to update it?