Skip to content

Odoo dummy domains generator from plain logical expression scheme

License

Notifications You must be signed in to change notification settings

dmitriypaulov/odoomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODOOMAIN

Forget about boring attempts to type a domain that will suit the actual task.

Use a simple CLI application that does everything for you. It is enough just to schematically write a logical chain:

odoomain "(? and ?) or (? or ? or ?)"

Result:

['|', '&', ('EXPRESSION',), ('EXPRESSION',), '|', ('EXPRESSION',), '|', ('EXPRESSION',), ('EXPRESSION',)]
Code above was copied to clipboard!

Also you can use standalone Windows executable from dist/ directory

About

Odoo dummy domains generator from plain logical expression scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published