Projet

Général

Profil

Télécharger (269 octets) Statistiques
| Branche: | Révision:

root / larpe / tags / release-1.1.1 / larpe / field_prefill.py @ d03cb81c

1
from qommon.storage import StorableObject
2

    
3
class FieldPrefill(StorableObject):
4
    _names = 'field_prefill'
5

    
6
    form_id = 0
7
    name = None
8
    xpath = None
9
    number = 1
10
    raw_xml = False
11
    regexp_match = None
12
    regexp_replacing = None
13
    select_options = {}
(5-5/19)