On 2015-08-21 16:50, Maria Cecilia Santos Popper wrote: > Hi! > I'm trying to understand what this module does. > I was able to install it and add the product "delivery" associated with > Carrier X. > But so far I don't get what this module does... What I need is to be able > to print the delivery note with the carrier information on it (name of the > carrier, mainly and maybe some other information such as a code or > something). Is this the module to do that? > I couldn't find detailed documentation about this module.
The documenation is here: http://doc.tryton.org/3.6/modules/carrier/doc/index.html Indeed this module is very simple and it is just a common base for others like sale_shipment_cost and purchase_shipment_cost. So if you want to be set carrier on customer shipment, you must also install sale_shipment_cost. To add it on the delivery note, you have to do it manually because we don't have yet any mechanism to extend per module a report template. So to replace a template there are two options: - via custom module: http://doc.tryton.org/3.6/trytond/doc/topics/reports/index.html#replacing-existing-tryton-reports - manually: you just edit the report content field from administration. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
