luiscib3r / odoochat_flutter

Flutter package to comunicate with Odoo Conversation module
MIT License
8 stars 5 forks source link

seen to not working on odoo15 it's possible to update it? #1

Open linyaohui opened 11 months ago

linyaohui commented 11 months ago

seen to not working on odoo15 it's possible to update it?

luiscib3r commented 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.

linyaohui commented 11 months ago

great , looking forward to your good news thanks

linyaohui commented 10 months ago

any news about the odoo15 version?

luiscib3r commented 10 months ago

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.

luiscib3r commented 10 months ago

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.

linyaohui commented 10 months ago

@luiscib3r hi,i test it now,and reply to you asap thank you very very much!!!!

linyaohui commented 10 months ago

@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

luiscib3r commented 10 months ago

@linyaohui I'll check to see if Odoo sends any other type of notification that causes the chat window to open.

bstawy commented 2 weeks ago

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();