| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-isp |
| GIT | |
| GIT | https://github.com/OCA/vertical-isp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-isp/tree/12.0/base_phone_rate |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Daniel Reis, oca-travis |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/vertical-isp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour - decimal_precision |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
phone_rate_form_view |
phone.rate.form.view | phone.rate | form | New |
phone_rate_search_view |
phone.rate.search | phone.rate | search | New |
phone_rate_tree_view |
phone.rate.tree.view | phone.rate | tree | New |
product_product_form_view |
product.product.form (in base_phone_rate) | product.product | field | Inherits product.product_normal_form_view |
country_id
Many2one → res.country
required=True
args: 'res.country', 'Country'
dial_prefix
Char
required=True
args: 'Dial Prefix'
name
Char
required=True
args: 'Name'
rate
Float
digits=dp.get_precision('Phone Rate')
required=True
args: 'Rate'
state_id
Many2one → res.country.state
get_rate_from_phonenumber(self, phonenumber)
is_international_call
Boolean
No public methods.