Skip to main content

The project intend to or extendig the capabilities of flask in order to read and write data directely to tryton.

Project description

** FlaskTrytonWTF This project is intend to be used for extendig the capabilities of flask in order to read and write data directely to tryton

issiue/info: info@omniasolutions.eu

You can use this extention like a normal FlaskForm Just remember to add trytonObject and the field that you like to see in your input form we also inser the subbit button in and if its pressed we write date into tryton

from FlaskTrytonWTF import FTWTF
...
...
...
class MyTrytonForm(FTWTF.TFlaskForm):
    trytonObject = tryton.pool.get('my.tryton.object')
    tryton_fields = {'field_1': {},
                     'field_2': {},
                     'field_3': {}
                     }
    submitLable = "Submit"
@app.route('/input_form', methods=['GET', 'POST'])
@tryton.transaction()
def input_form():
    form = MyTrytonForm()
    if form.validate_on_submit():
        data_submitted = form.trytonSubmit() # DO NOT FORGET TO CALL THE TRYTON SUBMIT IN ORDER DO FLUSH THE DATA
                                             # ALSO THE DATA SUBMITTED IS RETURNED AS DICTIONAY OF VALUES 
                                             # SO YOU CAN USE IF !!
        return render_template('show_input_confirmation.html', title='Conferma', form=data_submitted)
    return render_template('input_form.html', form=form)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FlaskTrytonWTF-0.0.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

FlaskTrytonWTF-0.0.2-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file FlaskTrytonWTF-0.0.2.tar.gz.

File metadata

  • Download URL: FlaskTrytonWTF-0.0.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3

File hashes

Hashes for FlaskTrytonWTF-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ad0296de6d33bee3e425d8df6b6c94b9bcff07b1e1264c2e663703c17364a304
MD5 8b3a5ebd41fcf324f53342d64eac7ee6
BLAKE2b-256 5b06b739b22a156a6ca35e774c89977c588bb49ef99571021e96a7ac46495332

See more details on using hashes here.

File details

Details for the file FlaskTrytonWTF-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: FlaskTrytonWTF-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3

File hashes

Hashes for FlaskTrytonWTF-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c798badafa3542003dc39ab72ed5aa345e049a4420cd3c599636e9617fe86df6
MD5 b19ab6e5962302e65c85fb6e3848313c
BLAKE2b-256 44a7b26c68eb7e0b347b465e275ecd3299a2a3d00847994a0c991b809a36aeab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page