{"id":22308082,"url":"https://github.com/akretion/aktooor","last_synced_at":"2026-03-04T22:32:11.060Z","repository":{"id":71574149,"uuid":"11292844","full_name":"akretion/aktooor","owner":"akretion","description":"forms to edit Odoo entities in your Ruby web app (based on simple_form)","archived":false,"fork":false,"pushed_at":"2016-12-05T14:48:16.000Z","size":94,"stargazers_count":5,"open_issues_count":7,"forks_count":5,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-29T05:51:38.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akretion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-07-09T20:10:31.000Z","updated_at":"2018-12-09T17:20:57.000Z","dependencies_parsed_at":"2023-03-02T22:01:09.320Z","dependency_job_id":null,"html_url":"https://github.com/akretion/aktooor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akretion/aktooor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Faktooor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Faktooor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Faktooor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Faktooor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akretion","download_url":"https://codeload.github.com/akretion/aktooor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akretion%2Faktooor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30096775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T21:59:23.547Z","status":"ssl_error","status_checked_at":"2026-03-04T21:57:50.415Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T20:13:04.573Z","updated_at":"2026-03-04T22:32:11.048Z","avatar_url":"https://github.com/akretion.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/akretion/aktooor.png?branch=master)](https://travis-ci.org/akretion/aktooor)\n[![Dependency Status](https://www.versioneye.com/ruby/aktooor/badge.png)](https://www.versioneye.com/ruby/aktooor)\n\nAktooor: OpenERP forms (via_simple_form) for your Ruby web app\n--------------------------------------------------------------\n\nAktooor makes it straightforward to develop forms for OpenERP.\nYou can achieve the same kinds of forms as in OpenERP itself (same complexity) but with\nmore freedom as Rails allows you. And mostly these are forms that you can embed in your\nRuby web project, be it Rails or any other Rack framework (Sinatra etc..)\n\n\nTo do that, Aktooor extends simple_form with form builder methods that properly\nintrospect OpenERP meta-data (via Ooor) to make the right default decisions.\n\nSo first it's a good idea to learn [simple_form](https://github.com/plataformatec/simple_form) .\nIn a word, simple_form extends Rails form_for builder to support a higher level form modeling abstractions.\nAlso, simple_form integrates automatically with Twitter Bootstrap 3 and other CSS frameworks.\n\nAktooor works on Ooor objects, so you you should learn [Ooor](https://github.com/akretion/ooor) too.\nOoor objects are proxies to your OpenERP objects that use the OpenERP JSON API just like you would talk JSON with say MongoDB.\nBut with Ooor you also probably want to leave most of the business logic inside the OpenERP Python runtime and just call it\nwith the JSON API through Ooor. Eventually, you can still implement some business logic in Ruby, that allows you to leave it\nunaffacted by the OpenER viral AGPL license, just like when you interract with AGPL MongoDB again.\n\nAktooor can work both on OpenERP mono-connection objects (like the ProductProduct constant) or multi-sessions objects that can\nmap OpenERP credentials to the specific web-app credentials of the user (TODO document that better). It integrates smoothly with\nthe [Ooorest](https://github.com/akretion/ooorest) actionpack layer to alliviate you from all this session mapping plumping.\n\nSo Aktooor extends simple_form further and provides an **ooor_form_for** helper instead.\nInside, fields that map to fields of an OpenERP Ooor::Base proxy object will need to use **ooor_input** instead of just **input**.\n\nAktooor also goes further by automatically generating proper dynamic association widgets using the [select2](http://ivaynberg.github.io/select2) JQuery\nplugin.\n\nAktooor also supports nested forms (like a sale order and its order lines) using the [cocoon](https://github.com/nathanvda/cocoon) framework.\n\n\nYou may think that Aktooor can be made to look like the OpenERP web client. There is a wiki page talking about the similarities and differences with\nthe OpenERP web client https://github.com/akretion/aktooor/wiki/similarities-and-difference-between-Aktooor-and-OpenERP-web-client .\n\n\nThis project uses MIT-LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakretion%2Faktooor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakretion%2Faktooor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakretion%2Faktooor/lists"}