2013/12/31 Marc Koch <[email protected]> > Hi, > > I've been developing for a few years with Django and would like to use > Tryton for a new project as it seems to come with most of the functionality > I need (and it's written in my favorite programming language :-) ). After > reading through the docs, there are a few fundamental questions remaining > that i hope you can answer briefly: > > - The product module seems to lack some fields I need: Brand (the most > important!), Barcode, External reference, … >
You should create your own module to add those fields or search on pypi [1], bitbucket or somewhere else in case somebody has already created those modules. Although it is in Spanish you can also check page [2] which lists modules from several repositories: > - Can a product belong to more than one category? > Not with core modules. > - Can any object (party, product, account, …) receive any number of > attachments? > Yes. > - Should product images be handled as attachments? > You may do it that way. That's how it's been implemented in [3] but you may choose another approach. > I've not yet installed the latest Version 3, so maybe some of my questions > are obsolete. > [1] https://pypi.python.org/pypi?:action=browse&show=all&c=551 [2] http://apps.tryton-erp.es/ [3] https://bitbucket.org/nantic/trytond-product_images > Many thanks > Kind regards > > Marc Koch > -- Albert Cervera i Areny Tel. 93 553 18 03 @albertnan www.NaN-tic.com
