Maintenance Editor (maintenance_editor)
| Module: | maintenance_editor |
| Name: | Maintenance Editor |
| Version: | 5.0.1.1 |
| Author: | Tiny |
| Directory: | maintenance_editor |
| Web: | |
| Official module: |
| | no |
| Quality certified: |
| | no |
Description
module to manage maintenance contracts:
Download links
You can download this module as a zip file in the following version:
Reports
- Basic Contract
- SMB Contract
- Corporate Contract
Views
- maintenance.maintenance.tree (tree)
- maintenance.maintenance.form (form)
- maintenance.maintenance.module.tree (tree)
- maintenance.maintenance.module.form (form)
- maintenance.contract.type.form (form)
Objects
Object: maintenance modules (maintenance.maintenance.module)
| path: | Path, char, readonly |
| version: | Version, char, readonly |
| name: | Name, char, required, readonly |
| certificate: | Certificate Code, char, required, readonly |
Object: maintenance.contract.type (maintenance.contract.type)
| crm_case_categ_id: |
| | CRM Case Category, many2one, required |
| name: | Name, char, required |
| crm_case_section_id: |
| | CRM Case Section, many2one, required |
| product_id: | Product, many2one |
Object: maintenance contract (maintenance.maintenance)
| name: | Contract ID, char, required |
| type_id: | Contract Type, many2one, required |
| module_ids: | Modules, many2many |
| date_from: | Date From, date, required |
| state: | State, selection, readonly |
| date_to: | Date To, date, required |
| partner_invoice_id: |
| | Address, many2one |
| password: | Password, char, required |
| partner_id: | Partner, many2one, required |