The "Documents Information" module is designed for managing a database of company documents within the Odoo platform. It provides functionalities for creating, viewing, and reporting on documents associated with different companies.
-
Document Management: Maintain a database of company documents with essential information such as name, description, company affiliation, and creation date.
-
Reporting Wizard: A wizard allows users to generate reports based on specified date ranges, providing insights into the documents created during that period.
To install the module, follow these steps:
-
Make sure the module dependencies are met. The module depends on the "base" module.
-
Copy the module files to the Odoo addons directory.
-
Install the module through the Odoo interface.
-
After installation, navigate to the "Documents" menu in Odoo.
-
Create and manage documents by providing necessary details like name, description, company, and creation date.
-
Use the "Reporting Wizard" to generate reports based on specific date ranges.
The module consists of the following components:
-
Models:
document.management: Model for storing document information, including name, description, company affiliation, and creation date.document.report.wizard: Wizard model for generating document reports based on date ranges.
-
Views:
documents_views.xml: XML file defining the views for displaying document information.wizard_view.xml: XML file defining the view for the reporting wizard.
-
Reports:
report.xml: XML file defining the structure of the document report.
-
Security:
ir.model.access.csv: CSV file specifying access control for the document management model.
- Author: Jakov Solovov
- Version: 1.0