-
Odoo for NGO's
Michael Karrer
-
Have you got a great idea for a presentation?
Odoo Community Association (OCA)
-
Discussion : Open Upgrade
Raúl OrtizDone
-
Odoo dependency management using off-the-shelf Python tooling
Stéphane BidoulDone
-
Blockchain as Gateway for Odoo and Other ERPs
Agustin WiskyDone
-
Odoo models XML import/export using xsdata to generate bindings from arbitrary XSD schemas
Raphaël ValyiDone
-
Better Grasp on Costs with Activity Based Costing in Odoo
Daryl DavisDone
-
Can Odoo be used on a Hospital?
Enric Tobella AlomarDone
-
Open Discussion - Vertical Rental - 12:40
Benjamin BrichDone
-
Powering up sale promotions with new OCA's modules
David VidalDone
Mail activities allow us to create workflows on some object without touching the database layout in a very user friendly manner.
A client has a workflow where employees have to fill in a plethora of values for documentation in multiple forms at different stages of the process, so this talk shows an extension of mail activities that allows to define editable areas and expressions in a mail activity type, such that users can only fill in those editable areas in their activity's note field.
The result are entirely uniform and parseable mail messages that contain the data filled in. Expressions enable some simple calculations within an activity, thus allowing to use this functionality also for ie precalculations of a sale order.
Code is at https://github.com/OCA/social/pull/784.