Star Uml For Mac Os



  1. Staruml 3
  2. Staruml For Mac Os 10.10
  3. Staruml License Key
  • Apps
    Websites
    Sales
    • Point of Sale
    Operations
    • Human Resources New
    • Manufacturing
    Productivity Tools
    • Communication
    • Marketing New
  1. StarUML is an open source project to develop fast, flexible, extensible, featureful, and freely-available UML/MDA platform running on Win32 platform. The goal of the StarUML project is to build a software modeling tool and also platform that is a compelling replacement of commercial UML tools such as Rational Rose, Together and so on.
  2. StarUML v2.5.1 is now available for download. This release includes the following features and fixed issues. Support Mac OS X - El Capitan StarUML is updated to support Mac OS X - El Capitan, so now you can use split view feature of El Capitan. By pressing maximize window.
byAkhmad D. Sembiring [vitraining.com]http://vitraining.com

Use OS's default scrollbar in Mac OS X #147; Brackets conflicts #122; Auto Layout Diagram #49; 2.0.0-beta.1 (2014/05/18) The first public release. New versioning scheme. (Previous StarUML version is v5.0, but we do not use the version number no more and we use new version number starting from 2.0.0). StarUML for Mac OS X High Sierra 10.13 portable get. BitTorrent DNA Switch on a secure peer-to-peer content delivery service that accelerates streams and downloads at much lower costs than traditional CDNs. Free download StarUML and download free StarUML 5.02 from afreeCodec. 47 Mb. A sophisticated software modeler.

Lines of code16.00 € per 100 lines of code. The service includes unlimited technical support tickets, bug fixes and upgrade.
This module has a total of 75 lines of code (dependencies included). The estimated maintenance cost for this module is then 16.00 per month.'>
75
Technical Name vit_odoogen
LicenseOPL-1
Websitehttp://vitraining.com
Also available in version
You bought this module and need support? Click here!
Lines of code16.00 € per 100 lines of code. The service includes unlimited technical support tickets, bug fixes and upgrade.
This module has a total of 75 lines of code (dependencies included). The estimated maintenance cost for this module is then 16.00 per month.'>
75
Technical Name vit_odoogen
LicenseOPL-1
Websitehttp://vitraining.com
Also available in version

This is really AMAZING !

With this StarUML generator extension, you can create the COMPLETE, RUNNING, ERROR FREE, and READY to install Odoo addon from UML diagram created on StarUML application.

StarUML is freely-evaluatable modeling software where you can generate Java, PHP, Python code directly from UML class diagram. Download it free from staruml.io!

FEATURES

With this StarUML extension generator script, you can create:

Python class files

Staruml 3

Including all Char, Date and time, Integer, Float, Many2one, One2many, Many2many, Selection fields as defined in the UML diagram

XML menu and views

Tree, Form, Kanban, Calendar, Graph, and Menus

Class methods

Action methods and internal methods as defined in the UML diagram

QWEB Reports

Qweb reports with all normal fields, related fields, and One2many fields in master-detail table

Security access

Model access CSV files is generated for guest and admin user

Basic Introduction

Sample addon generated from UML diagram created with StarUML. Create basic models and relationship and generate and install the add-on.

Inheritance

Create inheritance from existing Odoo models and relationship to the new models and generate and upgrade the add-on.

Binary Field

Staruml For Mac Os 10.10

Create image binary field and automatically show it on kanban template!

Short intro in Indonesian language

Short intro creating a simple addon in Indonesian language.

Installation Steps

Staruml License Key

  • Download StarUML from staruml.io and install it on your local computer if you have not one yet.
  • Install this addon. Go to Settings - Odoo Generator menu and download the extension script.
  • Extract the extension ZIP file onto the StarUML extensions path:
    • for Mac OS: /Users/<user>/Library/Application Support/StarUML/extensions/user
    • for Windows: C:Users<user>AppDataRoamingStarUMLextensionsuser
    • for Linux: ~/.config/StarUML/extensions/user
  • Make sure that the staruml-odoo-pro folder is in the extensions path and the main.js file is in the folder.
  • Restart StarUML.
  • For detailed installation process of the StarUML extension, please check here: https://docs.staruml.io/user-guide/managing-extensions

Usage

Rules when diagramming the UML for Odoo Add-on on StarUML

Configuration

  • Click Tools > Odoo > Configure to set your addon setting
  • Addon Name: is your addon folder name and act also as the namespace for your classes
  • Dependecies: type your addon dependencies as comma separated string values, for example: 'hr', 'account', etc.
  • Docstring: Yes or No to wether generate to documentation string on your class or not
  • Installation Path: your python installation path (optional)
  • Use Tab: whether you want to use Tab character instead of spaces on your python indentation
  • Indent Spaces: number of indent spaces on your python code.

Odoo Object Name

  • Odoo object name is automatically generated from 'addonName' (namespace) and 'className', eg 'my_addon.my_object'
  • On class inheritance, you may force you Odoo object name to be different from your UML class name by adding an attributed called _name on the class and set the name on _defaultValue field, eg 'res.partner'.
  • This _name attribute is mandatory if you inherit your Odoo object from another Object

Inheritance

  • If the object is inherted from other Odoo object, create an attribute called _inherit and _name
  • The parent object name is set on defaultValue field, e.g 'res.partner'

Odoo Fields

  • Every attribute on UML class is converted into Odoo object field
  • Set the Odoo field type on type field
  • Example: Char will be converted to fields.Char(), Integer to fields.Integer(), and so on.

Odoo 'help' attributes

The Documentation field will be converted to help= attribute on Odoo field

Relational Field

Create a UML association between two classes and set the multiplicity of each end to generate One2many, Many2one, or Many2many relation on Odoo Object.

It will be converted to field on each object with Odoo relation type: Many2one, One2many, or Many2many.

If multiplicity is one of `0..*`, `1..*`, `*`, then the field will be initialized with:

  • `0..*` or `1..*` : fields.Many2one()
  • `1` : fields.One2many()
  • `*` : fields.Many2many()

Selection Field

Just create an attribute with type Selection and set the selection values on defaultValue field.

Staruml download

Kanban image

The generator generates Kanban template XML already. To display image on the kanban, just create an attribute with type Binary and set the name to image_small, then it will be displayed on the kanban.

Graph View

The generator generates Graph view XML already, as long as you have at least one Many2one field on the model, then it will create the Graph XML view for you.

Calendar View

The generator generates Calendar view XML already, as long as you have at least one Date or Datetime field on the model, then it will create the Calendar XML view for you.

Methods

Just create the operation on the UML class diagram, it will be converted automatically to Odoo class methods where you are ready to define the logic or inherit them.

Qweb Report

Qweb reports are automatically generated along with all relational fields as well as normal fields! So just inherit or modify them to adjust your requirements!

Sample Diagram

Download some sample diagrams to see how they are drawn in StarUML Diagram

Sample Diagram 1

Sample Diagram 2

Sample Diagram 3

Star Uml For Mac Os

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Report comment
Any abuse of this reporting system will be penalized
need more features
byon 10/9/19, 12:13 AM

good works... can you add more features like creating web pages based on the models? like creating web CRUD page ?