Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
addons-vauxoo
Commits
1ebab8d8
Commit
1ebab8d8
authored
May 22, 2016
by
KarenKawaii
Browse files
[REF] message_post_model: Add aprropriate documentation to the module.
parent
d65befd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
message_post_model/README.rst
View file @
1ebab8d8
Message Post Log
================
TODO: Add module description
This module adds an extended log in your model that appears in the mail.message
for each change made in the fields unlike the traditional way in wich Odoo did.
Features
--------
The extended log is added to your model's module in the following way:
_name = "account.invoice"
_inherit = ['account.invoice', 'message.post.show.all']
Also, if you need it, there is a testing module called message_post_test to
prove the funtionality.
Requirements:
-------------
- Go to https://github.com/Vauxoo/addons-vauxoo and download the repo in order to install message_post_model and message_post_test modules.
Contributors
------------
* José Morales <jose@vauxoo.com>
Maintainer
----------
.. image:: https://www.vauxoo.com/logo.png
:alt: Vauxoo
:target: https://vauxoo.com
This module is maintained by Vauxoo.
A latinamerican company that provides training, coaching,
development and implementation of enterprise management
sytems and bases its entire operation strategy in the use
of Open Source Software and its main product is odoo.
To contribute to this module, please visit http://www.vauxoo.com.
message_post_model/static/description/index.html
View file @
1ebab8d8
...
...
@@ -9,8 +9,32 @@
Message Post Log
</h2>
<p
class=
"oe_mt32"
>
TODO: Add module description
This module adds an extended log in your model that appears in the mail.message
for each change made in the fields unlike the traditional way in wich Odoo did.
</p>
<strong>
Features
</strong>
<p
class=
"oe_mt32"
>
The extended log is added to your model's module in the following way:
</p>
<p>
_name = "account.invoice"
</p>
<p>
_inherit = ['account.invoice', 'message.post.show.all']
</p>
Also, if you need it, there is a testing module called message_post_test to
prove the funtionality.
</p>
<p
class=
"oe_mt32"
>
Requirements:
</p>
<ul>
<li>
Go to https://github.com/Vauxoo/addons-vauxoo and download the repo in order to install message_post_model and message_post_test modules.
</li>
</ul>
</div>
</section>
<section
class=
"oe_container"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment