mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-20 07:02:08 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
25
odoo-bringout-oca-ocb-im_livechat/doc/MODELS.md
Normal file
25
odoo-bringout-oca-ocb-im_livechat/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in im_livechat.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class chatbot_message
|
||||
class chatbot_script
|
||||
class chatbot_script_answer
|
||||
class chatbot_script_step
|
||||
class im_livechat_channel
|
||||
class im_livechat_channel_rule
|
||||
class mail_channel
|
||||
class digest_digest
|
||||
class mail_channel_member
|
||||
class mail_message
|
||||
class rating_rating
|
||||
class res_partner
|
||||
class res_users
|
||||
class res_users_settings
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
Loading…
Add table
Add a link
Reference in a new issue