Skip to content

tienhieuD/jProtect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jProtect

Using Cython to compile Odoo source code.

Usage

Something like:

> python3 ./jprotect-bin.py -fr <path_to_addons> -in <regex_1> <regex_2> -ex <regex_3> <regex_4>
  • -fr, --from_dir: Folder contains list add-ons.
  • -to, --to_dir: Folder to save after compile add-ons.
  • -in, --includes: File path must include all regex.
  • -ex, --excludes: File will be passed if include one of regex in list.
  • -nm, --name: Name of project (optional).

For examples:

python3 ./jprotect-bin.py -fr "D:\\myaddon\\tristar_project\\073.Odoo_TriStar\\trunk\\3. SourceCode\\addons" -in ".+?models.+?" ".+?tristar.+?" -ex ".+?__.py" ".+?tristar_payslip_sumary_canteen_foreign.py"

Reference

About

Using Cython to compile and protect Odoo source code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages