OpenZ - OpenBravo ERP compatibility

I have an OpenZ 2.6.80 (fork of the OpenBravo project version 2.50) and I can not see a "Module Management" section. It is completely unclear for me how to install an .obx modules there. Also how to develop a packages. Probably somebody know about specific documentation for OpenZ or about modules installation or development.

Thank you!

Upvotes: 0

Views: 410

Answers (2)

simbu94
simbu94

Reputation: 1012

Hi Catherine,

     If you need to install .obx file through command line , 
     Please follow the underline link.

Obx Installation Link.

If you need to install via command line : Extract the .obx file and paste in module folder.

then follow the mentioned commands:

1 . ant update.database -Dforce=true 2 . ant compile.complete 3 . ant smartbuild.

For Packaging the module please follow the link Creating the Module and packaging the module

Upvotes: 1

Velu
Velu

Reputation: 1901

Upvotes: 0

Related Questions