The name of a module is composed of:

The module name
The prefix for the module name
The package name

The directory name will be equal to the name of the module (without the 
prefix)

The package name is only to identify the package in the installation module 
in tryton client.

If I create a new module for undeveloped functionality in tryton. 
The module name = functionality as prefix with my company (which creates 
the module)

example:

Module Name: request_for_quotation
Prefix: saluc
The package name: saluc_request_for_quotation
Directory: request_for_quotation

If I modify an existing module in tryton. 
The module name will be defined with the functionality added to the basic 
module. 
The prefix will be the name of my company (which creates the module)

example:

Added a feature to put a picture on the product

Module Name: product_picture
Prefix: saluc
Name paquest: saluc_product_picture
Directory: product_picture

*Questions* :

If I want to modify an existing module to only change the workflow. How to 
name the module?

example:

Adding a transition in the purchasing module.

Module Name: saluc_purchase
or
Module Name: purchase_saluc
Do I have put something for the prefix?

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/184bc0f7-5d9f-486f-b240-2b82c9a58f47%40googlegroups.com.

Reply via email to