Experimental module to improve Product Attribute moduleconsistency
Project description
Tryton has a powerful system of attributes for products introduced by the product_attribute module. The module however uses the fields.Dict (JSON in database) field type to store attributes and this reduces the consistency since the lack of foreign keys and constraints allow deletion, renaming and editing of selection values even when used by products.
This module tries to remain as close as possible to Tryton’s attribute system, but avoids the dictionary field to have attributes stored on separate table.
Key differences
Options of attributes with the Selection type are stores in a new table. (Core module stores that in a text field in a JSON like syntax)
Attributes of product are stored on a separate table (Core module stores this as JSON serialized text in database)
FAQ
1. Can you move data from the tryton core module to this module ?
Yes, you can. An example script is provided to migrate the values from Tryton’s default attribute system to this one. The script can be found under scripts/migrate_from_core_module.py
2. Can this module be installed alongside core `product_attribute` module ?
Nope. You can use only one of the two modules and obviously we recommend ours
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fio_product_attribute_strict-4.0.0.3.tar.gz
.
File metadata
- Download URL: fio_product_attribute_strict-4.0.0.3.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5b7bf437b7862f9857866f0ca621ccd49acfbd732fed1904e9cfe1d5215f29d |
|
MD5 | b121d6862739e2a02f58dcc689dabc8c |
|
BLAKE2b-256 | 285ea6aff79188c5e97f895c29982ad5419ae27ffc9a1ccd3ba7f5d5db2f3a51 |