odoo_model_generator 2.0.0
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_generatorUse 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_generatorThis 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.0Alternatively, 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';