Brief description
Odoo Enterprise WeChat (Enterprise Account) application docking module realizes Oauth2 web page authorized login and customizes odoo business message push. for odoo10, odoo11
characteristic
- oauth login and odoo user login have no influence on each other.
- No need to install additional python module dependencies, it works out of the box.
- Synchronize and associate enterprise WeChat users with one click.
- Using tags to manage enterprise WeChat user groups is more flexible, and tag names can be deleted at will.
use
- Clone the module wechat_corp to the addons directory or custom addons directory.
- Update the application list and install the module. After successful installation, the "Enterprise WeChat" top menu will appear.
- Configure Enterprise WeChat
- Sync users
- Custom message sending:
self.env['wxcorp.messages'].send(touser='admin', content='你有条新消息')
- Detailed reference: detailed instructions.docx