odoo_model_generator 2.0.0 copy "odoo_model_generator: ^2.0.0" to clipboard
odoo_model_generator: ^2.0.0 copied to clipboard

Build full Odoo modules in seconds using a fluent Dart API. Generate models, views, manifests, and security files automatically.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate odoo_model_generator

Use it

The package has the following executables:

$ oomg

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add odoo_model_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  odoo_model_generator: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:odoo_model_generator/odoo_model_generator.dart';
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Build full Odoo modules in seconds using a fluent Dart API. Generate models, views, manifests, and security files automatically.

Repository (GitHub)
View/report issues

Topics

#odoo #code-generation #erp #productivity #automation

License

MIT (license)

Dependencies

archive, args, collection, crypto, dart_style, flutter, json_annotation, logging, meta, path, yaml

More

Packages that depend on odoo_model_generator