Giter VIP home page Giter VIP logo

product-attribute-strict's Introduction

Product Attributes (Strict)

https://travis-ci.org/openlabs/product-attribute-strict.svg?branch=develop Downloads Latest Version Development Status

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

  1. 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)
  2. 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

Authors and Contributors

This module was built at Openlabs.

Professional Support

This module is professionally supported by Openlabs. If you are looking for on-site teaching or consulting support, contact our sales and support teams.

product-attribute-strict's People

Contributors

prakashpp avatar pritishc avatar rajatguptarg avatar tarunbhardwaj avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.