24 lines
792 B
Markdown
24 lines
792 B
Markdown
# Project Task Partner Info
|
|
|
|
This module adds partner information like phone number and email address to the `project.task` model in Odoo.
|
|
|
|
## Installation
|
|
|
|
To install this module, follow these steps:
|
|
|
|
1. Copy the `project_task_partner_info` directory to the `addons` directory of your Odoo installation.
|
|
2. In the Odoo web interface, go to the "Apps" menu and click on the "Update Apps List" button.
|
|
3. Search for the `project_task_partner_info` module and click on the "Install" button.
|
|
|
|
## Usage
|
|
|
|
After installing this module, you will be able to see the partner's phone number and email address on the task form view.
|
|
|
|
## Credits
|
|
|
|
This module was developed by [Your Name or Company].
|
|
|
|
## License
|
|
|
|
This module is licensed under the [AGPL-3](https://www.gnu.org/licenses/agpl-3.0.en.html).
|